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

61 lines
1.5 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachZoneTagWithModifierMixin",
"ConfigList": [
{
"ModifierNameList": [
"WanderingHunter_Attack_Blend_Modifier"
],
"ZoneTag": "CAttack_BlendZone"
},
{
"ModifierNameList": [
"WanderingHunter_Attack06_Blend_Modifier"
],
"ZoneTag": "CAttack06_BlendZone"
},
{
"ModifierNameList": [
"WanderingHunter_Attack08_Blend_Modifier"
],
"ZoneTag": "CAttack08_BlendZone"
}
]
}
],
"AbilityName": "WanderingHunter_Attack_ShootBlendControl",
"AbilityStacking": "Unique",
"Modifiers": {
"WanderingHunter_Attack06_Blend_Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "TriggerAbilityAction",
"AbilityName": "Graph_WanderingHunter_Attack06_BlendControl"
}
]
},
"WanderingHunter_Attack08_Blend_Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "TriggerAbilityAction",
"AbilityName": "Graph_WanderingHunter_Attack08_BlendControl"
}
]
},
"WanderingHunter_Attack_Blend_Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "TriggerAbilityAction",
"AbilityName": "Graph_WanderingHunter_Attack_ShootBlendControl"
}
]
}
}
}