From b3e695cbfc4a23f5e27d8cfd34f2e70892d060b2 Mon Sep 17 00:00:00 2001 From: Arendian <137322659+Arendian@users.noreply.github.com> Date: Mon, 8 Jan 2024 07:57:34 +0100 Subject: [PATCH] Mothroach gib threshold and resilience increase (#23722) * mothroach resilience tweak * Increased mass * lower gib threshold --- .../Prototypes/Entities/Mobs/NPCs/animals.yml | 25 ++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index e47e14c9c8..9ef49ff72a 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -363,6 +363,17 @@ whitelistRequired: false name: ghost-role-information-mothroach-name description: ghost-role-information-mothroach-description + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeCircle + radius: 0.2 + density: 120 + mask: + - SmallMobMask + layer: + - SmallMobLayer - type: GhostTakeoverAvailable - type: Speech speechVerb: Moth @@ -393,8 +404,8 @@ - type: MobThresholds thresholds: 0: Alive - 25: Critical - 45: Dead + 40: Critical + 60: Dead - type: MovementSpeedModifier baseWalkSpeed : 2.5 baseSprintSpeed : 4 @@ -443,6 +454,14 @@ prototype: Mothroach - type: TypingIndicator proto: moth + - type: Destructible + thresholds: + - trigger: + !type:DamageTypeTrigger + damageType: Blunt + damage: 60 + behaviors: + - !type:GibBehavior { } - type: entity name: mallard duck #Quack @@ -2550,7 +2569,7 @@ - type: NpcFactionMember factions: - Syndicate - + - type: entity name: space cat id: MobCatSpace -- 2.51.2