air sensor construction graph

This commit is contained in:
vulppine
2022-08-23 11:53:57 -07:00
parent 02ae352b83
commit fc5bda6efc
2 changed files with 43 additions and 0 deletions

View File

@@ -50,6 +50,9 @@
- AirSensor
- type: AccessReader
access: [ [ "Atmospherics" ] ]
- type: Construction
graph: AirSensor
node: sensor
- type: Sprite
netsync: false
drawdepth: FloorObjects
@@ -67,6 +70,9 @@
- type: Anchorable
- type: Clickable
- type: InteractionOutline
- type: Construction
graph: AirSensor
node: assembly
- type: Sprite
netsync: false
drawdepth: FloorObjects

View File

@@ -0,0 +1,37 @@
- type: constructionGraph
id: AirSensor
start: start
graph:
- node: start
edges:
- to: assembly
steps:
- material: Steel
amount: 2
doAfter: 1
- node: assembly
entity: AirSensorAssembly
- !type:SpriteStateChange
state: gsensor0
edges:
- to: start
completed:
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
steps:
- tool: Screwing
doAfter: 2
- to: sensor
conditions:
- !type:EntityAnchored
steps:
- tool: Welding
doAfter: 5
- node: sensor
entity: AirSensor
edges:
- to: assembly
steps:
- tool: Welding
doAfter: 5