更新技能范围

This commit is contained in:
南沢响也
2025-12-18 23:01:46 +08:00
parent 4af6446817
commit 35c3b7b4ad
2 changed files with 18 additions and 0 deletions

View File

@@ -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)
{

View File

@@ -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": []
}
]