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

1735 lines
69 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_TrackingOrgan_01_Ability",
"abilityMixins": [
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_Gear_State",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
-1.5,
-0.5,
0.5,
1.5
],
"modifierNameSteps": [
"Gear_Stop",
"Gear_Close",
"Gear_Start"
]
}
],
"abilitySpecials": {
"CDTime": 60.0
},
"modifiers": {
"Gear_Stop": {
"modifierName": "",
"duration": "CDTime",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetAnimatorInt",
"intID": "State",
"value": 0.0
},
{
"$type": "ExecuteGadgetLua",
"param1": 202
}
],
"onRemoved": [
{
"$type": "SetGlobalValue",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Avatar_Enter_Field",
"value": 0.0
}
],
"value": 0.0,
"key": "_Gear_State",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "SetGlobalValue",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Avatar_Enter_Field",
"value": 1.0,
"compareType": "MoreThanAndEqual"
}
],
"value": 1.0,
"key": "_Gear_State",
"maxValue": 0.0,
"minValue": 0.0
}
]
},
"Gear_Close": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetAnimatorInt",
"intID": "State",
"value": 0.0
},
{
"$type": "ExecuteGadgetLua"
}
]
},
"Gear_Start": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetAnimatorInt",
"intID": "State",
"value": 201.0
},
{
"$type": "ExecuteGadgetLua",
"param1": 201
}
]
}
},
"onAdded": [
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_Gear_State",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_Avatar_Enter_Field",
"maxValue": 0.0,
"minValue": 0.0
}
],
"onFieldEnter": [
{
"$type": "Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
]
},
{
"$type": "ByIsLocalAvatar"
}
],
"successActions": [
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_Avatar_Enter_Field",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "SetGlobalValue",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Gear_State",
"value": 0.0
}
],
"value": 1.0,
"key": "_Gear_State",
"maxValue": 0.0,
"minValue": 0.0
}
]
}
],
"onFieldExit": [
{
"$type": "Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
]
},
{
"$type": "ByIsLocalAvatar"
}
],
"successActions": [
{
"$type": "AddGlobalValue",
"value": -1.0,
"key": "_Avatar_Enter_Field",
"useLimitRange": true,
"maxValue": 0.0,
"minValue": 0.0
}
]
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_TrackingOrgan_01_Fire_Ability",
"abilityMixins": [
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Close",
"Idle"
],
"modifierName": "IdleState"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Open",
"Loop"
],
"modifierName": "FirstCharge"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Close"
],
"modifierName": "CloseState"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Open",
"Loop"
],
"modifierName": "ShowCore"
}
],
"abilitySpecials": {
"ElementDurability": 50.0,
"FirstChargeTime": 2.0,
"EachAttackTime": 2.0
},
"modifiers": {
"ChargetOverState": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_Gear_Charge_Over",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
-0.5,
0.5,
1.5
],
"modifierNameSteps": [
"NoShooting",
"IntervalShooting"
]
}
]
},
"UNIQUE_CoreElment": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementType": "Fire",
"elementDurability": "ElementDurability",
"modifierMixins": [
{
"$type": "ShieldBarMixin",
"showDamageText": ""
}
],
"state": "Limbo",
"onRemoved": [
{
"$type": "SetGlobalValue",
"value": -1.0,
"key": "_Gear_State",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_Gear_Charge_Over",
"maxValue": 0.0,
"minValue": 0.0
}
]
},
"FirstCharge": {
"modifierName": "",
"duration": "FirstChargeTime",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "SetGlobalValue",
"value": 1.0,
"key": "_Gear_Charge_Over",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "TriggerAbility",
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_TrackingOrgan_01_Fire_Ability"
}
]
},
"IdleState": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_TrackingOrgan_01_Idle",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "EffectPoint"
},
"effectTempleteID": 101
}
]
},
"CloseState": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_Gear_Charge_Over",
"maxValue": 0.0,
"minValue": 0.0
}
]
},
"NoShooting": {
"modifierName": "",
"elementDurability": 100.0
},
"IntervalShooting": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": "EachAttackTime",
"onThinkInterval": [
{
"$type": "TriggerAbility",
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_TrackingOrgan_01_Fire_Ability"
}
]
},
"ShowCore": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_TrackingOrgan_01",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "EffectPoint"
},
"effectTempleteID": 101
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_CoreElment"
}
]
}
},
"onAdded": [
{
"$type": "SetAnimatorInt",
"intID": "Element",
"value": 2.0
},
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_Gear_Charge_Over",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "AttachModifier",
"modifierName": "ChargetOverState"
}
],
"onAbilityStart": [
{
"$type": "SetSelfAttackTarget",
"otherTargets": {
"$type": "SelectTargetsByLCTrigger",
"topLimit": 1,
"sortType": "Random",
"campTargetType": "Enemy"
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByHasAttackTarget"
},
{
"$type": "ByTargetGlobalValue",
"key": "_Avatar_Enter_Field",
"value": 1.0,
"compareType": "MoreThanAndEqual"
},
{
"$type": "ByTargetGlobalValue",
"key": "_Gear_Charge_Over",
"value": 1.0
}
],
"bulletID": 70350221,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 1.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttackTarget"
},
"attachPointName": "EffectPoint"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_TrackingOrgan_01_Water_Ability",
"abilityMixins": [
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Close",
"Idle"
],
"modifierName": "IdleState"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Open",
"Loop"
],
"modifierName": "FirstCharge"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Close"
],
"modifierName": "CloseState"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Open",
"Loop"
],
"modifierName": "ShowCore"
}
],
"abilitySpecials": {
"ElementDurability": 50.0,
"FirstChargeTime": 2.0,
"EachAttackTime": 5.0
},
"modifiers": {
"ChargetOverState": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_Gear_Charge_Over",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
-0.5,
0.5,
1.5
],
"modifierNameSteps": [
"NoShooting",
"IntervalShooting"
]
}
]
},
"UNIQUE_CoreElment": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementType": "Water",
"elementDurability": "ElementDurability",
"modifierMixins": [
{
"$type": "ShieldBarMixin",
"showDamageText": ""
}
],
"state": "Limbo",
"onRemoved": [
{
"$type": "SetGlobalValue",
"value": -1.0,
"key": "_Gear_State",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_Gear_Charge_Over",
"maxValue": 0.0,
"minValue": 0.0
}
],
"onBeingHit": [
{
"$type": "Predicated",
"targetPredicates": [
{
"$type": "ByHitElement",
"element": "Electric"
}
],
"successActions": [
{
"$type": "AddElementDurability",
"value": -25.0,
"modifierName": "UNIQUE_CoreElment",
"elementType": "Water",
"useLimitRange": true,
"maxValue": 3.4028234663852886e+38,
"minValue": 0.0
}
]
}
]
},
"FirstCharge": {
"modifierName": "",
"duration": "FirstChargeTime",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "SetGlobalValue",
"value": 1.0,
"key": "_Gear_Charge_Over",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "TriggerAbility",
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_TrackingOrgan_01_Water_Ability"
}
]
},
"IdleState": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_TrackingOrgan_01_Idle",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "EffectPoint"
},
"effectTempleteID": 104
}
]
},
"CloseState": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_Gear_Charge_Over",
"maxValue": 0.0,
"minValue": 0.0
}
]
},
"NoShooting": {
"modifierName": "",
"elementDurability": 100.0
},
"IntervalShooting": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": "EachAttackTime",
"onThinkInterval": [
{
"$type": "TriggerAbility",
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_TrackingOrgan_01_Water_Ability"
}
]
},
"ShowCore": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_TrackingOrgan_01",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "EffectPoint"
},
"effectTempleteID": 104
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_CoreElment"
}
]
}
},
"onAdded": [
{
"$type": "SetAnimatorInt",
"intID": "Element",
"value": 4.0
},
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_Gear_Charge_Over",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "AttachModifier",
"modifierName": "ChargetOverState"
}
],
"onAbilityStart": [
{
"$type": "SetSelfAttackTarget",
"otherTargets": {
"$type": "SelectTargetsByLCTrigger",
"topLimit": 1,
"sortType": "Random",
"campTargetType": "Enemy"
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByHasAttackTarget"
},
{
"$type": "ByTargetGlobalValue",
"key": "_Avatar_Enter_Field",
"value": 1.0,
"compareType": "MoreThanAndEqual"
},
{
"$type": "ByTargetGlobalValue",
"key": "_Gear_Charge_Over",
"value": 1.0
}
],
"bulletID": 70350222,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 1.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttackTarget"
},
"attachPointName": "EffectPoint"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_TrackingOrgan_01_Ice_Ability",
"abilityMixins": [
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Close",
"Idle"
],
"modifierName": "IdleState"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Open",
"Loop"
],
"modifierName": "FirstCharge"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Close"
],
"modifierName": "CloseState"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Open",
"Loop"
],
"modifierName": "ShowCore"
}
],
"abilitySpecials": {
"ElementDurability": 50.0,
"FirstChargeTime": 2.0,
"EachAttackTime": 2.0
},
"modifiers": {
"ChargetOverState": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_Gear_Charge_Over",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
-0.5,
0.5,
1.5
],
"modifierNameSteps": [
"NoShooting",
"IntervalShooting"
]
}
]
},
"UNIQUE_CoreElment": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementType": "Ice",
"elementDurability": "ElementDurability",
"modifierMixins": [
{
"$type": "ShieldBarMixin",
"showDamageText": ""
}
],
"state": "Limbo",
"onRemoved": [
{
"$type": "SetGlobalValue",
"value": -1.0,
"key": "_Gear_State",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_Gear_Charge_Over",
"maxValue": 0.0,
"minValue": 0.0
}
]
},
"FirstCharge": {
"modifierName": "",
"duration": "FirstChargeTime",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "SetGlobalValue",
"value": 1.0,
"key": "_Gear_Charge_Over",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "TriggerAbility",
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_TrackingOrgan_01_Ice_Ability"
}
]
},
"IdleState": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_TrackingOrgan_01_Idle",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "EffectPoint"
},
"effectTempleteID": 102
}
]
},
"CloseState": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_Gear_Charge_Over",
"maxValue": 0.0,
"minValue": 0.0
}
]
},
"NoShooting": {
"modifierName": "",
"elementDurability": 100.0
},
"IntervalShooting": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": "EachAttackTime",
"onThinkInterval": [
{
"$type": "TriggerAbility",
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_TrackingOrgan_01_Ice_Ability"
}
]
},
"ShowCore": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_TrackingOrgan_01",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "EffectPoint"
},
"effectTempleteID": 102
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_CoreElment"
}
]
}
},
"onAdded": [
{
"$type": "SetAnimatorInt",
"intID": "Element",
"value": 3.0
},
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_Gear_Charge_Over",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "AttachModifier",
"modifierName": "ChargetOverState"
}
],
"onAbilityStart": [
{
"$type": "SetSelfAttackTarget",
"otherTargets": {
"$type": "SelectTargetsByLCTrigger",
"topLimit": 1,
"sortType": "Random",
"campTargetType": "Enemy"
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByHasAttackTarget"
},
{
"$type": "ByTargetGlobalValue",
"key": "_Avatar_Enter_Field",
"value": 1.0,
"compareType": "MoreThanAndEqual"
},
{
"$type": "ByTargetGlobalValue",
"key": "_Gear_Charge_Over",
"value": 1.0
}
],
"bulletID": 70350223,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 1.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttackTarget"
},
"attachPointName": "EffectPoint"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_TrackingOrgan_01_Thunder_Ability",
"abilityMixins": [
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Close",
"Idle"
],
"modifierName": "IdleState"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Open",
"Loop"
],
"modifierName": "FirstCharge"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Close"
],
"modifierName": "CloseState"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Open",
"Loop"
],
"modifierName": "ShowCore"
}
],
"abilitySpecials": {
"ElementDurability": 50.0,
"FirstChargeTime": 2.0,
"EachAttackTime": 3.0,
"EachAttackTime_ThunderFall": 5.0,
"DamagePercentage": 2.0,
"LevelEntity_AvatarDot_SystemValue": 1.0
},
"modifiers": {
"ChargetOverState": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_Gear_Charge_Over",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
-0.5,
0.5,
1.5
],
"modifierNameSteps": [
"NoShooting",
"IntervalShooting"
]
}
]
},
"UNIQUE_CoreElment": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementType": "Electric",
"elementDurability": "ElementDurability",
"modifierMixins": [
{
"$type": "ShieldBarMixin",
"showDamageText": ""
}
],
"state": "Limbo",
"onRemoved": [
{
"$type": "SetGlobalValue",
"value": -1.0,
"key": "_Gear_State",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_Gear_Charge_Over",
"maxValue": 0.0,
"minValue": 0.0
}
]
},
"FirstCharge": {
"modifierName": "",
"duration": "FirstChargeTime",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "SetGlobalValue",
"value": 1.0,
"key": "_Gear_Charge_Over",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "TriggerAbility",
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_TrackingOrgan_01_Thunder_Ability"
},
{
"$type": "TriggerAbility",
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_TrackingOrgan_01_ThunderFall_Ability"
}
]
},
"IdleState": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_TrackingOrgan_01_Idle",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "EffectPoint"
},
"effectTempleteID": 105
}
]
},
"CloseState": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_Gear_Charge_Over",
"maxValue": 0.0,
"minValue": 0.0
}
]
},
"NoShooting": {
"modifierName": "",
"elementDurability": 100.0
},
"IntervalShooting": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": "EachAttackTime",
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "IntervalShooting_ThunderFall"
}
],
"onThinkInterval": [
{
"$type": "TriggerAbility",
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_TrackingOrgan_01_Thunder_Ability"
}
]
},
"IntervalShooting_ThunderFall": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": "EachAttackTime_ThunderFall",
"onThinkInterval": [
{
"$type": "TriggerAbility",
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_TrackingOrgan_01_ThunderFall_Ability"
}
]
},
"ShowCore": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_TrackingOrgan_01",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "EffectPoint"
},
"effectTempleteID": 105
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_CoreElment"
}
]
},
"ConductShock": {
"modifierName": "",
"duration": 0.20000000298023224,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_TowerElectric_01",
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 1.0,
"z": 0.0
},
"attachPointName": "EffectPoint",
"attachPointTargetType": "Applier"
}
},
{
"$type": "DamageByAttackValue",
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementRank": 1.5,
"elementDurability": 50.0,
"ignoreAttackerProperty": true,
"strikeType": "Default",
"enBreak": 10.0,
"damageExtra": [
"LevelEntity_AvatarDot_SystemValue",
"DamagePercentage",
"Mul"
]
},
"hitPattern": {
"onHitEffectName": "Eff_SceneObj_TowerElectric_01_Hit",
"hitImpulseType": "LV1",
"hitHaltTimeScale": 0.05000000074505806
}
}
}
]
}
},
"onAdded": [
{
"$type": "SetAnimatorInt",
"intID": "Element",
"value": 5.0
},
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_Gear_Charge_Over",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "AttachModifier",
"modifierName": "ChargetOverState"
},
{
"$type": "SetSystemValueToOverrideMap",
"key": "LevelEntity_AvatarDot_SystemValue",
"type": "ElementLevelCo"
}
],
"onAbilityStart": [
{
"$type": "SetSelfAttackTarget",
"otherTargets": {
"$type": "SelectTargetsByLCTrigger",
"topLimit": 1,
"sortType": "Random",
"campTargetType": "Enemy"
}
},
{
"$type": "Predicated",
"predicates": [
{
"$type": "ByHasAttackTarget"
},
{
"$type": "ByTargetGlobalValue",
"key": "_Avatar_Enter_Field",
"value": 1.0,
"compareType": "MoreThanAndEqual"
},
{
"$type": "ByTargetGlobalValue",
"key": "_Gear_Charge_Over",
"value": 1.0
}
],
"successActions": [
{
"$type": "FireEffect",
"effectPattern": "Eff_SceneObj_TowerElectric_Fire",
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 1.0,
"z": 0.0
},
"attachPointName": "EffectPoint"
}
},
{
"$type": "ApplyModifier",
"target": "SelfAttackTarget",
"modifierName": "ConductShock"
}
]
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_TrackingOrgan_01_ThunderFall_Ability",
"abilitySpecials": {
"Hit_Delay": 1.0,
"DamagePercentage": 2.0,
"LevelEntity_AvatarDot_SystemValue": 1.0
},
"modifiers": {
"Thunder_Hit01": {
"modifierName": "",
"duration": "Hit_Delay",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Ambor_AlertCircle",
"born": {
"$type": "ConfigBornByGlobalValue",
"positionKey": "ThunderPos01",
"directionKey": ""
}
}
],
"onRemoved": [
{
"$type": "FireEffect",
"effectPattern": "Eff_ThunderFall_01",
"born": {
"$type": "ConfigBornByGlobalValue",
"positionKey": "ThunderPos01",
"directionKey": ""
}
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornByGlobalValue",
"positionKey": "ThunderPos01",
"directionKey": ""
},
"radius": 2.5
},
"attackInfo": {
"attackTag": "Thuner_Falling",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementDurability": 50.0,
"ignoreAttackerProperty": true,
"strikeType": "Default",
"enBreak": 500.0,
"damageExtra": [
"LevelEntity_AvatarDot_SystemValue",
"DamagePercentage",
"Mul"
]
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV4",
"retreatType": "ByHitDirection",
"hitHaltTimeScale": 0.05000000074505806
}
}
},
"targetType": "Enemy"
}
]
},
"Thunder_Hit02": {
"modifierName": "",
"duration": "Hit_Delay",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Ambor_AlertCircle",
"born": {
"$type": "ConfigBornByGlobalValue",
"positionKey": "ThunderPos02",
"directionKey": ""
}
}
],
"onRemoved": [
{
"$type": "FireEffect",
"effectPattern": "Eff_ThunderFall_01",
"born": {
"$type": "ConfigBornByGlobalValue",
"positionKey": "ThunderPos02",
"directionKey": ""
}
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornByGlobalValue",
"positionKey": "ThunderPos02",
"directionKey": ""
},
"radius": 2.5
},
"attackInfo": {
"attackTag": "Thuner_Falling",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementDurability": 50.0,
"ignoreAttackerProperty": true,
"strikeType": "Default",
"enBreak": 500.0,
"damageExtra": [
"LevelEntity_AvatarDot_SystemValue",
"DamagePercentage",
"Mul"
]
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV4",
"retreatType": "ByHitDirection",
"hitHaltTimeScale": 0.05000000074505806
}
}
},
"targetType": "Enemy"
}
]
}
},
"onAdded": [
{
"$type": "SetSystemValueToOverrideMap",
"key": "LevelEntity_AvatarDot_SystemValue",
"type": "ElementLevelCo"
}
],
"onAbilityStart": [
{
"$type": "SetSelfAttackTarget",
"otherTargets": {
"$type": "SelectTargetsByLCTrigger",
"topLimit": 1,
"sortType": "Random",
"campTargetType": "Enemy"
}
},
{
"$type": "Predicated",
"predicates": [
{
"$type": "ByHasAttackTarget"
},
{
"$type": "ByTargetGlobalValue",
"key": "_Avatar_Enter_Field",
"value": 1.0,
"compareType": "MoreThanAndEqual"
},
{
"$type": "ByTargetGlobalValue",
"key": "_Gear_Charge_Over",
"value": 1.0
}
],
"successActions": [
{
"$type": "SetGlobalPos",
"target": "SelfAttackTarget",
"key": "ThunderPos01",
"born": {
"$type": "ConfigBornByTarget",
"bornRandom": {
"$type": "BornRandomFromCenter",
"minRandomRange": 2.0,
"maxRandomRange": 2.0
}
},
"setTarget": false
},
{
"$type": "SetGlobalPos",
"target": "SelfAttackTarget",
"key": "ThunderPos02",
"born": {
"$type": "ConfigBornByTarget",
"bornRandom": {
"$type": "BornRandomFromCenter",
"minRandomRange": 2.0,
"maxRandomRange": 2.0
}
},
"setTarget": false
},
{
"$type": "ApplyModifier",
"modifierName": "Thunder_Hit01"
},
{
"$type": "ApplyModifier",
"modifierName": "Thunder_Hit02"
}
]
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "SceneObj_Level_Common_Property_Prop_TrackingOrganBullet_01_Fire_Ability",
"abilitySpecials": {
"BombRadius": 1.2000000476837158,
"DamagePercentage": 3.0,
"LevelEntity_AvatarDot_SystemValue": 1.0
},
"modifiers": {
"FireMaterial": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_TowerFire_01_Bullet"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_TowerFire_01_Bullet_Trail"
}
]
}
},
"onAdded": [
{
"$type": "SetSystemValueToOverrideMap",
"key": "LevelEntity_AvatarDot_SystemValue",
"type": "ElementLevelCo"
},
{
"$type": "ApplyModifier",
"modifierName": "FireMaterial"
}
],
"onAbilityStart": [
{
"$type": "FireEffect",
"effectPattern": "Eff_SceneObj_TowerFire_01_Hit"
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornByCollisionPoint"
},
"radius": "BombRadius"
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementType": "Fire",
"elementRank": 600.0,
"elementDurability": 50.0,
"ignoreAttackerProperty": true,
"strikeType": "Default",
"enBreak": 0.0,
"damageExtra": [
"LevelEntity_AvatarDot_SystemValue",
"DamagePercentage",
"Mul"
]
},
"hitPattern": {
"onHitEffectName": "",
"hitImpulseType": "LV1",
"hitHaltTimeScale": 0.05000000074505806
}
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "SceneObj_Level_Common_Property_Prop_TrackingOrganBullet_01_Water_Ability",
"abilitySpecials": {
"StruggleTime": 3.0,
"DamagePercentage": 3.0,
"LevelEntity_AvatarDot_SystemValue": 1.0
},
"modifiers": {
"Blister": {
"modifierName": "",
"duration": "StruggleTime",
"elementDurability": 100.0,
"properties": {
"Actor_AddGravityScale": -2.0
},
"state": "Struggle",
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_TowerWater_03_Bubble"
}
],
"onRemoved": [
{
"$type": "FireEffect",
"effectPattern": "Eff_SceneObj_TowerWater_03_Bubble_Die"
}
]
}
},
"onAdded": [
{
"$type": "SetSystemValueToOverrideMap",
"key": "LevelEntity_AvatarDot_SystemValue",
"type": "ElementLevelCo"
}
],
"onAbilityStart": [
{
"$type": "DamageByAttackValue",
"target": "Target",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
]
},
{
"$type": "ByTargetWeight",
"logic": "Lesser",
"weight": 100.0
}
],
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementType": "Water",
"elementRank": 1.5,
"elementDurability": 50.0,
"ignoreAttackerProperty": true,
"strikeType": "Default",
"enBreak": 200.0,
"damageExtra": [
"LevelEntity_AvatarDot_SystemValue",
"DamagePercentage",
"Mul"
]
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV1",
"hitHaltTimeScale": 0.05000000074505806
}
}
},
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
]
},
{
"$type": "ByTargetWeight",
"logic": "Lesser",
"weight": 100.0
}
],
"modifierName": "Blister"
}
],
"onKill": [
{
"$type": "FireEffect",
"effectPattern": "Eff_SceneObj_TowerWater_03_Bubble_Die"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "SceneObj_Level_Common_Property_Prop_TrackingOrganBullet_01_Ice_Ability",
"abilitySpecials": {
"DamagePercentage": 3.0,
"LevelEntity_AvatarDot_SystemValue": 1.0
},
"modifiers": {
"IceMaterial": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_TowerIce_01_Bullet"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_SceneObj_TowerIce_01_Bullet_Trail"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "IceMaterial"
},
{
"$type": "SetSystemValueToOverrideMap",
"key": "LevelEntity_AvatarDot_SystemValue",
"type": "ElementLevelCo"
}
],
"onAbilityStart": [
{
"$type": "FireEffect",
"effectPattern": "Eff_SceneObj_TowerIce_01_Hit",
"born": {
"$type": "ConfigBornByCollisionPoint"
}
},
{
"$type": "DamageByAttackValue",
"target": "Target",
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementType": "Ice",
"elementDurability": 50.0,
"ignoreAttackerProperty": true,
"strikeType": "Default",
"enBreak": 0.0,
"damageExtra": [
"LevelEntity_AvatarDot_SystemValue",
"DamagePercentage",
"Mul"
]
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV1",
"hitHaltTimeScale": 0.05000000074505806
}
}
}
]
}
}
]