更新版本号

This commit is contained in:
南沢响也
2025-08-09 15:10:18 +08:00
parent 6d9f843932
commit 2c4a1151e6
2 changed files with 13 additions and 5 deletions

View File

@@ -21,15 +21,16 @@ using System.Threading.Tasks;
namespace FRU_DLC;
[ScriptType(guid: "981e39b5-ea99-4b85-a4b1-0e698d4c4036", name: "FRU_DLC [光暗未来绝境战_额外补充]", territorys: [1238],
version: "0.0.0.1", author: "Tetora", note: noteStr)]
version: "0.0.0.2", author: "Tetora", note: noteStr)]
public class FRU_DLC
{
const string noteStr =
"""
v0.0.0.1:
v0.0.0.2:
Patch补丁同时使用
P4 P4 AOE提示P4
""";
@@ -259,6 +260,13 @@ public class FRU_DLC
}
*/
[ScriptMethod(name: "P1 雷火线排队提示", eventType: EventTypeEnum.ActionEffect, eventCondition: ["ActionId:40167"] ,suppress:1000)]
public void FallOfFaith(Event @event, ScriptAccessory accessory)
{
if (isText)accessory.Method.TextInfo("雷火线排队", duration: 6000, true);
if (isTTS)accessory.Method.TTS("雷火线排队");
if (isEdgeTTS)accessory.Method.EdgeTTS("雷火线排队");
}
[ScriptMethod(name: "P2.5 严冬风暴(大圈)判定时间绘制", eventType: EventTypeEnum.StartCasting, eventCondition: ["ActionId:40256"])]
public void (Event @event, ScriptAccessory accessory)