From 73b0acb48f217f1fbda97af3f374013b7bdaba5d 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: Tue, 18 Mar 2025 16:49:08 +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 --- 05-Eden/Normal/E1n.cs | 3 ++- Celestium/18-Midsummer_Night's_Explosion.cs | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/05-Eden/Normal/E1n.cs b/05-Eden/Normal/E1n.cs index 9f21132..b2e1599 100644 --- a/05-Eden/Normal/E1n.cs +++ b/05-Eden/Normal/E1n.cs @@ -18,7 +18,8 @@ using ECommons.MathHelpers; namespace E1n; [ScriptType(guid: "35c751e5-2958-4f55-b783-405b4acfde1b", name: "E1N", territorys: [849], - version: "0.0.0.1", author: "Tetora", note: noteStr)] + version: "0.0.0.11" + + "", author: "Tetora", note: noteStr)] public class E1n { diff --git a/Celestium/18-Midsummer_Night's_Explosion.cs b/Celestium/18-Midsummer_Night's_Explosion.cs index 2c43801..17f8646 100644 --- a/Celestium/18-Midsummer_Night's_Explosion.cs +++ b/Celestium/18-Midsummer_Night's_Explosion.cs @@ -19,19 +19,19 @@ namespace Midsummer_Night_s_Explosion; [ScriptType(guid: "7703f1a9-5698-4896-8908-bb8e415c1321", name: "天青斗场18 - 爆破死斗", territorys: [796], - version: "0.0.0.1", author: "Tetora", note: noteStr)] + version: "0.0.0.2", author: "Tetora", note: noteStr)] public class Midsummer_Night_s_Explosion { const string noteStr = """ - v0.0.0.1: + v0.0.0.2: 天青斗场第18层 爆破死斗绘制 """; [ScriptMethod(name: "狂野冲锋(直线击退)", eventType: EventTypeEnum.StartCasting, eventCondition: ["ActionId:15055"])] public void 狂野冲锋(Event @event, ScriptAccessory accessory) { - accessory.Method.TTS("冲锋击退"); + accessory.Method.EdgeTTS("冲锋击退"); var dp = accessory.Data.GetDefaultDrawProperties(); dp.Name = "狂野冲锋";