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
|
||||
params:
|
||||
variation: 0.07
|
||||
- type: Construction
|
||||
graph: ClothingShoeSlippersDuck
|
||||
node: shoes
|
||||
|
||||
- type: entity
|
||||
parent: ClothingShoesBaseButcherable
|
||||
|
||||
@@ -640,6 +640,9 @@
|
||||
requiresSpecialDigestion: true
|
||||
useSound:
|
||||
path: /Audio/Items/Toys/mousesqueek.ogg
|
||||
- type: Tag
|
||||
tags:
|
||||
- ToyRubberDuck
|
||||
|
||||
- type: entity
|
||||
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
|
||||
@@ -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
|
||||
|
||||
@@ -1220,6 +1220,9 @@
|
||||
- type: Tag
|
||||
id: Torch
|
||||
|
||||
- type: Tag
|
||||
id: ToyRubberDuck
|
||||
|
||||
- type: Tag
|
||||
id: ToySidearm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user