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
This commit is contained in:
@@ -114,3 +114,28 @@
|
||||
name: signal-port-name-air-normal
|
||||
description: signal-port-description-air-normal
|
||||
defaultLinks: [ DoorBolt ]
|
||||
|
||||
- type: sourcePort
|
||||
id: Decaying
|
||||
name: signal-port-name-decaying
|
||||
description: signal-port-description-decaying
|
||||
|
||||
- type: sourcePort
|
||||
id: Stabilize
|
||||
name: signal-port-name-stabilize
|
||||
description: signal-port-description-stabilize
|
||||
|
||||
- type: sourcePort
|
||||
id: Growing
|
||||
name: signal-port-name-growing
|
||||
description: signal-port-description-growing
|
||||
|
||||
- type: sourcePort
|
||||
id: Pulse
|
||||
name: signal-port-name-pulse
|
||||
description: signal-port-description-pulse
|
||||
|
||||
- type: sourcePort
|
||||
id: Supercritical
|
||||
name: signal-port-name-supercrit
|
||||
description: signal-port-description-supercrit
|
||||
Reference in New Issue
Block a user