]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Anomaly Synchronizer (#20945)
authorEd <96445749+TheShuEd@users.noreply.github.com>
Mon, 6 Nov 2023 04:02:02 +0000 (07:02 +0300)
committerGitHub <noreply@github.com>
Mon, 6 Nov 2023 04:02:02 +0000 (21:02 -0700)
commit8b3adf6085949437f4ac21d0fde0dd19f894d51c
treec375a09ea0bbedd4376a1c8511d96aaab18cd5d0
parentad1a2804942ca054dc36ac216b89a855425d9471
Anomaly Synchronizer (#20945)

* added textures and basic prototype without functionality

* add full functional

* finish work

* fix naming

* reduce random anomaly spawner offset

* Update AnomalySystem.Vessel.cs

* Update SharedAnomalySystem.cs

* Update SharedAnomalySystem.cs

* Update production.yml

* fix errors

* fix?

* Update anomaly_sync.yml

* deltanedas code fixes. Thx, deltanedas!

* git what

* fix yml

* fix yml 2

* meh, try again

* work, work, work

* fix powered checking. now component work also without ApcPowerReceiving

* now supercrit port invoke on start growing, not after explosion
fix errors

* deltanedas fix pack 1

* Update AnomalySynchronizerComponent.cs
20 files changed:
Content.Server/Anomaly/AnomalySynchronizerSystem.cs [new file with mode: 0644]
Content.Server/Anomaly/Components/AnomalySynchronizerComponent.cs [new file with mode: 0644]
Content.Shared/Anomaly/Components/AnomalyComponent.cs
Content.Shared/Anomaly/SharedAnomalySystem.cs
Resources/Audio/Machines/anomaly_sync_connect.ogg [new file with mode: 0644]
Resources/Audio/Machines/attributions.yml
Resources/Locale/en-US/anomaly/anomaly.ftl
Resources/Locale/en-US/machine-linking/transmitter_ports.ftl
Resources/Locale/en-US/research/technologies.ftl
Resources/Prototypes/DeviceLinking/source_ports.yml
Resources/Prototypes/Entities/Markers/Spawners/Random/anomaly.yml
Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml
Resources/Prototypes/Entities/Structures/Machines/anomaly_sync.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Resources/Prototypes/Recipes/Lathes/electronics.yml
Resources/Prototypes/Research/experimental.yml
Resources/Textures/Structures/Machines/anomaly_sync.rsi/base.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/anomaly_sync.rsi/energy.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/anomaly_sync.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/Machines/anomaly_sync.rsi/pulse.png [new file with mode: 0644]