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,