mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-17 15:24:41 +08:00
更新支持副本
This commit is contained in:
@@ -241,20 +241,4 @@ 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);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -148,19 +148,4 @@ 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);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -27,6 +27,19 @@
|
|||||||
1065
|
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": "疯狂战舰无限回廊",
|
"Name": "疯狂战舰无限回廊",
|
||||||
"Guid": "c76136e1-1b5b-4cfb-a677-4cc0917fa050",
|
"Guid": "c76136e1-1b5b-4cfb-a677-4cc0917fa050",
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ Thanks for [Ciceros](https://github.com/AdmiralLvtzov) 、[Cyf](https://github.c
|
|||||||
**迷宫挑战 / Dungeons / ダンジョン**
|
**迷宫挑战 / Dungeons / ダンジョン**
|
||||||
- `LV50 神兵要塞帝国南方堡` `LV50 最终决战天幕魔导城`
|
- `LV50 神兵要塞帝国南方堡` `LV50 最终决战天幕魔导城`
|
||||||
- `LV55 邪龙王座龙巢神殿`
|
- `LV55 邪龙王座龙巢神殿`
|
||||||
- `LV70 疯狂战舰无限回廊` `LV70 污染庭园圣茉夏娜植物园`
|
- `LV70 鏖战红莲阿拉米格` `LV70 疯狂战舰无限回廊` `LV70 污染庭园圣茉夏娜植物园`
|
||||||
|
|
||||||
**讨伐歼灭战 / Trials / 討伐・討滅戦**
|
**讨伐歼灭战 / Trials / 討伐・討滅戦**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user