From aa97cb6188bc6fb9377dcf5287622c25e9061b52 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, 7 Mar 2025 17:25:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E4=B8=80=E6=9D=A1=E9=BE=99?= =?UTF-8?q?=E5=8D=B7=E9=94=80=E6=AF=81=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Fate/Archaeotania.cs | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Fate/Archaeotania.cs b/Fate/Archaeotania.cs index 5261eeb..64824bc 100644 --- a/Fate/Archaeotania.cs +++ b/Fate/Archaeotania.cs @@ -18,13 +18,13 @@ using ECommons.MathHelpers; namespace TheHead_theTail_theWholeDamnedThing; [ScriptType(guid: "f11c3069-d163-41dd-904e-b016cfcf089c", name: "灾厄的古塔尼亚之深海讨伐战", territorys: [818], - version: "0.0.0.11", author: "Tetora", note: noteStr)] + version: "0.0.0.12", author: "Tetora", note: noteStr)] public class Archaeotania { const string noteStr = """ - v0.0.0.11: + v0.0.0.12: LV80 特殊Fate 绘制 灾厄的古塔尼亚之深海讨伐战 """; @@ -93,7 +93,7 @@ public class Archaeotania dp.Color = new Vector4(1f, 0f, 0f, 1.2f); dp.Owner = @event.SourceId(); dp.Scale = new Vector2(5f); - dp.DestoryAt = 60000; + dp.DestoryAt = 42000; // 第一次上天阶段约为41.6s,之后战斗途中出现约为30s accessory.Method.SendDraw(DrawModeEnum.Default, DrawTypeEnum.Circle, dp); } @@ -103,6 +103,13 @@ public class Archaeotania accessory.Method.RemoveDraw("龙卷"); } + [ScriptMethod(name: "龙卷销毁备用", eventType: EventTypeEnum.StartCasting, eventCondition: ["ActionId:16442"], userControl: false)] + public void 龙卷销毁备用(Event @event, ScriptAccessory accessory) + { + // 在第一次上天时,当BOSS读条距离衰减 “空降” 时,销毁龙卷 + accessory.Method.RemoveDraw("龙卷"); + } + [ScriptMethod(name: "海呱死亡销毁", eventType: EventTypeEnum.Death, eventCondition: ["TargetDataId:10157"],userControl: false)] public void 海呱死亡销毁(Event @event, ScriptAccessory accessory) {