mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
29 lines
591 B
JSON
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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|