make animals gibbable (#8875)
This commit is contained in:
@@ -95,6 +95,14 @@
|
|||||||
0: !type:NormalMobState {}
|
0: !type:NormalMobState {}
|
||||||
50: !type:CriticalMobState {}
|
50: !type:CriticalMobState {}
|
||||||
100: !type:DeadMobState {}
|
100: !type:DeadMobState {}
|
||||||
|
- type: Destructible
|
||||||
|
thresholds:
|
||||||
|
- trigger:
|
||||||
|
!type:DamageTypeTrigger
|
||||||
|
damageType: Blunt
|
||||||
|
damage: 400
|
||||||
|
behaviors:
|
||||||
|
- !type:GibBehavior { }
|
||||||
- type: HeatResistance
|
- type: HeatResistance
|
||||||
- type: CombatMode
|
- type: CombatMode
|
||||||
- type: Internals
|
- type: Internals
|
||||||
|
|||||||
Reference in New Issue
Block a user