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 = "狂野冲锋";