From f1a5fe9132e1292caede393a39f8594894493fd9 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: Wed, 5 Mar 2025 18:50:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=BC=A0=E9=BC=A0=E7=BB=98?= =?UTF-8?q?=E5=88=B6=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Fate/Mica_the_MagicalMu.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fate/Mica_the_MagicalMu.cs b/Fate/Mica_the_MagicalMu.cs index 1c13928..8126ef4 100644 --- a/Fate/Mica_the_MagicalMu.cs +++ b/Fate/Mica_the_MagicalMu.cs @@ -121,7 +121,7 @@ public class Mica_the_Magical_Mu { var dp = accessory.Data.GetDefaultDrawProperties(); dp.Name = "魔术环"; - dp.Color = new Vector4(1f, 1f, 0f, 1.2f); + dp.Color = new Vector4(1f, 1f, 0f, 1.5f); dp.Owner = @event.SourceId(); dp.Scale = new Vector2(30f); dp.InnerScale = new Vector2(10f); @@ -137,7 +137,7 @@ public class Mica_the_Magical_Mu var dp = accessory.Data.GetDefaultDrawProperties(); dp.Name = "双重魔术雷"; - dp.Color = new Vector4(1f, 1f, 0f, 1.2f); + dp.Color = new Vector4(1f, 1f, 0f, 1.5f); dp.Owner = @event.SourceId(); dp.Scale = new Vector2(40); dp.Radian = 60f.DegToRad();