make animals gibbable (#8875)

This commit is contained in:
Rane
2022-06-16 05:25:50 -04:00
committed by GitHub
parent cf06d1d98c
commit 50896fb7ce

View File

@@ -95,6 +95,14 @@
0: !type:NormalMobState {}
50: !type:CriticalMobState {}
100: !type:DeadMobState {}
- type: Destructible
thresholds:
- trigger:
!type:DamageTypeTrigger
damageType: Blunt
damage: 400
behaviors:
- !type:GibBehavior { }
- type: HeatResistance
- type: CombatMode
- type: Internals