Add semi-annual monthly comparison fixture
This commit is contained in:
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"action": "ProcessSemiAnnual",
|
||||
"resource": "gold",
|
||||
"environment": {
|
||||
"year": 193,
|
||||
"month": 1,
|
||||
"startyear": 190
|
||||
},
|
||||
"setup": {
|
||||
"resetCities": true,
|
||||
"resetGenerals": true,
|
||||
"nation": [
|
||||
{
|
||||
"id": 1,
|
||||
"values": {
|
||||
"name": "반기검증국",
|
||||
"gold": 100001,
|
||||
"rice": 7777,
|
||||
"rate_tmp": 20,
|
||||
"type": "che_도가"
|
||||
}
|
||||
}
|
||||
],
|
||||
"city": [
|
||||
{
|
||||
"id": 1,
|
||||
"values": {
|
||||
"nation": 1,
|
||||
"supply": 1,
|
||||
"pop": 10000,
|
||||
"pop_max": 50000,
|
||||
"agri": 1001,
|
||||
"agri_max": 5000,
|
||||
"comm": 1001,
|
||||
"comm_max": 5000,
|
||||
"secu": 1001,
|
||||
"secu_max": 2000,
|
||||
"trust": 55,
|
||||
"def": 1001,
|
||||
"def_max": 5000,
|
||||
"wall": 1001,
|
||||
"wall_max": 5000,
|
||||
"dead": 123
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"values": {
|
||||
"nation": 1,
|
||||
"supply": 0,
|
||||
"pop": 10000,
|
||||
"pop_max": 50000,
|
||||
"agri": 1001,
|
||||
"agri_max": 5000,
|
||||
"comm": 1001,
|
||||
"comm_max": 5000,
|
||||
"secu": 1001,
|
||||
"secu_max": 2000,
|
||||
"trust": 55,
|
||||
"def": 1001,
|
||||
"def_max": 5000,
|
||||
"wall": 1001,
|
||||
"wall_max": 5000,
|
||||
"dead": 123
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"values": {
|
||||
"nation": 0,
|
||||
"supply": 1,
|
||||
"pop": 10000,
|
||||
"pop_max": 50000,
|
||||
"agri": 1001,
|
||||
"agri_max": 5000,
|
||||
"comm": 1001,
|
||||
"comm_max": 5000,
|
||||
"secu": 1001,
|
||||
"secu_max": 2000,
|
||||
"trust": 55,
|
||||
"def": 1001,
|
||||
"def_max": 5000,
|
||||
"wall": 1001,
|
||||
"wall_max": 5000,
|
||||
"dead": 123
|
||||
}
|
||||
}
|
||||
],
|
||||
"general": [
|
||||
{
|
||||
"id": 1,
|
||||
"values": {
|
||||
"nation": 1,
|
||||
"city": 1,
|
||||
"gold": 10001,
|
||||
"rice": 8888
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"observe": {
|
||||
"generalIds": [1],
|
||||
"cityIds": [1, 2, 3],
|
||||
"nationIds": [1]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user