From b9d1f185bde7072ef8748e5fa6bc077a2b896715 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: Fri, 16 May 2025 16:33:43 +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 --- 02-A-Realm-Reborn/Trials/BattleInTheBigKeep.cs | 10 +++++----- OnlineRepo.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/02-A-Realm-Reborn/Trials/BattleInTheBigKeep.cs b/02-A-Realm-Reborn/Trials/BattleInTheBigKeep.cs index 91171cb..e09507e 100644 --- a/02-A-Realm-Reborn/Trials/BattleInTheBigKeep.cs +++ b/02-A-Realm-Reborn/Trials/BattleInTheBigKeep.cs @@ -22,13 +22,13 @@ using KodakkuAssist.Extensions; namespace Battle_in_the_Big_Keep; [ScriptType(guid: "90783a42-7947-4392-9c3e-f3162d52c248", name: "无限城的死斗", territorys: [396], - version: "0.0.0.1", author: "Tetora", note: noteStr)] + version: "0.0.0.2", author: "Tetora", note: noteStr)] public class Battle_in_the_Big_Keep { const string noteStr = """ - v0.0.0.1: + v0.0.0.2: LV50 无限城的死斗 初版绘制 TTS请在“用户设置”中二选一启用,请勿同时开启 """; @@ -178,9 +178,9 @@ public class Battle_in_the_Big_Keep [ScriptMethod(name: "攻击龙头提示", eventType: EventTypeEnum.AddCombatant, eventCondition: ["DataId:3626"])] public void 攻击龙头提示(Event @event, ScriptAccessory accessory) { - if (isText)accessory.Method.TextInfo("踩风圈", duration: 2500, false); - if (isTTS)accessory.Method.TTS("踩风圈"); - if (isEdgeTTS)accessory.Method.EdgeTTS("踩风圈"); + if (isText)accessory.Method.TextInfo("攻击龙头", duration: 2500, false); + if (isTTS)accessory.Method.TTS("攻击龙头"); + if (isEdgeTTS)accessory.Method.EdgeTTS("攻击龙头"); } [ScriptMethod(name: "电击_放电(钢铁)", eventType: EventTypeEnum.AddCombatant, eventCondition: ["DataId:3650"])] diff --git a/OnlineRepo.json b/OnlineRepo.json index 875edba..d6603c2 100644 --- a/OnlineRepo.json +++ b/OnlineRepo.json @@ -158,11 +158,11 @@ { "Name": "无限城的死斗", "Guid": "90783a42-7947-4392-9c3e-f3162d52c248", - "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/02-A-Realm-Reborn/Trials/BattleInTheBigKeep.cs", - "Note": "v0.0.0.1:\r\nLV50 无限城的死斗 初版绘制\r\nTTS请在“用户设置”中二选一启用,请勿同时开启", + "Note": "v0.0.0.2:\r\nLV50 无限城的死斗 初版绘制\r\nTTS请在“用户设置”中二选一启用,请勿同时开启", "UpdateInfo": "", "TerritoryIds": [ 396