HollowPS_TV_experiments/extras/zzz-0.1-jsons/Card_Electro_1000501.json

47 lines
No EOL
1.1 KiB
JSON

{
//雷属性攻击触发【感电】的概率提高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
}
}
}