Three more plushies (#6970)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user