From bbe28654713fcb8dcdeaeb3513efe412fcd4b3e7 Mon Sep 17 00:00:00 2001 From: Fluffiest Floofers Date: Thu, 5 Oct 2023 22:01:20 +0200 Subject: [PATCH] tinfoil construction --- .../Recipes/Crafting/Graphs/tinfoilhat.yml | 13 +++++++++++++ .../Nyanotrasen/Recipes/Crafting/improvised.yml | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 Resources/Prototypes/Nyanotrasen/Recipes/Crafting/Graphs/tinfoilhat.yml 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