Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mirror: Adds craftable ducky slippers #261

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Shoes/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
collection: FootstepDuck
params:
variation: 0.07
- type: Construction
graph: ClothingShoeSlippersDuck
node: shoes

- type: entity
parent: ClothingShoesBaseButcherable
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,9 @@
requiresSpecialDigestion: true
useSound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: Tag
tags:
- ToyRubberDuck

- type: entity
parent: BasePlushie
Expand Down
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions Resources/Prototypes/Recipes/Construction/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,14 @@
description: Two huds joined by arms
icon: { sprite: Clothing/Eyes/Hud/medsec.rsi, state: icon }
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
3 changes: 3 additions & 0 deletions Resources/Prototypes/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,9 @@
- type: Tag
id: Torch

- type: Tag
id: ToyRubberDuck

- type: Tag
id: ToySidearm

Expand Down
Loading