1
0
ZenlessData/Data/_unsorted/FrenziedManiac_Miasma_OnDeath.json
2025-10-15 03:08:22 +02:00

92 lines
1.8 KiB
JSON

{
"AbilityName": "FrenziedManiac_Miasma_OnDeath",
"AbilityStacking": "Unique",
"OnAbilityTrigger": [
{
"$type": "SendCustomEvent",
"CustomKey": "Monster_MiasmaTrinox_Twins",
"EventKey": "Event_TwinDied",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"MiasmaDither"
]
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"Twins"
]
}
],
"Target": "Custom"
},
{
"$type": "SendCustomEvent",
"CustomKey": "Monster_MiasmaFrenziedManiac_Twins",
"EventKey": "Event_TwinDied",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"MiasmaParry"
]
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"Twins"
]
}
],
"Target": "Custom"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"TwinDied"
],
"CustomKey": "Monster_MiasmaFrenziedManiac_Twins",
"IsAdd": true,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"MiasmaParry"
]
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"Twins"
]
}
],
"Target": "Custom"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"TwinDied"
],
"CustomKey": "Monster_MiasmaTrinox_Twins",
"IsAdd": true,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"MiasmaDither"
]
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"Twins"
]
}
],
"Target": "Custom"
}
]
}