From 9cb44358a21f04f79353aeab891332f31b1f5b09 Mon Sep 17 00:00:00 2001 From: Kill_Me_I_Noobs <118206719+Vonsant@users.noreply.github.com> Date: Wed, 29 May 2024 18:17:53 +0300 Subject: [PATCH] Update base_humanoid_hostile.yml --- .../Mobs/NPCs/base_humanoid_hostile.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/_NF/Entities/Mobs/NPCs/base_humanoid_hostile.yml b/Resources/Prototypes/_NF/Entities/Mobs/NPCs/base_humanoid_hostile.yml index ef4e9bbaa98..e88a08cb93a 100644 --- a/Resources/Prototypes/_NF/Entities/Mobs/NPCs/base_humanoid_hostile.yml +++ b/Resources/Prototypes/_NF/Entities/Mobs/NPCs/base_humanoid_hostile.yml @@ -99,7 +99,21 @@ minimumWait: 120 # 1 * 2 maximumWait: 240 # 2 * 60 nextAdvertisementTime: 0 - - type: SalvageMobRestrictionsNF + - type: SalvageMobRestrictions + - type: Tool # Open door from xeno.yml. + speed: 1.5 + qualities: + - Prying + useSound: + path: /Audio/Items/crowbar.ogg + - type: Prying + pryPowered: !type:Bool + true + force: !type:Bool + true + useSound: + path: /Audio/Items/crowbar.ogg + speedModifier: 10.0 # NonHuman NPC base, no equipment, immune to vacuum/low pressure - type: entity @@ -166,7 +180,7 @@ - type: MobPrice price: 1500 deathPenalty: 0.5 - - type: SalvageMobRestrictionsNF + - type: SalvageMobRestrictions - type: StepTriggerImmune - type: Contraband - type: Tool # Open door from xeno.yml.