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

52 lines
1.2 KiB
JSON

{
"AbilityName": "WanderingHunter_Chasing_AIControl",
"AbilitySpecials": {
"AS_IsAIOn": {
"Value": 0,
"ValueType": "Integer"
}
},
"AbilityStacking": "Unique",
"OnAbilityTrigger": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 0,
"ParamName": "AS_IsAIOn",
"ParamType": "Integer"
}
],
"FailureActions": [
{
"$type": "TriggerBehaviorTreeAction",
"Enable": false
},
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 0,
"ParamName": "AS_IsAIOn",
"ParamType": "Integer",
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "TriggerBehaviorTreeAction",
"Enable": true
},
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 1,
"ParamName": "AS_IsAIOn",
"ParamType": "Integer",
"Target": "Self"
}
]
}
]
}