Files
ZenlessData/Data/_unsorted/Lycaon_Upgrade02.json
2026-02-06 00:04:19 +01:00

77 lines
1.8 KiB
JSON

{
"AbilityName": "Lycaon_Upgrade02",
"AbilitySpecials": {
"AS_AddedBreakStunRatio": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnCustomEventReceived": [
{
"$type": "ApplyModifier",
"ModifierName": "BreakStunAddModifier",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "Upgrade01_BuffOn_Event"
}
],
"Target": "Self"
},
{
"$type": "RemoveModifier",
"ModifierName": "BreakStunAddModifier",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "Upgrade01_BuffOff_Event"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"BreakStunAddModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Normal"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Rush"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Counter"
]
}
]
}
],
"PropertyKey": "Actor_BreakStunRatio",
"PropertyValue": "%AS_AddedBreakStunRatio",
"Target": "Self"
}
]
}
},
"OnAbilityTrigger": [
]
}