mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-19 00:04:51 +08:00
更改脚本名称
This commit is contained in:
@@ -16,10 +16,11 @@ using ECommons.DalamudServices;
|
|||||||
using ECommons.GameFunctions;
|
using ECommons.GameFunctions;
|
||||||
using ECommons.MathHelpers;
|
using ECommons.MathHelpers;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
using KodakkuAssist.Extensions;
|
||||||
|
|
||||||
namespace Thornmarch_Hard;
|
namespace Thornmarch_Hard;
|
||||||
|
|
||||||
[ScriptType(guid: "cd81e178-12e6-4e53-9b81-63002cc51ecb", name: "莫古力贤王歼灭战(?)", territorys: [1067],
|
[ScriptType(guid: "cd81e178-12e6-4e53-9b81-63002cc51ecb", name: "莫古力贤王歼灭战(整活版)", territorys: [1067],
|
||||||
version: "0.0.0.2", author: "Tetora", note: noteStr)]
|
version: "0.0.0.2", author: "Tetora", note: noteStr)]
|
||||||
|
|
||||||
public class Thornmarch_Hard
|
public class Thornmarch_Hard
|
||||||
@@ -687,19 +688,3 @@ public static class EventExtensions
|
|||||||
return JsonConvert.DeserializeObject<uint>(@event["Param"]);
|
return JsonConvert.DeserializeObject<uint>(@event["Param"]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static class Extensions
|
|
||||||
{
|
|
||||||
public static void TTS(this ScriptAccessory accessory, string text, bool isTTS, bool isDRTTS)
|
|
||||||
{
|
|
||||||
if (isDRTTS)
|
|
||||||
{
|
|
||||||
accessory.Method.SendChat($"/pdr tts {text}");
|
|
||||||
}
|
|
||||||
else if (isTTS)
|
|
||||||
{
|
|
||||||
accessory.Method.TTS(text);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -78,7 +78,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "莫古力贤王歼灭战(?)",
|
"Name": "莫古力贤王歼灭战(整活版)",
|
||||||
"Guid": "cd81e178-12e6-4e53-9b81-63002cc51ecb",
|
"Guid": "cd81e178-12e6-4e53-9b81-63002cc51ecb",
|
||||||
"Version": "0.0.0.2",
|
"Version": "0.0.0.2",
|
||||||
"Author": "Tetora",
|
"Author": "Tetora",
|
||||||
|
|||||||
Reference in New Issue
Block a user