From 182f0c0bcee5c5116a7499f11d20471b87a77ea2 Mon Sep 17 00:00:00 2001 From: hyperDelegate Date: Mon, 13 Jan 2025 01:06:30 -0900 Subject: [PATCH] Raise syndicate kobold reinforcement HP crit threshold from 75 to 100 to match monkey. (#34409) kobold ops have 100 health --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index b9374d15ea..e71902db6b 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -1567,7 +1567,7 @@ - type: MobThresholds thresholds: 0: Alive - 75: Critical + 100: Critical 200: Dead - type: NpcFactionMember factions: -- 2.51.2