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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

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