Vox plushie (#4146)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
@@ -19,6 +19,8 @@
|
|||||||
amount: 1
|
amount: 1
|
||||||
- id: PlushieLizard
|
- id: PlushieLizard
|
||||||
amount: 1
|
amount: 1
|
||||||
|
- id: PlushieVox
|
||||||
|
amount: 1
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateFunInstruments
|
id: CrateFunInstruments
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
- PlushieCarp
|
- PlushieCarp
|
||||||
- PlushieSlime
|
- PlushieSlime
|
||||||
- PlushieSnake
|
- PlushieSnake
|
||||||
|
- PlushieVox
|
||||||
- ToyMouse
|
- ToyMouse
|
||||||
chance: 0.5
|
chance: 0.5
|
||||||
offset: 0.2
|
offset: 0.2
|
||||||
|
|||||||
@@ -110,6 +110,22 @@
|
|||||||
- type: UseDelay
|
- type: UseDelay
|
||||||
delay: 1.0
|
delay: 1.0
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseItem
|
||||||
|
id: PlushieVox
|
||||||
|
name: vox plushie
|
||||||
|
description: SKREEEEEEEEEEEE!
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Fun/toys.rsi
|
||||||
|
state: plushie_vox
|
||||||
|
- type: ItemCooldown
|
||||||
|
- type: LoopingSound
|
||||||
|
- type: EmitSoundOnUse
|
||||||
|
sound: /Audio/Voice/Vox/shriek1.ogg
|
||||||
|
- type: UseDelay
|
||||||
|
delay: 1.0
|
||||||
|
|
||||||
# This stuff might be copyright claimed by From Software. The sprites are unique
|
# This stuff might be copyright claimed by From Software. The sprites are unique
|
||||||
# and made by Bright but the sounds are ripped straight from the game. Idk, it's
|
# and made by Bright but the sounds are ripped straight from the game. Idk, it's
|
||||||
# probably not a big deal.
|
# probably not a big deal.
|
||||||
|
|||||||
@@ -28,6 +28,9 @@
|
|||||||
{
|
{
|
||||||
"name": "plushie_snake"
|
"name": "plushie_snake"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "plushie_vox"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "doll"
|
"name": "doll"
|
||||||
},
|
},
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Fun/toys.rsi/plushie_vox.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/plushie_vox.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 716 B |
Reference in New Issue
Block a user