Skip to content

Commit

Permalink
fix movement
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Jun 12, 2023
1 parent 1e8d341 commit 7197b77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@
- type: BodyPart
partType: Leg
symmetry: Left
- type: MovementSpeedModifier
baseWalkSpeed : 4.5
baseSprintSpeed : 2.7
- type: MovementBodyPart

- type: entity
id: RightLegShadowkin
Expand All @@ -128,9 +126,7 @@
- type: BodyPart
partType: Leg
symmetry: Right
- type: MovementSpeedModifier
baseWalkSpeed : 4.5
baseSprintSpeed : 2.7
- type: MovementBodyPart

- type: entity
id: LeftFootShadowkin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@
interactSuccessSound: /Audio/Effects/thudswoosh.ogg
messagePerceivedByOthers: petting-success-soft-floofy-others
# - type: PotentialPsionic # They've their own abilities.
- type: MovementSpeedModifier
baseWalkSpeed : 4.5
baseSprintSpeed : 2.7


- type: entity
Expand Down

0 comments on commit 7197b77

Please sign in to comment.