mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-17 23:34:44 +08:00
重新归类脚本
This commit is contained in:
@@ -15,17 +15,18 @@ using ECommons.DalamudServices;
|
|||||||
using ECommons.GameFunctions;
|
using ECommons.GameFunctions;
|
||||||
using ECommons.MathHelpers;
|
using ECommons.MathHelpers;
|
||||||
|
|
||||||
namespace Bahamute_NormalRaid;
|
namespace Bahamute_NormalRaid_for_BLU;
|
||||||
|
|
||||||
[ScriptType(guid: "8d41b5f9-0ab6-404a-9572-aabb390023f0", name: "巴哈姆特大迷宫 - 普通难度", territorys: [196,245,358],
|
[ScriptType(guid: "8d41b5f9-0ab6-404a-9572-aabb390023f0", name: "巴哈姆特大迷宫(青魔专用)", territorys: [196,245,358],
|
||||||
version: "0.0.0.1", author: "Tetora", note: noteStr)]
|
version: "0.0.0.1", author: "Tetora", note: noteStr)]
|
||||||
|
|
||||||
public class Bahamute_NormalRaid
|
public class Bahamute_NormalRaid_for_BLU
|
||||||
{
|
{
|
||||||
const string noteStr =
|
const string noteStr =
|
||||||
"""
|
"""
|
||||||
v0.0.0.1:
|
v0.0.0.1:
|
||||||
巴哈姆特大迷宫 普通难度绘制
|
巴哈姆特大迷宫 普通难度绘制
|
||||||
|
为青魔魔界花成就适配
|
||||||
目前支持:T5
|
目前支持:T5
|
||||||
计划中:T9 T13
|
计划中:T9 T13
|
||||||
""";
|
""";
|
||||||
Reference in New Issue
Block a user