1
0
ZenlessData/Data/_unsorted/Yanagi_ExQTE.json

52 lines
1.1 KiB
JSON

{
"AbilityName": "Yanagi_ExQTE",
"AbilitySpecials": {
"AS_DmgUpDuration_ExQTE": {
"Value": 12
},
"AS_DmgUpRatio_ExQTE": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "YanagiQTEDebuffModifier",
"Predicates": [
{
"$type": "ByHasBuffGroup",
"BuffGroupList": [
"Electric",
"Overload"
],
"Target": "Other"
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"YanagiQTEDebuffModifier": {
"Duration": "%AS_DmgUpDuration_ExQTE",
"ModifierStacking": "Replace",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_DmgUpRatio_ExQTE",
"Target": "Target"
}
]
}
}
}