30 lines
623 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |