air sensor construction graph
This commit is contained in:
@@ -50,6 +50,9 @@
|
|||||||
- AirSensor
|
- AirSensor
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [ [ "Atmospherics" ] ]
|
access: [ [ "Atmospherics" ] ]
|
||||||
|
- type: Construction
|
||||||
|
graph: AirSensor
|
||||||
|
node: sensor
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
netsync: false
|
||||||
drawdepth: FloorObjects
|
drawdepth: FloorObjects
|
||||||
@@ -67,6 +70,9 @@
|
|||||||
- type: Anchorable
|
- type: Anchorable
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
|
- type: Construction
|
||||||
|
graph: AirSensor
|
||||||
|
node: assembly
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
netsync: false
|
||||||
drawdepth: FloorObjects
|
drawdepth: FloorObjects
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user