From 50b69126c6b939bc047bff496e61f36ce694c69f Mon Sep 17 00:00:00 2001
From: SimpleStation14 <130339894+SimpleStation14@users.noreply.github.com>
Date: Sat, 4 May 2024 17:38:49 -0700
Subject: [PATCH] Mirror: kobolds no longer die at 40 hp (#160)
## Mirror of PR #25984: [kobolds no longer die at 40
hp](https://github.com/space-wizards/space-station-14/pull/25984) from
[space-wizards](https://github.com/space-wizards)/[space-station-14](https://github.com/space-wizards/space-station-14)
###### `ad99564b3e1fd25f6945f1627d1602b9c475e127`
PR opened by
Dutch-VanDerLinde at 2024-03-11 01:33:55 UTC
PR merged by web-flow at
2024-03-12 18:43:22 UTC
---
PR changed 1 files with 2 additions and 2 deletions.
The PR had the following labels:
- No C#
---
Original Body
>
>
>
> ## About the PR
> they now go into crit at 60 hp and die at 125 hp
>
> ## Why / Balance
> kobolds shouldnt be as fragile as a mothroach
>
> ## Technical details
>
>
> ## Media
>
>
> - [X] I have added screenshots/videos to this PR showcasing its
changes ingame, **or** this PR does not require an ingame showcase
>
> ## Breaking changes
>
>
> **Changelog**
> no
>
Co-authored-by: Mr. 27 <45323883+Dutch-VanDerLinde@users.noreply.github.com>
---
Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
index 7af568b40c9..9de20d4474c 100644
--- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
+++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
@@ -1352,8 +1352,8 @@
- type: MobThresholds
thresholds:
0: Alive
- 40: Critical
- 80: Dead
+ 60: Critical
+ 125: Dead
- type: MovementSpeedModifier
baseWalkSpeed: 3.5
baseSprintSpeed: 5