Add xeno plushie (#16228)
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Content.Server.Arcade.Components
|
|||||||
"FoamCrossbow", "RevolverCapGun", "PlushieLizard", "PlushieAtmosian", "PlushieSpaceLizard",
|
"FoamCrossbow", "RevolverCapGun", "PlushieLizard", "PlushieAtmosian", "PlushieSpaceLizard",
|
||||||
"PlushieNuke", "PlushieCarp", "PlushieRatvar", "PlushieNar", "PlushieSnake", "Basketball", "Football",
|
"PlushieNuke", "PlushieCarp", "PlushieRatvar", "PlushieNar", "PlushieSnake", "Basketball", "Football",
|
||||||
"PlushieRouny", "PlushieBee", "PlushieSlime", "BalloonCorgi", "ToySword", "CrayonBox", "BoxDonkSoftBox", "BoxCartridgeCap",
|
"PlushieRouny", "PlushieBee", "PlushieSlime", "BalloonCorgi", "ToySword", "CrayonBox", "BoxDonkSoftBox", "BoxCartridgeCap",
|
||||||
"HarmonicaInstrument", "OcarinaInstrument", "RecorderInstrument", "GunpetInstrument", "BirdToyInstrument"
|
"HarmonicaInstrument", "OcarinaInstrument", "RecorderInstrument", "GunpetInstrument", "BirdToyInstrument", "PlushieXeno"
|
||||||
};
|
};
|
||||||
|
|
||||||
[DataField("rewardMinAmount")]
|
[DataField("rewardMinAmount")]
|
||||||
|
|||||||
@@ -16,8 +16,12 @@
|
|||||||
- id: PlushieRouny
|
- id: PlushieRouny
|
||||||
- id: PlushieRatvar
|
- id: PlushieRatvar
|
||||||
- id: PlushieSharkBlue
|
- id: PlushieSharkBlue
|
||||||
|
orGroup: PlushieShark
|
||||||
|
- id: PlushieSharkGrey
|
||||||
|
orGroup: PlushieShark
|
||||||
- id: PlushieAtmosian
|
- id: PlushieAtmosian
|
||||||
- id: PlushieDiona
|
- id: PlushieDiona
|
||||||
|
- id: PlushieXeno
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateFunInstrumentsVariety
|
id: CrateFunInstrumentsVariety
|
||||||
|
|||||||
@@ -363,6 +363,27 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: plushie_atmosian
|
state: plushie_atmosian
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BasePlushie
|
||||||
|
id: PlushieXeno
|
||||||
|
name: xeno plushie
|
||||||
|
description: An adorable stuffed toy that resembles a scary xenomorf. You're lucky it's just a toy.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: plushie_xeno
|
||||||
|
- type: EmitSoundOnUse
|
||||||
|
sound:
|
||||||
|
path: /Audio/Weapons/Xeno/alien_spitacid.ogg
|
||||||
|
- type: EmitSoundOnLand
|
||||||
|
sound:
|
||||||
|
path: /Audio/Weapons/Xeno/alien_spitacid.ogg
|
||||||
|
- type: EmitSoundOnActivate
|
||||||
|
sound:
|
||||||
|
path: /Audio/Weapons/Xeno/alien_spitacid.ogg
|
||||||
|
- type: MeleeWeapon
|
||||||
|
soundHit:
|
||||||
|
path: /Audio/Weapons/Xeno/alien_spitacid.ogg
|
||||||
|
|
||||||
## Figurines
|
## Figurines
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -906,3 +927,4 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- ClownRecorder
|
- ClownRecorder
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, orb, orb-inhand-left and orb-inhand-right created by Pancake, plushie_diona and plushie_diona1 created by discord user Deos#5630, toy-mouse-equipped-HELMET is a resprited 1-equipped-HELMET in mouse.rsi by PuroSlavKing (Github) ",
|
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, orb, orb-inhand-left and orb-inhand-right created by Pancake, plushie_diona and plushie_diona1 created by discord user Deos#5630, toy-mouse-equipped-HELMET is a resprited 1-equipped-HELMET in mouse.rsi by PuroSlavKing (Github), plushie_xeno by LinkUyx#6557",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -53,6 +53,9 @@
|
|||||||
{
|
{
|
||||||
"name": "plushie_diona1"
|
"name": "plushie_diona1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "plushie_xeno"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "doll"
|
"name": "doll"
|
||||||
},
|
},
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Fun/toys.rsi/plushie_xeno.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/plushie_xeno.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user