From 59caf87e0aaa36e6681a2b064d690ec759ae9c96 Mon Sep 17 00:00:00 2001 From: yzh Date: Thu, 16 Dec 2021 16:34:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E5=80=BC=EF=BC=9A=E5=86=9B=E5=9B=A2?= =?UTF-8?q?=E6=AF=8F=E6=97=A5=E6=B4=BB=E8=B7=83=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/resource/jsons/dic_army_activePointWays.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shared/resource/jsons/dic_army_activePointWays.json b/shared/resource/jsons/dic_army_activePointWays.json index 0492208d3..dd1d2599f 100644 --- a/shared/resource/jsons/dic_army_activePointWays.json +++ b/shared/resource/jsons/dic_army_activePointWays.json @@ -3,24 +3,24 @@ "id": 1, "name": "捐献所", "cout": 10, - "activePoint": "1&300|2&500|3&700" + "activePoint": "1&5|2&10|3&20" }, { "id": 2, "name": "练兵场", "cout": 4, - "activePoint": "1&200" + "activePoint": "1&10" }, { "id": 3, "name": "演武台", "cout": 1, - "activePoint": "1&500" + "activePoint": "1&15" }, { "id": 4, "name": "军团活动", "cout": 2, - "activePoint": "1&300" + "activePoint": "1&20" } ] \ No newline at end of file