From 6092e220e27fca7a6bc439815a43a2161f755173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=97=E6=B2=A2=E5=93=8D=E4=B9=9F?= <72963826+Hibiya615@users.noreply.github.com> Date: Sun, 30 Nov 2025 22:37:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E5=B0=8F=E6=9B=B4=EF=BC=9A=E9=80=82?= =?UTF-8?q?=E9=85=8DQ40=E4=BB=A5=E4=B8=8B=E9=83=A8=E5=88=86=E6=8A=80?= =?UTF-8?q?=E8=83=BDID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Deep_Dungeon/Pilgrims_Traverse.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Deep_Dungeon/Pilgrims_Traverse.cs b/Deep_Dungeon/Pilgrims_Traverse.cs index 86e3ffe..c298335 100644 --- a/Deep_Dungeon/Pilgrims_Traverse.cs +++ b/Deep_Dungeon/Pilgrims_Traverse.cs @@ -3841,7 +3841,7 @@ public class Pilgrims_Traverse if (isEdgeTTS)accessory.Method.EdgeTTS("攻击魔法阵"); } - [ScriptMethod(name: "黑暗神圣(AOE)读条提示 / Unholy Darkness", eventType: EventTypeEnum.StartCasting, eventCondition: ["ActionId:44164"])] + [ScriptMethod(name: "黑暗神圣(AOE)读条提示 / Unholy Darkness", eventType: EventTypeEnum.StartCasting, eventCondition: ["ActionId:regex:^441(64|76)$"])] public void Q40_黑暗神圣提示(Event @event, ScriptAccessory accessory) { // if (isText)accessory.Method.TextInfo("流血AOE", duration: 6000, true); @@ -3995,7 +3995,7 @@ public class Pilgrims_Traverse // P4 烈焰缠身 → 深渊爆焰(存储地火) // 1合法(田园郡)优点:近战不丢输出 ;2合双X法 优点:近战不丢输出 ;2合单X法 缺点:近战丢输出且对DPS要求更高 ; 3合法 优点:总伤更低 - [ScriptMethod(name: "烈焰缠身(火人阶段)读条TTS提示 / Fevered Flame TTS", eventType: EventTypeEnum.StartCasting, eventCondition: ["ActionId:44170"])] + [ScriptMethod(name: "烈焰缠身(火人阶段)读条TTS提示 / Fevered Flame TTS", eventType: EventTypeEnum.StartCasting, eventCondition: ["ActionId:regex:^441(69|70)$"])] public void Q40_烈焰缠身提示(Event @event, ScriptAccessory accessory) { if (isText)accessory.Method.TextInfo("火人阶段就位,刷新buff,保持喝药", duration: 3000, true);