Make stun batons be thrown like a throwing weapon (#29883)
* make stun batons be thrown like a throwing weapon * stun prods too * pies too
This commit is contained in:
parent
3a9b1eaa16
commit
f125dda677
|
|
@ -148,6 +148,7 @@
|
|||
- state: tin
|
||||
- state: plain
|
||||
- type: CreamPie
|
||||
- type: LandAtCursor
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
payloadSlot: !type:ContainerSlot
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
- type: StaminaDamageOnCollide
|
||||
damage: 35
|
||||
sound: /Audio/Weapons/egloves.ogg
|
||||
- type: LandAtCursor # it deals stamina damage when thrown
|
||||
- type: Battery
|
||||
maxCharge: 360
|
||||
startingCharge: 360
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@
|
|||
- type: StaminaDamageOnCollide
|
||||
damage: 35
|
||||
sound: /Audio/Weapons/egloves.ogg
|
||||
- type: LandAtCursor # it deals stamina damage when thrown
|
||||
- type: Battery
|
||||
maxCharge: 1000
|
||||
startingCharge: 1000
|
||||
|
|
@ -107,7 +108,7 @@
|
|||
- type: Item
|
||||
size: Normal
|
||||
- type: Tag
|
||||
tags:
|
||||
tags:
|
||||
- Truncheon
|
||||
- type: Clothing
|
||||
sprite: Objects/Weapons/Melee/truncheon.rsi
|
||||
|
|
|
|||
Loading…
Reference in New Issue