ONI Agent Bridge - initial mod implementation
This commit is contained in:
40
docs/batch_example.json
Normal file
40
docs/batch_example.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user