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

30 lines
702 B
JSON

{
"AbilityName": "WanderingHunter_Attack13_CleanSummonChild",
"AbilityStacking": "Unique",
"OnAbilityTrigger": [
{
"$type": "SendCustomEvent",
"CustomKey": "Monster_WanderingHunter_FindAllChild",
"EventKey": "DestroyChildLucia",
"Target": "Custom"
},
{
"$type": "SendCustomEvent",
"EventKey": "DestroyChildLucia",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SendCustomEvent",
"CustomKey": "Monster_WanderingHunter_FindAllChild",
"EventKey": "DestroyChildLucia",
"Target": "Custom"
},
{
"$type": "SendCustomEvent",
"EventKey": "DestroyChildLucia",
"Target": "Self"
}
]
}