1
0
ZenlessData/Data/_unsorted/Level_AddFever2.json
2025-04-22 20:22:46 -03:00

20 lines
377 B
JSON

{
"AbilityName": "Level_AddFever2",
"AbilitySpecials": {
"AS_FeverAmout": {
"Value": 1500
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_FeverAmout",
"IgnoreRatio": true,
"Percentage": 0,
"Target": "Self"
}
]
}
}