mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-17 15:24:41 +08:00
更新版本号
This commit is contained in:
6
02-A-Realm-Reborn/the_Whorleater-Extreme.cs
Normal file
6
02-A-Realm-Reborn/the_Whorleater-Extreme.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace The_Navel___EX._02_A_Realm_Reborn;
|
||||
|
||||
public class the_Whorleater_Extreme
|
||||
{
|
||||
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user