From 2185f3a2a5561caea9271ad9d6d14551ceebd6a9 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:10:58 +0200 Subject: [PATCH] Allow some mobs to walk slowly (#31360) * Allow mice to walk slowly * add more --- .../Prototypes/Entities/Mobs/NPCs/animals.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index c0401ae96c..aa4152c189 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -71,7 +71,7 @@ components: - type: CombatMode - type: MovementSpeedModifier - baseWalkSpeed : 7 + baseWalkSpeed : 3 baseSprintSpeed : 7 - type: Sprite drawdepth: Mobs @@ -335,7 +335,7 @@ 0: Alive 1: Dead - type: MovementSpeedModifier - baseWalkSpeed : 5 + baseWalkSpeed : 2.5 baseSprintSpeed : 5 - type: DamageStateVisuals states: @@ -711,7 +711,7 @@ description: Despite popular misconceptions, it's not actually made of butter. components: - type: MovementSpeedModifier - baseWalkSpeed : 6 + baseWalkSpeed : 3 baseSprintSpeed : 6 - type: Sprite drawdepth: Mobs @@ -1632,7 +1632,7 @@ 10: Critical 20: Dead - type: MovementSpeedModifier - baseWalkSpeed : 5 + baseWalkSpeed : 2.5 baseSprintSpeed : 5 - type: DamageStateVisuals states: @@ -1973,7 +1973,7 @@ description: Hop hop hop. Lookin' moist. components: - type: MovementSpeedModifier - baseWalkSpeed: 4 + baseWalkSpeed: 3 baseSprintSpeed: 6 - type: Sprite drawdepth: Mobs @@ -2031,7 +2031,7 @@ description: Infiltrates your domain, spies on you, and somehow still a cool pet. components: - type: MovementSpeedModifier - baseWalkSpeed : 6 + baseWalkSpeed : 2.5 baseSprintSpeed : 6 - type: Sprite drawdepth: Mobs @@ -2143,7 +2143,7 @@ description: A small penguin with a grenade strapped around its neck. Harvested by the Syndicate from icy shit-hole planets. components: - type: MovementSpeedModifier - baseWalkSpeed: 3.5 + baseWalkSpeed: 3 baseSprintSpeed: 5 - type: InputMover - type: MobMover @@ -3016,7 +3016,7 @@ description: Very slow animal. For people with low energy. components: - type: MovementSpeedModifier - baseWalkSpeed : 1 + baseWalkSpeed : 0.5 baseSprintSpeed : 1 - type: Sprite drawdepth: Mobs @@ -3176,7 +3176,7 @@ 40: Critical 60: Dead - type: MovementSpeedModifier - baseWalkSpeed : 4 + baseWalkSpeed : 2.5 baseSprintSpeed : 4 - type: Inventory speciesId: hamster -- 2.51.2