mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-17 15:24:41 +08:00
增加TTS开关
This commit is contained in:
@@ -173,8 +173,8 @@ public class the_Whorleater_Extreme
|
||||
[ScriptMethod(name: "巨浪泡沫 提示", eventType: EventTypeEnum.AddCombatant, eventCondition: ["DataId:2810"])]
|
||||
public void 巨浪泡沫(Event @event, ScriptAccessory accessory)
|
||||
{
|
||||
accessory.Method.TextInfo("ST接走蓝泡泡,避开人群溜溜球,转场完开减伤远离人群炸球", duration: 34500, false);
|
||||
accessory.Method.EdgeTTS("ST拉蓝球,约半分钟后爆炸");
|
||||
if(isText)accessory.Method.TextInfo("ST接走蓝泡泡,避开人群溜溜球,转场完开减伤远离人群炸球", duration: 34500, false);
|
||||
if(isTTS)accessory.Method.EdgeTTS("ST拉蓝球,约半分钟后爆炸");
|
||||
}
|
||||
|
||||
#region 绘制销毁
|
||||
|
||||
Reference in New Issue
Block a user