{ // 击杀敌人后,造成伤害提升(0) "AbilityName" : "Follower_KillEnemy_IncreaseAttack", "AbilityStacking": "Unique", "DefaultModifier": { "OnKillOther" : [ { "$type": "MoleMole.ApplyModifier", "ModifierName": "IncreaseAttackModifier", "Predicates" : [ { "$type": "MoleMole.ByOr", "Predicates" : [ { "$type": "MoleMole.ByAliveState", "AliveState": "ExecuteCore", "Target" : "Target", }, { "$type": "MoleMole.ByAliveState", "AliveState": "Dead", "Target" : "Target", } ] } ] }, ], }, "Modifiers" : { "IncreaseAttackModifier": { "MaxStackingNumber": 3, "ModifierStacking": "MultipleAllRefresh", "Duration": "%Dynamic_Duration", "OnHitOther" : [ { "$type" : "MoleMole.ModifyAttackDataAction", "PropertyKey" : "Actor_AddedDamageRatio", "PropertyValue" : "%Dynamic_Actor_AddedAttackRatio", }, ], }, }, "AbilitySpecials": { "Dynamic_Actor_AddedAttackRatio": { "Value" : 0 }, "Dynamic_Duration": { "Value" : 5 }, } }