ZenlessData/Data/LightfootRover_ControlUAV_Die.json
2024-08-13 22:59:23 -03:00

62 lines
1.5 KiB
JSON

{
"AbilityName": "LightfootRover_ControlUAV_Die",
"AbilityStacking": "Unique",
"OnAbilityTrigger": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_UAV",
"ParamType": 2
},
{
"$type": "WriteAIParamAction",
"BoolParamValue": false,
"ParamName": "UAV_Launched"
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"LightfootRover_ExtraUAV"
]
}
],
"FailureActions": [
{
"$type": "SetAnimCtrlerParamAction",
"CustomKey": "Monster_LightfootRover_UAV",
"IntVal": 0,
"ParamName": "Int_Attack_Index",
"ParamType": 3,
"Target": "Custom"
},
{
"$type": "SetAnimCtrlerParamAction",
"CustomKey": "Monster_LightfootRover_UAV",
"ParamName": "Trigger_Attack",
"ParamType": 1,
"Target": "Custom"
}
],
"SuccessActions": [
{
"$type": "SetAnimCtrlerParamAction",
"CustomKey": "Monster_LightfootRover_UAV_Extra",
"IntVal": 0,
"ParamName": "Int_Attack_Index",
"ParamType": 3,
"Target": "Custom"
},
{
"$type": "SetAnimCtrlerParamAction",
"CustomKey": "Monster_LightfootRover_UAV_Extra",
"ParamName": "Trigger_Attack",
"ParamType": 1,
"Target": "Custom"
}
]
}
]
}