更新版本

This commit is contained in:
南沢响也
2025-09-09 02:52:32 +08:00
parent 2ca5343ad3
commit 88526977d4

View File

@@ -1003,15 +1003,15 @@ public class the_Palace_of_the_Dead
if (isEdgeTTS)accessory.Method.EdgeTTS("移速已更改至1.5倍"); if (isEdgeTTS)accessory.Method.EdgeTTS("移速已更改至1.5倍");
} }
[ScriptMethod(name: "[DR] 1", eventType: EventTypeEnum.StatusRemove, eventCondition: ["StatusID:565", "StackCount:42"])] [ScriptMethod(name: "[DR] ", eventType: EventTypeEnum.StatusRemove, eventCondition: ["StatusID:565", "StackCount:42"])]
public void RemoveManticore(Event @event, ScriptAccessory accessory) public void RemoveManticore(Event @event, ScriptAccessory accessory)
{ {
if(!isHack) return; if(!isHack) return;
if (@event.TargetId() != accessory.Data.Me) return; if (@event.TargetId() != accessory.Data.Me) return;
accessory.Method.SendChat($"/pdrspeed 1"); accessory.Method.SendChat($"/pdrspeed -1");
accessory.Method.SendChat($"/e 可达鸭:移速已更改:1"); accessory.Method.SendChat($"/e 可达鸭:移速已更改:默认");
if (isTTS)accessory.Method.TTS("移速已复原至1倍"); if (isTTS)accessory.Method.TTS("移速已复原至默认值");
if (isEdgeTTS)accessory.Method.EdgeTTS("移速已复原至1倍"); if (isEdgeTTS)accessory.Method.EdgeTTS("移速已复原至默认值");
} }
[ScriptMethod(name: "[DR] 1.2", eventType: EventTypeEnum.StatusAdd, eventCondition: ["StatusID:565", "StackCount:43"])] [ScriptMethod(name: "[DR] 1.2", eventType: EventTypeEnum.StatusAdd, eventCondition: ["StatusID:565", "StackCount:43"])]
@@ -1025,15 +1025,15 @@ public class the_Palace_of_the_Dead
if (isEdgeTTS)accessory.Method.EdgeTTS("移速已更改至1.2倍"); if (isEdgeTTS)accessory.Method.EdgeTTS("移速已更改至1.2倍");
} }
[ScriptMethod(name: "[DR] 1", eventType: EventTypeEnum.StatusRemove, eventCondition: ["StatusID:565", "StackCount:43"])] [ScriptMethod(name: "[DR] ", eventType: EventTypeEnum.StatusRemove, eventCondition: ["StatusID:565", "StackCount:43"])]
public void RemoveSuccubus(Event @event, ScriptAccessory accessory) public void RemoveSuccubus(Event @event, ScriptAccessory accessory)
{ {
if(!isHack) return; if(!isHack) return;
if (@event.TargetId() != accessory.Data.Me) return; if (@event.TargetId() != accessory.Data.Me) return;
accessory.Method.SendChat($"/pdrspeed 1"); accessory.Method.SendChat($"/pdrspeed -1");
accessory.Method.SendChat($"/e 可达鸭:移速已更改:1"); accessory.Method.SendChat($"/e 可达鸭:移速已更改:默认");
if (isTTS)accessory.Method.TTS("移速已复原至1倍"); if (isTTS)accessory.Method.TTS("移速已复原至默认值");
if (isEdgeTTS)accessory.Method.EdgeTTS("移速已复原至1倍"); if (isEdgeTTS)accessory.Method.EdgeTTS("移速已复原至默认值");
} }
#endregion #endregion