• Syntax: cast 'arcane barrage' <victim>
  • Level: 9
  • Class: Magician
  • Save: none
            
   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