graph: ClothingShoeSlippersDuck
node: shoes
+- type: entity
+ parent: ClothingShoesBaseButcherable
+ id: ClothingShoeSlippersLizard
+ name: lizard plushie slippers
+ description: An adorable pair of slippers that resemble a lizardperson. Combine this with some other green clothing and you'll be the coolest crewmember on the station!
+ components:
+ - type: Sprite
+ sprite: Clothing/Shoes/Misc/lizard-slippers.rsi
+ - type: Clothing
+ sprite: Clothing/Shoes/Misc/lizard-slippers.rsi
+ - type: FootstepModifier
+ footstepSoundCollection:
+ collection: FootstepLizardSlippers
+ params:
+ variation: 0.02
+ - type: Construction
+ graph: ClothingShoeSlippersLizard
+ node: shoes
+ - type: Extractable
+ juiceSolution:
+ reagents:
+ - ReagentId: JuiceThatMakesYouWeh
+ Quantity: 60
+ - type: SolutionContainerManager
+ solutions:
+ food:
+ maxVol: 40
+ reagents:
+ - ReagentId: Fiber
+ Quantity: 20
+ - ReagentId: JuiceThatMakesYouWeh
+ Quantity: 20
+
- type: entity
parent: ClothingShoesBaseButcherable
id: ClothingShoesTourist
- HEAD
- type: Speech
speechVerb: Reptilian # for pais (In the secret stash)
+ - type: Tag
+ tags:
+ - PlushieLizard
- type: entity
parent: PlushieLizard
--- /dev/null
+- type: constructionGraph
+ id: ClothingShoeSlippersLizard
+ start: start
+ graph:
+ - node: start
+ edges:
+ - to: shoes
+ steps:
+ - tag: PlushieLizard #Weh!
+ name: lizard plushie
+ icon:
+ sprite: Objects/Fun/toys.rsi
+ state: plushie_lizard
+ doAfter: 1
+ - tag: PlushieLizard
+ name: lizard plushie
+ icon:
+ sprite: Objects/Fun/toys.rsi
+ state: plushie_lizard
+ doAfter: 1
+ - node: shoes
+ entity: ClothingShoeSlippersLizard
icon: { sprite: Clothing/Shoes/Misc/duck-slippers.rsi, state: icon }
objectType: Item
+- type: construction
+ name: lizard plushie slippers
+ id: ClothingShoeSlippersLizard
+ graph: ClothingShoeSlippersLizard
+ startNode: start
+ targetNode: shoes
+ category: construction-category-clothing
+ description: An adorable pair of slippers that resemble a lizardperson. Combine this with some other green clothing and you'll be the coolest crewmember on the station!
+ icon: { sprite: Clothing/Shoes/Misc/lizard-slippers.rsi, state: icon }
+ objectType: Item
+
- type: construction
name: security glasses
id: ClothingEyesGlassesSecurity
files:
- /Audio/Items/Toys/quack.ogg
+- type: soundCollection
+ id: FootstepLizardSlippers
+ files:
+ - /Audio/Items/Toys/weh.ogg
+
- type: soundCollection
id: FootstepHeavy
files:
- type: Tag
id: PlushieGhost
+- type: Tag
+ id: PlushieLizard
+
- type: Tag
id: PlushieSharkBlue
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Ducky Slippers base taken from ParadiseSS13 at commits https://github.com/ParadiseSS13/Paradise/commit/27edf99e063a31b87cab66c1e29e481ff6a4d88a, Lizard Plushie taken from tgstation at commit https://github.com/tgstation/tgstation/commit/b4f25333593f2550c6bf578d1a03aa9817b7a8fc, sprites by momochitters",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-FEET",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}