更改开场提示条件

This commit is contained in:
南沢响也
2025-04-12 02:47:05 +08:00
parent 744daa8d92
commit 214b23e466

View File

@@ -21,13 +21,13 @@ using KodakkuAssist.Extensions;
namespace Ifrit_Extreme; namespace Ifrit_Extreme;
[ScriptType(guid: "dbb7983a-d2c4-4621-9734-76772e3f206a", name: "伊弗利特歼殛战", territorys: [295], [ScriptType(guid: "dbb7983a-d2c4-4621-9734-76772e3f206a", name: "伊弗利特歼殛战", territorys: [295],
version: "0.0.0.1", author: "Tetora", note: noteStr)] version: "0.0.0.2", author: "Tetora", note: noteStr)]
public class Ifrit_Extreme public class Ifrit_Extreme
{ {
const string noteStr = const string noteStr =
""" """
v0.0.0.1: v0.0.0.2:
LV50 LV50
TTS请在 TTS请在
"""; """;
@@ -55,7 +55,7 @@ public class Ifrit_Extreme
isHealer = player?.IsHealer() ?? false; isHealer = player?.IsHealer() ?? false;
} }
[ScriptMethod(name: "开场提示", eventType: EventTypeEnum.Countdown, eventCondition: ["Type:Stop","SourceId:E0000000"])] [ScriptMethod(name: "开场提示", eventType: EventTypeEnum.Director, eventCondition: ["Command:40000001"])]
public async void (Event @event, ScriptAccessory accessory) public async void (Event @event, ScriptAccessory accessory)
{ {
await Task.Delay(3000); await Task.Delay(3000);