{ // 满血情况下攻击力增强 "AbilityName" : "Follower_Attack_Increase_NormalEnemy", "AbilityStacking":"Unique", "DefaultModifier" : { //"ModifierStacking" : "GlobalUnique", "OnHitOther" : [ { "$type": "MoleMole.ModifyAttackDataAction", "Target" : "Self", "PropertyKey": "Actor_AddedDamageRatio", "PropertyValue": "%AddedPlayerAttackRatio", "Predicates" : [ { "$type" : "MoleMole.ByMonsterStrengthType", "Target" : "Target", "CompareType" : "Equal", "StrengthType" : "Normal", }, ], } ] }, "AbilitySpecials": { "AddedPlayerAttackRatio": { "Value" : 0 }, } }