From 79ca8c21e9d630dbaaee38fcbaea122364f1dc7f Mon Sep 17 00:00:00 2001 From: yzh Date: Wed, 14 Sep 2022 19:27:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E5=80=BC=EF=BC=9A=E5=86=9B=E5=9B=A2?= =?UTF-8?q?=E5=8A=A0=E5=85=A5=E6=88=98=E5=8A=9B=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsons/dic_army_joinCondition.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/shared/resource/jsons/dic_army_joinCondition.json b/shared/resource/jsons/dic_army_joinCondition.json index 356445e89..170639ecb 100644 --- a/shared/resource/jsons/dic_army_joinCondition.json +++ b/shared/resource/jsons/dic_army_joinCondition.json @@ -6,32 +6,32 @@ }, { "id": 2, - "lvLimit": 300000, - "describe": "30万+" + "lvLimit": 700000, + "describe": "70万+" }, { "id": 3, - "lvLimit": 500000, - "describe": "50万+" - }, - { - "id": 4, - "lvLimit": 750000, - "describe": "75万+" - }, - { - "id": 5, "lvLimit": 1000000, "describe": "100万+" }, { - "id": 6, + "id": 4, "lvLimit": 1500000, "describe": "150万+" }, { - "id": 7, + "id": 5, "lvLimit": 2000000, "describe": "200万+" + }, + { + "id": 6, + "lvLimit": 2500000, + "describe": "250万+" + }, + { + "id": 7, + "lvLimit": 3000000, + "describe": "300万+" } ] \ No newline at end of file