25 lines
589 B
JSON
25 lines
589 B
JSON
{
|
|
"action": "BlockScoutAction",
|
|
"args": [true],
|
|
"setup": {
|
|
"resetNations": true,
|
|
"deleteOtherNations": true,
|
|
"keepNationIds": [1, 2],
|
|
"nation": [
|
|
{ "id": 1, "values": { "name": "위", "level": 2, "scout": 0 } },
|
|
{ "id": 2, "values": { "name": "촉", "level": 2, "scout": 0 } }
|
|
],
|
|
"gameEnvironment": {
|
|
"block_change_scout": false
|
|
}
|
|
},
|
|
"environment": {
|
|
"year": 200,
|
|
"month": 1,
|
|
"startyear": 190
|
|
},
|
|
"observe": {
|
|
"nationIds": [1, 2]
|
|
}
|
|
}
|