Allowing Cats to walk (#36542)
* Adds the ability for Syndicats to walk * Moved walking speed modifier to the base MobCat from MobCatSyndy * Fixes Cak's flipped sprinting/walking speeds
This commit is contained in:
@@ -2967,6 +2967,9 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- VimPilot
|
||||
- type: MovementSpeedModifier
|
||||
baseWalkSpeed: 2
|
||||
baseSprintSpeed: 4
|
||||
|
||||
- type: entity
|
||||
name: calico cat
|
||||
|
||||
@@ -759,8 +759,8 @@
|
||||
speechSounds: Cat
|
||||
speechVerb: SmallMob
|
||||
- type: MovementSpeedModifier
|
||||
baseWalkSpeed : 5
|
||||
baseSprintSpeed : 3
|
||||
baseWalkSpeed : 3
|
||||
baseSprintSpeed : 5
|
||||
- type: Tag
|
||||
tags:
|
||||
- VimPilot
|
||||
|
||||
Reference in New Issue
Block a user