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

60 lines
No EOL
1.5 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.

{
//护盾未激活时伤害增加20%
"AbilityName":"Affix_ShieldNotActive_DamageUp",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnAdded":
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "DamageUp",
"Target" : "TeamAvatars"
}
],
"ShieldStartActions":
[
{
"$type" : "MoleMole.RemoveModifier",
"ModifierName" : "DamageUp",
"Target" : "TeamAvatars"
}
],
"ShieldEmptyActions":
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "DamageUp",
"Target" : "TeamAvatars"
}
],
"ShieldTimesUpActions":
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "DamageUp",
"Target" : "TeamAvatars"
}
]
},
"Modifiers":
{
"DamageUp":
{
"ModifierStacking":"Unique",
"Properties" :
{
"Actor_AddedDamageRatio" : "%AddedDamageRatio"
}
}
},
"AbilitySpecials" :
{
//表格参数
"AddedDamageRatio" :
{
"Value" : 0.5
}
}
}