Skip to content
Snippets Groups Projects
Commit a3238fca authored by DarkGod's avatar DarkGod
Browse files

Reduced Runeskin crit bonus

parent 64c82723
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -102,7 +102,7 @@ newTalent{
mode = "passive",
no_npc_use = true, -- They mostly wouldnt use it efficiently
getLifeBonus = function(self, t) return self:combatTalentScale(t, 8, 30) end,
getCrit = function(self, t) return self:combatTalentScale(t, 1, 3) end,
getCrit = function(self, t) return self:combatTalentScale(t, 1, 1.8) end,
countRunes = function(self, t)
local nb = 0
for tid, lvl in pairs(self.talents) do
......
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