Mothroach gib threshold and resilience increase (#23722)
* mothroach resilience tweak * Increased mass * lower gib threshold
This commit is contained in:
@@ -363,6 +363,17 @@
|
|||||||
whitelistRequired: false
|
whitelistRequired: false
|
||||||
name: ghost-role-information-mothroach-name
|
name: ghost-role-information-mothroach-name
|
||||||
description: ghost-role-information-mothroach-description
|
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: GhostTakeoverAvailable
|
||||||
- type: Speech
|
- type: Speech
|
||||||
speechVerb: Moth
|
speechVerb: Moth
|
||||||
@@ -393,8 +404,8 @@
|
|||||||
- type: MobThresholds
|
- type: MobThresholds
|
||||||
thresholds:
|
thresholds:
|
||||||
0: Alive
|
0: Alive
|
||||||
25: Critical
|
40: Critical
|
||||||
45: Dead
|
60: Dead
|
||||||
- type: MovementSpeedModifier
|
- type: MovementSpeedModifier
|
||||||
baseWalkSpeed : 2.5
|
baseWalkSpeed : 2.5
|
||||||
baseSprintSpeed : 4
|
baseSprintSpeed : 4
|
||||||
@@ -443,6 +454,14 @@
|
|||||||
prototype: Mothroach
|
prototype: Mothroach
|
||||||
- type: TypingIndicator
|
- type: TypingIndicator
|
||||||
proto: moth
|
proto: moth
|
||||||
|
- type: Destructible
|
||||||
|
thresholds:
|
||||||
|
- trigger:
|
||||||
|
!type:DamageTypeTrigger
|
||||||
|
damageType: Blunt
|
||||||
|
damage: 60
|
||||||
|
behaviors:
|
||||||
|
- !type:GibBehavior { }
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: mallard duck #Quack
|
name: mallard duck #Quack
|
||||||
|
|||||||
Reference in New Issue
Block a user