Skip to content

Commit

Permalink
tinfoil construction
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffiestFloof committed Oct 5, 2023
1 parent b685f11 commit bbe2865
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- type: constructionGraph
id: TinfoilHat
start: start
graph:
- node: start
edges:
- to: tinfoilhat
steps:
- material: Steel
amount: 1
doAfter: 10
- node: tinfoilhat
entity: ClothingHeadTinfoil
13 changes: 13 additions & 0 deletions Resources/Prototypes/Nyanotrasen/Recipes/Crafting/improvised.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
- type: construction
name: tinfoil hat
id: tinfoilhat
graph: TinfoilHat
startNode: start
targetNode: tinfoilhat
category: construction-category-misc
description: Protect yourself from all the psionics on board this cursed vessel.
icon:
sprite: Nyanotrasen/Clothing/Head/Hats/tinfoil.rsi
state: icon
objectType: Item

- type: construction
name: fish labeler
id: fishlabeler
graph: fishlabeler
Expand Down

0 comments on commit bbe2865

Please sign in to comment.