Files
GenshinData-1/BinOutput/Ability/Temp/MonsterAbilities/ConfigAbility_Monster_Abyss_Electric.json
Dimbreath d633c8cfe5 BinOutput
2021-05-16 19:49:16 -03:00

2277 lines
91 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_Pose",
"abilityMixins": [
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_ABILITY_ABYSS_POSETAG_",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
-0.5,
0.5,
1.5,
2.5
],
"modifierNameSteps": [
"Pose_HasElement",
"Pose_DetectElement",
"Pose_GatherElement"
]
}
],
"modifiers": {
"Pose_HasElement": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetPoseBool",
"boolID": "ElementState",
"value": true
}
],
"onRemoved": [
{
"$type": "SetPoseBool",
"boolID": "ElementState"
}
]
},
"Pose_DetectElement": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetPoseBool",
"boolID": "DetectEnd"
},
{
"$type": "SetPoseBool",
"boolID": "ElementState"
}
],
"onRemoved": [
{
"$type": "SetPoseBool",
"boolID": "DetectEnd",
"value": true
}
]
},
"Pose_GatherElement": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetPoseBool",
"boolID": "GatherEnd"
},
{
"$type": "SetPoseBool",
"boolID": "ElementState"
}
],
"onRemoved": [
{
"$type": "SetPoseBool",
"boolID": "GatherEnd",
"value": true
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_SpecialsState",
"abilityMixins": [
{
"$type": "DoActionByStateIDMixin",
"stateIDs": [
"Sacrifice",
"TurnToSacrifice"
],
"enterPredicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ELEMENTSHIELD_TAG_",
"value": 1.0,
"forceByCaster": true
}
],
"exitPredicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ELEMENTSHIELD_TAG_",
"value": 0.0,
"forceByCaster": true
}
],
"enterActions": [
{
"$type": "TriggerAbility",
"abilityName": "Monster_Abyss_Electric_ElementShield_Remove_NoBroken"
}
],
"exitActions": [
{
"$type": "TriggerAbility",
"abilityName": "Monster_Abyss_Electric_ElementShield"
}
]
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_ElementShield_Remove_NoBroken",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Abyss_Electric_ElementShield"
},
{
"$type": "SetPoseInt",
"intID": "ElementState",
"value": 2
},
{
"$type": "ResetAnimatorTrigger",
"triggerID": "ShiledBrokenTrigger"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_SacrificeAlert",
"onAbilityStart": [
{
"$type": "TriggerAbility",
"abilityName": "Monster_Abyss_Electric_ElementShield"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_ElementShield",
"abilityMixins": [
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
300,
301
],
"modifierName": "UNIQUE_Abyss_Electric_ElementShield"
}
],
"abilitySpecials": {
"ElementShield_DurabilityImprove": 0.0
},
"modifiers": {
"UNIQUE_Abyss_Electric_ElementShield": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementType": "Electric",
"elementDurability": [
300.0,
"ElementShield_DurabilityImprove",
"Mul",
300.0,
"Add"
],
"modifierMixins": [
{
"$type": "ElementShieldMixin",
"elementType": "Electric",
"showDamageText": "",
"shieldAngle": 360.0,
"shieldHPRatio": 1.0,
"damageRatio": 0.20000000298023224,
"onShieldSuccess": [
{
"$type": "Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
]
}
],
"successActions": [
{
"$type": "SetGlobalDir",
"target": "Target",
"key": "_ABILITY_ABYSS_Electric_ELEMENTSHIELD_HIT",
"born": {
"$type": "ConfigBornBySelf",
"direction": {
"$type": "ConfigDirectionByLookAtEntity"
}
},
"setTarget": false
}
],
"failActions": [
{
"$type": "SetGlobalDir",
"target": "TargetOriginOwner",
"key": "_ABILITY_ABYSS_Electric_ELEMENTSHIELD_HIT",
"born": {
"$type": "ConfigBornBySelf",
"direction": {
"$type": "ConfigDirectionByLookAtEntity"
}
},
"setTarget": false
}
]
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_ElementShield_Hit_Invalid",
"born": {
"$type": "ConfigBornByTarget",
"direction": {
"$type": "ConfigDirectionByGlobalValue",
"directionKey": "_ABILITY_ABYSS_Electric_ELEMENTSHIELD_HIT"
}
}
},
{
"$type": "SendEffectTrigger",
"parameter": "BeHitInvalid",
"effectPattern": "Eff_Monster_Abyss_Electric_ElementShield_BS"
}
],
"onShieldFailed": [
{
"$type": "Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
]
}
],
"successActions": [
{
"$type": "SetGlobalDir",
"target": "Target",
"key": "_ABILITY_ABYSS_Electric_ELEMENTSHIELD_HIT",
"born": {
"$type": "ConfigBornBySelf",
"direction": {
"$type": "ConfigDirectionByLookAtEntity"
}
},
"setTarget": false
}
],
"failActions": [
{
"$type": "SetGlobalDir",
"target": "TargetOriginOwner",
"key": "_ABILITY_ABYSS_Electric_ELEMENTSHIELD_HIT",
"born": {
"$type": "ConfigBornBySelf",
"direction": {
"$type": "ConfigDirectionByLookAtEntity"
}
},
"setTarget": false
}
]
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_ElementShield_Hit",
"born": {
"$type": "ConfigBornByTarget",
"direction": {
"$type": "ConfigDirectionByGlobalValue",
"directionKey": "_ABILITY_ABYSS_Electric_ELEMENTSHIELD_HIT"
}
}
},
{
"$type": "SendEffectTrigger",
"parameter": "BeHit",
"effectPattern": "Eff_Monster_Abyss_Electric_ElementShield_BS"
}
],
"useMutiPlayerFixData": true
},
{
"$type": "VelocityForceMixin",
"excludeForces": [
"WindZoneType"
]
}
],
"properties": {
"Actor_EndureDelta": 0.0
},
"onAdded": [
{
"$type": "SetGlobalValue",
"value": 1.0,
"key": "_ELEMENTSHIELD_TAG_",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "TriggerAbility",
"abilityName": "Monster_Abyss_Electric_ElementShield_Effect"
},
{
"$type": "EnableMonsterMoveOnWater",
"enable": true
},
{
"$type": "AttachAbilityStateResistance",
"resistanceListID": 14001
}
],
"onRemoved": [
{
"$type": "SetAnimatorTrigger",
"triggerID": "ShiledBrokenTrigger"
},
{
"$type": "SetGlobalValue",
"value": 1.0,
"key": "_ABILITY_ABYSS_POSETAG_",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_ELEMENTSHIELD_TAG_",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "TriggerAbility",
"abilityName": "Monster_Abyss_Electric_DizzyTimer"
},
{
"$type": "EnableMonsterMoveOnWater"
},
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Abyss_Electric_ElementShield_Effect"
}
],
"onKill": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Abyss_Electric_ElementShield"
}
]
}
},
"onAbilityStart": [
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_ABILITY_ABYSS_POSETAG_",
"maxValue": 0.0,
"minValue": 0.0
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_ElementShield_Effect",
"modifiers": {
"UNIQUE_Abyss_Electric_ElementShield_Effect": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox_ElementShield"
],
"setEnable": true
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox",
"HeadBox"
]
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider_ElementShield"
],
"setEnable": true
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_ElementShield_BS"
}
],
"onRemoved": [
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox_ElementShield"
]
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox",
"HeadBox"
],
"setEnable": true
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider_ElementShield"
]
}
]
}
},
"onAbilityStart": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_Abyss_Electric_ElementShield_Effect"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_DizzyTimer",
"abilityMixins": [
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
101
],
"modifierName": "UNIQUE_DizzyTimer"
}
],
"abilitySpecials": {
"ElementShield_GapReduce": 0.0
},
"modifiers": {
"UNIQUE_DizzyTimer": {
"modifierName": "",
"isUnique": true,
"duration": [
12.0,
"ElementShield_GapReduce",
"Mul",
12.0,
"Add"
],
"elementDurability": 100.0,
"properties": {
"Actor_EndureDelta": 3.0
},
"onRemoved": [
{
"$type": "SetGlobalValue",
"value": 2.0,
"key": "_ABILITY_ABYSS_POSETAG_",
"maxValue": 0.0,
"minValue": 0.0
}
]
}
},
"onAbilityStart": [
{
"$type": "SetGlobalValue",
"value": 1.0,
"key": "_ABILITY_ABYSS_POSETAG_",
"maxValue": 0.0,
"minValue": 0.0
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_GatherBreak",
"abilityMixins": [
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
201
],
"modifierName": "GatherBreakHandler"
}
],
"modifiers": {
"GatherBreakHandler": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"BeHit",
"BeHitThrow",
"Struggle"
],
"modifierName": "GatherBreak"
}
],
"onAdded": [
{
"$type": "SetPoseBool",
"boolID": "GatherBreak"
}
]
},
"GatherBreak": {
"modifierName": "",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "SetGlobalValue",
"value": 1.0,
"key": "_ABILITY_ABYSS_POSETAG_",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "SetPoseBool",
"boolID": "GatherBreak",
"value": true
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_GatherSet",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"GatherStart",
"GatherLoop",
"GatherSuccess_Alert"
],
"modifierName": "GatherState"
},
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
201
],
"modifierName": "GatherEndure"
}
],
"modifiers": {
"GatherEndure": {
"modifierName": "",
"elementDurability": 100.0,
"properties": {
"Actor_EndureDelta": 0.4000000059604645
}
},
"GatherState": {
"modifierName": "",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "",
"maxValue": 0.0,
"minValue": 0.0
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_GatherLoop",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"GatherLoop"
],
"modifierName": "GatherLoop_Effect"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"GatherStart",
"GatherLoop"
],
"modifierName": "Gather_Barrage"
}
],
"modifiers": {
"GatherLoop_Effect": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_Gather"
}
]
},
"Gather_Barrage": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "CreateGadget",
"lifeByOwnerIsAlive": true,
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"gadgetID": 42201020,
"byServer": true
}
],
"onRemoved": [
{
"$type": "TriggerAbility",
"otherTargets": {
"$type": "SelectTargetsByChildren",
"configID": 42201020
},
"abilityName": "Abyss_Electric_GatherBarrageEmitter"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_GatherAlert",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"GatherSuccess_Alert"
],
"modifierName": "GatherAlert"
}
],
"modifiers": {
"GatherAlert": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_Gather_Alert"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_GatherSuccess",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"GatherSuccess"
],
"modifierName": "GatherSuccess"
}
],
"modifiers": {
"GatherSuccess": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_DizzyTimer"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_Gather_AS_Hor",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 1.0,
"z": 0.0
}
}
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.75,
"z": 0.0
}
},
"radius": 5.0
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.5,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementDurability": 50.0,
"strikeType": "Default",
"enBreak": 200.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV5",
"hitHaltTimeScale": 0.05000000074505806
}
}
},
"targetType": "Enemy"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_Gather_AS_Ver",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
}
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackBox",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 5.0,
"z": -0.5
}
},
"size": {
"x": 1.0,
"y": 10.0,
"z": 1.0
}
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 2.0,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementDurability": 50.0,
"strikeType": "Default",
"enBreak": 200.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV5",
"hitHaltTimeScale": 0.05000000074505806
}
}
},
"targetType": "Enemy"
},
{
"$type": "ActCameraShake",
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.1599999964237213,
"shakeTime": 0.30000001192092896,
"shakeDistance": 25.0,
"shakeDir": {
"y": 1.0
},
"extension": {
"rangeAttenuation": 0.8999999761581421
}
}
},
{
"$type": "TriggerAbility",
"abilityName": "Monster_Abyss_Electric_ElementShield"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Electric_GatherBarrageEmitter",
"modifiers": {
"GatherBarrageWave1Timer": {
"modifierName": "",
"duration": 1.5,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "ApplyModifier",
"modifierName": "GatherBarrageWave1"
}
]
},
"GatherBarrageWave1": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": 3.0,
"onAdded": [
{
"$type": "TriggerBullet",
"bulletID": 42201018,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "BarrageAttachPoint1",
"attachPointTargetType": "Self"
},
"attachPointName": "BarrageAttachPoint1"
}
},
{
"$type": "TriggerBullet",
"bulletID": 42201018,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "BarrageAttachPoint2",
"attachPointTargetType": "Self"
},
"attachPointName": "BarrageAttachPoint2"
}
},
{
"$type": "TriggerBullet",
"bulletID": 42201018,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "BarrageAttachPoint3",
"attachPointTargetType": "Self"
},
"attachPointName": "BarrageAttachPoint3"
}
},
{
"$type": "TriggerBullet",
"bulletID": 42201018,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "BarrageAttachPoint4",
"attachPointTargetType": "Self"
},
"attachPointName": "BarrageAttachPoint4"
}
}
],
"onThinkInterval": [
{
"$type": "TriggerBullet",
"bulletID": 42201018,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "BarrageAttachPoint1",
"attachPointTargetType": "Self"
},
"attachPointName": "BarrageAttachPoint1"
}
},
{
"$type": "TriggerBullet",
"bulletID": 42201018,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "BarrageAttachPoint2",
"attachPointTargetType": "Self"
},
"attachPointName": "BarrageAttachPoint2"
}
},
{
"$type": "TriggerBullet",
"bulletID": 42201018,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "BarrageAttachPoint3",
"attachPointTargetType": "Self"
},
"attachPointName": "BarrageAttachPoint3"
}
},
{
"$type": "TriggerBullet",
"bulletID": 42201018,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "BarrageAttachPoint4",
"attachPointTargetType": "Self"
},
"attachPointName": "BarrageAttachPoint4"
}
}
]
},
"GatherBarrageWave2": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": 3.0,
"onThinkInterval": [
{
"$type": "TriggerBullet",
"bulletID": 42201018,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "BarrageAttachPoint5",
"attachPointTargetType": "Self"
},
"attachPointName": "BarrageAttachPoint5"
}
},
{
"$type": "TriggerBullet",
"bulletID": 42201018,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "BarrageAttachPoint6",
"attachPointTargetType": "Self"
},
"attachPointName": "BarrageAttachPoint6"
}
},
{
"$type": "TriggerBullet",
"bulletID": 42201018,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "BarrageAttachPoint7",
"attachPointTargetType": "Self"
},
"attachPointName": "BarrageAttachPoint7"
}
},
{
"$type": "TriggerBullet",
"bulletID": 42201018,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "BarrageAttachPoint8",
"attachPointTargetType": "Self"
},
"attachPointName": "BarrageAttachPoint8"
}
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "GatherBarrageWave1Timer"
},
{
"$type": "ApplyModifier",
"modifierName": "GatherBarrageWave2"
}
],
"onAbilityStart": [
{
"$type": "TriggerAbility",
"otherTargets": {
"$type": "SelectTargetsByChildren",
"configID": 42201018
},
"abilityName": "Abyss_Electric_GatherBarrage_Hit"
},
{
"$type": "KillSelf",
"duration": 0.10000000149011612
}
],
"onKill": [
{
"$type": "RemoveModifier",
"modifierName": "GatherBarrageWave1"
},
{
"$type": "RemoveModifier",
"modifierName": "GatherBarrageWave2"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Electric_GatherBarrage_Hit",
"onAbilityStart": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"ignoreMassive": true,
"born": {
"$type": "ConfigBornByCollisionPoint"
},
"radius": 1.25
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.5,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementDurability": 25.0,
"strikeType": "Blunt",
"enBreak": 50.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV3",
"hitHaltTimeScale": 0.009999999776482582
}
}
},
"targetType": "Enemy"
},
{
"$type": "FireHitEffect",
"hitEntity": "Eff_Monster_Abyss_Electric_ElectricBullet_AS",
"hitScene": {
"defaultEffect": "Eff_Monster_Abyss_Electric_ElectricBullet_AS"
}
},
{
"$type": "KillSelf"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Electric_GatherBarrage_Effect",
"modifiers": {
"GatherBarrage_BS": {
"modifierName": "",
"duration": 0.800000011920929,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_ElectricBullet_BS"
}
],
"onRemoved": [
{
"$type": "ApplyModifier",
"modifierName": "GatherBarrage_Loop"
}
]
},
"GatherBarrage_Loop": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_ElectricBullet_Loop"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "GatherBarrage_BS"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_BlinkEffect",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Blink"
],
"modifierName": "Blink_State"
}
],
"modifiers": {
"Blink_State": {
"modifierName": "",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Blink_Shield"
},
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Blink_Actions"
}
]
},
"UNIQUE_Blink_Shield": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Abyss_Electric_ElementShield_Effect"
}
],
"onRemoved": [
{
"$type": "TriggerAbility",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ELEMENTSHIELD_TAG_",
"value": 1.0
}
],
"abilityName": "Monster_Abyss_Electric_ElementShield_Effect"
}
]
},
"UNIQUE_Blink_Actions": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "Blink_Invincible"
},
{
"$type": "AttachModifier",
"modifierName": "Blink_DenyLockOn"
},
{
"$type": "TriggerSetVisible"
},
{
"$type": "TriggerHideWeapon",
"partNames": [
"equip01"
]
},
{
"$type": "HideUIBillBoard",
"hide": true
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox",
"HeadBox"
]
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider"
]
}
],
"onRemoved": [
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox",
"HeadBox"
],
"setEnable": true
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider"
],
"setEnable": true
},
{
"$type": "TriggerSetVisible",
"visible": true
},
{
"$type": "TriggerHideWeapon",
"visible": true,
"partNames": [
"equip01"
]
},
{
"$type": "HideUIBillBoard"
}
]
},
"Blink_Invincible": {
"modifierName": "",
"elementDurability": 100.0,
"state": "Invincible"
},
"Blink_DenyLockOn": {
"modifierName": "",
"elementDurability": 100.0,
"state": "DenyLockOn"
}
},
"onAbilityStart": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_Blink_Shield"
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_Blink_Actions"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_Blink_BS"
},
{
"$type": "ClearLockTarget",
"target": "CurLocalAvatar"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_FindBlinkPoint",
"onAbilityStart": [
{
"$type": "TryFindBlinkPoint",
"target": "SelfAttackTarget",
"forwardAngle": 45.0,
"minRange": 2.0,
"maxRange": 3.0
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_Blink",
"born": {
"$type": "ConfigBornByTeleportToPoint"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_DoBlink",
"onAbilityStart": [
{
"$type": "DoBlink"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_DoBlink_Visible",
"onAbilityStart": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_Blink_AS",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.6499999761581421,
"z": 0.0
}
}
},
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Blink_Actions"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_DoBlink_Damage",
"onAbilityStart": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_MagneticStorm",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 1.2000000476837158,
"z": 0.0
}
},
"scale": 0.6000000238418579
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"height": 2.0,
"radius": 3.0
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.0,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementDurability": 50.0,
"strikeType": "Default",
"enBreak": 50.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV4",
"hitHaltTimeScale": 0.05000000074505806
}
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_Blink_AS",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Blink_Shield"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_ForceDefend",
"abilityMixins": [
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
101
],
"modifierName": "ForceDefend"
}
],
"modifiers": {
"ForceDefend": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "MonsterDefendMixin",
"stateIDs": [
"BeHit",
"BeHitThrow"
],
"defendTriggerID": "DefendTrigger",
"defendProbability": 0.20000000298023224,
"defendProbabilityDelta": 0.0,
"defendTimeInterval": 8.0,
"alwaysRecover": false,
"defendCountInterval": 0,
"onDefendSucceded": [
{
"$type": "TriggerAbility",
"abilityName": "Monster_Abyss_Electric_ForceBlink"
},
{
"$type": "ClearLockTarget",
"target": "CurLocalAvatar"
}
]
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_ForceBlink",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"ForceBlink"
],
"modifierName": "ForceBlink_State"
}
],
"modifiers": {
"ForceBlink_State": {
"modifierName": "",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Blink_Actions"
}
]
},
"UNIQUE_ForceBlink_Actions": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "ForceBlink_Invincible"
},
{
"$type": "AttachModifier",
"modifierName": "ForceBlink_DenyLockOn"
},
{
"$type": "TriggerSetVisible"
},
{
"$type": "TriggerHideWeapon",
"partNames": [
"equip01"
]
},
{
"$type": "HideUIBillBoard",
"hide": true
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox",
"HeadBox"
]
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider"
]
}
],
"onRemoved": [
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox",
"HeadBox"
],
"setEnable": true
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider"
],
"setEnable": true
},
{
"$type": "TriggerSetVisible",
"visible": true
},
{
"$type": "TriggerHideWeapon",
"visible": true,
"partNames": [
"equip01"
]
},
{
"$type": "HideUIBillBoard"
}
]
},
"ForceBlink_Invincible": {
"modifierName": "",
"elementDurability": 100.0,
"state": "Invincible"
},
"ForceBlink_DenyLockOn": {
"modifierName": "",
"elementDurability": 100.0,
"state": "DenyLockOn"
}
},
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_DizzyTimer"
},
{
"$type": "TryFindBlinkPoint",
"target": "SelfAttackTarget",
"forwardAngle": 30.0,
"minRange": 9.0,
"maxRange": 12.0
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_ForceBlink_Actions"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_Blink_BS"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_ForceBlink_DoBlink",
"onAbilityStart": [
{
"$type": "DoBlink"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_Blink_AS",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "RootNode"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_ForceBlink_Visible",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_ForceBlink_Actions"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_ForceBlink_AS",
"onAbilityStart": [
{
"$type": "SetPoseInt",
"intID": "ElementState",
"value": 1
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_ReturnToBorn",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"ReturnToBorn"
],
"modifierName": "ReturnToBorn_Disappear"
}
],
"modifiers": {
"ReturnToBorn_Disappear": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_ReturnToBorn_Shield"
},
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_ReturnToBorn_Actions"
},
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_ReturnToBorn_Dizzy"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_Blink_BS"
}
]
},
"UNIQUE_ReturnToBorn_Shield": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Abyss_Electric_ElementShield"
},
{
"$type": "ResetAnimatorTrigger",
"triggerID": "ShiledBrokenTrigger"
},
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_DizzyTimer"
},
{
"$type": "AttachModifier",
"modifierName": "ReturnToBorn_Invincible"
},
{
"$type": "AttachModifier",
"modifierName": "ReturnToBorn_DenyLockOn"
}
],
"onRemoved": [
{
"$type": "TriggerAbility",
"abilityName": "Monster_Abyss_Electric_ElementShield"
}
]
},
"UNIQUE_ReturnToBorn_Dizzy": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_DizzyTimer"
}
]
},
"UNIQUE_ReturnToBorn_Actions": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "TriggerSetVisible"
},
{
"$type": "TriggerHideWeapon",
"partNames": [
"equip01"
]
},
{
"$type": "HideUIBillBoard",
"hide": true
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox",
"HeadBox",
"HitBox_ElementShield"
]
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider",
"PushCollider_ElementShield"
]
}
],
"onRemoved": [
{
"$type": "TriggerSetVisible",
"visible": true
},
{
"$type": "TriggerHideWeapon",
"visible": true,
"partNames": [
"equip01"
]
},
{
"$type": "HideUIBillBoard"
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox",
"HeadBox"
],
"setEnable": true
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider"
],
"setEnable": true
}
]
},
"ReturnToBorn_Invincible": {
"modifierName": "",
"elementDurability": 100.0,
"state": "Invincible"
},
"ReturnToBorn_DenyLockOn": {
"modifierName": "",
"elementDurability": 100.0,
"state": "DenyLockOn"
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_ReturnToBorn_AS",
"onAbilityStart": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_Blink_AS",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.6499999761581421,
"z": 0.0
}
}
},
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_ReturnToBorn_Dizzy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_ReturnToBorn_Visible",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_ReturnToBorn_Actions"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_ReturnToBorn_ElementShield",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_ReturnToBorn_Shield"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_ElectricBall",
"onAbilityStart": [
{
"$type": "TriggerBullet",
"bulletID": 42201019,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttackTarget"
},
"attachPointName": "ElectricBall"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Electric_ElectricBall_Hit",
"onAbilityStart": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornByCollisionPoint"
},
"radius": 0.5
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.25,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementDurability": 50.0,
"strikeType": "Blunt",
"enBreak": 100.0
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV4",
"hitHaltTimeScale": 0.009999999776482582
}
}
},
"targetType": "Enemy"
},
{
"$type": "FireHitEffect",
"hitEntity": "Eff_Monster_Abyss_Electric_ElectricBullet_AS",
"hitScene": {
"defaultEffect": "Eff_Monster_Abyss_Electric_ElectricBullet_AS"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Electric_ElectricBall_Effect",
"modifiers": {
"ElectricBall_Effect": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_ElectricBullet_Loop"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "ElectricBall_Effect"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_ElectricCircle",
"modifiers": {
"ElectricCircle_DamageHandler": {
"modifierName": "",
"duration": 0.20000000298023224,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Electric_ElectricCircle_Damage",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 1.0,
"z": 0.0
}
}
},
{
"$type": "ApplyModifier",
"modifierName": "ElectricCircle_Damage1_Timer"
},
{
"$type": "ApplyModifier",
"modifierName": "ElectricCircle_Damage2_Timer"
},
{
"$type": "ApplyModifier",
"modifierName": "ElectricCircle_Damage3_Timer"
},
{
"$type": "ApplyModifier",
"modifierName": "ElectricCircle_Damage4_Timer"
}
]
},
"ElectricCircle_Damage1_Timer": {
"modifierName": "",
"duration": 0.15000000596046448,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "ApplyModifier",
"target": "AllPlayerAvatars",
"modifierName": "ElectricCircle_Damage_In"
}
]
},
"ElectricCircle_Damage2_Timer": {
"modifierName": "",
"duration": 0.44999998807907104,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "ApplyModifier",
"target": "AllPlayerAvatars",
"modifierName": "ElectricCircle_Damage_Out"
}
]
},
"ElectricCircle_Damage3_Timer": {
"modifierName": "",
"duration": 0.949999988079071,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "ApplyModifier",
"target": "AllPlayerAvatars",
"modifierName": "ElectricCircle_Damage_Out"
}
]
},
"ElectricCircle_Damage4_Timer": {
"modifierName": "",
"duration": 1.25,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "ApplyModifier",
"target": "AllPlayerAvatars",
"modifierName": "ElectricCircle_Damage_In"
}
]
},
"ElectricCircle_Damage_In": {
"modifierName": "",
"duration": 0.20000000298023224,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "Predicated",
"target": "Applier",
"targetPredicates": [
{
"$type": "ByTargetPositionToSelfPosition",
"logic": "Lesser",
"value": 3.0
},
{
"$type": "ByTargetPositionToSelfPosition",
"logic": "Lesser",
"compareType": "Y",
"value": 2.5
}
],
"successActions": [
{
"$type": "DamageByAttackValue",
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.0,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementDurability": 50.0,
"strikeType": "Blunt",
"enBreak": 25.0
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV3",
"hitHaltTimeScale": 0.009999999776482582
}
}
}
]
}
]
},
"ElectricCircle_Damage_Out": {
"modifierName": "",
"duration": 0.20000000298023224,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "Predicated",
"target": "Applier",
"targetPredicates": [
{
"$type": "ByTargetPositionToSelfPosition",
"logic": "Lesser",
"value": 6.0
},
{
"$type": "ByTargetPositionToSelfPosition",
"logic": "GreaterOrEqual",
"value": 3.0
},
{
"$type": "ByTargetPositionToSelfPosition",
"logic": "Lesser",
"compareType": "Y",
"value": 2.5
}
],
"successActions": [
{
"$type": "DamageByAttackValue",
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.0,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementDurability": 50.0,
"strikeType": "Blunt",
"enBreak": 25.0
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV3",
"hitHaltTimeScale": 0.009999999776482582
}
}
}
]
}
]
}
},
"onAbilityStart": [
{
"$type": "ApplyModifier",
"modifierName": "ElectricCircle_DamageHandler"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Electric_AnimationSteer",
"abilityMixins": [
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"NormalAtk"
],
"angularSpeed": 180.0,
"attackTrigger": "",
"attackDistance": 12.0
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"SpecialAtk"
],
"angularSpeed": 180.0,
"attackTrigger": "",
"attackDistance": 12.0
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"RandomAction"
],
"angularSpeed": 180.0,
"attackTrigger": "",
"attackDistance": 12.0
}
]
}
}
]