From 2c4a1151e63ffe667d81df95d192e80d6d21cb8d 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, 9 Aug 2025 15:10:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07-Dawntrail/FRU_DLC.cs | 12 ++++++++++-- OnlineRepo.json | 6 +++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/07-Dawntrail/FRU_DLC.cs b/07-Dawntrail/FRU_DLC.cs index bccb61d..5538231 100644 --- a/07-Dawntrail/FRU_DLC.cs +++ b/07-Dawntrail/FRU_DLC.cs @@ -21,15 +21,16 @@ using System.Threading.Tasks; namespace FRU_DLC; [ScriptType(guid: "981e39b5-ea99-4b85-a4b1-0e698d4c4036", name: "FRU_DLC [光暗未来绝境战_额外补充]", territorys: [1238], - version: "0.0.0.1", author: "Tetora", note: noteStr)] + version: "0.0.0.2", author: "Tetora", note: noteStr)] public class FRU_DLC { const string noteStr = """ - v0.0.0.1: + v0.0.0.2: 光暗未来绝境战 额外补充部分 可以与灵视的绘制与连桑的Patch补丁同时使用,并无严重冲突部分 + 建议先在方法设置里全部关闭,再按自己需求开启 可能会有部分横幅提醒冲突,横幅只会显示最早出现的一个,可以自行参考时间轴关闭不需要的提醒 如【P4 盖娅出现横幅倒计时】与【P4 忘却的此岸 AOE提示】和灵视的【P4 天光轮回躲避提示】横幅冲突,请三选一启用 """; @@ -259,6 +260,13 @@ public class FRU_DLC } */ + [ScriptMethod(name: "P1 雷火线排队提示", eventType: EventTypeEnum.ActionEffect, eventCondition: ["ActionId:40167"] ,suppress:1000)] + public void FallOfFaith(Event @event, ScriptAccessory accessory) + { + if (isText)accessory.Method.TextInfo("雷火线排队", duration: 6000, true); + if (isTTS)accessory.Method.TTS("雷火线排队"); + if (isEdgeTTS)accessory.Method.EdgeTTS("雷火线排队"); + } [ScriptMethod(name: "P2.5 严冬风暴(大圈)判定时间绘制", eventType: EventTypeEnum.StartCasting, eventCondition: ["ActionId:40256"])] public void 严冬风暴(Event @event, ScriptAccessory accessory) diff --git a/OnlineRepo.json b/OnlineRepo.json index dee496e..eb7e386 100644 --- a/OnlineRepo.json +++ b/OnlineRepo.json @@ -764,12 +764,12 @@ { "Name": "FRU_DLC [光暗未来绝境战_额外补充]", "Guid": "981e39b5-ea99-4b85-a4b1-0e698d4c4036", - "Version": "0.0.0.1", + "Version": "0.0.0.2", "Author": "Tetora", "Repo": "https://github.com/Hibiya615/TetoraKAScript/tree/main", "DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/07-Dawntrail/FRU_DLC.cs", - "Note": "v0.0.0.1:\r\n光暗未来绝境战 额外补充部分\r\n可以与灵视的绘制与连桑的Patch补丁同时使用,并无严重冲突部分\r\n可能会有部分横幅提醒冲突,横幅只会显示最早出现的一个,可以自行参考时间轴关闭不需要的提醒\r\n如【P4 盖娅出现横幅倒计时】与【P4 忘却的此岸 AOE提示】和灵视的【P4 天光轮回躲避提示】横幅冲突,请三选一启用", - "UpdateInfo": "", + "Note": "v0.0.0.2:\r\n光暗未来绝境战 额外补充部分\r\n可以与灵视的绘制与连桑的Patch补丁同时使用,并无严重冲突部分\r\n可能会有部分横幅提醒冲突,横幅只会显示最早出现的一个,可以自行参考时间轴关闭不需要的提醒\r\n如【P4 盖娅出现横幅倒计时】与【P4 忘却的此岸 AOE提示】和灵视的【P4 天光轮回躲避提示】横幅冲突,请三选一启用", + "UpdateInfo": "0.0.0.2:增加P1雷火线排队提示, "TerritoryIds": [ 1238 ]