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"
- id: PlushieNuke
- id: PlushieSlime
- id: PlushieSnake
+ - id: PlushieExperiment
- !type:GroupSelector
children:
- id: PlushieLizard
amount: !type:ConstantNumberSelector
value: 3
-- type: entity
+- type: entity
id: CrateFunSharkPlushieBulk
parent: CrateGenericSteel
name: bulk soft toy shark crate
- 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
--- /dev/null
+{
+ "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
+ }
+ ]
+}
\ No newline at end of file