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

36 lines
No EOL
921 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.

{
//护盾结束时增加20SP
"AbilityName":"Affix_ShieldEnd_RecoverSp",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ShieldEmptyActions":
[
{
"$type": "MoleMole.RecoverSPAction",
"Target" : "LocalAvatar",
"Percentage": 0,
"Amount": "%RecoverSp",
"IgnoreRatio": false,
}
],
"ShieldTimesUpActions":
[
{
"$type": "MoleMole.RecoverSPAction",
"Target" : "LocalAvatar",
"Percentage": 0,
"Amount": "%RecoverSp",
"IgnoreRatio": false,
}
]
},
"AbilitySpecials" :
{
//表格参数
"RecoverSp" :
{
"Value" : 20
}
}
}