Ishar MUD

Help : Spell Arcane Barrage

If you are new here, you may want to download one of many MUD clients, and see our getting started guide.

(such as "spell" or "MUD Basics")


   A more learned mage may focus on several spells at once, launching multiple
magic arrows at once.

   The number of arrows is equal to casting level / 5. It's capped at 4 on the
end and starts at 2, meaning you gain a third at 15 and a 4th at 20.

   Effect:
      Damage: range(1, level) + 5 * (level / 5)

   Example:
      Level 10:
         Effect:
            Damage: range(1, 10) + 5 ~= 10 damage * 2 = 20 damage

See Also: Spell Magic Arrow