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

92 lines
2.1 KiB
JSON

{
"AbilityName": "Player_Passive_ExQTE",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"Damage"
],
"Target": "Self"
}
],
"Target": "Self"
}
],
"PropertyKey": "Actor_AllDamageResist",
"PropertyValue": -0.1,
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"BreakStun"
],
"Target": "Self"
}
],
"Target": "Self"
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": 0.1,
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"Element"
],
"Target": "Self"
}
],
"Target": "Self"
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": 0.1,
"Target": "Self"
}
]
}
}