Add Experiment plushie (#36663)
* Plushie * Add to fills and fix license * minor spelling issue
This commit is contained in:
BIN
Resources/Audio/Items/Toys/arf.ogg
Normal file
BIN
Resources/Audio/Items/Toys/arf.ogg
Normal file
Binary file not shown.
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 |
BIN
Resources/Textures/Objects/Fun/expiplush.rsi/expi.png
Normal file
BIN
Resources/Textures/Objects/Fun/expiplush.rsi/expi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1000 B |
26
Resources/Textures/Objects/Fun/expiplush.rsi/meta.json
Normal file
26
Resources/Textures/Objects/Fun/expiplush.rsi/meta.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user