test: trace monthly scout policy actions
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"action": "UnblockScoutAction",
|
||||
"args": [false],
|
||||
"setup": {
|
||||
"resetNations": true,
|
||||
"deleteOtherNations": true,
|
||||
"keepNationIds": [1, 2],
|
||||
"nation": [
|
||||
{ "id": 1, "values": { "name": "위", "level": 2, "scout": 1 } },
|
||||
{ "id": 2, "values": { "name": "촉", "level": 2, "scout": 1 } }
|
||||
],
|
||||
"gameEnvironment": {
|
||||
"block_change_scout": true
|
||||
}
|
||||
},
|
||||
"environment": {
|
||||
"year": 200,
|
||||
"month": 1,
|
||||
"startyear": 190
|
||||
},
|
||||
"observe": {
|
||||
"nationIds": [1, 2]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user