From 2ca5343ad35d3d55cf882ba3a9e9e8b3b10b6714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=97=E6=B2=A2=E5=93=8D=E4=B9=9F?= <72963826+Hibiya615@users.noreply.github.com> Date: Tue, 9 Sep 2025 02:32:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9E=83=E5=9C=BE=E5=A0=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PVP/PVPToy.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PVP/PVPToy.cs b/PVP/PVPToy.cs index ba6927c..e15258f 100644 --- a/PVP/PVPToy.cs +++ b/PVP/PVPToy.cs @@ -81,7 +81,7 @@ public class PVPToy accessory.Method.SendChat($"/e 侦测到被狙!鸭鸭试着帮你开了盾! "); } - [ScriptMethod(name: "被蛮荒崩裂播报", eventType: EventTypeEnum.ActionEffect, eventCondition: ["ActionId:29084"])] + [ScriptMethod(name: "被蛮荒崩裂播报", eventType: EventTypeEnum.ActionEffect, eventCondition: ["ActionId:29084"],suppress:2000)] public void PrimalRendTargetTTS(Event @event, ScriptAccessory accessory) { if (@event.TargetId() != accessory.Data.Me) return; @@ -100,7 +100,7 @@ public class PVPToy } } - [ScriptMethod(name: "被涤罪之心播报", eventType: EventTypeEnum.ActionEffect, eventCondition: ["ActionId:29230"])] + [ScriptMethod(name: "被涤罪之心播报", eventType: EventTypeEnum.ActionEffect, eventCondition: ["ActionId:29230"],suppress:2000)] public void AfflatusPurgationTargetTTS(Event @event, ScriptAccessory accessory) { if (@event.TargetId() != accessory.Data.Me) return;