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

104 lines
2.7 KiB
JSON

{
"AbilityName": "LightfootRover_ATK6_ControlUAV",
"AbilityStacking": "Unique",
"Modifiers": {
"LightfootRover_ATK6_UAV_Modifier": {
"Duration": 2,
"MaxStackingNumber": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "PushAnimatorZoneTagsAction",
"AnimatorStateTags": [
"LightfootRover_ATK6"
],
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "PopAnimatorZoneTagsAction",
"AnimatorStateTags": [
"LightfootRover_ATK6"
],
"Target": "Self"
}
]
}
},
"OnAbilityTrigger": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"LightfootRover_ExtraUAV"
]
}
],
"FailureActions": [
{
"$type": "SetAnimCtrlerParamAction",
"CustomKey": "Monster_LightfootRover_UAV",
"IntVal": 2,
"ParamName": "Int_Attack_Index",
"ParamType": 3,
"Target": "Custom"
},
{
"$type": "SetAnimCtrlerParamAction",
"CustomKey": "Monster_LightfootRover_UAV",
"ParamName": "Trigger_Attack",
"ParamType": 1,
"Target": "Custom"
},
{
"$type": "ApplyModifier",
"CustomKey": "Monster_LightfootRover_UAV",
"ModifierName": "LightfootRover_ATK6_UAV_Modifier",
"Target": "Custom"
},
{
"$type": "SetSelfAttackTargetAction",
"CustomKey": "Monster_LightfootRover_UAV",
"ForceOverride": true,
"IgnoreSetAttackTargetCD": true,
"Source": "Self",
"Target": "Custom"
}
],
"SuccessActions": [
{
"$type": "SetAnimCtrlerParamAction",
"CustomKey": "Monster_LightfootRover_UAV_Extra",
"IntVal": 2,
"ParamName": "Int_Attack_Index",
"ParamType": 3,
"Target": "Custom"
},
{
"$type": "SetAnimCtrlerParamAction",
"CustomKey": "Monster_LightfootRover_UAV_Extra",
"ParamName": "Trigger_Attack",
"ParamType": 1,
"Target": "Custom"
},
{
"$type": "ApplyModifier",
"CustomKey": "Monster_LightfootRover_UAV_Extra",
"ModifierName": "LightfootRover_ATK6_UAV_Modifier",
"Target": "Custom"
},
{
"$type": "SetSelfAttackTargetAction",
"CustomKey": "Monster_LightfootRover_UAV_Extra",
"ForceOverride": true,
"IgnoreSetAttackTargetCD": true,
"Source": "Self",
"Target": "Custom"
}
]
}
]
}