Commit 1d8a60af1a223f48d5b7c8a9d0a83c9914e23026

Authored by Otowa Kotori
1 parent 623b690c

Fix Hymn Nocturnalist description

https://forums.te4.org/viewtopic.php?f=42&t=52117
... ... @@ -521,7 +521,7 @@ newTalent{
521 521 end,
522 522 info = function(self, t)
523 523 return ([[Your passion for singing the praises of the Moons reaches its zenith.
524   - Your Hymns now fire shadowy beams that will hit up to %d of your foes within radius 5 for 1 to %0.2f damage, with a 20%% chance of blinding.
  524 + Your Hymns now fire shadowy beams that will hit up to %d of your foes within radius 5 for %0.2f damage, with a 25%% chance of blinding.
525 525 This powerful effect will drain %0.1f negative energy each time it fires at at least 1 target; no beam will fire if your negative energy is too low.
526 526 These values scale with your Spellpower.]]):tformat(t.getTargetCount(self, t), damDesc(self, DamageType.DARKNESS, t.getDamage(self, t)), t.getNegativeDrain(self, t))
527 527 end,
... ...