1
0
ZenlessData/Data/Palicus_TriggerExtraTeleport.json
2025-03-11 21:10:23 -03:00

82 lines
2.0 KiB
JSON

{
"AbilityName": "Palicus_TriggerExtraTeleport",
"AbilityStacking": "Unique",
"OnAbilityTrigger": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"CustomKey": "Monster_Palicus_Range",
"Tags": [
"InAction_L"
],
"Target": "Custom"
}
]
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInsideCameraView",
"CheckDistance": 15,
"CustomKey": "Monster_Palicus_Range",
"Target": "Custom"
}
]
}
],
"FailureActions": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"CustomKey": "Monster_Palicus_Melee",
"Tags": [
"InAction_L"
],
"Target": "Custom"
}
]
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInsideCameraView",
"CheckDistance": 15,
"CustomKey": "Monster_Palicus_Melee",
"Target": "Custom"
}
]
}
],
"SuccessActions": [
{
"$type": "SendBehaviorTreeEventAction",
"CustomKey": "Monster_Palicus_Melee",
"EventName": "Teleport",
"Target": "Custom"
}
]
}
],
"SuccessActions": [
{
"$type": "SendBehaviorTreeEventAction",
"CustomKey": "Monster_Palicus_Range",
"EventName": "Teleport",
"Target": "Custom"
}
]
}
]
}