@@ -78,3 +78,19 @@
|
||||
amount: 1
|
||||
- node: fleshTile
|
||||
entity: FloorTileItemFlesh
|
||||
|
||||
- type: constructionGraph
|
||||
id: TileWoodLarge
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: woodtilelarge
|
||||
completed:
|
||||
- !type:SetStackCount
|
||||
amount: 4
|
||||
steps:
|
||||
- material: WoodPlank
|
||||
amount: 2
|
||||
- node: woodtilelarge
|
||||
entity: FloorTileItemWoodLarge
|
||||
@@ -164,3 +164,14 @@
|
||||
# description: "A dirty station tile."
|
||||
# icon: { sprite: Objects/Tiles/tile.rsi, state: dirty }
|
||||
# objectType: Item
|
||||
|
||||
- type: construction
|
||||
name: large wood floor
|
||||
id: TileWoodLarge
|
||||
graph: TileWoodLarge
|
||||
startNode: start
|
||||
targetNode: woodtilelarge
|
||||
category: construction-category-tiles
|
||||
description: "Four pieces of wooden station flooring."
|
||||
icon: { sprite: Objects/Tiles/tile.rsi, state: wood-large }
|
||||
objectType: Item
|
||||
Reference in New Issue
Block a user