mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-17 15:24:41 +08:00
修改大象强制移动距离
This commit is contained in:
@@ -21,13 +21,13 @@ using System.Threading.Tasks;
|
|||||||
namespace DevoutPilgrimsVSDaivadipa;
|
namespace DevoutPilgrimsVSDaivadipa;
|
||||||
|
|
||||||
[ScriptType(guid: "da82aeb0-9635-4f13-a1c1-39a0c859f596", name: "兽道诸神信仰:伪神降临", territorys: [957],
|
[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
|
public class Daivadipa
|
||||||
{
|
{
|
||||||
const string noteStr =
|
const string noteStr =
|
||||||
"""
|
"""
|
||||||
v0.0.0.3:
|
v0.0.0.4:
|
||||||
LV90 特殊Fate 绘制
|
LV90 特殊Fate 绘制
|
||||||
兽道诸神信仰:伪神降临
|
兽道诸神信仰:伪神降临
|
||||||
""";
|
""";
|
||||||
@@ -237,7 +237,7 @@ public class Daivadipa
|
|||||||
dp.Name = "移动命令";
|
dp.Name = "移动命令";
|
||||||
dp.Color = accessory.Data.DefaultSafeColor;
|
dp.Color = accessory.Data.DefaultSafeColor;
|
||||||
dp.Owner = @event.TargetId();
|
dp.Owner = @event.TargetId();
|
||||||
dp.Scale = new Vector2(1f, 6f);
|
dp.Scale = new Vector2(1f, 10f);
|
||||||
dp.DestoryAt = 3000;
|
dp.DestoryAt = 3000;
|
||||||
|
|
||||||
switch (@event["StatusID"])
|
switch (@event["StatusID"])
|
||||||
|
|||||||
@@ -712,12 +712,12 @@
|
|||||||
{
|
{
|
||||||
"Name": "兽道诸神信仰:伪神降临",
|
"Name": "兽道诸神信仰:伪神降临",
|
||||||
"Guid": "da82aeb0-9635-4f13-a1c1-39a0c859f596",
|
"Guid": "da82aeb0-9635-4f13-a1c1-39a0c859f596",
|
||||||
"Version": "0.0.0.3",
|
"Version": "0.0.0.4",
|
||||||
"Author": "Tetora",
|
"Author": "Tetora",
|
||||||
"Repo": "https://github.com/Hibiya615/TetoraKAScript/tree/main",
|
"Repo": "https://github.com/Hibiya615/TetoraKAScript/tree/main",
|
||||||
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/Fate/Daivadipa.cs",
|
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/Fate/Daivadipa.cs",
|
||||||
"Note": "v0.0.0.3:\r\nLV90 特殊Fate 绘制\r\n兽道诸神信仰:伪神降临",
|
"Note": "v0.0.0.4:\r\nLV90 特殊Fate 绘制\r\n兽道诸神信仰:伪神降临",
|
||||||
"UpdateInfo": "v0.0.0.3:略微调整强制移动距离,增加用户设置选项",
|
"UpdateInfo": "v0.0.0.4:略微调整强制移动距离,增加用户设置选项",
|
||||||
"TerritoryIds": [
|
"TerritoryIds": [
|
||||||
957
|
957
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user