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

56 lines
1.4 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_04",
"FrameCountHigh": 190,
"FrameCountLow": 86,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"PileDriver_LockPointDisable"
]
}
]
}
],
"AbilityName": "PileDriver_LockPointDisable",
"AbilityStacking": "Unique",
"Modifiers": {
"PileDriver_LockPointDisable": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "PushFeatureTargetEnableAction",
"FeatureTargetEnable": false,
"FeatureTargetName": [
"LockPoint_Foot_FL",
"LockPoint_Foot_FR",
"LockPoint_Foot_BL",
"LockPoint_Foot_BR"
],
"Tag": "PileDriver_DisableLegPoint",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "PopFeatureTargetEnableAction",
"FeatureTargetName": [
"LockPoint_Foot_FL",
"LockPoint_Foot_FR",
"LockPoint_Foot_BL",
"LockPoint_Foot_BR"
],
"Tag": "PileDriver_DisableLegPoint",
"Target": "Self"
}
]
}
}
}