HollowPS_TV_experiments/extras/zzz-0.1-jsons/TestPlayer_Ability_ByBuffCountAllEnemy.json

40 lines
No EOL
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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
}
}
}
}