This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Base.rte/Actors/Wildlife/Crabs Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,9 @@ AddEffect = ACrab
117
117
IgnoresTeamHits = 0
118
118
SpriteFile = ContentFile
119
119
FilePath = Base.rte/Actors/Wildlife/Crabs/CrabBodyA.png
120
- FrameCount = 2
120
+ FrameCount = 4
121
121
SpriteAnimMode = 4
122
- SpriteAnimDuration = 250
122
+ SpriteAnimDuration = 500
123
123
SpriteOffset = Vector
124
124
X = -9
125
125
Y = -8
@@ -177,9 +177,9 @@ AddEffect = ACrab
177
177
Y = 6
178
178
StartSegCount = 0
179
179
SlowTravelSpeed = 0.1
180
- NormalTravelSpeed = 0.25
180
+ NormalTravelSpeed = 0.5
181
181
FastTravelSpeed = 1.5
182
- PushForce = 1000
182
+ PushForce = 200
183
183
LWalkLimbPath = LimbPath
184
184
PresetName = Crab Walk Path Left
185
185
StartOffset = Vector
@@ -210,7 +210,7 @@ AddEffect = ACrab
210
210
SlowTravelSpeed = 1.5
211
211
NormalTravelSpeed = 2.5
212
212
FastTravelSpeed = 4.5
213
- PushForce = 5500
213
+ PushForce = 500
214
214
LDislodgeLimbPath = LimbPath
215
215
PresetName = Crab Dislodge Path Left
216
216
StartOffset = Vector
@@ -223,7 +223,7 @@ AddEffect = ACrab
223
223
SlowTravelSpeed = 1.5
224
224
NormalTravelSpeed = 2.5
225
225
FastTravelSpeed = 4.5
226
- PushForce = 10000
226
+ PushForce = 5000
227
227
RStandLimbPath = LimbPath
228
228
CopyOf = Crab Stand Path Left
229
229
PresetName = Crab Stand Path Right
You can’t perform that action at this time.
0 commit comments