New anomaly behaviour: Invisibility (#29120)

* invisible anomaly

* good luck
This commit is contained in:
Ed
2024-07-03 18:14:39 +03:00
committed by GitHub
parent a2f99cc69e
commit a981f99b06
2 changed files with 32 additions and 2 deletions

View 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]

View File

@@ -20,10 +20,12 @@
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
@@ -153,6 +155,17 @@
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
@@ -170,7 +183,6 @@
randomStartSecretMin: 3
randomStartSecretMax: 5
- type: anomalyBehavior
id: FastUnknown
earnPointModifier: 1.9
@@ -191,4 +203,21 @@
prob: 0.5
- type: SecretDataAnomaly
randomStartSecretMin: 3
randomStartSecretMax: 5
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