{ //提升打属性克制效果 "AbilityName": "Card_DailyUse_1000930", "AbilityStacking": "Unique", "DefaultModifier": { "ModifierStacking":"Unique", "OnHitOther": [ { "$type": "MoleMole.ModifyAttackDataAction", "Target" : "Self", "PropertyKey": "BreakStun_Ratio", "PropertyValue": "%PunchStunResist", "Predicates": [ //判断攻击类型 { "$type":"MoleMole.ByDamageHitType", "DamageHitType":"Punch" }, //判断敌人是否被克制 { "$type":"MoleMole.ByMonsterHitTypeResistType", "Target" : "Target", "DamageHit":"Punch", "CompareType":"Less", "CompareValue":0 } ] } ] }, "AbilitySpecials": { //表格参数 "PunchStunResist": { "Value": 0.12 } } }