From 3dade150ce9785bb4dadc59549fb9b0c77865ceb 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 18:00:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=A5=E5=BE=AE=E4=BF=AE=E6=94=B9=E6=9C=BA?= =?UTF-8?q?=E5=88=B6=E6=98=BE=E7=A4=BA=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Fate/Ttokrrone.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Fate/Ttokrrone.cs b/Fate/Ttokrrone.cs index c42fb9e..e08ddaa 100644 --- a/Fate/Ttokrrone.cs +++ b/Fate/Ttokrrone.cs @@ -18,13 +18,13 @@ using ECommons.MathHelpers; namespace The_Serpentlord_Seethes; [ScriptType(guid: "ab67129e-880f-48e8-852e-f92b4afa68e5", name: "蛇王得酷热涅:荒野的死斗", territorys: [1190], - version: "0.0.0.12", author: "Tetora", note: noteStr)] + version: "0.0.0.13", author: "Tetora", note: noteStr)] public class Ttokrrone { const string noteStr = """ - v0.0.0.12: + v0.0.0.13: LV100 特殊Fate 绘制 蛇王得酷热涅:荒野的死斗 如果出现问题请在Discord联系 @@ -72,7 +72,7 @@ public class Ttokrrone dp.Owner = @event.SourceId(); dp.Scale = new Vector2(60); dp.Radian = 90f.DegToRad(); - dp.DestoryAt = 4900; + dp.DestoryAt = 5700; switch (@event.ActionId()) { @@ -97,7 +97,7 @@ public class Ttokrrone dp1.Color = new Vector4(1f, 0f, 0f, 1.4f); dp1.Owner = @event.SourceId(); dp1.Scale = new Vector2(13f); - dp1.DestoryAt = 4900; + dp1.DestoryAt = 5700; accessory.Method.SendDraw(DrawModeEnum.Default, DrawTypeEnum.Circle, dp1); } @@ -158,7 +158,7 @@ public class Ttokrrone dp1.Owner = @event.SourceId(); dp1.Scale = new Vector2(60); dp1.Radian = 90f.DegToRad(); - dp1.Color = new Vector4(1f, 1f, 0f, 0.8f); + dp1.Color = new Vector4(1f, 1f, 0f, 0.6f); switch (@event.ActionId()) //因可能连续回旋,所以在新的读条应销毁上一次绘制 { @@ -259,7 +259,7 @@ public class Ttokrrone dp1.Scale = new Vector2(60); dp1.InnerScale = new Vector2(14); dp1.Radian = 180f.DegToRad(); - dp1.DestoryAt = 7000; + dp1.DestoryAt = 7800; switch (@event.ActionId()) {