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

2364 lines
91 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Abyss_Water_SpecialsState",
"abilityMixins": [
{
"$type": "DoActionByStateIDMixin",
"stateIDs": [
"Sacrifice",
"TurnToSacrifice"
],
"enterPredicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_ABYSS_WATER_ELEMENTSHIELD",
"value": 1.0,
"forceByCaster": true
}
],
"exitPredicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_ABYSS_WATER_ELEMENTSHIELD",
"value": 0.0,
"forceByCaster": true
}
],
"enterActions": [
{
"$type": "TriggerAbility",
"abilityName": "Abyss_Water_ElementShield_Remove_NoBroken"
}
],
"exitActions": [
{
"$type": "TriggerAbility",
"abilityName": "Abyss_Water_ElementShield"
}
]
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_ElementShield_Remove_NoBroken",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Abyss_Water_ElementShield"
},
{
"$type": "SetPoseInt",
"intID": "ElementState",
"value": 2
},
{
"$type": "ResetAnimatorTrigger",
"triggerID": "ShiledBrokenTrigger"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_SacrificeAlert",
"onAbilityStart": [
{
"$type": "TriggerAbility",
"abilityName": "Abyss_Water_ElementShield"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_WeaponElement",
"abilityMixins": [
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
201,
300,
301
],
"modifierName": "WeaponEffect"
}
],
"modifiers": {
"WeaponEffect": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Water_WeaponElement"
}
],
"onKill": [
{
"$type": "RemoveModifier",
"modifierName": "WeaponEffect"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_ElementShield",
"abilitySpecials": {
"ElementShield_DurabilityImprove": 0.0
},
"modifiers": {
"UNIQUE_MonsterEliteAffix_DefaultState": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "UseSkillEliteSet",
"skillEliteSetID": 1
}
]
},
"UNIQUE_Abyss_Water_ElementShield": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementType": "Water",
"elementDurability": [
300.0,
"ElementShield_DurabilityImprove",
"Mul",
300.0,
"Add"
],
"modifierMixins": [
{
"$type": "ElementShieldMixin",
"elementType": "Water",
"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_WATER_ELEMENTSHIELD_HIT",
"born": {
"$type": "ConfigBornBySelf",
"direction": {
"$type": "ConfigDirectionByLookAtEntity"
}
},
"setTarget": false
}
],
"failActions": [
{
"$type": "SetGlobalDir",
"target": "TargetOriginOwner",
"key": "_ABILITY_ABYSS_WATER_ELEMENTSHIELD_HIT",
"born": {
"$type": "ConfigBornBySelf",
"direction": {
"$type": "ConfigDirectionByLookAtEntity"
}
},
"setTarget": false
}
]
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Water_ElementShield_Hit_Invalid",
"born": {
"$type": "ConfigBornByTarget",
"direction": {
"$type": "ConfigDirectionByGlobalValue",
"directionKey": "_ABILITY_ABYSS_WATER_ELEMENTSHIELD_HIT"
}
}
},
{
"$type": "SendEffectTrigger",
"parameter": "BeHitInvalid",
"effectPattern": "Eff_Monster_Abyss_Water_ElementShield_BS"
}
],
"onShieldFailed": [
{
"$type": "Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
]
}
],
"successActions": [
{
"$type": "SetGlobalDir",
"target": "Target",
"key": "_ABILITY_ABYSS_WATER_ELEMENTSHIELD_HIT",
"born": {
"$type": "ConfigBornBySelf",
"direction": {
"$type": "ConfigDirectionByLookAtEntity"
}
},
"setTarget": false
}
],
"failActions": [
{
"$type": "SetGlobalDir",
"target": "TargetOriginOwner",
"key": "_ABILITY_ABYSS_WATER_ELEMENTSHIELD_HIT",
"born": {
"$type": "ConfigBornBySelf",
"direction": {
"$type": "ConfigDirectionByLookAtEntity"
}
},
"setTarget": false
}
]
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Water_ElementShield_Hit",
"born": {
"$type": "ConfigBornByTarget",
"direction": {
"$type": "ConfigDirectionByGlobalValue",
"directionKey": "_ABILITY_ABYSS_WATER_ELEMENTSHIELD_HIT"
}
}
},
{
"$type": "SendEffectTrigger",
"parameter": "BeHit",
"effectPattern": "Eff_Monster_Abyss_Water_ElementShield_BS"
}
],
"useMutiPlayerFixData": true
},
{
"$type": "VelocityForceMixin",
"excludeForces": [
"WindZoneType"
]
}
],
"properties": {
"Actor_EndureDelta": 0.0
},
"onAdded": [
{
"$type": "SetPoseInt",
"intID": "ElementState",
"value": 2
},
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_ABILITY_ABYSS_WATER_ELEMENTSHIELD",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
},
{
"$type": "TriggerAbility",
"abilityName": "Abyss_Water_ElementShield_Effect"
},
{
"$type": "EnableMonsterMoveOnWater",
"enable": true
},
{
"$type": "AttachAbilityStateResistance",
"resistanceListID": 14001
}
],
"onRemoved": [
{
"$type": "SetAnimatorTrigger",
"triggerID": "ShiledBrokenTrigger"
},
{
"$type": "SetPoseInt",
"intID": "ElementState"
},
{
"$type": "AddGlobalValue",
"value": -1.0,
"key": "_ABILITY_ABYSS_WATER_ELEMENTSHIELD",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
},
{
"$type": "TriggerAbility",
"abilityName": "Abyss_Water_DizzyTimer"
},
{
"$type": "EnableMonsterMoveOnWater"
},
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Abyss_Water_ElementShield_Effect"
}
],
"onBeingHit": [
{
"$type": "DamageByAttackValue",
"target": "Target",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ELITEAFFIX_DEFENCE_ENHANCE",
"value": 1.0,
"forceByCaster": true
},
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
]
},
{
"$type": "ByAnimatorFloat",
"target": "Caster",
"logic": "GreaterOrEqual",
"value": 301.0,
"parameter": "PoseID"
}
],
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementType": "Water",
"elementDurability": 25.0,
"enBreak": 0.0
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV0",
"muteHitText": true
}
}
},
{
"$type": "DamageByAttackValue",
"target": "TargetOwner",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ELITEAFFIX_DEFENCE_ENHANCE",
"value": 1.0,
"forceByCaster": true
},
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
]
},
{
"$type": "ByAnimatorFloat",
"target": "Caster",
"logic": "GreaterOrEqual",
"value": 301.0,
"parameter": "PoseID"
}
],
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementType": "Water",
"elementDurability": 25.0,
"enBreak": 0.0
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV0",
"muteHitText": true
}
}
}
],
"onKill": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Abyss_Water_ElementShield"
}
]
}
},
"onAdded": [
{
"$type": "SetGlobalValueToOverrideMap",
"globalValueKey": "_MONSTERAFFIX_ELEMENTSHIELD_DURABILITYIMPROVE",
"overrideMapKey": "ElementShield_DurabilityImprove"
},
{
"$type": "ApplyModifier",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ELITEAFFIX_TAG",
"value": 0.0,
"compareType": "NoneOrEqual"
}
],
"modifierName": "UNIQUE_MonsterEliteAffix_DefaultState"
}
],
"onAbilityStart": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_Abyss_Water_ElementShield"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_ElementShield_Effect",
"modifiers": {
"UNIQUE_Abyss_Water_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_Water_ElementShield_BS"
}
],
"onRemoved": [
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox_ElementShield"
]
},
{
"$type": "EnableHitBoxByName",
"hitBoxNames": [
"HitBox",
"HeadBox"
],
"setEnable": true
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider_ElementShield"
]
}
]
}
},
"onAbilityStart": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_Abyss_Water_ElementShield_Effect"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_ElementShield_Remove",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Abyss_Water_ElementShield"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_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": "SetPoseInt",
"intID": "ElementState",
"value": 1
}
]
}
},
"onAdded": [
{
"$type": "SetGlobalValueToOverrideMap",
"globalValueKey": "_MONSTERAFFIX_ELEMENTSHIELD_GAPREDUCE",
"overrideMapKey": "ElementShield_GapReduce"
}
],
"onAbilityStart": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_DizzyTimer"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_GatherStart",
"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,
"onAdded": [
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_ABILITY_ABYSS_WATER_GATHER",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
},
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_GATHERFAILEDSTATE_",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 1.0
}
],
"onRemoved": [
{
"$type": "SetPoseInt",
"intID": "ElementState"
},
{
"$type": "TriggerAbility",
"abilityName": "Abyss_Water_DizzyTimer"
},
{
"$type": "TriggerAbility",
"otherTargets": {
"$type": "SelectTargetsByChildren",
"configID": 42201004
},
"abilityName": "Abyss_Water_WaterBall_Explode"
},
{
"$type": "TriggerAbility",
"otherTargets": {
"$type": "SelectTargetsByChildren",
"configID": 42201005
},
"abilityName": "Abyss_Water_Bubble_Explode"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_GatherLoop",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"GatherLoop"
],
"modifierName": "GatherLoop_Effect"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"GatherLoop"
],
"modifierName": "Gather_CreateBall"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"GatherLoop"
],
"modifierName": "Gather_CreateBubble"
}
],
"modifiers": {
"GatherLoop_Effect": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Water_Gather"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Water_WeaponElement"
}
]
},
"Gather_CreateBall": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": 0.5,
"onThinkInterval": [
{
"$type": "SetGlobalPos",
"key": "Gather_BallPos",
"born": {
"$type": "ConfigBornByTarget",
"bornRandom": {
"$type": "BornRandomFromCenter",
"minRandomRange": 1.0,
"maxRandomRange": 7.0
}
}
},
{
"$type": "TriggerBullet",
"bulletID": 42201004,
"born": {
"$type": "ConfigBornByGlobalValue",
"direction": {
"$type": "ConfigDirectionByWorld",
"eularAngles": {
"x": -90.0
}
},
"positionKey": "Gather_BallPos",
"directionKey": ""
}
}
]
},
"Gather_CreateBubble": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": 1.0,
"onThinkInterval": [
{
"$type": "SetGlobalPos",
"key": "Gather_BubblePos",
"born": {
"$type": "ConfigBornByTarget",
"bornRandom": {
"$type": "BornRandomFromCenter",
"minRandomRange": 2.0,
"maxRandomRange": 6.0
}
}
},
{
"$type": "TriggerBullet",
"bulletID": 42201005,
"born": {
"$type": "ConfigBornByGlobalValue",
"direction": {
"$type": "ConfigDirectionByWorld",
"eularAngles": {
"x": -90.0
}
},
"positionKey": "Gather_BubblePos",
"directionKey": ""
}
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_GatherAlert",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"GatherSuccess_Alert"
],
"modifierName": "GatherAlert"
}
],
"modifiers": {
"GatherAlert": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Water_Gather_Alert"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_GatherSuccess",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_DizzyTimer"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Water_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": 2.0,
"damagePercentageRatio": 0.0,
"elementType": "Water",
"elementDurability": 50.0,
"strikeType": "Default",
"enBreak": 200.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV5",
"hitHaltTimeScale": 0.05000000074505806
}
}
},
"targetType": "Enemy"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Water_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": "Water",
"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": "AddGlobalValue",
"value": 0.0,
"key": "_GATHERFAILEDSTATE_",
"useLimitRange": true,
"maxValue": 0.0,
"minValue": 0.0
}
],
"onKill": [
{
"$type": "DoWatcherSystemAction",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"target": "Self",
"key": "_GATHERFAILEDSTATE_",
"value": 1.0
}
],
"watcherId": 82006,
"inThreatListOnly": true
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_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_Water_ElementShield_Effect"
}
],
"onRemoved": [
{
"$type": "TriggerAbility",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_ABYSS_WATER_ELEMENTSHIELD",
"value": 1.0
}
],
"abilityName": "Abyss_Water_ElementShield_Effect"
}
]
},
"UNIQUE_Blink_Actions": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FireEffect",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ELITEAFFIX_AGILITY_ENHANCE",
"value": 1.0
}
],
"effectPattern": "Eff_Monster_Abyss_Water_Blink_AS",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.6499999761581421,
"z": 0.0
}
}
},
{
"$type": "TriggerAbility",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ELITEAFFIX_AGILITY_ENHANCE",
"value": 1.0
}
],
"abilityName": "Abyss_Water_DoBlink_Damage"
},
{
"$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_Water_Blink_BS"
},
{
"$type": "ClearLockTarget",
"target": "CurLocalAvatar"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_BlinkPoint",
"onAbilityStart": [
{
"$type": "TryFindBlinkPoint",
"target": "SelfAttackTarget",
"forwardAngle": 30.0,
"minRange": 5.0,
"maxRange": 7.0
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Water_Blink",
"born": {
"$type": "ConfigBornByTeleportToPoint"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_DoBlink",
"onAbilityStart": [
{
"$type": "DoBlink"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_DoBlink_Visible",
"onAbilityStart": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Water_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": "Abyss_Water_DoBlink_Damage",
"onAbilityStart": [
{
"$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": 2.5
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.0,
"damagePercentageRatio": 0.0,
"elementType": "Water",
"elementDurability": 50.0,
"strikeType": "Default",
"enBreak": 50.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.05000000074505806
}
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_Blink_AS",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Blink_Shield"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_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": "Abyss_Water_ForceBlink"
},
{
"$type": "ClearLockTarget",
"target": "CurLocalAvatar"
}
]
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_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_Water_Blink_BS"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_ForceBlink_DoBlink",
"onAbilityStart": [
{
"$type": "DoBlink"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Water_Blink_AS",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "RootNode"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_ForceBlink_Visible",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_ForceBlink_Actions"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_ForceBlink_AS",
"onAbilityStart": [
{
"$type": "SetPoseInt",
"intID": "ElementState",
"value": 1
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_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_Water_Blink_BS"
}
]
},
"UNIQUE_ReturnToBorn_Shield": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Abyss_Water_ElementShield"
},
{
"$type": "ResetAnimatorTrigger",
"triggerID": "ShiledBrokenTrigger"
},
{
"$type": "AttachModifier",
"modifierName": "ReturnToBorn_Invincible"
},
{
"$type": "AttachModifier",
"modifierName": "ReturnToBorn_DenyLockOn"
}
],
"onRemoved": [
{
"$type": "TriggerAbility",
"abilityName": "Abyss_Water_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": "Abyss_Water_ReturnToBorn_AS",
"onAbilityStart": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Water_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": "Abyss_Water_ReturnToBorn_Visible",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_ReturnToBorn_Actions"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_ReturnToBorn_ElementShield",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_ReturnToBorn_Shield"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_WaterBall",
"abilityMixins": [
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"NormalAtk"
],
"modifierName": "Normal_WeaponEffect"
}
],
"modifiers": {
"Normal_WeaponEffect": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Water_Normal_WeaponElement"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Water_WeaponElement"
}
]
}
},
"onAbilityStart": [
{
"$type": "RemoveModifier",
"modifierName": "Normal_WeaponEffect"
},
{
"$type": "SetAnimatorInt",
"intID": "RandomFlag",
"value": 300.0
},
{
"$type": "SetAnimatorInt",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ELITEAFFIX_AGILITY_ENHANCE",
"value": 0.0,
"compareType": "NoneOrEqual"
},
{
"$type": "ByTargetGlobalValue",
"key": "_ELITEAFFIX_ATTACK_ENHANCE",
"value": 0.0,
"compareType": "NoneOrEqual"
}
],
"intID": "RandomFlag",
"value": 400.0
},
{
"$type": "TriggerBullet",
"bulletID": 42201001,
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 1.5,
"z": 1.0
},
"direction": {
"$type": "ConfigDirectionByAttackTarget"
}
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_WaterBall_Loop",
"modifiers": {
"UNIQUE_WaterBall_Loop": {
"modifierName": "",
"isUnique": true,
"elementType": "Water",
"elementDurability": 50.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Water_Bullet"
}
],
"onRemoved": [
{
"$type": "KillSelf"
}
]
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_WaterBall_Loop"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_WaterBall_Explode",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_WaterBall_Loop"
},
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Gather_WaterBall_Loop"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Water_Bullet_AS"
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.25,
"z": 0.0
}
},
"radius": 1.0
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.0,
"damagePercentageRatio": 0.0,
"elementType": "Water",
"elementDurability": 50.0,
"strikeType": "Default",
"enBreak": 80.0,
"attackType": "Range"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.05000000074505806
}
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_Gather_WaterBall_Loop",
"modifiers": {
"UNIQUE_Gather_WaterBall_Loop": {
"modifierName": "",
"isUnique": true,
"elementType": "Water",
"elementDurability": 50.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Water_BulletFloat"
}
],
"onRemoved": [
{
"$type": "KillSelf"
}
]
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_Gather_WaterBall_Loop"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_Gather_Bubble_Loop",
"modifiers": {
"UNIQUE_Gather_Bubble_Loop": {
"modifierName": "",
"isUnique": true,
"elementType": "Water",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Water_Bubble_Missle_Float"
}
],
"onRemoved": [
{
"$type": "KillSelf"
}
],
"onBeingHit": [
{
"$type": "TriggerAbility",
"predicates": [
{
"$type": "ByHitImpulse",
"hitImpulse": 0.0
}
],
"abilityName": "Abyss_Water_Bubble_Explode"
}
]
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_Gather_Bubble_Loop"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_Bubble_BS",
"onAbilityStart": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Water_Bubble_Missle_BS"
},
{
"$type": "SetAnimatorInt",
"intID": "RandomFlag",
"value": 300.0
},
{
"$type": "SetAnimatorInt",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ELITEAFFIX_AGILITY_ENHANCE",
"value": 0.0,
"compareType": "NoneOrEqual"
},
{
"$type": "ByTargetGlobalValue",
"key": "_ELITEAFFIX_ATTACK_ENHANCE",
"value": 0.0,
"compareType": "NoneOrEqual"
}
],
"intID": "RandomFlag",
"value": 500.0
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_Bubble",
"abilityMixins": [
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"SpecialAtk"
],
"modifierName": "Special_WeaponEffect"
}
],
"modifiers": {
"Special_WeaponEffect": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Water_Special_WeaponElement"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Water_WeaponElement"
},
{
"$type": "AddGlobalValue",
"value": -1.0,
"key": "_ABILITY_ABYSS_WATER_GATHER",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
}
]
}
},
"onAbilityStart": [
{
"$type": "RemoveModifier",
"modifierName": "Special_WeaponEffect"
},
{
"$type": "TriggerBullet",
"bulletID": 42201002,
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 1.5,
"z": 2.0
},
"direction": {
"$type": "ConfigDirectionByAttackTarget"
}
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_Bubble_Loop",
"modifiers": {
"UNIQUE_Bubble_Loop": {
"modifierName": "",
"isUnique": true,
"elementType": "Water",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Water_Bubble_Missle"
}
],
"onRemoved": [
{
"$type": "KillSelf"
}
],
"onBeingHit": [
{
"$type": "TriggerAbility",
"predicates": [
{
"$type": "ByHitImpulse",
"hitImpulse": 0.0
}
],
"abilityName": "Abyss_Water_Bubble_Explode"
}
]
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_Bubble_Loop"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_Bubble_Explode",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Bubble_Loop"
},
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Gather_Bubble_Loop"
},
{
"$type": "Predicated",
"target": "Owner",
"targetPredicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_ABYSS_WATER_GATHER",
"value": 1.0
}
],
"successActions": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Water_Bubble_Missle_Float_AS",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "RootNode"
}
}
],
"failActions": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Water_Bubble_Missle_AS",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "RootNode"
}
}
]
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"target": "OriginOwner",
"key": "_ELITEAFFIX_ATTACK_ENHANCE",
"value": 1.0
},
{
"$type": "ByTargetGlobalValue",
"key": "_BUBBLE_TRIGGER_TAG",
"value": 0.0,
"compareType": "NoneOrEqual"
}
],
"bulletID": 42201016,
"born": {
"$type": "ConfigBornBySelf"
}
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"radius": 1.5
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.0,
"damagePercentageRatio": 0.0,
"elementType": "Water",
"elementDurability": 100.0,
"strikeType": "Default",
"enBreak": 100.0,
"attackType": "Range"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.05000000074505806
}
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_Bubble_Surround",
"modifiers": {
"Bubble_Surround_Reject": {
"modifierName": "",
"duration": 0.10000000149011612,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ApplyModifier",
"target": "Owner",
"modifierName": "Bubble_Surround"
}
]
},
"Bubble_AntiGravity": {
"modifierName": "",
"duration": 0.30000001192092896,
"elementDurability": 100.0,
"properties": {
"Actor_AddGravityScale": -7.5
}
},
"Bubble_Surround": {
"modifierName": "",
"duration": 5.0,
"elementType": "Water",
"elementDurability": 100.0,
"properties": {
"Actor_AddGravityScale": -2.0
},
"state": "Struggle",
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "Bubble_AntiGravity"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Abyss_Water_Bubble"
}
],
"onRemoved": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Abyss_Water_Bubble_AS",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "RootNode"
}
}
],
"onBeingHit": [
{
"$type": "Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "ByTargetType",
"isTarget": false
},
{
"$type": "ByHitImpulse",
"hitImpulse": 0.0
}
],
"successActions": [
{
"$type": "RemoveModifier",
"modifierName": "Bubble_Surround"
}
]
}
],
"onKill": [
{
"$type": "RemoveModifier",
"modifierName": "Bubble_Surround"
}
]
}
},
"onAbilityStart": [
{
"$type": "Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "ByAny",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Gadget"
]
},
{
"$type": "ByTargetWeight",
"weight": 100.0
}
]
}
],
"successActions": [
{
"$type": "TriggerAbility",
"abilityName": "Abyss_Water_Bubble_Explode"
}
],
"failActions": [
{
"$type": "TriggerAbility",
"abilityName": "Abyss_Water_Bubble_Explode"
},
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Equip",
"MonsterEquip"
]
}
],
"modifierName": "Bubble_Surround_Reject"
},
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar",
"Monster"
]
}
],
"modifierName": "Bubble_Surround"
}
]
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_Bubble_Still",
"onAdded": [
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_BUBBLE_TRIGGER_TAG",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Abyss_Water_AnimationSteer",
"abilityMixins": [
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"NormalAtk"
],
"angularSpeed": 360.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
}
]
}
}
]