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