Add Experiment plushie (#36663)

* Plushie

* Add to fills and fix license

* minor spelling issue
This commit is contained in:
T-Stalker
2025-04-17 23:38:34 -03:00
committed by GitHub
parent 2a3171a59d
commit 4d457db9e9
9 changed files with 89 additions and 1 deletions

Binary file not shown.

View File

@@ -92,3 +92,8 @@
license: "CC0-1.0"
copyright: "Created by xprospero for ss14"
source: "https://github.com/space-wizards/space-station-14/blob/master/Resources/Audio/Items/Toys/rubber_chicken_3.ogg"
- files: ["arf.ogg"]
license: "CC0-1.0"
copyright: "Created by Orsoniks, from the game Casualties Unknown"
source: "https://orsonik.itch.io/scav-prototype"

View File

@@ -10,6 +10,7 @@
- id: PlushieNuke
- id: PlushieSlime
- id: PlushieSnake
- id: PlushieExperiment
- !type:GroupSelector
children:
- id: PlushieLizard
@@ -72,7 +73,7 @@
amount: !type:ConstantNumberSelector
value: 3
- type: entity
- type: entity
id: CrateFunSharkPlushieBulk
parent: CrateGenericSteel
name: bulk soft toy shark crate

View File

@@ -362,6 +362,62 @@
- Payload
- PlushieLizard
- type: entity
parent: BasePlushie
id: PlushieExperiment #Arf!
name: experiment plushie
description: A plushie of a canid of sorts, it yearns to be detonated on a landmine.
components:
- type: Sprite
sprite: Objects/Fun/expiplush.rsi
state: expi
- type: Item
inhandVisuals:
left:
- state: expi-inhand-left
shader: shaded
right:
- state: expi-inhand-right
shader: shaded
heldPrefix: plushielizard
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/arf.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/arf.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/arf.ogg
- type: EmitSoundOnTrigger
sound:
path: /Audio/Items/Toys/arf.ogg
- type: EmitSoundOnCollide
sound:
path: /Audio/Items/Toys/arf.ogg
- type: Food
requiresSpecialDigestion: true
useSound:
path: /Audio/Items/Toys/arf.ogg
- type: MeleeWeapon
wideAnimationRotation: 180
soundHit:
path: /Audio/Items/Toys/arf.ogg
- type: Tag
tags:
- ClothMade
- Payload
- type: Clothing
clothingVisuals:
head:
- state: expi-equipped-HELMET
shader: shaded
quickEquip: false
sprite: Objects/Fun/toys.rsi
equippedPrefix: expi
slots:
- HEAD
- type: entity
parent: PlushieLizard
id: PlushieRainbowLizard #Weh but gay

Binary file not shown.

After

Width:  |  Height:  |  Size: 897 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1000 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Made by Orsoniks (rivey0 on discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "expi"
},
{
"name": "expi-inhand-left",
"directions": 4
},
{
"name": "expi-inhand-right",
"directions": 4
},
{
"name": "expi-equipped-HELMET",
"directions": 4
}
]
}