From 8d0e35126c2e8a35ca81321d35e4d7032825a731 Mon Sep 17 00:00:00 2001 From: EEASAS <109891564+EEASAS@users.noreply.github.com> Date: Sat, 2 Dec 2023 13:45:06 -0300 Subject: [PATCH] Nerf mothroaches slightly + make them not able to pull (#21864) * Update animals.yml * mald mald --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 6 +++--- Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 70705e6194..79b4b73e2e 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -391,10 +391,10 @@ thresholds: 0: Alive 25: Critical - 50: Dead + 45: Dead - type: MovementSpeedModifier baseWalkSpeed : 2.5 - baseSprintSpeed : 4.5 + baseSprintSpeed : 4 weightlessAcceleration: 1.5 weightlessFriction: 1 weightlessModifier: 1 @@ -424,7 +424,7 @@ Unsexed: UnisexMoth wilhelmProbability: 0.001 - type: MobPrice - price: 60 + price: 150 - type: Tag tags: - Trash diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml b/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml index e828cddd1f..edf89e30b4 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml @@ -105,5 +105,5 @@ price: 150 - type: FloatingVisuals - type: Puller - needsHands: false + needsHands: True -- 2.51.2