{ "AbilityName": "TestPlayer_Ability_ByBuffCountAllEnemy", "AbilityStacking": "Unique", "OnAbilityStart": [ { "$type": "MoleMole.ApplyModifier", "ModifierName": "BurnBuffModifier", "Target": "Self", "Predicates": [ { "$type": "MoleMole.ByBuffCountAllEnemy", "Target": "Self", "FilterType": "ByBuffId", "BuffID": 106001, "GroupName": "Stun", "BuffType": "Debuff", "EnemyType": [ "Normal" ], "CompareValue": 1, "CompareType": "Greater" } ] } ], "Modifiers": { "BurnBuffModifier": { "Duration": 10, "IgnoreTimeScale": false, "NotIgnoreList": [ "World", "Owner" ], //这种情况下,仍然受到了BuffTimeSlow的影响(Bug) //"NotIgnoreList" : ["World","Owner","Buff"], //这种情况下,受到了BuffTimeSlow的影响 "Buff": { "BuffID": 106001, "IsOverrideDuration": true } } } }