ZenlessData/Data/Level_Buff_QTE.json

43 lines
951 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "Level_Buff_QTE",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"NormalQTE"
]
}
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": -0.99,
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"NormalQTE"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": 5,
"Target": "Self"
}
]
}
}