fixed the piercing stuff
This commit is contained in:
parent
93bacecb3e
commit
ff9287b63c
|
|
@ -7,6 +7,7 @@
|
|||
- type: Tag
|
||||
tags:
|
||||
- CartridgeAntiMateriel
|
||||
- CartridgeLMGAntiMateriel # DeltaV - for piercing qualities
|
||||
- type: CartridgeAmmo
|
||||
proto: BulletAntiMateriel
|
||||
- type: Sprite
|
||||
|
|
|
|||
|
|
@ -16,5 +16,9 @@
|
|||
- type: StaminaDamageOnCollide
|
||||
damage: 60
|
||||
- type: PiercingProjectile # DeltaV - pierces up to 3 walls/windows
|
||||
maxPierceNumberThreshold: 3
|
||||
pierceCounterWhitelist:
|
||||
tags:
|
||||
- Wall
|
||||
- Window
|
||||
maxPierceNumberThreshold: 3 # this seems to not work
|
||||
healthThreshold: 200 # Normal walls have a threshold of 200.
|
||||
|
|
|
|||
Loading…
Reference in New Issue