练兵场结算

This commit is contained in:
mamengke01
2021-01-26 10:41:11 +08:00
parent d4d4ba825b
commit 3c3e734019
24 changed files with 6690 additions and 1765 deletions

View File

@@ -3,42 +3,42 @@
"id": 1,
"name": "大将军",
"rankProportion": 0,
"sellRatio": 5,
"activeRatio": 5
"sellRatio": 3,
"activeRatio": 3
},
{
"id": 2,
"name": "将军",
"rankProportion": 5,
"sellRatio": 20,
"activeRatio": 20
"sellRatio": 2.5,
"activeRatio": 2.5
},
{
"id": 3,
"name": "校尉",
"rankProportion": 15,
"sellRatio": 30,
"activeRatio": 30
"sellRatio": 2,
"activeRatio": 2
},
{
"id": 4,
"name": "什长",
"rankProportion": 30,
"sellRatio": 25,
"activeRatio": 25
"sellRatio": 1.5,
"activeRatio": 1.5
},
{
"id": 5,
"name": "伍长",
"rankProportion": 50,
"sellRatio": 20,
"activeRatio": 20
"sellRatio": 1.2,
"activeRatio": 1.2
},
{
"id": 6,
"name": "士兵",
"rankProportion": 100,
"sellRatio": 0,
"activeRatio": 0
"sellRatio": 1,
"activeRatio": 1
}
]