添加json

This commit is contained in:
luying
2021-01-23 18:10:48 +08:00
parent 0e88bc2bfc
commit d9ef58b6c5
40 changed files with 16877 additions and 6504 deletions
+44
View File
@@ -0,0 +1,44 @@
[
{
"id": 1,
"name": "大将军",
"rankProportion": 0,
"sellRatio": 5,
"activeRatio": 5
},
{
"id": 2,
"name": "将军",
"rankProportion": 5,
"sellRatio": 20,
"activeRatio": 20
},
{
"id": 3,
"name": "校尉",
"rankProportion": 15,
"sellRatio": 30,
"activeRatio": 30
},
{
"id": 4,
"name": "什长",
"rankProportion": 30,
"sellRatio": 25,
"activeRatio": 25
},
{
"id": 5,
"name": "伍长",
"rankProportion": 50,
"sellRatio": 20,
"activeRatio": 20
},
{
"id": 6,
"name": "士兵",
"rankProportion": 100,
"sellRatio": 0,
"activeRatio": 0
}
]