Fix toy sword (#23137)
This commit is contained in:
@@ -852,6 +852,14 @@
|
|||||||
isSharp: false
|
isSharp: false
|
||||||
colorOptions:
|
colorOptions:
|
||||||
- DodgerBlue
|
- DodgerBlue
|
||||||
|
- type: ItemToggle
|
||||||
|
soundActivate:
|
||||||
|
path: /Audio/Weapons/ebladeon.ogg
|
||||||
|
soundDeactivate:
|
||||||
|
path: /Audio/Weapons/ebladeoff.ogg
|
||||||
|
- type: ItemToggleActiveSound
|
||||||
|
activeSound:
|
||||||
|
path: /Audio/Weapons/ebladehum.ogg
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Fun/toy_sword.rsi
|
sprite: Objects/Fun/toy_sword.rsi
|
||||||
layers:
|
layers:
|
||||||
@@ -890,6 +898,19 @@
|
|||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Blunt: 0
|
Blunt: 0
|
||||||
|
- type: ItemToggleMeleeWeapon
|
||||||
|
activatedSoundOnHit:
|
||||||
|
path: /Audio/Weapons/eblade1.ogg
|
||||||
|
params:
|
||||||
|
variation: 0.250
|
||||||
|
activatedSoundOnHitNoDamage:
|
||||||
|
path: /Audio/Weapons/eblade1.ogg
|
||||||
|
params:
|
||||||
|
variation: 0.250
|
||||||
|
activatedSoundOnSwing:
|
||||||
|
path: /Audio/Weapons/eblademiss.ogg
|
||||||
|
params:
|
||||||
|
variation: 0.125
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BasePlushie
|
parent: BasePlushie
|
||||||
|
|||||||
Reference in New Issue
Block a user