ZenlessData/Data/Lycaon_Talent_02.json
2024-08-13 22:59:23 -03:00

43 lines
961 B
JSON

{
"AbilityName": "Lycaon_Talent_02",
"AbilitySpecials": {
"AS_RecoverSpCD_Talent_02": {
"Value": 1
},
"AS_RecoverSp_Talent_02": {
"Value": 5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnStunDestroyOtherActions": [
{
"$type": "ApplyModifier",
"ModifierName": "LycaonTalent02Modifier_SpRecover",
"Target": "Self"
}
],
"OnStunResetOtherActions": [
{
"$type": "ApplyModifier",
"ModifierName": "LycaonTalent02Modifier_SpRecover",
"Target": "Self"
}
]
},
"Modifiers": {
"LycaonTalent02Modifier_SpRecover": {
"Duration": "%AS_RecoverSpCD_Talent_02",
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RecoverSPAction",
"Amount": "%AS_RecoverSp_Talent_02",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "Self"
}
]
}
}
}