更新版本号

This commit is contained in:
南沢响也
2025-03-23 02:08:46 +08:00
parent 3b0e09739a
commit f586b20289
3 changed files with 12 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
namespace The_Navel___EX._02_A_Realm_Reborn;
public class the_Whorleater_Extreme
{
}

View File

@@ -20,13 +20,13 @@ using System.Threading.Tasks;
namespace E8n; namespace E8n;
[ScriptType(guid: "c4d533c8-8798-441d-b849-fc3cd5cf63d9", name: "E8N", territorys: [905], [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 public class E8n
{ {
const string noteStr = const string noteStr =
""" """
v0.0.0.1: v0.0.0.2:
LV80 4 LV80 4
"""; """;
@@ -181,7 +181,7 @@ public class E8n
dp.Name = "连锁反射_冰霜斩"; dp.Name = "连锁反射_冰霜斩";
dp.Color = accessory.Data.DefaultDangerColor; dp.Color = accessory.Data.DefaultDangerColor;
dp.Owner = @event.SourceId(); dp.Owner = @event.SourceId();
dp.Scale = new Vector2(40); dp.Scale = new Vector2(30);
dp.Radian = 270f.DegToRad(); dp.Radian = 270f.DegToRad();
dp.DestoryAt = 4700; dp.DestoryAt = 4700;
accessory.Method.SendDraw(DrawModeEnum.Default, DrawTypeEnum.Fan, dp); accessory.Method.SendDraw(DrawModeEnum.Default, DrawTypeEnum.Fan, dp);

View File

@@ -158,12 +158,12 @@
{ {
"Name": "E8N", "Name": "E8N",
"Guid": "c4d533c8-8798-441d-b849-fc3cd5cf63d9", "Guid": "c4d533c8-8798-441d-b849-fc3cd5cf63d9",
"Version": "0.0.0.1", "Version": "0.0.0.2",
"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/05-Eden/Normal/E8n.cs", "DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/05-Eden/Normal/E8n.cs",
"Note": "v0.0.0.1:\r\nLV80 伊甸希望乐园 共鸣之章4构想希瓦初版绘制", "Note": "v0.0.0.2:\r\nLV80 伊甸希望乐园 共鸣之章4构想希瓦初版绘制",
"UpdateInfo": "", "UpdateInfo": "修正镜子范围错误",
"TerritoryIds": [ "TerritoryIds": [
905 905
] ]