Adds craftable ducky slippers (#26138)
* Craftable ducky slippers * fix node --------- Co-authored-by: Plykiya <plykiya@protonmail.com>
This commit is contained in:
@@ -47,6 +47,9 @@
|
|||||||
collection: FootstepDuck
|
collection: FootstepDuck
|
||||||
params:
|
params:
|
||||||
variation: 0.07
|
variation: 0.07
|
||||||
|
- type: Construction
|
||||||
|
graph: ClothingShoeSlippersDuck
|
||||||
|
node: shoes
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingShoesBaseButcherable
|
parent: ClothingShoesBaseButcherable
|
||||||
|
|||||||
@@ -640,6 +640,9 @@
|
|||||||
requiresSpecialDigestion: true
|
requiresSpecialDigestion: true
|
||||||
useSound:
|
useSound:
|
||||||
path: /Audio/Items/Toys/mousesqueek.ogg
|
path: /Audio/Items/Toys/mousesqueek.ogg
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- ToyRubberDuck
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BasePlushie
|
parent: BasePlushie
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
- type: constructionGraph
|
||||||
|
id: ClothingShoeSlippersDuck
|
||||||
|
start: start
|
||||||
|
graph:
|
||||||
|
- node: start
|
||||||
|
edges:
|
||||||
|
- to: shoes
|
||||||
|
steps:
|
||||||
|
- tag: ToyRubberDuck
|
||||||
|
name: a rubber ducky
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Fun/ducky.rsi
|
||||||
|
state: icon
|
||||||
|
doAfter: 1
|
||||||
|
- tag: ToyRubberDuck
|
||||||
|
name: a rubber ducky
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Fun/ducky.rsi
|
||||||
|
state: icon
|
||||||
|
doAfter: 1
|
||||||
|
- node: shoes
|
||||||
|
entity: ClothingShoeSlippersDuck
|
||||||
@@ -85,3 +85,14 @@
|
|||||||
description: Two huds joined by arms
|
description: Two huds joined by arms
|
||||||
icon: { sprite: Clothing/Eyes/Hud/medsec.rsi, state: icon }
|
icon: { sprite: Clothing/Eyes/Hud/medsec.rsi, state: icon }
|
||||||
objectType: Item
|
objectType: Item
|
||||||
|
|
||||||
|
- type: construction
|
||||||
|
name: ducky slippers
|
||||||
|
id: ClothingShoeSlippersDuck
|
||||||
|
graph: ClothingShoeSlippersDuck
|
||||||
|
startNode: start
|
||||||
|
targetNode: shoes
|
||||||
|
category: construction-category-clothing
|
||||||
|
description: Comfy, yet haunted by the ghosts of ducks you fed bread to as a child.
|
||||||
|
icon: { sprite: Clothing/Shoes/Misc/duck-slippers.rsi, state: icon }
|
||||||
|
objectType: Item
|
||||||
|
|||||||
@@ -1220,6 +1220,9 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
id: Torch
|
id: Torch
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: ToyRubberDuck
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: ToySidearm
|
id: ToySidearm
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user