Three more plushies (#6970)
This commit is contained in:
1
Resources/Audio/Items/Toys/licensing.txt
Normal file
1
Resources/Audio/Items/Toys/licensing.txt
Normal file
@@ -0,0 +1 @@
|
||||
"weh" and "muffled_weh" are licensed under CC0.
|
||||
BIN
Resources/Audio/Items/Toys/muffled_weh.ogg
Normal file
BIN
Resources/Audio/Items/Toys/muffled_weh.ogg
Normal file
Binary file not shown.
@@ -19,8 +19,14 @@
|
||||
amount: 1
|
||||
- id: PlushieLizard
|
||||
amount: 1
|
||||
- id: PlushieSpaceLizard
|
||||
amount: 1
|
||||
- id: PlushieVox
|
||||
amount: 1
|
||||
- id: PlushieRouny
|
||||
amount: 1
|
||||
- id: PlushieRatvar
|
||||
amount: 1
|
||||
|
||||
- type: entity
|
||||
id: CrateFunInstruments
|
||||
|
||||
@@ -20,6 +20,9 @@
|
||||
- PlushieSlime
|
||||
- PlushieSnake
|
||||
- PlushieVox
|
||||
- PlushieRatvar
|
||||
- PlushieSpaceLizard
|
||||
- PlushieRouny
|
||||
- ToyMouse
|
||||
chance: 0.5
|
||||
offset: 0.2
|
||||
|
||||
@@ -50,7 +50,17 @@
|
||||
|
||||
- type: entity
|
||||
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
|
||||
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:
|
||||
@@ -70,6 +80,38 @@
|
||||
- type: UseDelay
|
||||
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
|
||||
parent: BasePlushie
|
||||
id: PlushieNar
|
||||
@@ -80,6 +122,7 @@
|
||||
sprite: Objects/Fun/toys.rsi
|
||||
state: narplush
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: BasePlushie
|
||||
id: PlushieCarp
|
||||
|
||||
@@ -7,6 +7,15 @@
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "plushie_ratvar"
|
||||
},
|
||||
{
|
||||
"name": "plushie_rouny"
|
||||
},
|
||||
{
|
||||
"name": "plushie_spacelizard"
|
||||
},
|
||||
{
|
||||
"name": "carpplush"
|
||||
},
|
||||
|
||||
BIN
Resources/Textures/Objects/Fun/toys.rsi/plushie_ratvar.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/plushie_ratvar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 784 B |
BIN
Resources/Textures/Objects/Fun/toys.rsi/plushie_rouny.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/plushie_rouny.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Resources/Textures/Objects/Fun/toys.rsi/plushie_spacelizard.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/plushie_spacelizard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 703 B |
Reference in New Issue
Block a user