Changes tile crafting recipe to make four floor tiles per unit of material used. (#5993)
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
- node: start
|
- node: start
|
||||||
edges:
|
edges:
|
||||||
- to: steeltile
|
- to: steeltile
|
||||||
|
completed:
|
||||||
|
- !type:SetStackCount
|
||||||
|
amount: 4
|
||||||
steps:
|
steps:
|
||||||
- material: Steel
|
- material: Steel
|
||||||
amount: 1
|
amount: 1
|
||||||
@@ -18,8 +21,12 @@
|
|||||||
- node: start
|
- node: start
|
||||||
edges:
|
edges:
|
||||||
- to: woodtile
|
- to: woodtile
|
||||||
|
completed:
|
||||||
|
- !type:SetStackCount
|
||||||
|
amount: 4
|
||||||
steps:
|
steps:
|
||||||
# Needs StackType ID
|
# Needs StackType ID
|
||||||
- material: WoodPlank
|
- material: WoodPlank
|
||||||
|
amount: 1
|
||||||
- node: woodtile
|
- node: woodtile
|
||||||
entity: FloorTileItemWood
|
entity: FloorTileItemWood
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
startNode: start
|
startNode: start
|
||||||
targetNode: steeltile
|
targetNode: steeltile
|
||||||
category: Tiles
|
category: Tiles
|
||||||
description: "A steel station tile."
|
description: "Four steel station tiles."
|
||||||
icon: Objects/Tiles/tile.rsi/steel.png
|
icon: Objects/Tiles/tile.rsi/steel.png
|
||||||
objectType: Item
|
objectType: Item
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
startNode: start
|
startNode: start
|
||||||
targetNode: woodtile
|
targetNode: woodtile
|
||||||
category: Tiles
|
category: Tiles
|
||||||
description: "A piece of wooden station flooring."
|
description: "Four pieces of wooden station flooring."
|
||||||
icon: Objects/Tiles/tile.rsi/wood.png
|
icon: Objects/Tiles/tile.rsi/wood.png
|
||||||
objectType: Item
|
objectType: Item
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user