diff --git a/Resources/Prototypes/Nyanotrasen/Recipes/Crafting/Graphs/tinfoilhat.yml b/Resources/Prototypes/Nyanotrasen/Recipes/Crafting/Graphs/tinfoilhat.yml new file mode 100644 index 00000000000..65987673fc4 --- /dev/null +++ b/Resources/Prototypes/Nyanotrasen/Recipes/Crafting/Graphs/tinfoilhat.yml @@ -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 diff --git a/Resources/Prototypes/Nyanotrasen/Recipes/Crafting/improvised.yml b/Resources/Prototypes/Nyanotrasen/Recipes/Crafting/improvised.yml index 795b6f58e47..bd9cd3030b0 100644 --- a/Resources/Prototypes/Nyanotrasen/Recipes/Crafting/improvised.yml +++ b/Resources/Prototypes/Nyanotrasen/Recipes/Crafting/improvised.yml @@ -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