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

1213 lines
50 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Brute_Electric_Axe_State",
"abilityMixins": [
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
212
],
"modifierName": "ElectricState"
}
],
"modifiers": {
"ElectricAxeState": {
"modifierName": "",
"elementType": "Electric",
"elementDurability": 100.0,
"overrideWeaponElement": true,
"onAdded": [
{
"$type": "SetPoseBool",
"target": "Owner",
"boolID": "ElectricAxe",
"value": true
},
{
"$type": "SetAnimatorBool",
"target": "Owner",
"boolID": "ElectricAxeTag",
"value": true
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Brute_Electric_Axe_OnElectric"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Brute_Electric_Axe_ElectricAxe"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Brute_Electric_Axe_Electric"
}
],
"onRemoved": [
{
"$type": "SetPoseBool",
"target": "Owner",
"boolID": "ElectricAxe"
},
{
"$type": "SetAnimatorBool",
"target": "Owner",
"boolID": "ElectricAxeTag"
},
{
"$type": "ReTriggerAISkillInitialCD",
"skillIDs": [
602
]
}
],
"onKill": [
{
"$type": "RemoveModifier",
"modifierName": "ElectricAxeState"
}
]
},
"ElectricState": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "ReplaceEventPatternMixin",
"oldPatterns": [
"Monster_Brute_Axe_Attack01",
"Monster_Brute_Axe_Attack02",
"Monster_Brute_Axe_Attack03",
"Monster_Brute_Axe_Attack04",
"Monster_Brute_Axe_Whirl_Loop",
"Monster_Brute_Axe_Whirl_AS"
],
"newPatterns": [
"Monster_Brute_Electric_Axe_Attack01",
"Monster_Brute_Electric_Axe_Attack02",
"Monster_Brute_Electric_Axe_Attack03",
"Monster_Brute_Electric_Axe_Attack04",
"Monster_Brute_Electric_Axe_Whirl_Loop",
"Monster_Brute_Electric_Axe_Whirl_AS"
]
}
],
"properties": {
"Actor_EndureDelta": 0.800000011920929
}
}
},
"onAbilityStart": [
{
"$type": "ApplyModifier",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"modifierName": "ElectricAxeState"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Brute_Electric_Axe_Steer",
"abilityMixins": [
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"Attack01"
],
"startNormalizedTime": 0.11999999731779099,
"endNormalizedTime": 0.20000000298023224,
"angularSpeed": 180.0,
"attackTrigger": "",
"attackDistance": 2.0
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"Attack02"
],
"startNormalizedTime": 0.1599999964237213,
"endNormalizedTime": 0.41999998688697815,
"angularSpeed": 180.0,
"attackTrigger": "",
"attackDistance": 2.0
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"Attack03"
],
"startNormalizedTime": 0.18000000715255737,
"endNormalizedTime": 0.27000001072883606,
"angularSpeed": 180.0,
"attackTrigger": "",
"attackDistance": 2.0
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"Attack04"
],
"startNormalizedTime": 0.25,
"endNormalizedTime": 0.5,
"angularSpeed": 180.0,
"attackTrigger": "",
"attackDistance": 2.0
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"Whirl_BS",
"Whirl_Loop"
],
"startNormalizedTime": 0.6000000238418579,
"endNormalizedTime": 10.0,
"angularSpeed": 60.0,
"attackTrigger": "",
"attackDistance": 2.0
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"PickUp01",
"PickUp02"
],
"endNormalizedTime": 0.10999999940395355,
"angularSpeed": 360.0,
"attackTrigger": "",
"attackDistance": 2.0
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"PickUp01",
"PickUp02"
],
"startNormalizedTime": 0.800000011920929,
"endNormalizedTime": 0.8999999761581421,
"angularSpeed": 360.0,
"attackTrigger": "",
"attackDistance": 2.0
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"Throw"
],
"startNormalizedTime": 0.25,
"endNormalizedTime": 0.44999998807907104,
"angularSpeed": 360.0,
"attackTrigger": "",
"attackDistance": 2.0
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"CastAndThrow"
],
"startNormalizedTime": 0.5799999833106995,
"endNormalizedTime": 0.699999988079071,
"angularSpeed": 360.0,
"attackTrigger": "",
"attackDistance": 2.0
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Brute_Electric_Axe_Whirl",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Whirl_Loop"
],
"modifierName": "WhirlLoop"
},
{
"$type": "AttackHittingSceneMixin",
"onHittingScene": [
{
"$type": "SetAnimatorTrigger",
"triggerID": "CrashTrigger"
},
{
"$type": "ActCameraShake",
"cameraShake": {
"shakeRange": 0.1599999964237213,
"shakeTime": 0.09000000357627869,
"shakeDistance": 25.0
}
}
],
"animEventIDs": [
"Whirl_HitScene"
]
}
],
"modifiers": {
"WhirlEffect": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"predicates": [
{
"$type": "ByAnimatorFloat",
"logic": "Lesser",
"value": 212.0,
"parameter": "PoseID"
}
],
"effectPattern": "Eff_Monster_Brute_None_Axe_Whirl_Loop"
},
{
"$type": "AttachEffect",
"predicates": [
{
"$type": "ByAnimatorFloat",
"logic": "GreaterOrEqual",
"value": 212.0,
"parameter": "PoseID"
}
],
"effectPattern": "Eff_Monster_Brute_Electric_Axe_Whirl_Loop_Big"
},
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider_Whirl"
],
"setEnable": true
}
],
"onRemoved": [
{
"$type": "EnablePushColliderName",
"pushColliderNames": [
"PushCollider_Whirl"
]
}
]
},
"WhirlLoop": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachToAbilityStateMixin",
"abilityStates": [
"ElementFrozen",
"ElementPetrifaction"
],
"reject": true,
"modifierName": "WhirlEffect"
}
],
"onRemoved": [
{
"$type": "FireEffect",
"predicates": [
{
"$type": "ByAnimatorFloat",
"logic": "GreaterOrEqual",
"value": 212.0,
"parameter": "PoseID"
}
],
"effectPattern": "Eff_Monster_Brute_Electric_Axe_Whirl_Loop_Big_Last"
},
{
"$type": "FireEffect",
"predicates": [
{
"$type": "ByAnimatorFloat",
"logic": "Lesser",
"value": 212.0,
"parameter": "PoseID"
}
],
"effectPattern": "Eff_Monster_Brute_None_Axe_Whirl_Loop_Last"
},
{
"$type": "TriggerAttackEvent",
"predicates": [
{
"$type": "ByAnimatorFloat",
"logic": "GreaterOrEqual",
"value": 212.0,
"parameter": "PoseID"
}
],
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 1.5
}
},
"radius": 5.0
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.0,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementDurability": 100.0,
"strikeType": "Blunt",
"enBreak": 200.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV6"
},
"forceCameraShake": true,
"cameraShake": {
"shakeRange": 0.1599999964237213,
"shakeTime": 0.11999999731779099,
"shakeDistance": 25.0
}
}
},
"targetType": "Enemy"
},
{
"$type": "TriggerAttackEvent",
"predicates": [
{
"$type": "ByAnimatorFloat",
"logic": "Lesser",
"value": 212.0,
"parameter": "PoseID"
}
],
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 1.5
}
},
"radius": 4.5
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.0,
"damagePercentageRatio": 0.0,
"elementDurability": 100.0,
"strikeType": "Blunt",
"enBreak": 200.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV6"
},
"forceCameraShake": true,
"cameraShake": {
"shakeRange": 0.05999999865889549,
"shakeTime": 0.11999999731779099
}
}
},
"targetType": "Enemy"
}
],
"onAttackLanded": [
{
"$type": "SetAnimatorTrigger",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
],
"useEventSource": true
}
],
"triggerID": "NextSkillTrigger"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Brute_Electric_Axe_PickUpAndThrow",
"abilityMixins": [
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
212
],
"modifierName": "ResetSlimeType"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"PickUp01",
"PickUp02",
"Throw",
"CastAndThrow"
],
"modifierName": "HoldSlime"
}
],
"modifiers": {
"PickUp_Shake_Manager": {
"modifierName": "",
"duration": 0.9599999785423279,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ActCameraShake",
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.03999999910593033,
"shakeTime": 0.09000000357627869,
"shakeDir": {
"y": -1.0
}
}
},
{
"$type": "Randomed",
"predicates": [
{
"$type": "ByAnimatorFloat",
"logic": "GreaterOrEqual",
"value": 212.0,
"parameter": "PoseID"
}
],
"chance": 0.5,
"successActions": [
{
"$type": "SetGlobalValue",
"value": 1.0,
"key": "_SLIMETYPE_",
"maxValue": 0.0,
"minValue": 0.0
}
]
}
],
"onRemoved": [
{
"$type": "ActCameraShake",
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.03999999910593033,
"shakeTime": 0.09000000357627869,
"shakeDir": {
"y": 1.0
}
}
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_Brute_Axe_ElectricSlimeInHand"
}
]
},
"UNIQUE_Brute_Axe_ElectricSlimeInHand": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_SLIMETYPE_",
"value": 0.0
}
],
"effectPattern": "Eff_Monster_Brute_Electric_SlimeThrow_ElectricSlime"
},
{
"$type": "AttachEffect",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_SLIMETYPE_",
"value": 1.0
}
],
"effectPattern": "Eff_Monster_Brute_Electric_SlimeThrow_ElectricSlime_Positive"
}
]
},
"HoldSlime": {
"modifierName": "",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Brute_Axe_ElectricSlimeInHand"
}
]
},
"ResetSlimeType": {
"modifierName": "",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_SLIMETYPE_",
"maxValue": 0.0,
"minValue": 0.0
}
]
}
},
"onAdded": [
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_SLIMETYPE_",
"maxValue": 0.0,
"minValue": 0.0
}
],
"onAbilityStart": [
{
"$type": "ApplyModifier",
"modifierName": "PickUp_Shake_Manager"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Brute_Electric_Axe_ThrowSlime",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Brute_Axe_ElectricSlimeInHand"
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_SLIMETYPE_",
"value": 0.0
}
],
"bulletID": 42102017,
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 2.0,
"z": 2.0
}
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_SLIMETYPE_",
"value": 1.0
}
],
"bulletID": 42102018,
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 2.0,
"z": 2.0
}
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Brute_Electric_Axe_CastAndThrowSlime",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Brute_Axe_ElectricSlimeInHand"
},
{
"$type": "TriggerBullet",
"bulletID": 42102016,
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 2.0,
"z": 2.0
}
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Brute_Electric_Axe_ElectricSlime_Explode_Small",
"modifiers": {
"ElectricSlime_Trail": {
"modifierName": "",
"elementType": "Electric",
"elementDurability": 20.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Brute_Electric_SlimeThrow_Trail"
}
]
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "ElectricSlime_Trail"
}
],
"onAbilityStart": [
{
"$type": "RemoveModifier",
"modifierName": "ElectricSlime_Trail"
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornByCollisionPoint"
},
"radius": 1.0
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.75,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementDurability": 50.0,
"strikeType": "Blunt",
"enBreak": 50.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV4",
"hitHaltTimeScale": 0.05000000074505806
},
"cameraShake": {
"shakeRange": 0.05999999865889549,
"shakeTime": 0.30000001192092896,
"extension": {
"rangeAttenuation": 0.8999999761581421
}
}
}
},
"targetType": "Enemy"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Brute_Electric_SlimeThrow_ExplodeSmall",
"born": {
"$type": "ConfigBornByCollisionPoint"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Brute_Electric_Axe_ElectricSlime_Explode",
"modifiers": {
"ElectricSlime_Trail": {
"modifierName": "",
"elementType": "Electric",
"elementDurability": 50.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Brute_Electric_SlimeThrow_Trail"
}
]
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "ElectricSlime_Trail"
}
],
"onAbilityStart": [
{
"$type": "RemoveModifier",
"modifierName": "ElectricSlime_Trail"
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornByCollisionPoint"
},
"radius": 2.5
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.5,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementDurability": 50.0,
"strikeType": "Blunt",
"enBreak": 200.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV5",
"hitHaltTimeScale": 0.05000000074505806
},
"forceCameraShake": true,
"cameraShake": {
"shakeRange": 0.20000000298023224,
"shakeTime": 0.30000001192092896,
"shakeDistance": 25.0,
"extension": {
"rangeAttenuation": 0.8999999761581421
}
}
}
},
"targetType": "Enemy"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Brute_Electric_SlimeThrow_Explode",
"born": {
"$type": "ConfigBornByCollisionPoint"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Brute_Electric_Axe_ElectricSlime_Explode_Positive",
"modifiers": {
"ElectricSlime_Trail": {
"modifierName": "",
"elementType": "Electric",
"elementDurability": 50.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Brute_Electric_SlimeThrow_Trail_Positive"
}
]
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "ElectricSlime_Trail"
}
],
"onAbilityStart": [
{
"$type": "RemoveModifier",
"modifierName": "ElectricSlime_Trail"
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackBox",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": -0.6000000238418579,
"y": 0.0,
"z": -4.5
}
},
"size": {
"x": 1.2000000476837158,
"y": 1.0,
"z": 9.0
}
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.5,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementDurability": 50.0,
"strikeType": "Blunt",
"enBreak": 200.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV5",
"hitHaltTimeScale": 0.05000000074505806
},
"forceCameraShake": true,
"cameraShake": {
"shakeRange": 0.20000000298023224,
"shakeTime": 0.30000001192092896,
"shakeDistance": 25.0,
"extension": {
"rangeAttenuation": 0.8999999761581421
}
}
}
},
"targetType": "Enemy"
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackBox",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": -0.6000000238418579,
"y": 0.0,
"z": 0.0
}
},
"size": {
"x": 4.5,
"y": 1.0,
"z": 1.2000000476837158
}
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.5,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementDurability": 50.0,
"strikeType": "Blunt",
"enBreak": 200.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV5",
"hitHaltTimeScale": 0.05000000074505806
},
"forceCameraShake": true,
"cameraShake": {
"shakeRange": 0.20000000298023224,
"shakeTime": 0.30000001192092896,
"shakeDistance": 25.0,
"extension": {
"rangeAttenuation": 0.8999999761581421
}
}
}
},
"targetType": "Enemy"
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackBox",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.6000000238418579,
"y": 0.0,
"z": 0.0
}
},
"size": {
"x": 4.5,
"y": 1.0,
"z": 1.2000000476837158
}
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.5,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementDurability": 50.0,
"strikeType": "Blunt",
"enBreak": 200.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV5",
"hitHaltTimeScale": 0.05000000074505806
},
"forceCameraShake": true,
"cameraShake": {
"shakeRange": 0.20000000298023224,
"shakeTime": 0.30000001192092896,
"shakeDistance": 25.0,
"extension": {
"rangeAttenuation": 0.8999999761581421
}
}
}
},
"targetType": "Enemy"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Brute_Electric_SlimeThrow_Explode_Positive",
"born": {
"$type": "ConfigBornByCollisionPoint"
},
"scale": 0.6000000238418579
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Brute_Electric_Axe_LightningRod",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"LightningRod_Loop_01"
],
"modifierName": "LightningRodLoop01_Handler"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"LightningRod_Loop_02"
],
"modifierName": "LightningRodLoop02_Handler"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"LightningRod_Loop_03"
],
"modifierName": "LightningRodLoop03_Handler"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"LightningRod_AS"
],
"modifierName": "Eff_LightningRod_AS_Delay"
}
],
"modifiers": {
"LightningRodLoop01_Handler": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Brute_Electric_Axe_LightningRod_Lightning"
},
{
"$type": "ApplyModifier",
"modifierName": "LightningRod_Damage"
}
]
},
"LightningRodLoop02_Handler": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Brute_Electric_Axe_LightningRod_Lightning"
},
{
"$type": "ApplyModifier",
"modifierName": "LightningRod_Damage"
}
]
},
"LightningRodLoop03_Handler": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Brute_Electric_Axe_LightningRod_Lightning"
},
{
"$type": "ApplyModifier",
"modifierName": "LightningRod_Damage"
}
]
},
"LightningRod_Damage": {
"modifierName": "",
"duration": 0.20000000298023224,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "TriggerAbility",
"abilityName": "Monster_Brute_Electric_Axe_LightningRod_Damage"
}
]
},
"Eff_LightningRod_AS_Delay": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "Eff_LightningRod_AS"
}
]
},
"Eff_LightningRod_AS": {
"modifierName": "",
"duration": 0.7400000095367432,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Brute_Electric_Axe_LightningRod_Dust",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"onGround": true
}
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Brute_Electric_Axe_LightningRod_Smoke",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
}
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Brute_Electric_Axe_LightningRod_Damage",
"onAbilityStart": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"radius": 3.5
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.0,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementDurability": 100.0,
"strikeType": "Blunt",
"enBreak": 50.0,
"attackType": "Range"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV3"
}
}
}
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Brute_Electric_Axe_LightningRod_Damage"
}
]
}
}
]