Adds craftable ducky slippers (#26138)

* Craftable ducky slippers

* fix node

---------

Co-authored-by: Plykiya <plykiya@protonmail.com>
This commit is contained in:
Plykiya
2024-03-18 14:34:34 -07:00
committed by GitHub
parent 6247ef4700
commit 6694f92171
5 changed files with 43 additions and 1 deletions

View File

@@ -47,6 +47,9 @@
collection: FootstepDuck
params:
variation: 0.07
- type: Construction
graph: ClothingShoeSlippersDuck
node: shoes
- type: entity
parent: ClothingShoesBaseButcherable

View File

@@ -640,6 +640,9 @@
requiresSpecialDigestion: true
useSound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: Tag
tags:
- ToyRubberDuck
- type: entity
parent: BasePlushie

View File

@@ -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

View File

@@ -84,4 +84,15 @@
category: construction-category-clothing
description: Two huds joined by arms
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

View File

@@ -1220,6 +1220,9 @@
- type: Tag
id: Torch
- type: Tag
id: ToyRubberDuck
- type: Tag
id: ToySidearm