From 85297d11b6e1b4bc36ca63d802e03521dbbbf71c Mon Sep 17 00:00:00 2001 From: Lamrr <96937466+Lamrr@users.noreply.github.com> Date: Sun, 2 Jan 2022 16:57:46 +1100 Subject: [PATCH] Changes tile crafting recipe to make four floor tiles per unit of material used. (#5993) --- Resources/Prototypes/Recipes/Crafting/Graphs/tiles.yml | 7 +++++++ Resources/Prototypes/Recipes/Crafting/tiles.yml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/tiles.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/tiles.yml index 41492f4002..99abd6f204 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/tiles.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/tiles.yml @@ -5,6 +5,9 @@ - node: start edges: - to: steeltile + completed: + - !type:SetStackCount + amount: 4 steps: - material: Steel amount: 1 @@ -18,8 +21,12 @@ - node: start edges: - to: woodtile + completed: + - !type:SetStackCount + amount: 4 steps: # Needs StackType ID - material: WoodPlank + amount: 1 - node: woodtile entity: FloorTileItemWood diff --git a/Resources/Prototypes/Recipes/Crafting/tiles.yml b/Resources/Prototypes/Recipes/Crafting/tiles.yml index 3a441d660c..dcc8685ae0 100644 --- a/Resources/Prototypes/Recipes/Crafting/tiles.yml +++ b/Resources/Prototypes/Recipes/Crafting/tiles.yml @@ -7,7 +7,7 @@ startNode: start targetNode: steeltile category: Tiles - description: "A steel station tile." + description: "Four steel station tiles." icon: Objects/Tiles/tile.rsi/steel.png objectType: Item @@ -18,7 +18,7 @@ startNode: start targetNode: woodtile category: Tiles - description: "A piece of wooden station flooring." + description: "Four pieces of wooden station flooring." icon: Objects/Tiles/tile.rsi/wood.png objectType: Item