Grasscutter_Resources/Resources/BinOutput/Ability/Temp/ConfigAbility_LevelBuff_EnergyDisk.json
2022-10-03 20:28:46 +03:00

1949 lines
73 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv1_HpUp",
"EDDGGPMFDGK": {
"EnergyDisk_Lv1_HpUp": 0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv1_HpUp": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_MaxHPRatio": "EnergyDisk_Lv1_HpUp"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv1_HpUp"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv1_AtkUp",
"EDDGGPMFDGK": {
"EnergyDisk_Lv1_AtkUp": 0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv1_AtkUp": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_AttackRatio": "EnergyDisk_Lv1_AtkUp"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv1_AtkUp"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv1_ElecSubHurtDelta",
"EDDGGPMFDGK": {
"EnergyDisk_Lv1_ElecSubHurtDelta": 0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv1_ElecSubHurtDelta": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_ElecSubHurtDelta": "EnergyDisk_Lv1_ElecSubHurtDelta"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv1_ElecSubHurtDelta"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv1_FireSubHurtDelta",
"EDDGGPMFDGK": {
"EnergyDisk_Lv1_FireSubHurtDelta": 0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv1_FireSubHurtDelta": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_FireSubHurtDelta": "EnergyDisk_Lv1_FireSubHurtDelta"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv1_FireSubHurtDelta"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv1_HealDown",
"EDDGGPMFDGK": {
"EnergyDisk_Lv1_HealDown": -0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv1_HealDown": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_HealAddDelta": "EnergyDisk_Lv1_HealDown"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv1_HealDown"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv1_NoShieldAtkDown",
"EDDGGPMFDGK": {
"Actor_AttackRatio": -0.5
},
"modifiers": {
"UNIQUE_EnergyDisk_Lv1_NoShieldAtkDown_Handler_AS": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_Ability_EnergyDisk_NoShieldAtkDown_Check",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
-0.5,
0.5,
1.5
],
"modifierNameSteps": [
"UNIQUE_EnergyDisk_Lv1_NoShieldAtkDown_HasDebuff",
"UNIQUE_EnergyDisk_Lv1_NoShieldAtkDown_NoDebuff"
]
}
],
"onAdded": [
{
"$type": "ApplyModifier",
"doOffStage": true,
"modifierName": "UNIQUE_EnergyDisk_Lv1_NoShieldAtkDown_Handler"
}
]
},
"UNIQUE_EnergyDisk_Lv1_NoShieldAtkDown_Handler": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"thinkInterval": 1.0,
"onThinkInterval": [
{
"$type": "Predicated",
"doOffStage": true,
"targetPredicates": [
{
"$type": "ByHasShield",
"type": "All"
}
],
"successActions": [
{
"$type": "AddGlobalValue",
"doOffStage": true,
"value": 0.0,
"key": "_Ability_EnergyDisk_NoShieldAtkDown_Check",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 1.0
}
],
"failActions": [
{
"$type": "AddGlobalValue",
"doOffStage": true,
"value": 0.0,
"key": "_Ability_EnergyDisk_NoShieldAtkDown_Check",
"useLimitRange": true,
"maxValue": 0.0,
"minValue": 0.0
}
]
}
]
},
"UNIQUE_EnergyDisk_Lv1_NoShieldAtkDown_NoDebuff": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RemoveUniqueModifier",
"doOffStage": true,
"modifierName": "UNIQUE_EffigyChallenge_NoShieldAtkDown_HasDebuff"
}
]
},
"UNIQUE_EnergyDisk_Lv1_NoShieldAtkDown_HasDebuff": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_AttackRatio": "Actor_AttackRatio"
},
"onAdded": [
{
"$type": "AttachEffect",
"doOffStage": true,
"effectPattern": "Eff_Avatar_Properties_Attack_Down"
}
],
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_EnergyDisk_Lv1_NoShieldAtkDown_Handler_AS"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv1_ChargeEfficiencyDown",
"EDDGGPMFDGK": {
"EnergyDisk_Lv1_ChargeEfficiencyDown": -0.30000001192092896
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv1_ChargeEfficiencyDown": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_ChargeEfficiencyDelta": "EnergyDisk_Lv1_ChargeEfficiencyDown"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv1_ChargeEfficiencyDown"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv1_MoveSpeedDown",
"EDDGGPMFDGK": {
"EnergyDisk_Lv1_MoveSpeedDown": -0.15000000596046448
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv1_MoveSpeedDown": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Animator_MoveSpeedRatio": "EnergyDisk_Lv1_MoveSpeedDown"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv1_MoveSpeedDown"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv1_DashStaminaUp",
"EDDGGPMFDGK": {
"EnergyDisk_Lv1_DashStaminaUp": 1.0
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv1_DashStaminaUp": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Sprint",
"SprintBS"
],
"modifierName": "UNIQUE_EnergyDisk_DashStamina_DashStaminaReduction"
}
]
},
"UNIQUE_EnergyDisk_DashStamina_DashStaminaReduction": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_CostStaminaRatio": 1.0
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv1_DashStaminaUp"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv1_RecoverStaminaRatioDown",
"EDDGGPMFDGK": {
"EnergyDisk_Lv1_RecoverStaminaRatioDown": -0.3499999940395355
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv1_RecoverStaminaRatioDown": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_RecoverStaminaRatio": "EnergyDisk_Lv1_RecoverStaminaRatioDown"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv1_RecoverStaminaRatioDown"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv1_SprintBeHurtDamageUp",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"SprintBS"
],
"modifierName": "LevelEntity_EnergyDisk_Lv1_SprintBeHurtDamageUp_Check",
"target": "AllPlayerAvatars"
}
],
"EDDGGPMFDGK": {
"EnergyDisk_Lv1_SprintBeHurtDamageUp_durantion": 10.0,
"EnergyDisk_Lv1_SprintBeHurtDamageUp": -0.3499999940395355
},
"modifiers": {
"LevelEntity_EnergyDisk_Lv1_SprintBeHurtDamageUp_Check": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ApplyModifier",
"target": "Team",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv1_SprintBeHurtDamageUp_Team"
}
]
},
"UNIQUE_LevelEntity_EnergyDisk_Lv1_SprintBeHurtDamageUp_Team": {
"modifierName": "",
"isUnique": true,
"duration": "EnergyDisk_Lv1_SprintBeHurtDamageUp_durantion",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "CurLocalAvatarMixin",
"modifierName": "UNIQUE_EnergyDisk_Lv1_SprintBeHurtDamageUp_Avatar"
}
]
},
"UNIQUE_EnergyDisk_Lv1_SprintBeHurtDamageUp_Avatar": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_SubHurtDelta": "EnergyDisk_Lv1_SprintBeHurtDamageUp"
},
"state": "DefenseDown",
"FBMJEOALKEJ": true
}
},
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv2_HpUp",
"EDDGGPMFDGK": {
"EnergyDisk_Lv2_HpUp": 2.0
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv2_HpUp": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_MaxHPRatio": "EnergyDisk_Lv2_HpUp"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv2_HpUp"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv2_AtkUp",
"EDDGGPMFDGK": {
"EnergyDisk_Lv2_AtkUp": 0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv2_AtkUp": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_AttackRatio": "EnergyDisk_Lv2_AtkUp"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv2_AtkUp"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv2_ShieldCostMinusDown",
"EDDGGPMFDGK": {
"EnergyDisk_Lv2_ShieldCostMinusRatio": -0.25
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv2_ShieldCostMinusDown": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_ShieldCostMinusRatio": "EnergyDisk_Lv2_ShieldCostMinusRatio"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv2_ShieldCostMinusDown"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv2_DashStaminaUp",
"EDDGGPMFDGK": {
"EnergyDisk_Lv2_DashStaminaUp": 1.0
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv2_DashStaminaUp": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_CostStaminaRatio": "EnergyDisk_Lv2_DashStaminaUp"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv2_DashStaminaUp"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv2_RockSubHurtDelta",
"EDDGGPMFDGK": {
"EnergyDisk_Lv2_RockSubHurtDelta": 0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv2_RockSubHurtDelta": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_RockSubHurtDelta": "EnergyDisk_Lv2_RockSubHurtDelta"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv2_RockSubHurtDelta"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv2_WindSubHurtDelta",
"EDDGGPMFDGK": {
"EnergyDisk_Lv2_WindSubHurtDelta": 0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv2_WindSubHurtDelta": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_WindSubHurtDelta": "EnergyDisk_Lv2_WindSubHurtDelta"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv2_WindSubHurtDelta"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv2_AtkDownLowHP",
"abilityMixins": [
{
"$type": "CurLocalAvatarMixin",
"modifierName": "UNIQUE_EnergyDisk_Lv2_AtkDownLowHP"
}
],
"EDDGGPMFDGK": {
"HpRate_P1": 0.699999988079071,
"HpRate_P2": 0.3499999940395355,
"DmgRate_P3": -0.30000001192092896,
"DmgRate_P4": -0.6000000238418579
},
"modifiers": {
"UNIQUE_EnergyDisk_Lv2_AtkDownLowHP": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachModifierToPredicateMixin",
"PDPENHIADJD": "HP",
"predicates": [
{
"$type": "ByTargetHPRatio",
"logic": "GreaterOrEqual",
"BCJJBMJKHED": "HpRate_P2"
},
{
"$type": "ByTargetHPRatio",
"logic": "Lesser",
"BCJJBMJKHED": "HpRate_P1"
}
],
"modifierName": "UNIQUE_EnergyDisk_AtkDownLowHP_Sub1"
},
{
"$type": "AttachModifierToPredicateMixin",
"PDPENHIADJD": "HP",
"predicates": [
{
"$type": "ByTargetHPRatio",
"logic": "Lesser",
"BCJJBMJKHED": "HpRate_P2"
}
],
"modifierName": "UNIQUE_EnergyDisk_AtkDownLowHP_Sub2"
},
{
"$type": "AttachModifierToPredicateMixin",
"PDPENHIADJD": "HP",
"predicates": [
{
"$type": "ByTargetHPRatio",
"logic": "GreaterOrEqual",
"BCJJBMJKHED": "HpRate_P1"
}
],
"modifierName": "UNIQUE_Del_EnergyDisk_AtkDownLowHP_Sub"
}
],
"onAdded": [
{
"$type": "ApplyModifier",
"predicates": [
{
"$type": "ByTargetHPRatio",
"logic": "LesserOrEqual",
"BCJJBMJKHED": "HpRate_P1"
},
{
"$type": "ByTargetHPRatio",
"BCJJBMJKHED": "HpRate_P2"
}
],
"modifierName": "UNIQUE_EnergyDisk_AtkDownLowHP_Sub1"
},
{
"$type": "ApplyModifier",
"predicates": [
{
"$type": "ByTargetHPRatio",
"logic": "Lesser",
"BCJJBMJKHED": "HpRate_P2"
}
],
"modifierName": "UNIQUE_EnergyDisk_AtkDownLowHP_Sub2"
}
]
},
"UNIQUE_Del_EnergyDisk_AtkDownLowHP_Sub": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RemoveModifier",
"modifierName": "UNIQUE_EnergyDisk_AtkDownLowHP_Sub1"
},
{
"$type": "RemoveModifier",
"modifierName": "UNIQUE_EnergyDisk_AtkDownLowHP_Sub2"
}
]
},
"UNIQUE_EnergyDisk_AtkDownLowHP_Sub1": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_AddHurtDelta": "DmgRate_P3"
},
"onAdded": [
{
"$type": "RemoveModifier",
"modifierName": "UNIQUE_EnergyDisk_AtkDownLowHP_Sub2"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Properties_Attack_Down"
},
{
"$type": "DebugLog",
"CBEDAJEGJBM": "血量低于在35%-70%之间"
}
]
},
"UNIQUE_EnergyDisk_AtkDownLowHP_Sub2": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_AddHurtDelta": "DmgRate_P4"
},
"onAdded": [
{
"$type": "RemoveModifier",
"modifierName": "UNIQUE_EnergyDisk_AtkDownLowHP_Sub1"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Properties_Attack_Down"
},
{
"$type": "DebugLog",
"CBEDAJEGJBM": "血量低于35%"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_EnergyDisk_Lv2_AtkDownLowHP"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv2_RecoverStaminaRatioDown",
"EDDGGPMFDGK": {
"EnergyDisk_Lv2_RecoverStaminaRatioDown": -0.3499999940395355
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv2_RecoverStaminaRatioDown": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_RecoverStaminaRatio": "EnergyDisk_Lv2_RecoverStaminaRatioDown"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv2_RecoverStaminaRatioDown"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv2_SprintBeHurtDamageUp",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"SprintBS"
],
"modifierName": "LevelEntity_EnergyDisk_Lv2_SprintBeHurtDamageUp_Check",
"target": "AllPlayerAvatars"
}
],
"EDDGGPMFDGK": {
"EnergyDisk_Lv2_SprintBeHurtDamageUp_durantion": 10.0,
"EnergyDisk_Lv2_SprintBeHurtDamageUp": -0.3499999940395355
},
"modifiers": {
"LevelEntity_EnergyDisk_Lv2_SprintBeHurtDamageUp_Check": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ApplyModifier",
"target": "Team",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv2_SprintBeHurtDamageUp_Team"
}
]
},
"UNIQUE_LevelEntity_EnergyDisk_Lv2_SprintBeHurtDamageUp_Team": {
"modifierName": "",
"isUnique": true,
"duration": "EnergyDisk_Lv2_SprintBeHurtDamageUp_durantion",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "CurLocalAvatarMixin",
"modifierName": "UNIQUE_EnergyDisk_Lv2_SprintBeHurtDamageUp_Avatar"
}
]
},
"UNIQUE_EnergyDisk_Lv2_SprintBeHurtDamageUp_Avatar": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_SubHurtDelta": "EnergyDisk_Lv2_SprintBeHurtDamageUp"
},
"state": "DefenseDown",
"FBMJEOALKEJ": true
}
},
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv3_HpUp",
"EDDGGPMFDGK": {
"EnergyDisk_Lv3_HpUp": 4.0
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv3_HpUp": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_MaxHPRatio": "EnergyDisk_Lv3_HpUp"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv3_HpUp"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv3_AtkUp",
"EDDGGPMFDGK": {
"EnergyDisk_Lv3_AtkUp": 0.25
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv3_AtkUp": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_AttackRatio": "EnergyDisk_Lv3_AtkUp"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv3_AtkUp"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv3_Actor_IceSubHurtDelta",
"EDDGGPMFDGK": {
"EnergyDisk_Lv3_IceSubHurtDelta": 0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv3_Actor_IceSubHurtDelta": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_IceSubHurtDelta": "EnergyDisk_Lv3_IceSubHurtDelta"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv3_Actor_IceSubHurtDelta"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv3_Actor_WaterSubHurtDelta",
"EDDGGPMFDGK": {
"EnergyDisk_Lv3_WaterSubHurtDelta": 0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv3_Actor_WaterSubHurtDelta": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_WaterSubHurtDelta": "EnergyDisk_Lv3_WaterSubHurtDelta"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv3_Actor_WaterSubHurtDelta"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv3_FireSubHurtDelta",
"EDDGGPMFDGK": {
"EnergyDisk_Lv3_FireSubHurtDelta": 0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv3_FireSubHurtDelta": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_FireSubHurtDelta": "EnergyDisk_Lv3_FireSubHurtDelta"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv3_FireSubHurtDelta"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv3_ShieldCostMinusDown",
"EDDGGPMFDGK": {
"EnergyDisk_Lv3_ShieldCostMinusRatio": -0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv3_ShieldCostMinusDown": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_ShieldCostMinusRatio": "EnergyDisk_Lv3_ShieldCostMinusRatio"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv3_ShieldCostMinusDown"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv3_CriticalDeltaDown",
"EDDGGPMFDGK": {
"EnergyDisk_Lv3_Actor_CriticalDelta": -0.3499999940395355
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv3_CriticalDeltaDown": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_CriticalDelta": "EnergyDisk_Lv3_Actor_CriticalDelta"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv3_CriticalDeltaDown"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv3_AtkDownLowHP",
"abilityMixins": [
{
"$type": "CurLocalAvatarMixin",
"modifierName": "UNIQUE_EnergyDisk_AtkDownLowHP"
}
],
"EDDGGPMFDGK": {
"HpRate_P1": 0.5,
"AtkRate_P2": -0.5
},
"modifiers": {
"UNIQUE_EnergyDisk_AtkDownLowHP": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachModifierToPredicateMixin",
"PDPENHIADJD": "HP",
"predicates": [
{
"$type": "ByTargetHPRatio",
"BCJJBMJKHED": "HpRate_P1"
}
],
"modifierName": "UNIQUE_Del_EnergyDisk_AtkDownLowHP_Sub"
},
{
"$type": "AttachModifierToPredicateMixin",
"PDPENHIADJD": "HP",
"predicates": [
{
"$type": "ByTargetHPRatio",
"logic": "Lesser",
"BCJJBMJKHED": "HpRate_P1"
}
],
"modifierName": "UNIQUE_EnergyDisk_AtkDownLowHP_Sub"
}
],
"onAdded": [
{
"$type": "ApplyModifier",
"predicates": [
{
"$type": "ByTargetHPRatio",
"logic": "Lesser",
"BCJJBMJKHED": "HpRate_P1"
}
],
"modifierName": "UNIQUE_EnergyDisk_AtkDownLowHP_Sub"
}
]
},
"UNIQUE_Del_EnergyDisk_AtkDownLowHP_Sub": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RemoveModifier",
"modifierName": "UNIQUE_EnergyDisk_AtkDownLowHP_Sub"
}
]
},
"UNIQUE_EnergyDisk_AtkDownLowHP_Sub": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_AttackRatio": "AtkRate_P2"
},
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Properties_Attack_Down"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_EnergyDisk_AtkDownLowHP"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv3_AtkDownHighHP",
"abilityMixins": [
{
"$type": "CurLocalAvatarMixin",
"modifierName": "UNIQUE_EnergyDisk_AtkDownHighHP"
}
],
"EDDGGPMFDGK": {
"HpRate_P1": 0.5,
"AtkRate_P2": -0.5
},
"modifiers": {
"UNIQUE_EnergyDisk_AtkDownHighHP": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachModifierToPredicateMixin",
"PDPENHIADJD": "HP",
"predicates": [
{
"$type": "ByTargetHPRatio",
"logic": "Lesser",
"BCJJBMJKHED": "HpRate_P1"
}
],
"modifierName": "UNIQUE_Del_EnergyDisk_AtkDownHighHP_Sub"
},
{
"$type": "AttachModifierToPredicateMixin",
"PDPENHIADJD": "HP",
"predicates": [
{
"$type": "ByTargetHPRatio",
"BCJJBMJKHED": "HpRate_P1"
}
],
"modifierName": "UNIQUE_EnergyDisk_AtkDownHighHP_Sub"
}
],
"onAdded": [
{
"$type": "ApplyModifier",
"predicates": [
{
"$type": "ByTargetHPRatio",
"BCJJBMJKHED": "HpRate_P1"
}
],
"modifierName": "UNIQUE_EnergyDisk_AtkDownHighHP_Sub"
}
]
},
"UNIQUE_Del_EnergyDisk_AtkDownHighHP_Sub": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RemoveModifier",
"modifierName": "UNIQUE_EnergyDisk_AtkDownHighHP_Sub"
}
]
},
"UNIQUE_EnergyDisk_AtkDownHighHP_Sub": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_AttackRatio": "AtkRate_P2"
},
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Properties_Attack_Down"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_EnergyDisk_AtkDownHighHP"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv3_SpeedDownLowHP",
"abilityMixins": [
{
"$type": "CurLocalAvatarMixin",
"modifierName": "UNIQUE_EnergyDisk_SpeedDownLowHP"
}
],
"EDDGGPMFDGK": {
"HpRate_P1": 0.5,
"MoveSpeedRatio_P2": -0.20000000298023224
},
"modifiers": {
"UNIQUE_EnergyDisk_SpeedDownLowHP": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachModifierToPredicateMixin",
"PDPENHIADJD": "HP",
"predicates": [
{
"$type": "ByTargetHPRatio",
"logic": "GreaterOrEqual",
"BCJJBMJKHED": "HpRate_P1"
}
],
"modifierName": "UNIQUE_Del_EnergyDisk_SpeedDownLowHP_Sub"
},
{
"$type": "AttachModifierToPredicateMixin",
"PDPENHIADJD": "HP",
"predicates": [
{
"$type": "ByTargetHPRatio",
"logic": "Lesser",
"BCJJBMJKHED": "HpRate_P1"
}
],
"modifierName": "UNIQUE_EnergyDisk_SpeedDownLowHP_Sub"
}
],
"onAdded": [
{
"$type": "ApplyModifier",
"predicates": [
{
"$type": "ByTargetHPRatio",
"logic": "LesserOrEqual",
"BCJJBMJKHED": "HpRate_P1"
}
],
"modifierName": "UNIQUE_EnergyDisk_SpeedDownLowHP_Sub"
}
]
},
"UNIQUE_Del_EnergyDisk_SpeedDownLowHP_Sub": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RemoveModifier",
"modifierName": "UNIQUE_EnergyDisk_SpeedDownLowHP_Sub"
}
]
},
"UNIQUE_EnergyDisk_SpeedDownLowHP_Sub": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Animator_MoveSpeedRatio": "MoveSpeedRatio_P2"
},
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Properties_Attack_Down"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_EnergyDisk_SpeedDownLowHP"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv3_SkillCDIncrement",
"EDDGGPMFDGK": {
"EnergyDisk_Lv3_SkillCDIncrement": -1.0
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv3_SkillCDIncrement": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_SkillCDMinusRatio": "EnergyDisk_Lv3_SkillCDIncrement"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"doOffStage": true,
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv3_SkillCDIncrement"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv3_SprintBeHurtDamageUp",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"SprintBS"
],
"modifierName": "LevelEntity_EnergyDisk_Lv3_SprintBeHurtDamageUp_Check",
"target": "AllPlayerAvatars"
}
],
"EDDGGPMFDGK": {
"EnergyDisk_Lv3_SprintBeHurtDamageUp_durantion": 10.0,
"EnergyDisk_Lv3_SprintBeHurtDamageUp": -0.3499999940395355
},
"modifiers": {
"LevelEntity_EnergyDisk_Lv3_SprintBeHurtDamageUp_Check": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ApplyModifier",
"target": "Team",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv3_SprintBeHurtDamageUp_Team"
}
]
},
"UNIQUE_LevelEntity_EnergyDisk_Lv3_SprintBeHurtDamageUp_Team": {
"modifierName": "",
"isUnique": true,
"duration": "EnergyDisk_Lv3_SprintBeHurtDamageUp_durantion",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "CurLocalAvatarMixin",
"modifierName": "UNIQUE_EnergyDisk_Lv3_SprintBeHurtDamageUp_Avatar"
}
]
},
"UNIQUE_EnergyDisk_Lv3_SprintBeHurtDamageUp_Avatar": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_SubHurtDelta": "EnergyDisk_Lv3_SprintBeHurtDamageUp"
},
"state": "DefenseDown",
"FBMJEOALKEJ": true
}
},
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv3_BeHurtDamageUpAfterChangeAvatar",
"abilityMixins": [
{
"$type": "CurLocalAvatarMixin",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv3_BeHurtDamageUpAfterChangeAvatar"
}
],
"EDDGGPMFDGK": {
"BuffMaxCount": 4.0,
"EnergyDisk_BuffCurCount": 0.0,
"EnergyDisk_BeHurtSubHurt": -0.25
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv3_BeHurtDamageUpAfterChangeAvatar": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachModifier",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"target": "Team",
"key": "EnergyDisk_BeHurtDamageUpAfterChangeAvatar_BuffLayer",
"value": 0.0,
"compareType": "MoreThan"
}
],
"modifierName": "UNIQUE_EnergyDisk_Lv3_BeHurtDamageUpAfterChangeAvatarEffect"
}
],
"onKill": [
{
"$type": "AddGlobalValue",
"target": "Team",
"predicates": [
{
"$type": "ByIsCombat"
}
],
"value": -1.0,
"key": "EnergyDisk_BeHurtDamageUpAfterChangeAvatar_BuffLayer",
"useLimitRange": true,
"maxValue": "BuffMaxCount",
"minValue": -1.0
}
],
"NDHIFGEGBAC": [
{
"$type": "AddGlobalValue",
"target": "Team",
"predicates": [
{
"$type": "ByIsCombat"
}
],
"value": 1.0,
"key": "EnergyDisk_BeHurtDamageUpAfterChangeAvatar_BuffLayer",
"useLimitRange": true,
"maxValue": "BuffMaxCount",
"minValue": -1.0
},
{
"$type": "Predicated",
"target": "Team",
"targetPredicates": [
{
"$type": "ByTargetGlobalValue",
"key": "EnergyDisk_BeHurtDamageUpAfterChangeAvatar_BuffLayer",
"value": 0.0,
"compareType": "MoreThan"
}
],
"successActions": [
{
"$type": "SetGlobalValueToOverrideMap",
"target": "Team",
"globalValueKey": "EnergyDisk_BeHurtDamageUpAfterChangeAvatar_BuffLayer",
"OGAHELLALBB": "EnergyDisk_BuffCurCount"
},
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_EnergyDisk_Lv3_BeHurtDamageUpAfterChangeAvatarEffect"
}
]
}
]
},
"UNIQUE_EnergyDisk_Lv3_BeHurtDamageUpAfterChangeAvatarEffect": {
"modifierName": "",
"isUnique": true,
"duration": 60.0,
"elementDurability": 100.0,
"properties": {
"Actor_SubHurtDelta": [
"EnergyDisk_BeHurtSubHurt",
"EnergyDisk_BuffCurCount",
"Mul"
]
},
"state": "DefenseDown",
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "EnergyDisk_BeHurtDamageUpAfterChangeAvatar_BuffLayer",
"maxValue": 0.0,
"minValue": 0.0
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv3_ChargeEfficiencyDown",
"EDDGGPMFDGK": {
"EnergyDisk_Lv3_ChargeEfficiencyDown": -0.30000001192092896
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv3_ChargeEfficiencyDown": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_ChargeEfficiencyDelta": "EnergyDisk_Lv3_ChargeEfficiencyDown"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv3_ChargeEfficiencyDown"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv4_Actor_IceSubHurtDelta",
"EDDGGPMFDGK": {
"EnergyDisk_Lv3_IceSubHurtDelta": 0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv4_Actor_IceSubHurtDelta": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_IceSubHurtDelta": "EnergyDisk_Lv3_IceSubHurtDelta"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv4_Actor_IceSubHurtDelta"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv4_PhysicalSubHurt",
"EDDGGPMFDGK": {
"EnergyDisk_Lv4_PhysicalSubHurtDelta": 0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv4_PhysicalSubHurt": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_PhysicalSubHurtDelta": "EnergyDisk_Lv4_PhysicalSubHurtDelta"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv4_PhysicalSubHurt"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv4_CriticalDeltaDown",
"EDDGGPMFDGK": {
"EnergyDisk_Lv4_Actor_CriticalDelta": -0.3499999940395355
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv4_CriticalDeltaDown": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_CriticalDelta": "EnergyDisk_Lv4_Actor_CriticalDelta"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv4_CriticalDeltaDown"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv4_CriticalHurtDeltaDown",
"EDDGGPMFDGK": {
"EnergyDisk_Lv4_Actor_CriticalHurtDelta": -0.699999988079071
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv4_CriticalHurtDeltaDown": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_CriticalHurtDelta": "EnergyDisk_Lv4_Actor_CriticalHurtDelta"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv4_CriticalHurtDeltaDown"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv4_SprintBeHurtDamageUp",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"SprintBS"
],
"modifierName": "LevelEntity_EnergyDisk_Lv4_SprintBeHurtDamageUp_Check",
"target": "AllPlayerAvatars"
}
],
"EDDGGPMFDGK": {
"EnergyDisk_Lv4_SprintBeHurtDamageUp_durantion": 10.0,
"EnergyDisk_Lv4_SprintBeHurtDamageUp": -0.3499999940395355
},
"modifiers": {
"LevelEntity_EnergyDisk_Lv4_SprintBeHurtDamageUp_Check": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ApplyModifier",
"target": "Team",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv4_SprintBeHurtDamageUp_Team"
}
]
},
"UNIQUE_LevelEntity_EnergyDisk_Lv4_SprintBeHurtDamageUp_Team": {
"modifierName": "",
"isUnique": true,
"duration": "EnergyDisk_Lv4_SprintBeHurtDamageUp_durantion",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "CurLocalAvatarMixin",
"modifierName": "UNIQUE_EnergyDisk_Lv4_SprintBeHurtDamageUp_Avatar"
}
]
},
"UNIQUE_EnergyDisk_Lv4_SprintBeHurtDamageUp_Avatar": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_SubHurtDelta": "EnergyDisk_Lv4_SprintBeHurtDamageUp"
},
"state": "DefenseDown",
"FBMJEOALKEJ": true
}
},
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv4_ShieldCostMinusDown",
"EDDGGPMFDGK": {
"EnergyDisk_Lv4_ShieldCostMinusRatio": -0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv4_ShieldCostMinusDown": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_ShieldCostMinusRatio": "EnergyDisk_Lv4_ShieldCostMinusRatio"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv4_ShieldCostMinusDown"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv4_SkillCDIncrement",
"EDDGGPMFDGK": {
"EnergyDisk_Lv4_SkillCDIncrement": -1.0
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv4_SkillCDIncrement": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_SkillCDMinusRatio": "EnergyDisk_Lv4_SkillCDIncrement"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"doOffStage": true,
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv4_SkillCDIncrement"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv4_DashStaminaUp",
"EDDGGPMFDGK": {
"EnergyDisk_Lv4_DashStaminaUp": 1.0
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv4_DashStaminaUp": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_CostStaminaRatio": "EnergyDisk_Lv4_DashStaminaUp"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv4_DashStaminaUp"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv4_HpUp",
"EDDGGPMFDGK": {
"EnergyDisk_Lv4_HpUp": 0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv4_HpUp": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_MaxHPRatio": "EnergyDisk_Lv4_HpUp"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv4_HpUp"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv4_AtkUp",
"EDDGGPMFDGK": {
"EnergyDisk_Lv4_AtkUp": 0.5
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv4_AtkUp": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_AttackRatio": "EnergyDisk_Lv4_AtkUp"
},
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv4_AtkUp"
}
],
"FEFIHIEHDOM": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "LevelEntity_EnergyDisk_Lv4_BeHurtDamageUpAfterULT",
"EDDGGPMFDGK": {
"EnergyDisk_Lv4_DefRate": -0.25
},
"modifiers": {
"UNIQUE_LevelEntity_EnergyDisk_Lv4_BeHurtDamageUpAfterULT": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "CurLocalAvatarMixin",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv4_BeHurtDamageUpAfterULT_UseSkillMixin"
}
]
},
"UNIQUE_LevelEntity_EnergyDisk_Lv4_BeHurtDamageUpAfterULT_UseSkillMixin": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "OnAvatarUseSkillMixin",
"MLBANMCFDAF": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_EnergyDisk_Lv4_BeHurtDamageUpAfterULT_Effect"
}
],
"CAHFPMLJFAK": 0.20000000298023224
}
]
},
"UNIQUE_EnergyDisk_Lv4_BeHurtDamageUpAfterULT_Effect": {
"stacking": "MultipleRefreshNoRemove",
"DGAJIEGBDKP": {
"BOICMOPAIII": "",
"INDGEIJCJAJ": 5.0
},
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_SubHurtDelta": "EnergyDisk_Lv4_DefRate"
},
"state": "DefenseDown",
"FBMJEOALKEJ": true
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"target": "AllPlayerAvatars",
"modifierName": "UNIQUE_LevelEntity_EnergyDisk_Lv4_BeHurtDamageUpAfterULT"
}
],
"FEFIHIEHDOM": true
}
}
]