{ // 消灭敌人后,会引发一次范围伤害 "AbilityName" : "Follower_KillEnemy_CauseDamage", "AbilityStacking": "Unique", "DefaultModifier": { "OnKillOther" : [ { "$type": "MoleMole.ApplyAbilityAction", "AbilityName": "Follower_RangeDamage", "Predicates" : [ { "$type": "MoleMole.ByOr", "Predicates" : [ { "$type": "MoleMole.ByAliveState", "AliveState": "ExecuteCore", "Target" : "Target", }, { "$type": "MoleMole.ByAliveState", "AliveState": "Dead", "Target" : "Target", } ] } ] }, ], }, }