From 4b29e5db24149289660113c3b04d6f7219c20bf0 Mon Sep 17 00:00:00 2001 From: luying Date: Tue, 31 May 2022 09:58:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=EF=BC=9A=E8=9B=AE=E5=A4=B7?= =?UTF-8?q?=E5=85=A5=E4=BE=B5=E7=82=B9=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/resource/jsons/dic_zyz_gateActivityPoint.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/shared/resource/jsons/dic_zyz_gateActivityPoint.json b/shared/resource/jsons/dic_zyz_gateActivityPoint.json index 8805bfaca..c0dd2f78a 100644 --- a/shared/resource/jsons/dic_zyz_gateActivityPoint.json +++ b/shared/resource/jsons/dic_zyz_gateActivityPoint.json @@ -2,31 +2,31 @@ { "id": 1, "getPointWays": "每回合开始时获得", - "point": 5 + "point": 10 }, { "id": 2, "getPointWays": "击杀小兵", - "point": 10 + "point": 20 }, { "id": 3, "getPointWays": "击杀小boss", - "point": 30 + "point": 0 }, { "id": 4, "getPointWays": "击杀大boss", - "point": 100 + "point": 0 }, { "id": 5, "getPointWays": "防守成功", - "point": 40 + "point": 0 }, { "id": 6, "getPointWays": "击杀精英怪", - "point": 20 + "point": 40 } ] \ No newline at end of file