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

34 lines
No EOL
888 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
//攻击被冰冻敌人时暴击率提升20%。
"AbilityName" : "Card_Froze_1001107",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnHitOther" :
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_CriticalDelta",
"PropertyValue": "%CriticalDelta",
"Predicates" :
[
{
"$type" : "MoleMole.ByBuffGroup",
"BuffGroupList" : ["Frozen"],
"Target" : "Target"
}
]
}
]
},
"AbilitySpecials" :
{
"CriticalDelta" :
{
"Value" : 0.2
}
}
}