test: trace monthly invader lifecycle
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"action": "InvaderEnding",
|
||||
"compactOutput": true,
|
||||
"setup": {
|
||||
"resetNations": true,
|
||||
"deleteOtherNations": true,
|
||||
"keepNationIds": [1],
|
||||
"setAllCitiesNation": 1,
|
||||
"nation": [
|
||||
{
|
||||
"id": 1,
|
||||
"values": {
|
||||
"name": "기준국",
|
||||
"capital": 1,
|
||||
"gennum": 1,
|
||||
"tech": 100,
|
||||
"level": 2,
|
||||
"type": "che_유가"
|
||||
}
|
||||
}
|
||||
],
|
||||
"gameEnvironment": {
|
||||
"isunited": 1,
|
||||
"refreshLimit": 3
|
||||
},
|
||||
"event": [
|
||||
{
|
||||
"id": 990002,
|
||||
"action": [["InvaderEnding"]]
|
||||
}
|
||||
]
|
||||
},
|
||||
"environment": {
|
||||
"year": 200,
|
||||
"month": 1,
|
||||
"startyear": 190,
|
||||
"currentEventID": 990002
|
||||
},
|
||||
"observe": {}
|
||||
}
|
||||
Reference in New Issue
Block a user