30 lines
634 B
JSON
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"
|
|
}
|
|
]
|
|
} |