mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-17 15:24:41 +08:00
补充逻辑
This commit is contained in:
@@ -73,8 +73,8 @@ public class Ifrit_Extreme
|
||||
[ScriptMethod(name: "灼伤 换T提示", eventType: EventTypeEnum.StatusAdd, eventCondition: ["StatusID:375","StackCount:regex:^[345]$"])]
|
||||
public void 灼伤(Event @event, ScriptAccessory accessory)
|
||||
{
|
||||
// var player = accessory.Data.MyObject;
|
||||
// var isTank = player?.IsTank() ?? false;
|
||||
var player = accessory.Data.MyObject;
|
||||
isTank = player?.IsTank() ?? false;
|
||||
if (isTank && @event.TargetId() != accessory.Data.Me && isText) accessory.Method.TextInfo("挑衅", duration: 3000, true);
|
||||
if (isTank && @event.TargetId() == accessory.Data.Me && isText) accessory.Method.TextInfo("退避", duration: 3000, true);
|
||||
if (isTank && isTTS) accessory.Method.TTS("换T!");
|
||||
|
||||
6
02-A-Realm-Reborn/Trials/Garuda(Hard).cs
Normal file
6
02-A-Realm-Reborn/Trials/Garuda(Hard).cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace The_Navel___EX._02_A_Realm_Reborn.Trials;
|
||||
|
||||
public class Garuda_Hard_
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user