mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-17 15:24:41 +08:00
更新支持副本
This commit is contained in:
@@ -242,19 +242,3 @@ public static class EventExtensions
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -149,18 +149,3 @@ public static class EventExtensions
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,6 +27,19 @@
|
||||
1065
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "鏖战红莲阿拉米格",
|
||||
"Guid": "aa0ae191-da3f-48f1-9340-46a56cfeeabf",
|
||||
"Version": "0.0.0.1",
|
||||
"Author": "Tetora",
|
||||
"Repo": "https://github.com/Hibiya615/TetoraKAScript/tree/main",
|
||||
"DownloadUrl": "https://raw.githubusercontent.com/Hibiya615/TetoraKAScript/refs/heads/main/04-Stormblood/Dungeon/AlaMhigo.cs",
|
||||
"Note": "v0.0.0.1:\r\nLV70 鏖战红莲阿拉米格 初版绘制\r\nTTS请在“用户设置”中二选一启用,请勿同时开启",
|
||||
"UpdateInfo": "",
|
||||
"TerritoryIds": [
|
||||
1146
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "疯狂战舰无限回廊",
|
||||
"Guid": "c76136e1-1b5b-4cfb-a677-4cc0917fa050",
|
||||
|
||||
@@ -25,7 +25,7 @@ Thanks for [Ciceros](https://github.com/AdmiralLvtzov) 、[Cyf](https://github.c
|
||||
**迷宫挑战 / Dungeons / ダンジョン**
|
||||
- `LV50 神兵要塞帝国南方堡` `LV50 最终决战天幕魔导城`
|
||||
- `LV55 邪龙王座龙巢神殿`
|
||||
- `LV70 疯狂战舰无限回廊` `LV70 污染庭园圣茉夏娜植物园`
|
||||
- `LV70 鏖战红莲阿拉米格` `LV70 疯狂战舰无限回廊` `LV70 污染庭园圣茉夏娜植物园`
|
||||
|
||||
**讨伐歼灭战 / Trials / 討伐・討滅戦**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user