diff --git a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml index f63fba402a..524bb64cde 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml @@ -19,6 +19,8 @@ amount: 1 - id: PlushieLizard amount: 1 + - id: PlushieVox + amount: 1 - type: entity id: CrateFunInstruments diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml index b7bcfa81a6..1feba6bdd9 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml @@ -24,6 +24,7 @@ - PlushieCarp - PlushieSlime - PlushieSnake + - PlushieVox - ToyMouse chance: 0.5 offset: 0.2 diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index 42ad54d637..907380c892 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -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. diff --git a/Resources/Textures/Objects/Fun/toys.rsi/meta.json b/Resources/Textures/Objects/Fun/toys.rsi/meta.json index 4e62f6aff8..87fb40c4e1 100644 --- a/Resources/Textures/Objects/Fun/toys.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/toys.rsi/meta.json @@ -28,6 +28,9 @@ { "name": "plushie_snake" }, + { + "name": "plushie_vox" + }, { "name": "doll" }, diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_vox.png b/Resources/Textures/Objects/Fun/toys.rsi/plushie_vox.png new file mode 100644 index 0000000000..99d96b9ccb Binary files /dev/null and b/Resources/Textures/Objects/Fun/toys.rsi/plushie_vox.png differ