Human plushie (#23518)

* AAAAAAAAA

* TBoI reference

* really remove from cargo crate. redescription

* pipi
This commit is contained in:
Ed
2024-01-04 15:27:40 +03:00
committed by GitHub
parent dfec6a4ac9
commit 1c5639be75
5 changed files with 32 additions and 4 deletions

View File

@@ -282,6 +282,9 @@
- id: PlushiePenguin - id: PlushiePenguin
prob: 0.01 prob: 0.01
orGroup: Plushies orGroup: Plushies
- id: PlushieHuman
prob: 0.01
orGroup: Plushies
- id: PlushieLizard - id: PlushieLizard
prob: 0.01 prob: 0.01
orGroup: Plushies orGroup: Plushies

View File

@@ -1168,3 +1168,24 @@
components: components:
- type: Sprite - type: Sprite
state: plushie_penguin state: plushie_penguin
- type: entity
parent: BasePlushie
id: PlushieHuman
name: human plushie
description: This is a felt plush of a human. All craftsmanship is of the lowest quality. The human is naked. The human is crying. The human is screaming.
components:
- type: Sprite
state: plushie_human
- type: EmitSoundOnUse
sound:
path: /Audio/Voice/Human/malescream_1.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Voice/Human/malescream_2.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Voice/Human/malescream_3.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Voice/Human/malescream_4.ogg

View File

@@ -86,6 +86,7 @@
- PlushieMoth - PlushieMoth
- PlushieHampter - PlushieHampter
- PlushiePenguin - PlushiePenguin
- PlushieHuman
- type: WiresPanel - type: WiresPanel
- type: Wires - type: Wires
layoutId: Arcade layoutId: Arcade

View File

@@ -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), plushie_xeno by LinkUyx#6557, plushie_hampter by RenLou#4333, beachball taken from https://github.com/ss220-space/Paradise/commit/662c08272acd7be79531550919f56f846726eabb, beachb-inhand by ;3#1161, bee hat and in-hand sprites drawn by Ubaser, plushie_penguin by netwy", "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, beachball taken from https://github.com/ss220-space/Paradise/commit/662c08272acd7be79531550919f56f846726eabb, beachb-inhand by ;3#1161, bee hat and in-hand sprites drawn by Ubaser, plushie_penguin by netwy, plushie human by TheShuEd",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -13,7 +13,7 @@
{ {
"name": "plushie_penguin" "name": "plushie_penguin"
}, },
{ {
"name": "plushie_moth" "name": "plushie_moth"
}, },
{ {
@@ -44,13 +44,13 @@
"name": "bee-inhand-right", "name": "bee-inhand-right",
"directions": 4 "directions": 4
}, },
{ {
"name": "plushie_hampter" "name": "plushie_hampter"
}, },
{ {
"name": "plushie_lizard" "name": "plushie_lizard"
}, },
{ {
"name": "plushie_lizard_mirrored" "name": "plushie_lizard_mirrored"
}, },
{ {
@@ -74,6 +74,9 @@
{ {
"name": "plushie_diona" "name": "plushie_diona"
}, },
{
"name": "plushie_human"
},
{ {
"name": "plushie_diona1" "name": "plushie_diona1"
}, },

Binary file not shown.

After

Width:  |  Height:  |  Size: 745 B