temporarily remove broken anom behavior (#26775)

Removed `Moving` anom behavior
This commit is contained in:
osjarw
2024-04-07 01:27:16 +03:00
committed by GitHub
parent 53de870407
commit 1b8fc71dd6

View File

@@ -20,7 +20,6 @@
InconstancyParticle: 0.5 InconstancyParticle: 0.5
FullUnknown: 0.5 FullUnknown: 0.5
Jumping: 0.3 Jumping: 0.3
Moving: 0.1
#Complex #Complex
FastUnknown: 0.2 FastUnknown: 0.2
JumpingUnknown: 0.1 JumpingUnknown: 0.1
@@ -133,19 +132,6 @@
shuffleOnParticleHit: true shuffleOnParticleHit: true
prob: 0.8 prob: 0.8
- type: anomalyBehavior
id: Moving
earnPointModifier: 2.2
description: anomaly-behavior-moving
components:
- type: RandomWalk
minSpeed: 0
maxSpeed: 0.3
- type: CanMoveInAir
- type: Physics
bodyType: Dynamic
bodyStatus: InAir
- type: anomalyBehavior - type: anomalyBehavior
id: Jumping id: Jumping
earnPointModifier: 1.8 earnPointModifier: 1.8