]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
New anomaly behaviour: Invisibility (#29120)
authorEd <96445749+TheShuEd@users.noreply.github.com>
Wed, 3 Jul 2024 15:14:39 +0000 (18:14 +0300)
committerGitHub <noreply@github.com>
Wed, 3 Jul 2024 15:14:39 +0000 (11:14 -0400)
* invisible anomaly

* good luck

Resources/Locale/en-US/anomaly/anomaly.ftl
Resources/Prototypes/Anomaly/behaviours.yml

index da5882fa62f04bd91c98abdd0b883f3624344b33..c8d099777d40291bcbef78a87871628d68b91b39 100644 (file)
@@ -89,6 +89,7 @@ anomaly-behavior-rapid = The frequency of the pulsation is much higher, but its
 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-invisibility = Light wave distortion has been 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]
index dea1ddb69c36ff114dbac5f0bdc89793845cbb87..924a4a75004ba03b58ddcc11b1ef349e763af9d3 100644 (file)
     InconstancyParticle: 0.5
     FullUnknown: 0.5
     Jumping: 0.3
+    Invisibility: 0.5
   #Complex
     FastUnknown: 0.2
     JumpingUnknown: 0.1
     InconstancyParticleUnknown: 0.1
+    InvisibilityJumping: 0.1
 
 
 # Easy x0.5 point production
     randomStartSecretMin: 4
     randomStartSecretMax: 6
 
+- type: anomalyBehavior
+  id: Invisibility
+  earnPointModifier: 1.6
+  description: anomaly-behavior-invisibility
+  components:
+  - type: Stealth
+    maxVisibility: 1.2
+  - type: StealthOnMove
+    passiveVisibilityRate: -0.37
+    movementVisibilityRate: 0.20
+
 # Complex Effects
 
 - type: anomalyBehavior
     randomStartSecretMin: 3
     randomStartSecretMax: 5
 
-
 - type: anomalyBehavior
   id: FastUnknown
   earnPointModifier: 1.9
     prob: 0.5
   - type: SecretDataAnomaly
     randomStartSecretMin: 3
-    randomStartSecretMax: 5
\ No newline at end of file
+    randomStartSecretMax: 5
+
+- type: anomalyBehavior
+  id: InvisibilityJumping
+  earnPointModifier: 1.95
+  description: anomaly-behavior-invisibility
+  components:
+  - type: ChaoticJump
+    jumpMinInterval: 15
+    jumpMaxInterval: 25
+    rangeMin: 1
+    rangeMax: 1
+    effect: PuddleSparkle
+  - type: Stealth
+    maxVisibility: 1.2
+  - type: StealthOnMove
+    passiveVisibilityRate: -0.37
+    movementVisibilityRate: 0.20
\ No newline at end of file