mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-17 15:24:41 +08:00
7.3
This commit is contained in:
@@ -12,22 +12,22 @@ using KodakkuAssist.Module.GameEvent;
|
|||||||
using KodakkuAssist.Module.Draw;
|
using KodakkuAssist.Module.Draw;
|
||||||
using KodakkuAssist.Data;
|
using KodakkuAssist.Data;
|
||||||
using KodakkuAssist.Extensions;
|
using KodakkuAssist.Extensions;
|
||||||
using ECommons;
|
// using ECommons;
|
||||||
using ECommons.DalamudServices;
|
// using ECommons.DalamudServices;
|
||||||
using ECommons.GameFunctions;
|
// using ECommons.GameFunctions;
|
||||||
using ECommons.MathHelpers;
|
// using ECommons.MathHelpers;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace A3N;
|
namespace A3N;
|
||||||
|
|
||||||
[ScriptType(guid: "69712d1f-26c4-441f-97f0-e63f8baf98a6", name: "A3N", territorys: [444],
|
[ScriptType(guid: "69712d1f-26c4-441f-97f0-e63f8baf98a6", name: "A3N", territorys: [444],
|
||||||
version: "0.0.0.1", author: "Tetora", note: noteStr)]
|
version: "0.0.0.2", author: "Tetora", note: noteStr)]
|
||||||
|
|
||||||
public class A3N
|
public class A3N
|
||||||
{
|
{
|
||||||
const string noteStr =
|
const string noteStr =
|
||||||
"""
|
"""
|
||||||
v0.0.0.1:
|
v0.0.0.2:
|
||||||
LV60 亚历山大机神城 启动之章3(有生命活水) 初版绘制
|
LV60 亚历山大机神城 启动之章3(有生命活水) 初版绘制
|
||||||
""";
|
""";
|
||||||
|
|
||||||
|
|||||||
@@ -472,12 +472,12 @@
|
|||||||
{
|
{
|
||||||
"Name": "A3N",
|
"Name": "A3N",
|
||||||
"Guid": "69712d1f-26c4-441f-97f0-e63f8baf98a6",
|
"Guid": "69712d1f-26c4-441f-97f0-e63f8baf98a6",
|
||||||
"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/03-Heavensward/Raid-Alexander/Normal/A3N.cs",
|
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/03-Heavensward/Raid-Alexander/Normal/A3N.cs",
|
||||||
"Note": "v0.0.0.1:\r\nLV60 亚历山大机神城 启动之章3(有生命活水) 初版绘制",
|
"Note": "v0.0.0.2:\r\nLV60 亚历山大机神城 启动之章3(有生命活水) 初版绘制",
|
||||||
"UpdateInfo": "",
|
"UpdateInfo": "v0.0.0.2: 7.3",
|
||||||
"TerritoryIds": [
|
"TerritoryIds": [
|
||||||
444
|
444
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user