Changes tile crafting recipe to make four floor tiles per unit of material used. (#5993)

This commit is contained in:
Lamrr
2022-01-02 16:57:46 +11:00
committed by GitHub
parent 207e514cab
commit 85297d11b6
2 changed files with 9 additions and 2 deletions

View File

@@ -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

View File

@@ -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