mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-18 15:55:06 +08:00
重构绘图销毁条件
This commit is contained in:
@@ -112,7 +112,7 @@ public class Eureka_Orthos {
|
|||||||
[ScriptMethod(name: "死亡销毁", eventType: EventTypeEnum.Death, eventCondition: [], userControl: false)]
|
[ScriptMethod(name: "死亡销毁", eventType: EventTypeEnum.Death, eventCondition: [], userControl: false)]
|
||||||
public void 死亡销毁(Event @event, ScriptAccessory accessory)
|
public void 死亡销毁(Event @event, ScriptAccessory accessory)
|
||||||
{
|
{
|
||||||
accessory.Method.RemoveDraw($".*{@event.SourceId()}");
|
accessory.Method.RemoveDraw($".*{@event.TargetId()}");
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool KnockPenalty = false;
|
public bool KnockPenalty = false;
|
||||||
|
|||||||
@@ -17,13 +17,13 @@ namespace the_Palace_of_the_Dead;
|
|||||||
|
|
||||||
[ScriptType(guid: "4210c323-eba4-4d67-a7e7-b90799494729", name: "死者宫殿", author: "Tetora",
|
[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],
|
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
|
public class the_Palace_of_the_Dead
|
||||||
{
|
{
|
||||||
const string noteStr =
|
const string noteStr =
|
||||||
"""
|
"""
|
||||||
v0.0.1.0:
|
v0.0.1.1:
|
||||||
死者宫殿绘制
|
死者宫殿绘制
|
||||||
注:方法设置中的层数仅做分割线效果,并不是批量开关
|
注:方法设置中的层数仅做分割线效果,并不是批量开关
|
||||||
出现问题请携带ARR反馈!
|
出现问题请携带ARR反馈!
|
||||||
@@ -119,7 +119,7 @@ public class the_Palace_of_the_Dead
|
|||||||
[ScriptMethod(name: "死亡销毁", eventType: EventTypeEnum.Death, eventCondition: [], userControl: false)]
|
[ScriptMethod(name: "死亡销毁", eventType: EventTypeEnum.Death, eventCondition: [], userControl: false)]
|
||||||
public void 死亡销毁(Event @event, ScriptAccessory accessory)
|
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)]
|
[ScriptMethod(name: "防击退销毁", eventType: EventTypeEnum.ActionEffect, eventCondition: ["ActionId:regex:^(7548|7559)$"],userControl: false)]
|
||||||
|
|||||||
@@ -680,12 +680,12 @@
|
|||||||
{
|
{
|
||||||
"Name": "死者宫殿",
|
"Name": "死者宫殿",
|
||||||
"Guid": "4210c323-eba4-4d67-a7e7-b90799494729",
|
"Guid": "4210c323-eba4-4d67-a7e7-b90799494729",
|
||||||
"Version": "0.0.1.0",
|
"Version": "0.0.1.1",
|
||||||
"Author": "Tetora",
|
"Author": "Tetora",
|
||||||
"Repo": "https://github.com/Hibiya615/TetoraKAScript",
|
"Repo": "https://github.com/Hibiya615/TetoraKAScript",
|
||||||
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/Deep_Dungeon/the_Palace_of_the_Dead.cs",
|
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/Deep_Dungeon/the_Palace_of_the_Dead.cs",
|
||||||
"Note": "v0.0.1.0:\n死者宫殿 初版绘制",
|
"Note": "v0.0.1.1:\n死者宫殿 初版绘制",
|
||||||
"UpdateInfo": "v0.0.1.0 修改190特大爆炸等待逻辑",
|
"UpdateInfo": "v0.0.1.1 重构绘图销毁条件",
|
||||||
"TerritoryIds": [
|
"TerritoryIds": [
|
||||||
561,
|
561,
|
||||||
562,
|
562,
|
||||||
|
|||||||
Reference in New Issue
Block a user