1
0
ZenlessData/Data/_unsorted/Level_AddFever3000_FullSP.json
2025-10-15 03:08:22 +02:00

32 lines
639 B
JSON

{
"AbilityName": "Level_AddFever3000_FullSP",
"AbilitySpecials": {
"AS_FeverAmout": {
"Value": 3000
},
"AS_RpRecoverAmount": {
"Value": 100
},
"AS_SpRecoverAmount": {
"Value": 100
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_FeverAmout",
"IgnoreRatio": true,
"Percentage": 0,
"Target": "Self"
},
{
"$type": "RecoverRpAction",
"Amount": "%AS_RpRecoverAmount",
"Percentage": 0,
"Target": "Self"
}
]
}
}