From 24826e498d692b258a8c3b81232d8c71a816a398 Mon Sep 17 00:00:00 2001 From: jingyushiwo <751360932@qq.com> Date: Fri, 31 Dec 2021 16:29:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=9B=E5=9B=A2=E6=B4=BB=E5=8A=A8=E5=9F=8E?= =?UTF-8?q?=E9=97=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/resource/jsons/dic_zyz_atk_area.json | 9 ++++++++- shared/resource/jsons/dic_zyz_hero.json | 8 ++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/shared/resource/jsons/dic_zyz_atk_area.json b/shared/resource/jsons/dic_zyz_atk_area.json index bc08d6972..4606bf412 100644 --- a/shared/resource/jsons/dic_zyz_atk_area.json +++ b/shared/resource/jsons/dic_zyz_atk_area.json @@ -289,7 +289,14 @@ { "atkid": 7073, "name": "城门3格", - "json": "[{\"x\":0,\"y\":0},{\"x\":1,\"y\":0},{\"x\":2,\"y\":0}]", + "json": "[{\"x\":0,\"y\":0},{\"x\":1,\"y\":0},{\"x\":-1,\"y\":0}]", + "nextArea": "&", + "toself": false + }, + { + "atkid": 7074, + "name": "城门2格", + "json": "[{\"x\":0,\"y\":0},{\"x\":1,\"y\":0}", "nextArea": "&", "toself": false } diff --git a/shared/resource/jsons/dic_zyz_hero.json b/shared/resource/jsons/dic_zyz_hero.json index a46e851f6..55555afe9 100644 --- a/shared/resource/jsons/dic_zyz_hero.json +++ b/shared/resource/jsons/dic_zyz_hero.json @@ -6523,14 +6523,14 @@ "heroId": 1047, "spineName": "door", "rSpineName": "&", - "name": "门", + "name": "城门", "actorId": 1047, "face_id": "door_blue", "quality": 1, "initialStars": 1, "pieceCount": 0, "camp": 1, - "area": 0, + "area": "7074&7074", "cost": 0, "jobid": 3, "jobClass": 1, @@ -8163,14 +8163,14 @@ "heroId": 1101, "spineName": "door_red", "rSpineName": "&", - "name": "门", + "name": "城门", "actorId": 1101, "face_id": "door_red", "quality": 1, "initialStars": 1, "pieceCount": 0, "camp": 1, - "area": "7073&", + "area": "7073&7073", "cost": 0, "jobid": 3, "jobClass": 1,