1
0
ZenlessData/Data/_unsorted/Level_TriggerAddFever3000_FullSP.json
2025-12-30 00:30:43 +01:00

32 lines
653 B
JSON

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