{ //角色对精英敌人造成的伤害提升20% "AbilityName":"Card_DailyUse_1000915", "AbilityStacking":"Unique", "DefaultModifier": { "OnHitOther": [ { "$type": "MoleMole.ModifyAttackDataAction", "Target" : "Self", "PropertyKey": "Actor_AddedDamageRatio", "PropertyValue": "%AddedDamageRatio", "Predicates": [ { "$type" : "MoleMole.ByMonsterStrengthType", "Target" : "Target", "CompareType" : "Equal", "StrengthType" : "Elite" //精英怪物 } ] } ] }, "AbilitySpecials" : { //表格参数 "AddedDamageRatio" : { "Value" : 0.2 } } }