1
0
ZenlessData/Data/_unsorted/BanYue_ExQTE.json
2025-10-15 03:08:22 +02:00

49 lines
989 B
JSON

{
"AbilityName": "BanYue_ExQTE",
"AbilitySpecials": {
"AS_SAngerRecover": {
"Value": 10
},
"AS_SpRecover": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "SpRecoverModifier",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE",
"Target": "Self"
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"Banyue_AngryState"
],
"Target": "Self"
}
],
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"SpRecoverModifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "RecoverSPAction",
"Amount": "%AS_SpRecover",
"Percentage": 0,
"Target": "Self"
}
]
}
}
}