Files
ZenlessData/Data/_unsorted/Aria_Talent_03.json
2026-02-06 00:04:19 +01:00

53 lines
1.1 KiB
JSON

{
"AbilityName": "Aria_Talent_03",
"AbilitySpecials": {
"AS_FeverAmount": {
"Value": 50
},
"AS_RecoverCD": {
"Value": 5
},
"AS_RecoverSP": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffDamageHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Aria_RecoverSpandFever_Modifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"Aria_TriggerBuffAttack"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"Aria_RecoverSpandFever_Modifier": {
"Duration": "%AS_RecoverCD",
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RecoverSPAction",
"Amount": "%AS_RecoverSP",
"Percentage": 0,
"Target": "Self"
},
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_FeverAmount",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "Self"
}
]
}
}
}