From: Sirionaut <148076704+Sirionaut@users.noreply.github.com> Date: Tue, 14 Nov 2023 23:27:55 +0000 (+0100) Subject: craftable cotton cloth (#21648) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9525314b778185e99fec9d30acb376e0b2708879;p=space-station-14.git craftable cotton cloth (#21648) * Update improvised.yml added CottonWovenCloth * added cotton.yml constructionGraph * it's spelled cotton, not cotten --- diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/cotton.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/cotton.yml new file mode 100644 index 0000000000..dcf0ae4be7 --- /dev/null +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/cotton.yml @@ -0,0 +1,13 @@ +- type: constructionGraph + id: CottonObjects + start: start + graph: + - node: start + edges: + - to: cottoncloth + steps: + - material: Cotton + amount: 4 + doAfter: 3 + - node: cottoncloth + entity: MaterialCloth1 diff --git a/Resources/Prototypes/Recipes/Crafting/improvised.yml b/Resources/Prototypes/Recipes/Crafting/improvised.yml index df3a3bbdab..9fb10b741d 100644 --- a/Resources/Prototypes/Recipes/Crafting/improvised.yml +++ b/Resources/Prototypes/Recipes/Crafting/improvised.yml @@ -175,3 +175,16 @@ icon: sprite: Objects/Weapons/Bombs/ied.rsi state: icon + +- type: construction + name: cotton woven cloth + id: CottonWovenCloth + graph: CottonObjects + startNode: start + targetNode: cottoncloth + category: construction-category-misc + description: "A homemade piece of cotton cloth, it feels coarse." + icon: + sprite: Objects/Materials/materials.rsi + state: cloth_3 + objectType: Item