From 65bd1f0170a45755a883919e9adef249381d7367 Mon Sep 17 00:00:00 2001 From: Jessica M Date: Mon, 26 May 2025 04:49:33 -0600 Subject: [PATCH] Lets angry AI gorillas pry open doors, smash things, and vault tables (#37822) --- .../Prototypes/Entities/Mobs/NPCs/animals.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index c3875e2f82..d2edb9b1ab 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -1199,6 +1199,28 @@ - type: HTN rootTask: task: SimpleHostileCompound + blackboard: + NavClimb: !type:Bool + true + NavInteract: !type:Bool + true + NavPry: !type:Bool + true + NavSmash: !type:Bool + true + - type: Prying + pryPowered: true + force: true + speedModifier: 1.5 + useSound: + path: /Audio/Items/crowbar.ogg + - type: MobThresholds + thresholds: + 0: Alive + 200: Critical + 250: Dead + - type: StaminaResistance + damageCoefficient: 0.40 - type: entity name: kangaroo -- 2.51.2