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:
@@ -25,6 +25,9 @@ anomaly-scanner-particle-unstable = - [color=plum]Unstable type:[/color] {$type}
|
||||
anomaly-scanner-particle-containment = - [color=goldenrod]Containment type:[/color] {$type}
|
||||
anomaly-scanner-pulse-timer = Time until next pulse: [color=gray]{$time}[/color]
|
||||
|
||||
anomaly-sync-connected = Anomaly successfully attached
|
||||
anomaly-sync-disconnected = The connection to the anomaly has been lost!
|
||||
|
||||
anomaly-generator-ui-title = Anomaly Generator
|
||||
anomaly-generator-fuel-display = Fuel:
|
||||
anomaly-generator-cooldown = Cooldown: [color=gray]{$time}[/color]
|
||||
|
||||
@@ -45,3 +45,18 @@ signal-port-description-air-warning = This port is invoked with HIGH when in war
|
||||
|
||||
signal-port-name-air-normal = Normal
|
||||
signal-port-description-air-normal = This port is invoked with HIGH when in normal mode and LOW when not.
|
||||
|
||||
signal-port-name-decaying = Decaying
|
||||
signal-port-description-decaying = This port is invoked when a bound anomaly starts to decay.
|
||||
|
||||
signal-port-name-stabilize = Stabilize
|
||||
signal-port-description-stabilize = This port is invoked when a bound anomaly is normalized.
|
||||
|
||||
signal-port-name-growing = Growing
|
||||
signal-port-description-growing = This port is invoked when a bound anomaly starts to grow.
|
||||
|
||||
signal-port-name-pulse = Pulse
|
||||
signal-port-description-pulse = This port is invoked when a bound anomaly is pulsing.
|
||||
|
||||
signal-port-name-supercrit = Supercritical
|
||||
signal-port-description-supercrit = This port is invoked when a bound anomaly explode after supercrit state.
|
||||
@@ -53,7 +53,7 @@ research-technology-advanced-parts = Advanced Parts
|
||||
research-technology-grappling = Grappling
|
||||
research-technology-abnormal-artifact-manipulation = Abnormal Artifact Manipulation
|
||||
research-technology-gravity-manipulation = Gravity Manipulation
|
||||
research-technology-mobile-anomaly-tech = Mobile Anomaly Tech
|
||||
research-technology-advanced-anomaly-research = Advanced Anomaly Research
|
||||
research-technology-rped = Rapid Part Exchange
|
||||
research-technology-super-parts = Super Parts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user