{ //共鸣CD时,角色受到的伤害减少20% "AbilityName":"Affix_ResonateInCD_DamageTakenDown", "AbilityStacking":"Unique", "DefaultModifier": { "ModifierStacking":"Unique", "OnAdded": [ { "$type" : "MoleMole.ApplyModifier", "ModifierName" : "ResonateInCD_DamageTakenDown", "Target" : "TeamAvatars" } ] }, "Modifiers": { "ResonateInCD_DamageTakenDown": { "ModifierStacking":"Unique", "OnBeingHitPre": [ { "$type": "MoleMole.ModifyAttackDataAction", "Target" : "Self", "PropertyKey": "Actor_DamageTakeRatio", "PropertyValue": "%DamageTakeRatio", "Predicates" : [ { "$type" : "MoleMole.BySkillTypeReady", "Target" : "Buddy", "IsAnd" : true, "SkillType" : "Resonate" } ] } ] } }, "AbilitySpecials" : { //表格参数 "DamageTakeRatio" : { "Value" : -0.2 } } }