练兵场结算
This commit is contained in:
27
shared/resource/jsons/dic_army_joinCondition.json
Normal file
27
shared/resource/jsons/dic_army_joinCondition.json
Normal file
@@ -0,0 +1,27 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"lvLimit": 0,
|
||||
"describe": "不限"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"lvLimit": 10000,
|
||||
"describe": "10000+"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"lvLimit": 50000,
|
||||
"describe": "50000+"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"lvLimit": 100000,
|
||||
"describe": "10万+"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"lvLimit": 200000,
|
||||
"describe": "20万+"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user