diff --git a/Data/Skills/act_int.lua b/Data/Skills/act_int.lua index 0a0bc119..1c08f3e4 100644 --- a/Data/Skills/act_int.lua +++ b/Data/Skills/act_int.lua @@ -4613,11 +4613,9 @@ skills["WaterSphere"] = { statMap = { ["skill_physical_damage_%_to_convert_to_cold"] = { mod("PhysicalDamageConvertToCold", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 1 }), - mod("PhysicalDamageConvertToCold", "BASE", 50, 0, 0, { type = "SkillPart", skillPart = 3 }), - }, - ["skill_physical_damage_%_to_convert_to_cold"] = { mod("PhysicalDamageConvertToLightning", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 2 }), - mod("PhysicalDamageConvertToLightning", "BASE", 50, 0, 0, { type = "SkillPart", skillPart = 3 }), + mod("PhysicalDamageConvertToCold", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 3 }), + mod("PhysicalDamageConvertToLightning", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 3 }), }, ["water_sphere_cold_lightning_exposure_%"] = { mod("ColdExposure", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Debuff" } ), diff --git a/Export/Skills/act_int.txt b/Export/Skills/act_int.txt index a4d62b9c..e6dd5faf 100644 --- a/Export/Skills/act_int.txt +++ b/Export/Skills/act_int.txt @@ -825,11 +825,9 @@ local skills, mod, flag, skill = ... statMap = { ["skill_physical_damage_%_to_convert_to_cold"] = { mod("PhysicalDamageConvertToCold", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 1 }), - mod("PhysicalDamageConvertToCold", "BASE", 50, 0, 0, { type = "SkillPart", skillPart = 3 }), - }, - ["skill_physical_damage_%_to_convert_to_cold"] = { mod("PhysicalDamageConvertToLightning", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 2 }), - mod("PhysicalDamageConvertToLightning", "BASE", 50, 0, 0, { type = "SkillPart", skillPart = 3 }), + mod("PhysicalDamageConvertToCold", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 3 }), + mod("PhysicalDamageConvertToLightning", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 3 }), }, ["water_sphere_cold_lightning_exposure_%"] = { mod("ColdExposure", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Debuff" } ), diff --git a/manifest.xml b/manifest.xml index 6513e8d1..8f8176b6 100644 --- a/manifest.xml +++ b/manifest.xml @@ -147,7 +147,7 @@ - +