diff --git a/shared/resource/jsons/dic_army_joinCondition.json b/shared/resource/jsons/dic_army_joinCondition.json index 170639ecb..a2ec16d53 100644 --- a/shared/resource/jsons/dic_army_joinCondition.json +++ b/shared/resource/jsons/dic_army_joinCondition.json @@ -6,32 +6,32 @@ }, { "id": 2, - "lvLimit": 700000, - "describe": "70万+" - }, - { - "id": 3, "lvLimit": 1000000, "describe": "100万+" }, { - "id": 4, - "lvLimit": 1500000, - "describe": "150万+" - }, - { - "id": 5, + "id": 3, "lvLimit": 2000000, "describe": "200万+" }, + { + "id": 4, + "lvLimit": 3000000, + "describe": "300万+" + }, + { + "id": 5, + "lvLimit": 5000000, + "describe": "500万+" + }, { "id": 6, - "lvLimit": 2500000, - "describe": "250万+" + "lvLimit": 7500000, + "describe": "750万+" }, { "id": 7, - "lvLimit": 3000000, - "describe": "300万+" + "lvLimit": 10000000, + "describe": "1000万+" } ] \ No newline at end of file