Three more plushies (#6970)

This commit is contained in:
T-Stalker
2022-03-02 21:26:17 -03:00
committed by GitHub
parent 4bf2fd9f18
commit 07520696fb
9 changed files with 357 additions and 295 deletions

View File

@@ -0,0 +1 @@
"weh" and "muffled_weh" are licensed under CC0.

Binary file not shown.

View File

@@ -19,8 +19,14 @@
amount: 1 amount: 1
- id: PlushieLizard - id: PlushieLizard
amount: 1 amount: 1
- id: PlushieSpaceLizard
amount: 1
- id: PlushieVox - id: PlushieVox
amount: 1 amount: 1
- id: PlushieRouny
amount: 1
- id: PlushieRatvar
amount: 1
- type: entity - type: entity
id: CrateFunInstruments id: CrateFunInstruments

View File

@@ -20,6 +20,9 @@
- PlushieSlime - PlushieSlime
- PlushieSnake - PlushieSnake
- PlushieVox - PlushieVox
- PlushieRatvar
- PlushieSpaceLizard
- PlushieRouny
- ToyMouse - ToyMouse
chance: 0.5 chance: 0.5
offset: 0.2 offset: 0.2

View File

@@ -50,7 +50,17 @@
- type: entity - type: entity
parent: BasePlushie parent: BasePlushie
id: PlushieLizard id: PlushieRouny
name: rouny plushie
description: Rouny
components:
- type: Sprite
sprite: Objects/Fun/toys.rsi
state: plushie_rouny
- type: entity
parent: BasePlushie
id: PlushieLizard #Weh!
name: lizard plushie name: lizard plushie
description: An adorable stuffed toy that resembles a lizardperson. Made by CentCom as a token initiative to combat speciesism in work environments. "Welcome your new colleges as you do this plush, with open arms!" description: An adorable stuffed toy that resembles a lizardperson. Made by CentCom as a token initiative to combat speciesism in work environments. "Welcome your new colleges as you do this plush, with open arms!"
components: components:
@@ -70,6 +80,38 @@
- type: UseDelay - type: UseDelay
delay: 1.0 delay: 1.0
- type: entity
parent: BasePlushie
id: PlushieSpaceLizard #ᵂᵉʰ!
name: space lizard plushie
description: An adorable stuffed toy that resembles a lizardperson in an EVA suit. Made by CentCom as a token initiative to combat speciesism in space environments. "Welcome your new colleges as you do this plush, with open arms!"
components:
- type: Sprite
sprite: Objects/Fun/toys.rsi
state: plushie_spacelizard
- type: ItemCooldown
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/muffled_weh.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/muffled_weh.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/muffled_weh.ogg
- type: UseDelay
delay: 1.0
- type: entity
parent: BasePlushie
id: PlushieRatvar
name: ratvar plushie
description: A small stuffed doll of the elder god Ratvar.
components:
- type: Sprite
sprite: Objects/Fun/toys.rsi
state: plushie_ratvar
- type: entity - type: entity
parent: BasePlushie parent: BasePlushie
id: PlushieNar id: PlushieNar
@@ -80,6 +122,7 @@
sprite: Objects/Fun/toys.rsi sprite: Objects/Fun/toys.rsi
state: narplush state: narplush
- type: entity - type: entity
parent: BasePlushie parent: BasePlushie
id: PlushieCarp id: PlushieCarp

View File

@@ -7,6 +7,15 @@
"y": 32 "y": 32
}, },
"states": [ "states": [
{
"name": "plushie_ratvar"
},
{
"name": "plushie_rouny"
},
{
"name": "plushie_spacelizard"
},
{ {
"name": "carpplush" "name": "carpplush"
}, },

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B