重构绘图销毁条件

This commit is contained in:
南沢响也
2025-11-10 22:28:23 +08:00
parent 775d0027d7
commit 9efb8e9f08
3 changed files with 7 additions and 7 deletions

View File

@@ -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;

View File

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

View File

@@ -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,