ZenlessData/Data/Affix_ShieldEnd_RecoverSp.json
2024-08-13 22:59:23 -03:00

29 lines
591 B
JSON

{
"AbilityName": "Affix_ShieldEnd_RecoverSp",
"AbilitySpecials": {
"RecoverSp": {
"Value": 20
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ShieldEmptyActions": [
{
"$type": "RecoverSPAction",
"Amount": "%RecoverSp",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "LocalAvatar"
}
],
"ShieldTimesUpActions": [
{
"$type": "RecoverSPAction",
"Amount": "%RecoverSp",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "LocalAvatar"
}
]
}
}