mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-20 00:35:10 +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)
|
||||
{
|
||||
|
||||
@@ -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": []
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user