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

30 lines
634 B
JSON

{
"AbilityName": "WanderingHunter_Summon_Init",
"AbilityStacking": "Unique",
"OnAbilityTrigger": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"WanderingHunter_Child_Fake"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnAdded": [
{
"$type": "PushMuteHUDAction",
"tag": "WanderingHunterLaser_MuteHUD"
},
{
"$type": "PushMuteBeSelectedAction",
"MuteValue": true,
"Tag": "WanderingHunterLaser_MuteBeSelected"
},
{
"$type": "MuteAttackerHitCameraLock",
"IsMute": true,
"Target": "Self"
}
]
}