From 35c3b7b4ad4b7ca168477913fc11c920981f8df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=97=E6=B2=A2=E5=93=8D=E4=B9=9F?= <72963826+Hibiya615@users.noreply.github.com> Date: Thu, 18 Dec 2025 23:01:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8A=80=E8=83=BD=E8=8C=83?= =?UTF-8?q?=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 00-Other/ActionArea.cs | 7 +++++++ OnlineRepo.json | 11 +++++++++++ 2 files changed, 18 insertions(+) diff --git a/00-Other/ActionArea.cs b/00-Other/ActionArea.cs index 6278a3e..14f41cf 100644 --- a/00-Other/ActionArea.cs +++ b/00-Other/ActionArea.cs @@ -21,6 +21,7 @@ public class ActionArea const string noteStr = """ v0.0.0.1: + 【测试版】懒得写所以暂时不会更新,凑合用先 技能范围绘制,全场景可用 请先自行设置合适亮度并用任意技能测试 """; @@ -188,6 +189,12 @@ public class ActionArea accessory.Method.SendDraw(DrawModeEnum.Default, DrawTypeEnum.Circle, dp); } + [ScriptMethod(name: "小仙女消失自动销毁破阵法绘制", eventType: EventTypeEnum.RemoveCombatant, eventCondition: ["DataId:1008"])] + public void 小仙女消失自动销毁破阵法 (Event @event, ScriptAccessory accessory) + { + accessory.Method.RemoveDraw($"破阵法.*"); + } + [ScriptMethod(name: "常驻技能销毁", eventType: EventTypeEnum.CombatChanged, eventCondition: ["InCombat:False"],userControl: false)] public void 常驻技能销毁 (Event @event, ScriptAccessory accessory) { diff --git a/OnlineRepo.json b/OnlineRepo.json index 8909de7..cca7235 100644 --- a/OnlineRepo.json +++ b/OnlineRepo.json @@ -889,5 +889,16 @@ 1308, 1318 ] + }, + { + "Name": "技能范围", + "Guid": "f85df3b8-baa4-42b7-8196-bc26c58fa251", + "Version": "0.0.0.1", + "Author": "Tetora", + "Repo": "https://github.com/Hibiya615/TetoraKAScript/tree/main", + "DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/00-Other/ActionArea.cs", + "Note": "v0.0.0.1:\r\n技能范围绘制,全场景可用\r\n请先自行设置合适亮度并用任意技能测试", + "UpdateInfo": "【测试版】懒得写所以暂时不会更新,凑合用先", + "TerritoryIds": [] } ] \ No newline at end of file