Skip to content

Commit ec5cf85

Browse files
author
LocalIdentity
committed
Fix Hydrosphere
1 parent 3e54c9e commit ec5cf85

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

Data/Skills/act_int.lua

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4613,11 +4613,9 @@ skills["WaterSphere"] = {
46134613
statMap = {
46144614
["skill_physical_damage_%_to_convert_to_cold"] = {
46154615
mod("PhysicalDamageConvertToCold", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 1 }),
4616-
mod("PhysicalDamageConvertToCold", "BASE", 50, 0, 0, { type = "SkillPart", skillPart = 3 }),
4617-
},
4618-
["skill_physical_damage_%_to_convert_to_cold"] = {
46194616
mod("PhysicalDamageConvertToLightning", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 2 }),
4620-
mod("PhysicalDamageConvertToLightning", "BASE", 50, 0, 0, { type = "SkillPart", skillPart = 3 }),
4617+
mod("PhysicalDamageConvertToCold", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 3 }),
4618+
mod("PhysicalDamageConvertToLightning", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 3 }),
46214619
},
46224620
["water_sphere_cold_lightning_exposure_%"] = {
46234621
mod("ColdExposure", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Debuff" } ),

Export/Skills/act_int.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -825,11 +825,9 @@ local skills, mod, flag, skill = ...
825825
statMap = {
826826
["skill_physical_damage_%_to_convert_to_cold"] = {
827827
mod("PhysicalDamageConvertToCold", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 1 }),
828-
mod("PhysicalDamageConvertToCold", "BASE", 50, 0, 0, { type = "SkillPart", skillPart = 3 }),
829-
},
830-
["skill_physical_damage_%_to_convert_to_cold"] = {
831828
mod("PhysicalDamageConvertToLightning", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 2 }),
832-
mod("PhysicalDamageConvertToLightning", "BASE", 50, 0, 0, { type = "SkillPart", skillPart = 3 }),
829+
mod("PhysicalDamageConvertToCold", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 3 }),
830+
mod("PhysicalDamageConvertToLightning", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 3 }),
833831
},
834832
["water_sphere_cold_lightning_exposure_%"] = {
835833
mod("ColdExposure", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Debuff" } ),

manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<File name="Data/Bases/sword.lua" part="program" sha1="2bbeaffbb2881fd3cd66905d8bca2fae26ba2147" />
148148
<File name="Data/Bases/wand.lua" part="program" sha1="a877bfb6fa76cd5a4b5188fa39d4a5830f87f03e" />
149149
<File name="Data/Skills/act_dex.lua" part="program" sha1="1ebed96cc786aa48206de8808e947b61a2a022f3" />
150-
<File name="Data/Skills/act_int.lua" part="program" sha1="656115f67d0bbfe964e486a3806cd95c7d26f97a" />
150+
<File name="Data/Skills/act_int.lua" part="program" sha1="35c9394a6a780c7dd7230bf3c61587971868aa1a" />
151151
<File name="Data/Skills/act_str.lua" part="program" sha1="d43b60809598e43cd8fa2386e7d9a3a2416c6170" />
152152
<File name="Data/Skills/glove.lua" part="program" sha1="326e47c9608f5f74b7801534f23dd7f81a702247" />
153153
<File name="Data/Skills/minion.lua" part="program" sha1="974856483deec360496ba2b52f1e0493ec070de5" />

0 commit comments

Comments
 (0)