{ //冰冻攻击触发【冻结】的概率提高30% "AbilityName" : "Card_Froze_1001101", "AbilityStacking":"Unique", "DefaultModifier": { "ModifierStacking":"Unique", "Properties": { "AnimEventBuffOddsDelta_Frozen":"%Odds" }, "OnHitOther": [ { "$type": "MoleMole.ModifyAttackDataAction", "Target" : "Self", "PropertyKey": "Actor_AddedDamageRatio", "PropertyValue": "%AddedDamageRatio", "Predicates": [ { "$type":"MoleMole.ByDamageElementType", "DamageElement":"Ice" }, ] } ] }, "AbilitySpecials" : { "Odds" : { "Value" : 1 }, "AddedDamageRatio" : { "Value" : 0.2 } } }