From 445e579be906c2fd9babf92f8462cb61a9e2edbd 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: Thu, 6 Mar 2025 00:09:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=A5=E5=BE=AE=E4=BF=AE=E6=94=B9=E6=8F=8F?= =?UTF-8?q?=E8=BE=B9=E5=8E=9A=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Fate/Formidable.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Fate/Formidable.cs b/Fate/Formidable.cs index f4e5482..ab4bbc6 100644 --- a/Fate/Formidable.cs +++ b/Fate/Formidable.cs @@ -20,7 +20,7 @@ using FFXIVClientStructs.FFXIV.Client.Game.Character; namespace A_Finale_Most_Formidable; [ScriptType(guid: "5f55a121-1fcc-48ce-a0e8-b6fbd4ce8489", name: "激斗畏惧装甲之秘密武器", territorys: [814], - version: "0.0.0.1", author: "Tetora", note: noteStr)] + version: "0.0.0.11", author: "Tetora", note: noteStr)] public class Formidable { @@ -96,7 +96,7 @@ public class Formidable dp1.Name = "格鲁格之火InhaleRim"; dp1.Color = new Vector4(1f, 0f, 1f, 2f); dp1.Owner = @event.SourceId(); - dp1.Scale = new Vector2(10.05f); + dp1.Scale = new Vector2(10.08f); dp1.InnerScale = new Vector2(10f); dp1.Radian = float.Pi * 2; dp1.DestoryAt = 22800; @@ -139,7 +139,7 @@ public class Formidable dp.Name = $"矮人式导弹{@event.SourceId()}"; dp.Owner = @event.SourceId(); dp.Color = new Vector4(1f, 0f, 0f, 1.6f); - dp.Scale = new(2f, 6f); + dp.Scale = new(2f, 5f); dp.DestoryAt = 30000; accessory.Method.SendDraw(DrawModeEnum.Default, DrawTypeEnum.Straight, dp); } @@ -203,7 +203,7 @@ public class Formidable dp1.Name = "矮人雷击弹月环描边"; dp1.Color = new Vector4(1f, 0f, 1f, 2f); dp1.Owner = @event.SourceId(); - dp1.Scale = new Vector2(8.55f); + dp1.Scale = new Vector2(8.58f); dp1.InnerScale = new Vector2(8.5f); dp1.Radian = float.Pi * 2; dp1.DestoryAt = 6200;