41 lines
625 B
JSON
41 lines
625 B
JSON
{
|
|
"name": "Build SPOM - Step 1: Dig and Electrolyzer",
|
|
"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": "wait",
|
|
"delayMs": 100
|
|
},
|
|
{
|
|
"type": "priority",
|
|
"x": 45,
|
|
"y": 42,
|
|
"priority": 9
|
|
}
|
|
]
|
|
}
|