From 214b23e466392cda5048afd51179d330c2e333bb 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: Sat, 12 Apr 2025 02:47:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=BC=80=E5=9C=BA=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02-A-Realm-Reborn/Trials-Extreme/Ifrit(Extreme).cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/02-A-Realm-Reborn/Trials-Extreme/Ifrit(Extreme).cs b/02-A-Realm-Reborn/Trials-Extreme/Ifrit(Extreme).cs index a769c67..109c8cb 100644 --- a/02-A-Realm-Reborn/Trials-Extreme/Ifrit(Extreme).cs +++ b/02-A-Realm-Reborn/Trials-Extreme/Ifrit(Extreme).cs @@ -21,13 +21,13 @@ using KodakkuAssist.Extensions; namespace Ifrit_Extreme; [ScriptType(guid: "dbb7983a-d2c4-4621-9734-76772e3f206a", name: "伊弗利特歼殛战", territorys: [295], - version: "0.0.0.1", author: "Tetora", note: noteStr)] + version: "0.0.0.2", author: "Tetora", note: noteStr)] public class Ifrit_Extreme { const string noteStr = """ - v0.0.0.1: + v0.0.0.2: LV50 伊弗利特歼殛战 初版绘制 TTS请在“用户设置”中二选一启用,请勿同时开启 """; @@ -55,7 +55,7 @@ public class Ifrit_Extreme isHealer = player?.IsHealer() ?? false; } - [ScriptMethod(name: "开场提示", eventType: EventTypeEnum.Countdown, eventCondition: ["Type:Stop","SourceId:E0000000"])] + [ScriptMethod(name: "开场提示", eventType: EventTypeEnum.Director, eventCondition: ["Command:40000001"])] public async void 开场提示(Event @event, ScriptAccessory accessory) { await Task.Delay(3000);