Add funny hampter plushie (#17099)

This commit is contained in:
Renlou
2023-06-04 04:50:53 +10:00
committed by GitHub
parent babdefc391
commit e190771d09
5 changed files with 27 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ namespace Content.Server.Arcade.Components
"ToyMouse", "ToyAi", "ToyNuke", "ToyAssistant", "ToyGriffin", "ToyHonk", "ToyIan",
"ToyMarauder", "ToyMauler", "ToyGygax", "ToyOdysseus", "ToyOwlman", "ToyDeathRipley",
"ToyPhazon", "ToyFireRipley", "ToyReticence", "ToyRipley", "ToySeraph", "ToyDurand", "ToySkeleton",
"FoamCrossbow", "RevolverCapGun", "PlushieLizard", "PlushieAtmosian", "PlushieSpaceLizard",
"FoamCrossbow", "RevolverCapGun", "PlushieHampter", "PlushieLizard", "PlushieAtmosian", "PlushieSpaceLizard",
"PlushieNuke", "PlushieCarp", "PlushieRatvar", "PlushieNar", "PlushieSnake", "Basketball", "Football",
"PlushieRouny", "PlushieBee", "PlushieSlime", "BalloonCorgi", "ToySword", "CrayonBox", "BoxDonkSoftBox", "BoxCartridgeCap",
"HarmonicaInstrument", "OcarinaInstrument", "RecorderInstrument", "GunpetInstrument", "BirdToyInstrument", "PlushieXeno"

View File

@@ -22,6 +22,7 @@
- id: PlushieAtmosian
- id: PlushieDiona
- id: PlushieXeno
- id: PlushieHampter
- type: entity
id: CrateFunInstrumentsVariety

View File

@@ -106,6 +106,27 @@
- ReagentId: GroundBee
Quantity: 10
- type: entity
parent: BasePlushie
id: PlushieHampter
name: hampter plushie
description: A cute stuffed toy that resembles a hamster. Its face looks squished.
components:
- type: Sprite
state: plushie_hampter
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: entity
parent: PlushieBee
id: PlushieRGBee

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), plushie_xeno by LinkUyx#6557",
"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, plushie_hampter by RenLou#4333",
"size": {
"x": 32,
"y": 32
@@ -25,6 +25,9 @@
},
{
"name": "plushie_h"
},
{
"name": "plushie_hampter"
},
{
"name": "plushie_lizard"

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 B