Add Explosion Resistance to SecBelts (#33253)
Added explosion resistance to secbelt
This commit is contained in:
parent
b24d62b4f2
commit
f027354c34
|
|
@ -471,7 +471,7 @@
|
|||
- type: Appearance
|
||||
|
||||
- type: entity
|
||||
parent: [ClothingBeltStorageBase, BaseRestrictedContraband, ClothingSlotBase] # DeltaV - add parent ClothingSlotBase
|
||||
parent: [ClothingBeltStorageBase, ContentsExplosionResistanceBase, BaseRestrictedContraband, ClothingSlotBase] # DeltaV - add parent ClothingSlotBase
|
||||
id: ClothingBeltSecurity
|
||||
name: security belt
|
||||
description: Can hold security gear like handcuffs and flashes.
|
||||
|
|
@ -488,6 +488,8 @@
|
|||
tags:
|
||||
- Sidearm
|
||||
insertOnInteract: false
|
||||
- type: ExplosionResistance
|
||||
damageCoefficient: 0.9
|
||||
- type: Storage
|
||||
whitelist:
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Reference in New Issue