Anomalies behaviours (#24683)
* Added new anomaly particle * Add basic anomaly behaviour * +2 parametres * add functional to new particle * add components to behaviours * big content * add shuffle, moved thing to server * clean up * fixes * random pick redo * bonjour behavioUr * fix AJCM * fix * add some new behaviours * power modifier behaviour * rmeove timer * new event for update ui fix * refactor! * fixes * enum * Fix mapinit * Minor touches --------- Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -8,20 +8,29 @@ anomaly-particles-delta = Delta particles
|
||||
anomaly-particles-epsilon = Epsilon particles
|
||||
anomaly-particles-zeta = Zeta particles
|
||||
anomaly-particles-omega = Omega particles
|
||||
anomaly-particles-sigma = Sigma particles
|
||||
|
||||
anomaly-scanner-component-scan-complete = Scan complete!
|
||||
|
||||
anomaly-scanner-ui-title = anomaly scanner
|
||||
anomaly-scanner-no-anomaly = No anomaly currently scanned.
|
||||
anomaly-scanner-severity-percentage = Current severity: [color=gray]{$percent}[/color]
|
||||
anomaly-scanner-severity-percentage-unknown = Current severity: [color=red]ERROR[/color]
|
||||
anomaly-scanner-stability-low = Current anomaly state: [color=gold]Decaying[/color]
|
||||
anomaly-scanner-stability-medium = Current anomaly state: [color=forestgreen]Stable[/color]
|
||||
anomaly-scanner-stability-high = Current anomaly state: [color=crimson]Growing[/color]
|
||||
anomaly-scanner-stability-unknown = Current anomaly state: [color=red]ERROR[/color]
|
||||
anomaly-scanner-point-output = Point output: [color=gray]{$point}[/color]
|
||||
anomaly-scanner-point-output-unknown = Point output: [color=red]ERROR[/color]
|
||||
anomaly-scanner-particle-readout = Particle Reaction Analysis:
|
||||
anomaly-scanner-particle-danger = - [color=crimson]Danger type:[/color] {$type}
|
||||
anomaly-scanner-particle-unstable = - [color=plum]Unstable type:[/color] {$type}
|
||||
anomaly-scanner-particle-containment = - [color=goldenrod]Containment type:[/color] {$type}
|
||||
anomaly-scanner-particle-transformation = - [color=#6b75fa]Transformation type:[/color] {$type}
|
||||
anomaly-scanner-particle-danger-unknown = - [color=crimson]Danger type:[/color] [color=red]ERROR[/color]
|
||||
anomaly-scanner-particle-unstable-unknown = - [color=plum]Unstable type:[/color] [color=red]ERROR[/color]
|
||||
anomaly-scanner-particle-containment-unknown = - [color=goldenrod]Containment type:[/color] [color=red]ERROR[/color]
|
||||
anomaly-scanner-particle-transformation-unknown = - [color=#6b75fa]Transformation type:[/color] [color=red]ERROR[/color]
|
||||
anomaly-scanner-pulse-timer = Time until next pulse: [color=gray]{$time}[/color]
|
||||
|
||||
anomaly-gorilla-core-slot-name = Anomaly core
|
||||
@@ -65,3 +74,23 @@ anomaly-command-supercritical = Makes a target anomaly go supercritical
|
||||
# Flavor text on the footer
|
||||
anomaly-generator-flavor-left = Anomaly may spawn inside the operator.
|
||||
anomaly-generator-flavor-right = v1.1
|
||||
|
||||
anomaly-behavior-unknown = [color=red]ERROR. Cannot be read.[/color]
|
||||
|
||||
anomaly-behavior-title = behavior deviation analysis:
|
||||
anomaly-behavior-point =[color=gold]Anomaly produces {$mod}% of the points[/color]
|
||||
|
||||
anomaly-behavior-safe = [color=forestgreen]The anomaly is extremely stable. Extremely rare pulsations.[/color]
|
||||
anomaly-behavior-slow = [color=forestgreen]The frequency of pulsations is much less frequent.[/color]
|
||||
anomaly-behavior-light = [color=forestgreen]Pulsation power is significantly reduced.[/color]
|
||||
anomaly-behavior-balanced = No behavior deviations detected.
|
||||
anomaly-behavior-delayed-force = The frequency of pulsations is greatly reduced, but their power is increased.
|
||||
anomaly-behavior-rapid = The frequency of the pulsation is much higher, but its strength is attenuated.
|
||||
anomaly-behavior-reflect = A protective coating was detected.
|
||||
anomaly-behavior-nonsensivity = A weak reaction to particles was detected.
|
||||
anomaly-behavior-sensivity = Amplified reaction to particles was detected.
|
||||
anomaly-behavior-secret = Interference detected. Some data cannot be read
|
||||
anomaly-behavior-inconstancy = [color=crimson]Impermanence has been detected. Particle types can change over time.[/color]
|
||||
anomaly-behavior-fast = [color=crimson]The pulsation frequency is strongly increased.[/color]
|
||||
anomaly-behavior-strenght = [color=crimson]The pulsation power is significantly increased.[/color]
|
||||
anomaly-behavior-moving = [color=crimson]Coordinate instability was detected.[/color]
|
||||
Reference in New Issue
Block a user