Makes bullet casings destructible by explosions (#27910)

makes casings destructible
This commit is contained in:
Flareguy
2024-05-14 19:23:24 -05:00
committed by GitHub
parent 13ba3fc4da
commit 3243afbb03

View File

@@ -16,6 +16,17 @@
- ItemMask
restitution: 0.3 # fite me
friction: 0.2
- type: Damageable
damageContainer: StructuralInorganic
damageModifierSet: StrongMetallic # We only want explosions breaking them (for the most part)
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 75
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: Tag
tags:
- Cartridge