From d2075e5d4bcb62494fa43edc71b2bf8d00362012 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: Mon, 15 Sep 2025 20:57:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=A7=E8=B1=A1=E5=BC=BA?= =?UTF-8?q?=E5=88=B6=E7=A7=BB=E5=8A=A8=E8=B7=9D=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Fate/Daivadipa.cs | 6 +++--- OnlineRepo.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Fate/Daivadipa.cs b/Fate/Daivadipa.cs index db18724..7e421e1 100644 --- a/Fate/Daivadipa.cs +++ b/Fate/Daivadipa.cs @@ -21,13 +21,13 @@ using System.Threading.Tasks; namespace DevoutPilgrimsVSDaivadipa; [ScriptType(guid: "da82aeb0-9635-4f13-a1c1-39a0c859f596", name: "兽道诸神信仰:伪神降临", territorys: [957], - version: "0.0.0.3", author: "Tetora", note: noteStr)] + version: "0.0.0.4", author: "Tetora", note: noteStr)] public class Daivadipa { const string noteStr = """ - v0.0.0.3: + v0.0.0.4: LV90 特殊Fate 绘制 兽道诸神信仰:伪神降临 """; @@ -237,7 +237,7 @@ public class Daivadipa dp.Name = "移动命令"; dp.Color = accessory.Data.DefaultSafeColor; dp.Owner = @event.TargetId(); - dp.Scale = new Vector2(1f, 6f); + dp.Scale = new Vector2(1f, 10f); dp.DestoryAt = 3000; switch (@event["StatusID"]) diff --git a/OnlineRepo.json b/OnlineRepo.json index c581e62..439ea70 100644 --- a/OnlineRepo.json +++ b/OnlineRepo.json @@ -712,12 +712,12 @@ { "Name": "兽道诸神信仰:伪神降临", "Guid": "da82aeb0-9635-4f13-a1c1-39a0c859f596", - "Version": "0.0.0.3", + "Version": "0.0.0.4", "Author": "Tetora", "Repo": "https://github.com/Hibiya615/TetoraKAScript/tree/main", "DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/Fate/Daivadipa.cs", - "Note": "v0.0.0.3:\r\nLV90 特殊Fate 绘制\r\n兽道诸神信仰:伪神降临", - "UpdateInfo": "v0.0.0.3:略微调整强制移动距离,增加用户设置选项", + "Note": "v0.0.0.4:\r\nLV90 特殊Fate 绘制\r\n兽道诸神信仰:伪神降临", + "UpdateInfo": "v0.0.0.4:略微调整强制移动距离,增加用户设置选项", "TerritoryIds": [ 957 ]