From: lzk228 <124214523+lzk228@users.noreply.github.com> Date: Sun, 7 May 2023 22:50:08 +0000 (+0300) Subject: Add xeno plushie (#16228) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=f976ca027087819df1083452e750a4a757e41ed8;p=space-station-14.git Add xeno plushie (#16228) --- diff --git a/Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs b/Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs index ad31b81c6f..3b54f82dda 100644 --- a/Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs +++ b/Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs @@ -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")] diff --git a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml index d1d9c89cd1..9f9605951c 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index a79048620e..4358dc0546 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -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 + diff --git a/Resources/Textures/Objects/Fun/toys.rsi/meta.json b/Resources/Textures/Objects/Fun/toys.rsi/meta.json index 48a4eb52ac..188836c3a3 100644 --- a/Resources/Textures/Objects/Fun/toys.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/toys.rsi/meta.json @@ -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" }, diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_xeno.png b/Resources/Textures/Objects/Fun/toys.rsi/plushie_xeno.png new file mode 100644 index 0000000000..7ca78f2d49 Binary files /dev/null and b/Resources/Textures/Objects/Fun/toys.rsi/plushie_xeno.png differ