Ishar MUD

Help : Spell Flamestrike

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")


   Hits <victim> with a wash of flame doing a large amount of damage.

   Effect:
      Damage: (7 * level / 2) + 30

   Divine Purpose - Evil:
      Effect: Additional 20% damage

   Example:
      Level 10 - No Divine Purpose
         Effect:
            Damage: 7 * 10 / 2 + 30 = 65

      Level 10 - Evil Divine Purpose:
         Effect:
            Damage: (7 * 10 / 2 + 30) * 1.2 = 65 * 1.2 = 78