diff --git a/Deep_Dungeon/Eureka_Orthos.cs b/Deep_Dungeon/Eureka_Orthos.cs index 91a6116..a0727d4 100644 --- a/Deep_Dungeon/Eureka_Orthos.cs +++ b/Deep_Dungeon/Eureka_Orthos.cs @@ -112,7 +112,7 @@ public class Eureka_Orthos { [ScriptMethod(name: "死亡销毁", eventType: EventTypeEnum.Death, eventCondition: [], userControl: false)] public void 死亡销毁(Event @event, ScriptAccessory accessory) { - accessory.Method.RemoveDraw($".*{@event.SourceId()}"); + accessory.Method.RemoveDraw($".*{@event.TargetId()}"); } public bool KnockPenalty = false; diff --git a/Deep_Dungeon/the_Palace_of_the_Dead.cs b/Deep_Dungeon/the_Palace_of_the_Dead.cs index dfdb7a7..9b1c24e 100644 --- a/Deep_Dungeon/the_Palace_of_the_Dead.cs +++ b/Deep_Dungeon/the_Palace_of_the_Dead.cs @@ -17,13 +17,13 @@ namespace the_Palace_of_the_Dead; [ScriptType(guid: "4210c323-eba4-4d67-a7e7-b90799494729", name: "死者宫殿", author: "Tetora", territorys: [561,562,563,564,565,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607], - version: "0.0.1.0",note: noteStr)] + version: "0.0.1.1",note: noteStr)] public class the_Palace_of_the_Dead { const string noteStr = """ - v0.0.1.0: + v0.0.1.1: 死者宫殿绘制 注:方法设置中的层数仅做分割线效果,并不是批量开关 出现问题请携带ARR反馈! @@ -119,7 +119,7 @@ public class the_Palace_of_the_Dead [ScriptMethod(name: "死亡销毁", eventType: EventTypeEnum.Death, eventCondition: [], userControl: false)] public void 死亡销毁(Event @event, ScriptAccessory accessory) { - accessory.Method.RemoveDraw($".*{@event.SourceId()}"); + accessory.Method.RemoveDraw($".*{@event.TargetId()}"); } [ScriptMethod(name: "防击退销毁", eventType: EventTypeEnum.ActionEffect, eventCondition: ["ActionId:regex:^(7548|7559)$"],userControl: false)] diff --git a/OnlineRepo.json b/OnlineRepo.json index e94102b..bdf7cd9 100644 --- a/OnlineRepo.json +++ b/OnlineRepo.json @@ -680,12 +680,12 @@ { "Name": "死者宫殿", "Guid": "4210c323-eba4-4d67-a7e7-b90799494729", - "Version": "0.0.1.0", + "Version": "0.0.1.1", "Author": "Tetora", "Repo": "https://github.com/Hibiya615/TetoraKAScript", "DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/Deep_Dungeon/the_Palace_of_the_Dead.cs", - "Note": "v0.0.1.0:\n死者宫殿 初版绘制", - "UpdateInfo": "v0.0.1.0 修改190特大爆炸等待逻辑", + "Note": "v0.0.1.1:\n死者宫殿 初版绘制", + "UpdateInfo": "v0.0.1.1 重构绘图销毁条件", "TerritoryIds": [ 561, 562,