{ // 伤害随攻击次数进行提升(0) "AbilityName" : "Follower_HitOther_IncreaseAttack", "AbilityStacking": "Unique", "DefaultModifier": { "OnHitOther" : [ { "$type": "MoleMole.ApplyModifier", "ModifierName": "IncreaseAttackModifier", }, ], "OnBeingHit" : [ { "$type": "MoleMole.RemoveModifier", "ModifierName": "IncreaseAttackModifier", }, ], }, "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" : 7 }, } }