From f586b20289dedaff69c1c46f965b6aefd98e2718 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: Sun, 23 Mar 2025 02:08:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02-A-Realm-Reborn/the_Whorleater-Extreme.cs | 6 ++++++ 05-Eden/Normal/E8n.cs | 6 +++--- OnlineRepo.json | 6 +++--- 3 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 02-A-Realm-Reborn/the_Whorleater-Extreme.cs diff --git a/02-A-Realm-Reborn/the_Whorleater-Extreme.cs b/02-A-Realm-Reborn/the_Whorleater-Extreme.cs new file mode 100644 index 0000000..b220c93 --- /dev/null +++ b/02-A-Realm-Reborn/the_Whorleater-Extreme.cs @@ -0,0 +1,6 @@ +namespace The_Navel___EX._02_A_Realm_Reborn; + +public class the_Whorleater_Extreme +{ + +} \ No newline at end of file diff --git a/05-Eden/Normal/E8n.cs b/05-Eden/Normal/E8n.cs index 9302731..334f600 100644 --- a/05-Eden/Normal/E8n.cs +++ b/05-Eden/Normal/E8n.cs @@ -20,13 +20,13 @@ using System.Threading.Tasks; namespace E8n; [ScriptType(guid: "c4d533c8-8798-441d-b849-fc3cd5cf63d9", name: "E8N", territorys: [905], - version: "0.0.0.1" , author: "Tetora", note: noteStr)] + version: "0.0.0.2" , author: "Tetora", note: noteStr)] public class E8n { const string noteStr = """ - v0.0.0.1: + v0.0.0.2: LV80 伊甸希望乐园 共鸣之章4(构想希瓦)初版绘制 """; @@ -181,7 +181,7 @@ public class E8n dp.Name = "连锁反射_冰霜斩"; dp.Color = accessory.Data.DefaultDangerColor; dp.Owner = @event.SourceId(); - dp.Scale = new Vector2(40); + dp.Scale = new Vector2(30); dp.Radian = 270f.DegToRad(); dp.DestoryAt = 4700; accessory.Method.SendDraw(DrawModeEnum.Default, DrawTypeEnum.Fan, dp); diff --git a/OnlineRepo.json b/OnlineRepo.json index 31daf0b..cb8777d 100644 --- a/OnlineRepo.json +++ b/OnlineRepo.json @@ -158,12 +158,12 @@ { "Name": "E8N", "Guid": "c4d533c8-8798-441d-b849-fc3cd5cf63d9", - "Version": "0.0.0.1", + "Version": "0.0.0.2", "Author": "Tetora", "Repo": "https://github.com/Hibiya615/TetoraKAScript/tree/main", "DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/05-Eden/Normal/E8n.cs", - "Note": "v0.0.0.1:\r\nLV80 伊甸希望乐园 共鸣之章4(构想希瓦)初版绘制", - "UpdateInfo": "", + "Note": "v0.0.0.2:\r\nLV80 伊甸希望乐园 共鸣之章4(构想希瓦)初版绘制", + "UpdateInfo": "修正镜子范围错误", "TerritoryIds": [ 905 ]