Skip to content

Commit 3be64fb

Browse files
authored
Update Energy Shield gain to Per 10 Intelligence (#9492)
1 parent e702771 commit 3be64fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/CalcPerform.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ local function doActorAttribsConditions(env, actor)
497497
modDB:NewMod("Mana", "BASE", m_floor(output.Int / 2), "Intelligence")
498498
end
499499
if not modDB:Flag(nil, "NoIntBonusToES") then
500-
modDB:NewMod("EnergyShield", "INC", m_floor(output.Int / 5), "Intelligence")
500+
modDB:NewMod("EnergyShield", "INC", m_floor(output.Int / 10), "Intelligence")
501501
end
502502
end
503503
end

0 commit comments

Comments
 (0)