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

48 lines
No EOL
1.1 KiB
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.

{
//完美闪避后3秒内造成的伤害<color=#2BAD00>提升50%。</color>
"AbilityName" : "Card_Sports_1000801",
"AbilityStacking": "Unique",
"DefaultModifier":
{
"OnDodgeSuccess":
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "DodgeModifier"
}
]
},
"Modifiers" :
{
"DodgeModifier":
{
"ModifierStacking": "Unique",
"Duration": "%Duration",
"OnHitOther":
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio"
}
]
}
},
"AbilitySpecials" :
{
//表格参数
"Duration" :
{
"Value" : 5
},
"AddedDamageRatio":
{
"Value" : 1
}
}
}