]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add xeno plushie (#16228)
authorlzk228 <124214523+lzk228@users.noreply.github.com>
Sun, 7 May 2023 22:50:08 +0000 (01:50 +0300)
committerGitHub <noreply@github.com>
Sun, 7 May 2023 22:50:08 +0000 (15:50 -0700)
Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs
Resources/Prototypes/Catalog/Fills/Crates/fun.yml
Resources/Prototypes/Entities/Objects/Fun/toys.yml
Resources/Textures/Objects/Fun/toys.rsi/meta.json
Resources/Textures/Objects/Fun/toys.rsi/plushie_xeno.png [new file with mode: 0644]

index ad31b81c6fddbb3b68dac4a7a209f96a06793125..3b54f82dda0bc88b680279ad53a23cad0b988b8e 100644 (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")]
index d1d9c89cd1233fd2828f899456e0dd7f0c997638..9f9605951c51b48a8160aa66b01bfd60df4b6e9a 100644 (file)
       - id: PlushieRouny
       - id: PlushieRatvar
       - id: PlushieSharkBlue
+        orGroup: PlushieShark
+      - id: PlushieSharkGrey
+        orGroup: PlushieShark
       - id: PlushieAtmosian
       - id: PlushieDiona
+      - id: PlushieXeno
 
 - type: entity
   id: CrateFunInstrumentsVariety
index a79048620e179d45f7c1b3122afed4b91c8e7ba0..4358dc0546779bf8f66d5b5bc1fe7bc1a5dbb634 100644 (file)
   - 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
   - type: Tag
     tags:
     - ClownRecorder
+
index 48a4eb52acedc4c9dbb95f5bee760d774eb10858..188836c3a33141b6525dc7da1652dcd4621ff187 100644 (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"
         },
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 (file)
index 0000000..7ca78f2
Binary files /dev/null and b/Resources/Textures/Objects/Fun/toys.rsi/plushie_xeno.png differ