38 lines
No EOL
1.1 KiB
JSON
38 lines
No EOL
1.1 KiB
JSON
{
|
||
|
||
"AbilityName": "TestPlayer_Ability_ByEnemyCount",
|
||
|
||
"AbilityStacking": "Unique",
|
||
|
||
|
||
|
||
"OnAbilityStart": [
|
||
|
||
{
|
||
|
||
"$type": "MoleMole.ApplyModifier",
|
||
|
||
"ModifierName": "BurnBuffModifier",
|
||
|
||
"Target": "Self",
|
||
|
||
"Predicates": [
|
||
|
||
{
|
||
|
||
"$type": "MoleMole.ByEnemyCount",
|
||
|
||
"Target": "Self",
|
||
|
||
"FilterType": "ByStrengthType",
|
||
|
||
"EnemyStrengthType": [ "Normal", "Elite" ],
|
||
|
||
"EnemyName": [ "Monster_RangeSoldier_Elite", "Monster_RangeSoldier" ],
|
||
|
||
"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
|
||
|
||
}
|
||
|
||
}
|
||
|
||
}
|
||
|
||
|
||
|
||
|
||
|
||
} |