更新支持副本

This commit is contained in:
南沢响也
2025-07-21 00:49:11 +08:00
parent e63a2254e3
commit e528f0a4c3
4 changed files with 16 additions and 34 deletions

View File

@@ -242,19 +242,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);
}
}
}

View File

@@ -149,18 +149,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);
}
}
}

View File

@@ -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",

View File

@@ -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 / 討伐・討滅戦**