修改大象强制移动距离

This commit is contained in:
南沢响也
2025-09-15 20:57:03 +08:00
parent 9713f26639
commit d2075e5d4b
2 changed files with 6 additions and 6 deletions

View File

@@ -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"])