Commit 32e813f158f0d292716b7b1213c81beb9915895b
1 parent
294e777b
Update Weapon of Light description to include the shield duration refresh.
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -109,7 +109,7 @@ newTalent{ |
109 | 109 | local damage = t.getDamage(self, t) |
110 | 110 | local shieldflat = t.getShieldFlat(self, t) |
111 | 111 | return ([[Infuse your weapon with the power of the Sun, adding %0.1f light damage on each melee hit. |
112 | - Additionally, if you have a temporary damage shield active, melee hits will increase its power by %d once per turn. | |
112 | + Additionally, if you have a temporary damage shield active, melee hits will increase its power by %d and set its duration to 2 (if not already higher), once per turn. | |
113 | 113 | The damage dealt and shield bonus will increase with your Spellpower.]]): |
114 | 114 | tformat(damDesc(self, DamageType.LIGHT, damage), shieldflat) |
115 | 115 | end, | ... | ... |
-
Please register or login to post a comment