Skip to content
Snippets Groups Projects
Commit f72bc8ad authored by Lisa Greene's avatar Lisa Greene
Browse files

Fix

parent 51072220
No related branches found
No related tags found
1 merge request!663Misc talent scaling changes
......@@ -210,7 +210,7 @@ newTalent{
local ammo = self:hasAlchemistWeapon()
-- Heal fraction of max life for higher levels
local healbase = 44+self.alchemy_golem.max_life*self:combatTalentLimit(self:getTalentLevel(self.T_GOLEM_POWER),0.2, 0.01, 0.05,) -- Add up to 20% of max life to heal
local healbase = 44+self.alchemy_golem.max_life*self:combatTalentLimit(self:getTalentLevel(self.T_GOLEM_POWER),0.2, 0.01, 0.05) -- Add up to 20% of max life to heal
return healbase + self:combatTalentSpellDamage(self.T_GOLEM_POWER, 15, 550, ((ammo and ammo.alchemist_power or 0) + self:combatSpellpower()) / 2) --I5
end,
on_learn = function(self, t)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment