Add xeno plushie (#16228)

This commit is contained in:
lzk228
2023-05-08 01:50:08 +03:00
committed by GitHub
parent 3b9e930387
commit f976ca0270
5 changed files with 31 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ namespace Content.Server.Arcade.Components
"FoamCrossbow", "RevolverCapGun", "PlushieLizard", "PlushieAtmosian", "PlushieSpaceLizard",
"PlushieNuke", "PlushieCarp", "PlushieRatvar", "PlushieNar", "PlushieSnake", "Basketball", "Football",
"PlushieRouny", "PlushieBee", "PlushieSlime", "BalloonCorgi", "ToySword", "CrayonBox", "BoxDonkSoftBox", "BoxCartridgeCap",
"HarmonicaInstrument", "OcarinaInstrument", "RecorderInstrument", "GunpetInstrument", "BirdToyInstrument"
"HarmonicaInstrument", "OcarinaInstrument", "RecorderInstrument", "GunpetInstrument", "BirdToyInstrument", "PlushieXeno"
};
[DataField("rewardMinAmount")]

View File

@@ -16,8 +16,12 @@
- id: PlushieRouny
- id: PlushieRatvar
- id: PlushieSharkBlue
orGroup: PlushieShark
- id: PlushieSharkGrey
orGroup: PlushieShark
- id: PlushieAtmosian
- id: PlushieDiona
- id: PlushieXeno
- type: entity
id: CrateFunInstrumentsVariety

View File

@@ -363,6 +363,27 @@
- type: Sprite
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
- type: entity
@@ -906,3 +927,4 @@
- type: Tag
tags:
- ClownRecorder

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"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": {
"x": 32,
"y": 32
@@ -53,6 +53,9 @@
{
"name": "plushie_diona1"
},
{
"name": "plushie_xeno"
},
{
"name": "doll"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB