{ //雷属性攻击触发【感电】的概率提高30% "AbilityName" : "Card_Electro_1000501", "AbilityStacking":"Unique", "DefaultModifier": { "ModifierStacking":"Unique", "Properties": { "AnimEventBuffOddsDelta_Electric":"%Odds" }, "OnHitOther": [ { "$type": "MoleMole.ModifyAttackDataAction", "Target" : "Self", "PropertyKey": "Actor_AddedDamageRatio", "PropertyValue": "%AddedDamageRatio", "Predicates": [ { "$type":"MoleMole.ByDamageElementType", "DamageElement":"Elec" }, ] } ] }, "AbilitySpecials" : { "Odds" : { "Value" : 1 }, "AddedDamageRatio" : { "Value" : 0.2 } } }