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

a little clarification, maybe, perhaps

parent db21979b
No related branches found
No related tags found
No related merge requests found
......@@ -942,7 +942,7 @@ newTalent{
end,
info = function(self, t)
return ([[You enter an ogric wrath for %d turns.
Whenever you miss a melee attack or one of your damage is reduced by a damage shield or effect you gain a charge of Ogre Fury(up to 5 charges).
Whenever you miss a melee attack or any damage you deal is reduced by a damage shield or similar effect you gain a charge of Ogre Fury(up to 5 charges).
Each charge grants 10%% stun and confusion resistance, 20%% critical damage power and 5%% critical strike chance.
You loose a charge each time you deal a critical strike.
The duration will increase with your Strength.]]):format(t.getduration(self))
......
......@@ -808,7 +808,6 @@ function _M:createDisplay()
ret[#ret+1] = {left=self.c_gtree, top=align_empty1, ui=vsep3}
ret[#ret+1] = {left=vsep3, right=0, top=0, ui=self.c_desc, calc_width=3}
end
table.print(ret)
return ret
end
......
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