mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-21 17:25:03 +08:00
更新支持副本
This commit is contained in:
@@ -58,6 +58,7 @@ public class SinusArdorum
|
||||
|
||||
uint MushroomMoldbeds = 0; // 有害菌床驱除指令
|
||||
uint CorruptedCrystals = 0; // 巨型偏属性水晶破坏指令
|
||||
|
||||
public void Init(ScriptAccessory accessory) {
|
||||
Spore = 0;
|
||||
AstromagneticStorm = 0;
|
||||
@@ -103,6 +104,19 @@ public class SinusArdorum
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 各种提醒
|
||||
|
||||
[ScriptMethod(name: "探索任务目标完成提醒", eventType: EventTypeEnum.Chat,
|
||||
eventCondition: ["Type:SystemMessage", "Message:完成了探索任务的目标.*"])]
|
||||
public void 探索任务目标完成提醒(Event @event, ScriptAccessory accessory)
|
||||
{
|
||||
if (isText)accessory.Method.TextInfo("任务目标完成", duration: 2000, true);
|
||||
if (isTTS)accessory.Method.TTS("任务目标完成");
|
||||
if (isEdgeTTS)accessory.Method.EdgeTTS("任务目标完成");
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region 紧急事件判断
|
||||
|
||||
[ScriptMethod(name: "紧急事件判断_孢子雾", userControl: false, eventType: EventTypeEnum.Chat,
|
||||
|
||||
Reference in New Issue
Block a user