1
0
ZenlessData/Data/_unsorted/Isolde_AlliedAbility.json
2025-12-30 00:30:43 +01:00

83 lines
1.8 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ListenAbilityMixin",
"AbilityName": "Isolde_AlliedAbility",
"OnListenAbilityAdded": [
{
"$type": "RemoveAbilityAction",
"AbilityName": "Isolde_Hit_Response",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"IsoldeAlliedNPC"
]
}
]
},
{
"$type": "PushMuteBeSelectedAction",
"MuteValue": true,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"IsoldeAlliedNPC"
]
}
],
"Tag": "Isolde_Ally",
"Target": "Self"
}
],
"Targetting": "Self"
}
],
"AbilityName": "Isolde_AlliedAbility",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyAbilityAction",
"AbilityName": "Player_AutoBattle",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"IsoldeAlliedNPC"
]
}
],
"Target": "Self"
},
{
"$type": "ApplyAbilityAction",
"AbilityName": "Isolde_Allied_MuteWarningLight",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"IsoldeAlliedNPC"
]
}
],
"Target": "Self"
},
{
"$type": "ApplyAbilityAction",
"AbilityName": "Isolde_Allied_Body_SFX",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"IsoldeAlliedNPC"
]
}
],
"Target": "Self"
}
]
}
}