Construction graph for Pilot Seat chair (#6595)
This commit is contained in:
@@ -36,6 +36,11 @@
|
||||
- material: Steel
|
||||
amount: 5
|
||||
doAfter: 1
|
||||
- to: chairPilotSeat
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 5
|
||||
doAfter: 1
|
||||
- to: chairWood
|
||||
steps:
|
||||
- material: WoodPlank
|
||||
@@ -110,6 +115,18 @@
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 1
|
||||
|
||||
- node: chairPilotSeat
|
||||
entity: ChairPilotSeat
|
||||
edges:
|
||||
- to: start
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetSteel1
|
||||
amount: 5
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 2
|
||||
|
||||
- node: chairWood
|
||||
entity: ChairWood
|
||||
|
||||
@@ -100,6 +100,23 @@
|
||||
canBuildInImpassable: false
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
name: pilots chair
|
||||
id: chairPilotSeat
|
||||
graph: Seat
|
||||
startNode: start
|
||||
targetNode: chairPilotSeat
|
||||
category: Furniture
|
||||
description: Fit for a captain.
|
||||
icon:
|
||||
sprite: Structures/Furniture/chairs.rsi
|
||||
state: shuttle
|
||||
objectType: Structure
|
||||
placementMode: SnapgridCenter
|
||||
canBuildInImpassable: false
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
name: wooden chair
|
||||
|
||||
Reference in New Issue
Block a user