42 lines
614 B
JSON
42 lines
614 B
JSON
{
|
|
"actions": [
|
|
{
|
|
"type": "dig",
|
|
"x": 42,
|
|
"y": 40,
|
|
"width": 8,
|
|
"height": 6
|
|
},
|
|
{
|
|
"type": "build",
|
|
"buildingId": "Electrolyzer",
|
|
"x": 45,
|
|
"y": 42
|
|
},
|
|
{
|
|
"type": "build",
|
|
"buildingId": "GasPump",
|
|
"x": 43,
|
|
"y": 42
|
|
},
|
|
{
|
|
"type": "build",
|
|
"buildingId": "HydrogenGenerator",
|
|
"x": 45,
|
|
"y": 40
|
|
},
|
|
{
|
|
"type": "build",
|
|
"buildingId": "GasFilter",
|
|
"x": 44,
|
|
"y": 40
|
|
},
|
|
{
|
|
"type": "prioritize",
|
|
"x": 45,
|
|
"y": 42,
|
|
"priority": 9
|
|
}
|
|
]
|
|
}
|