ZenlessData/Data/PileDriver_Ability_Attack_04.json

135 lines
4.0 KiB
JSON
Raw Permalink Normal View History

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_04",
"FrameCountHigh": 160,
"FrameCountLow": 87,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Modifier_PileDriver_DisableLegFeatureTarget"
]
}
]
}
],
"AbilityName": "PileDriver_Ability_Attack_04",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAttackLanded": [
{
"$type": "ApplyModifier",
"ModifierName": "Modifier_PileDriver_Attack_04_HitCount",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_PileDriver_Attack_04_Attackproperty_01_01",
"Monster_PileDriver_Attack_04_Attackproperty_01_02",
"Monster_PileDriver_Attack_04_Attackproperty_01_03",
"Monster_PileDriver_Attack_04_Attackproperty_01_04"
],
"Target": "Self"
}
],
"Target": "Target"
},
{
"$type": "DamageByAttackPropertyAction",
"AnimEventID": "Monster_PileDriver_Attack_04_Attackproperty_02",
"Predicates": [
{
"$type": "ByModifierStackCount",
"CompareType": "Equal",
"CountModifierType": "CurTargetAbility",
"ModifierName": "Modifier_PileDriver_Attack_04_HitCount",
"StackCount": 4,
"Target": "Target"
},
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_PileDriver_Attack_04_Attackproperty_01_01",
"Monster_PileDriver_Attack_04_Attackproperty_01_02",
"Monster_PileDriver_Attack_04_Attackproperty_01_03",
"Monster_PileDriver_Attack_04_Attackproperty_01_04"
],
"Target": "Self"
}
],
"Target": "Target"
},
{
"$type": "RemoveModifier",
"ModifierName": "Modifier_PileDriver_Attack_04_HitCount",
"Predicates": [
{
"$type": "ByModifierStackCount",
"CompareType": "Equal",
"CountModifierType": "CurTargetAbility",
"ModifierName": "Modifier_PileDriver_Attack_04_HitCount",
"StackCount": 4,
"Target": "Target"
},
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_PileDriver_Attack_04_Attackproperty_01_01",
"Monster_PileDriver_Attack_04_Attackproperty_01_02",
"Monster_PileDriver_Attack_04_Attackproperty_01_03",
"Monster_PileDriver_Attack_04_Attackproperty_01_04"
],
"Target": "Self"
}
],
"StackCount": 4,
"Target": "Target"
}
]
},
"Modifiers": {
"Modifier_PileDriver_Attack_04_HitCount": {
"Duration": 2,
"IgnoreTimeScale": false,
"MaxStackingNumber": 4,
"ModifierStacking": "MultipleAllRefresh"
},
"Modifier_PileDriver_DisableLegFeatureTarget": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "PushFeatureTargetEnableAction",
"FeatureTargetEnable": false,
"FeatureTargetName": [
"LockPoint_Foot_FL",
"LockPoint_Foot_FR",
"LockPoint_Foot_BL",
"LockPoint_Foot_BR"
],
"Tag": "PileDriver_Stun_DisableLegPoint",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "PopFeatureTargetEnableAction",
"FeatureTargetName": [
"LockPoint_Foot_FL",
"LockPoint_Foot_FR",
"LockPoint_Foot_BL",
"LockPoint_Foot_BR"
],
"Tag": "PileDriver_Stun_DisableLegPoint",
"Target": "Self"
}
]
}
}
}