1
0
ZenlessData/Data/_unsorted/ActivityBangkov_TalentBattle02.json
2026-06-17 01:18:11 +02:00

30 lines
623 B
JSON

{
"AbilityName": "ActivityBangkov_TalentBattle02",
"AbilitySpecials": {
"AS_InitFeverAmount": {
"Value": 1500
},
"AS_InitSPAmount": {
"Value": 100
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_InitFeverAmount",
"IgnoreRatio": true,
"Percentage": 0,
"Target": "Self"
},
{
"$type": "RecoverSPAction",
"Amount": "%AS_InitSPAmount",
"IgnoreRatio": true,
"Percentage": 0,
"Target": "Self"
}
]
}
}