Commit ce8db74cebc35ab20cdc678b5d46a0e5b7f32c72

Authored by DarkGod
2 parents 833c0510 32e813f1

Merge branch 'description-update-weapon-light' into 'master'

Update Weapon of Light description to include the shield duration refresh.



See merge request !752
... ... @@ -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,
... ...