1
0
ZenlessData/Data/_unsorted/MiasmaLightfootRover_ATK5_ControlUAV.json
2025-12-30 00:30:43 +01:00

62 lines
1.5 KiB
JSON

{
"AbilityName": "MiasmaLightfootRover_ATK5_ControlUAV",
"AbilityStacking": "Unique",
"Modifiers": {
"MiasmaLightfootRover_ATK5_UAV_Modifier": {
"Duration": 1,
"MaxStackingNumber": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"MiasmaLightfootRover_ATK5"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"MiasmaLightfootRover_ATK5"
],
"IsAdd": false,
"Target": "Self"
}
]
}
},
"OnAbilityTrigger": [
{
"$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": "MiasmaLightfootRover_ATK5_UAV_Modifier",
"Target": "Custom"
},
{
"$type": "SetSelfAttackTargetAction",
"CustomKey": "Monster_LightfootRover_UAV",
"ForceOverride": true,
"IgnoreSetAttackTargetCD": true,
"Source": "Self",
"Target": "Custom"
}
]
}