{ //全伤害提升25%,角色对Boss敌人造成的伤害提升10%(合成获得) "AbilityName":"Card_DailyUse_1000916", "AbilityStacking":"Unique", "DefaultModifier": { "OnHitOther": [ { "$type": "MoleMole.ModifyAttackDataAction", "Target" : "Self", "PropertyKey": "Actor_AddedDamageRatio", "PropertyValue": "%AddedDamageRatio_All" }, { "$type": "MoleMole.ModifyAttackDataAction", "Target" : "Self", "PropertyKey": "Actor_AddedDamageRatio", "PropertyValue": "%AddedDamageRatio_Boss", "Predicates": [ { "$type" : "MoleMole.ByMonsterStrengthType", "Target" : "Target", "CompareType" : "Equal", "StrengthType" : "Boss" //Boss } ] } ] }, "AbilitySpecials" : { //表格参数 "AddedDamageRatio_All" : { "Value" : 0.25 }, "AddedDamageRatio_Boss" : { "Value" : 0.1 } } }