ZenlessData/Data/Level_AddFever.json
2024-12-17 20:43:14 -03:00

20 lines
376 B
JSON

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