mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-20 16:55:08 +08:00
更新技能范围
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user