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

37 lines
No EOL
887 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%持续3秒
"AbilityName":"Affix_FieldStop_DamageUp",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"FieldStopActions":
[
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"DamageUp",
"Target":"TeamAvatars"
}
]
},
"Modifiers":
{
"DamageUp":
{
"ModifierStacking": "Unique",
"Duration" : 3,
"Properties" :
{
"Actor_AddedDamageRatio" : "%AddedDamageRatio"
}
}
},
"AbilitySpecials" :
{
//表格参数
"AddedDamageRatio" :
{
"Value" : 0.2
}
}
}