ZenlessData/Data/Unagi_BreakIce.json

48 lines
1.1 KiB
JSON
Raw Normal View History

{
"AbilityName": "Unagi_BreakIce",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ForceIceBreakAction",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Unagi_ExQTE_AttackProperty_02_11"
],
"Target": "Self"
},
{
"$type": "ByHasBuffGroup",
"BuffGroupList": [
"Frozen",
"Frostbite"
],
"Target": "Other"
}
]
},
{
"$type": "ForceIceBreakAction",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Unagi_Attack_ChargeAttack_Attack03_AttackProperty_03_05"
],
"Target": "Self"
},
{
"$type": "ByHasBuffGroup",
"BuffGroupList": [
"Frozen",
"Frostbite"
],
"Target": "Other"
}
]
}
]
}
}