[b34] Infusion of Wild Growth damage
Posted: Sun Oct 02, 2011 10:29 pm
The infusion of Wild Growth calls: for damage. It scales with talent level, which is 0 or 1 on an inscription, depending on whether it is applied or not. This leads to the description changing when it is applied.
Code: Select all
getDamage = function(self, t) return self:combatTalentMindDamage(t, 3, 20) end,