mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-18 07:44:48 +08:00
修复打断不销毁绘制的问题
This commit is contained in:
@@ -23,12 +23,12 @@ namespace Eureka_Orthos;
|
|||||||
|
|
||||||
[ScriptType(guid: "5e8a4051-53f7-4eb3-bb32-b18df8b113aa", name: "正统优雷卡",
|
[ScriptType(guid: "5e8a4051-53f7-4eb3-bb32-b18df8b113aa", name: "正统优雷卡",
|
||||||
territorys: [1099,1100,1101,1102,1103,1104,1105,1106,1107,1108],
|
territorys: [1099,1100,1101,1102,1103,1104,1105,1106,1107,1108],
|
||||||
version: "0.0.0.3", author: "Tetora", note: noteStr)]
|
version: "0.0.0.31", author: "Tetora", note: noteStr)]
|
||||||
|
|
||||||
public class Eureka_Orthos {
|
public class Eureka_Orthos {
|
||||||
const string noteStr =
|
const string noteStr =
|
||||||
"""
|
"""
|
||||||
v0.0.0.3:
|
v0.0.0.31:
|
||||||
正统优雷卡绘制
|
正统优雷卡绘制
|
||||||
注:方法设置中的层数仅做分割线效果,并不是批量开关
|
注:方法设置中的层数仅做分割线效果,并不是批量开关
|
||||||
现支持层数:1~20、71~100
|
现支持层数:1~20、71~100
|
||||||
@@ -74,7 +74,7 @@ public class Eureka_Orthos {
|
|||||||
accessory.Method.TTS("打断拟态怪");
|
accessory.Method.TTS("打断拟态怪");
|
||||||
}
|
}
|
||||||
|
|
||||||
[ScriptMethod(name: "伤头&插言 打断销毁", eventType: EventTypeEnum.ActionEffect, eventCondition: ["ActionId:regex:^75[38|51]$"], userControl: false)]
|
[ScriptMethod(name: "伤头&插言 打断销毁", eventType: EventTypeEnum.ActionEffect, eventCondition: ["ActionId:regex:^75(38|51)$"], userControl: false)]
|
||||||
public void 打断销毁(Event @event, ScriptAccessory accessory)
|
public void 打断销毁(Event @event, ScriptAccessory accessory)
|
||||||
{
|
{
|
||||||
accessory.Method.RemoveDraw($"正统系统γ_高压电流{@event.TargetId()}");
|
accessory.Method.RemoveDraw($"正统系统γ_高压电流{@event.TargetId()}");
|
||||||
|
|||||||
@@ -22,13 +22,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.0.3",note: noteStr)]
|
version: "0.0.0.31",note: noteStr)]
|
||||||
|
|
||||||
public class the_Palace_of_the_Dead
|
public class the_Palace_of_the_Dead
|
||||||
{
|
{
|
||||||
const string noteStr =
|
const string noteStr =
|
||||||
"""
|
"""
|
||||||
v0.0.0.3:
|
v0.0.0.31:
|
||||||
死者宫殿绘制
|
死者宫殿绘制
|
||||||
注:方法设置中的层数仅做分割线效果,并不是批量开关
|
注:方法设置中的层数仅做分割线效果,并不是批量开关
|
||||||
重要:1~80层暂无录像证实,可能会有部分绘制错误,如发现错误请带着ARR联系我
|
重要:1~80层暂无录像证实,可能会有部分绘制错误,如发现错误请带着ARR联系我
|
||||||
@@ -38,7 +38,7 @@ public class the_Palace_of_the_Dead
|
|||||||
//眩晕、催眠、无法发动技能1113等状态都需要销毁绘图
|
//眩晕、催眠、无法发动技能1113等状态都需要销毁绘图
|
||||||
|
|
||||||
|
|
||||||
[ScriptMethod(name: "伤头&插言 打断销毁", eventType: EventTypeEnum.ActionEffect, eventCondition: ["ActionId:regex:^75[38|51]$"], userControl: false)]
|
[ScriptMethod(name: "伤头&插言 打断销毁", eventType: EventTypeEnum.ActionEffect, eventCondition: ["ActionId:regex:^75(38|51)$"], userControl: false)]
|
||||||
public void 打断销毁(Event @event, ScriptAccessory accessory)
|
public void 打断销毁(Event @event, ScriptAccessory accessory)
|
||||||
{
|
{
|
||||||
accessory.Method.RemoveDraw($"深宫假面_强麻痹{@event.SourceId()}");
|
accessory.Method.RemoveDraw($"深宫假面_强麻痹{@event.SourceId()}");
|
||||||
|
|||||||
@@ -262,12 +262,12 @@
|
|||||||
{
|
{
|
||||||
"Name": "死者宫殿",
|
"Name": "死者宫殿",
|
||||||
"Guid": "4210c323-eba4-4d67-a7e7-b90799494729",
|
"Guid": "4210c323-eba4-4d67-a7e7-b90799494729",
|
||||||
"Version": "0.0.0.3",
|
"Version": "0.0.0.31",
|
||||||
"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.0.3:\n死者宫殿 初版绘制",
|
"Note": "v0.0.0.31:\n死者宫殿 初版绘制",
|
||||||
"UpdateInfo": "v0.0.0.3 API12",
|
"UpdateInfo": "v0.0.0.31 修复打断不销毁的问题",
|
||||||
"TerritoryIds": [
|
"TerritoryIds": [
|
||||||
561,
|
561,
|
||||||
562,
|
562,
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
{
|
{
|
||||||
"Name": "正统优雷卡",
|
"Name": "正统优雷卡",
|
||||||
"Guid": "5e8a4051-53f7-4eb3-bb32-b18df8b113aa",
|
"Guid": "5e8a4051-53f7-4eb3-bb32-b18df8b113aa",
|
||||||
"Version": "0.0.0.3",
|
"Version": "0.0.0.31",
|
||||||
"Author": "Tetora",
|
"Author": "Tetora",
|
||||||
"Repo": "https://github.com/Hibiya615/TetoraKAScript/tree/main",
|
"Repo": "https://github.com/Hibiya615/TetoraKAScript/tree/main",
|
||||||
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/Deep_Dungeon/Eureka_Orthos.cs",
|
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/Deep_Dungeon/Eureka_Orthos.cs",
|
||||||
"Note": "v0.0.0.3:\r\n正统优雷卡绘制\r\n注:方法设置中的层数仅做分割线效果,并不是批量开关\r\n现支持层数:1~20、71~100\r\n严重错误:暂未支持【缓速】【形态变化】【石化】【眩晕】【催眠】等限制\r\n怪物死亡也暂时没有销毁绘图,先拯救ARR完再说[?]",
|
"Note": "v0.0.0.31:\r\n正统优雷卡绘制\r\n注:方法设置中的层数仅做分割线效果,并不是批量开关\r\n现支持层数:1~20、71~100\r\n严重错误:暂未支持【缓速】【形态变化】【石化】【眩晕】【催眠】等限制\r\n怪物死亡也暂时没有销毁绘图,先拯救ARR完再说[?]",
|
||||||
"UpdateInfo": "API12",
|
"UpdateInfo": "v0.0.0.31 修复打断不销毁的问题",
|
||||||
"TerritoryIds": [
|
"TerritoryIds": [
|
||||||
1099,
|
1099,
|
||||||
1100,
|
1100,
|
||||||
|
|||||||
Reference in New Issue
Block a user