Vox plushie (#4146)

Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
T-Stalker
2021-06-19 15:12:55 -03:00
committed by GitHub
parent e4c8b3105d
commit a1cc4350ca
5 changed files with 22 additions and 0 deletions

View File

@@ -19,6 +19,8 @@
amount: 1
- id: PlushieLizard
amount: 1
- id: PlushieVox
amount: 1
- type: entity
id: CrateFunInstruments

View File

@@ -24,6 +24,7 @@
- PlushieCarp
- PlushieSlime
- PlushieSnake
- PlushieVox
- ToyMouse
chance: 0.5
offset: 0.2

View File

@@ -110,6 +110,22 @@
- type: UseDelay
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
# and made by Bright but the sounds are ripped straight from the game. Idk, it's
# probably not a big deal.

View File

@@ -28,6 +28,9 @@
{
"name": "plushie_snake"
},
{
"name": "plushie_vox"
},
{
"name": "doll"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B