mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
62 lines
1.5 KiB
JSON
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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|