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:
archee1
2025-04-18 02:15:25 +01:00
committed by GitHub
parent 8f729b01ef
commit 40a999d6db
2 changed files with 5 additions and 2 deletions

View File

@@ -2967,6 +2967,9 @@
- type: Tag
tags:
- VimPilot
- type: MovementSpeedModifier
baseWalkSpeed: 2
baseSprintSpeed: 4
- type: entity
name: calico cat

View File

@@ -759,8 +759,8 @@
speechSounds: Cat
speechVerb: SmallMob
- type: MovementSpeedModifier
baseWalkSpeed : 5
baseSprintSpeed : 3
baseWalkSpeed : 3
baseSprintSpeed : 5
- type: Tag
tags:
- VimPilot