From c0bd3c2dd9f204a3c8617912728578e2fc409498 Mon Sep 17 00:00:00 2001 From: yzh Date: Thu, 16 Dec 2021 15:21:41 +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=88=86=E7=BA=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/resource/jsons/dic_army_position.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/shared/resource/jsons/dic_army_position.json b/shared/resource/jsons/dic_army_position.json index 2d49bfde1..7d20eaf39 100755 --- a/shared/resource/jsons/dic_army_position.json +++ b/shared/resource/jsons/dic_army_position.json @@ -10,35 +10,35 @@ "id": 2, "name": "将军", "rankProportion": 5, - "sellRatio": 2.5, - "activeRatio": 2.5 + "sellRatio": 2.8, + "activeRatio": 2.8 }, { "id": 3, "name": "校尉", "rankProportion": 15, - "sellRatio": 2, - "activeRatio": 2 + "sellRatio": 2.6, + "activeRatio": 2.6 }, { "id": 4, "name": "什长", "rankProportion": 30, - "sellRatio": 1.5, - "activeRatio": 1.5 + "sellRatio": 2.5, + "activeRatio": 2.5 }, { "id": 5, "name": "伍长", "rankProportion": 50, - "sellRatio": 1.2, - "activeRatio": 1.2 + "sellRatio": 2.4, + "activeRatio": 2.4 }, { "id": 6, "name": "士兵", "rankProportion": 100, - "sellRatio": 1, - "activeRatio": 1 + "sellRatio": 2, + "activeRatio": 2 } ] \ No newline at end of file