mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
106 lines
2.8 KiB
JSON
106 lines
2.8 KiB
JSON
{
|
|
"AbilityName": "LightfootRover_ATK5_ControlUAV",
|
|
"AbilityStacking": "Unique",
|
|
"Modifiers": {
|
|
"LightfootRover_ATK5_UAV_Modifier": {
|
|
"Duration": 1,
|
|
"MaxStackingNumber": 1,
|
|
"ModifierStacking": "Replace",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"LightfootRover_ATK5"
|
|
],
|
|
"IsAdd": true,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"LightfootRover_ATK5"
|
|
],
|
|
"IsAdd": false,
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"OnAbilityTrigger": [
|
|
{
|
|
"$type": "BranchOperator",
|
|
"Conditions": [
|
|
{
|
|
"$type": "ByIsInZoneTags",
|
|
"Tags": [
|
|
"LightfootRover_ExtraUAV"
|
|
]
|
|
}
|
|
],
|
|
"FailureActions": [
|
|
{
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
"CustomKey": "Monster_LightfootRover_UAV",
|
|
"IntVal": 1,
|
|
"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_ATK5_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": 1,
|
|
"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_ATK5_UAV_Modifier",
|
|
"Target": "Custom"
|
|
},
|
|
{
|
|
"$type": "SetSelfAttackTargetAction",
|
|
"CustomKey": "Monster_LightfootRover_UAV_Extra",
|
|
"ForceOverride": true,
|
|
"IgnoreSetAttackTargetCD": true,
|
|
"Source": "Self",
|
|
"Target": "Custom"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |