From: EEASAS <109891564+EEASAS@users.noreply.github.com> Date: Sat, 2 Dec 2023 16:45:06 +0000 (-0300) Subject: Nerf mothroaches slightly + make them not able to pull (#21864) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8d0e35126c2e8a35ca81321d35e4d7032825a731;p=space-station-14.git Nerf mothroaches slightly + make them not able to pull (#21864) * Update animals.yml * mald mald --- 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