Difference between revisions of "Module:Table of spells"

From CrawlWiki
Jump to: navigation, search
(Adding Eringya's Noxious Bog)
m (Add Fulminant Prism's noise)
(39 intermediate revisions by 3 users not shown)
Line 1: Line 1:
-- Table of spells (0.19.0-2-gae57169)
+
-- Table of spells (0.25.0)
 
return {
 
return {
 
   ["Absolute Zero"] = {
 
   ["Absolute Zero"] = {
Line 57: Line 57:
 
       ["book of the Sky"] = true
 
       ["book of the Sky"] = true
 
     },
 
     },
     description = "Causes the air around a creature to twist itself into a whirling vortex of meteorological fury. It is especially effective against flying enemies.",
+
     description = "Causes the air around a creature to twist itself into a whirling vortex of meteorological fury. It does more damage to targets surrounded by empty space. It is especially effective against flying enemies.",
 
     flags = {
 
     flags = {
 
       NOT_SELF = true,
 
       NOT_SELF = true,
Line 159: Line 159:
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 1000,
+
     ["power cap"] = 50,
 
     range = {
 
     range = {
 
       max = 7,
 
       max = 7,
Line 195: Line 195:
 
       ["book of Changes"] = true
 
       ["book of Changes"] = true
 
     },
 
     },
     description = "Temporarily replaces one or a pair of the caster's appendages with an animal counterpart, giving them an extra attack. It is not powerful enough to meld armour or enhance appendages that are already nonhuman.",
+
     description = "Causes monstrous horns or talons to grow from the caster's body, granting them a chance of making an extra attack in melee. It is not powerful enough to meld armour or enhance appendages that are already nonhuman.",
 
     flags = {
 
     flags = {
 
       CHAOTIC = true,
 
       CHAOTIC = true,
Line 216: Line 216:
 
       ["book of Changes"] = true
 
       ["book of Changes"] = true
 
     },
 
     },
     description = "Causes long, scythe-shaped blades to grow from the caster's hands. It makes spellcasting somewhat difficult.",
+
     description = "Causes long, scythe-shaped blades to grow from the caster's hands, increasing melee damage significantly.",
 
     flags = {
 
     flags = {
 
       CHAOTIC = true,
 
       CHAOTIC = true,
Line 258: Line 258:
 
     }
 
     }
 
   },
 
   },
   ["Bolt of Cold"] = {
+
   ["Bolt of Magma"] = {
 
     books = {
 
     books = {
       ["book of Ice"] = true
+
       ["book of Power"] = true,
 +
      ["book of the Earth"] = true
 
     },
 
     },
     description = "Fires a penetrating bolt of frost.",
+
     description = "Fires a penetrating bolt of molten rock. A portion of its damage bypasses fire resistance. The range of the bolt is decreased by one for every creature it strikes.",
 
     flags = {
 
     flags = {
 
       DIR_OR_TARGET = true,
 
       DIR_OR_TARGET = true,
 
       NEEDS_TRACER = true
 
       NEEDS_TRACER = true
 
     },
 
     },
     level = 6,
+
     level = 5,
     name = "Bolt of Cold",
+
     name = "Bolt of Magma",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 5,
 
       effect = 2
 
       effect = 2
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 200,
 
     range = {
 
     range = {
       max = 5,
+
       max = 4,
       min = 5
+
       min = 4
 
     },
 
     },
     rarity = 10,
+
     rarity = 6,
 
     schools = {
 
     schools = {
 
       Conjuration = true,
 
       Conjuration = true,
       Ice = true
+
       Earth = true,
 +
      Fire = true
 
     }
 
     }
 
   },
 
   },
   ["Bolt of Draining"] = {
+
   ["Borgnjor's Revivification"] = {
 
     books = {
 
     books = {
       ["book of Death"] = true
+
       Necronomicon = true
 
     },
 
     },
     description = "Fires a penetrating bolt of negative energy, which drains any living creature it strikes.",
+
     description = "Instantly heals any and all wounds suffered by the caster, but also permanently lessens their resilience to injury, to a degree dependent on (and inversely related to) power.\n\nIt is powerful enough to cancel the effects of Death's Door, although doing so will briefly paralyse the caster. It has no effect on the undead.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       UTILITY = true
      NEEDS_TRACER = true
 
 
     },
 
     },
     level = 5,
+
     level = 8,
     name = "Bolt of Draining",
+
     name = "Borgnjor's Revivification",
 
     noise = {
 
     noise = {
       casting = 2,
+
       casting = 6,
       effect = 2
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 200,
    range = {
+
     rarity = -1,
      max = 5,
 
      min = 5
 
    },
 
     rarity = 11,
 
 
     schools = {
 
     schools = {
      Conjuration = true,
 
 
       Necromancy = true
 
       Necromancy = true
 
     }
 
     }
 
   },
 
   },
   ["Bolt of Fire"] = {
+
   ["Borgnjor's Vile Clutch"] = {
 
     books = {
 
     books = {
       ["book of Fire"] = true,
+
       ["book of Dreams"] = true,
       ["book of the Dragon"] = true
+
       ["book of Unlife"] = true
 
     },
 
     },
     description = "Fires a penetrating bolt of flames.",
+
     description = "Calls forth hands from corpses interred beneath the dungeon floor long ago. Enemies caught in the area will be held in place and constricted until they break free.",
 
     flags = {
 
     flags = {
 
       DIR_OR_TARGET = true,
 
       DIR_OR_TARGET = true,
 
       NEEDS_TRACER = true
 
       NEEDS_TRACER = true
 
     },
 
     },
     level = 6,
+
     level = 5,
     name = "Bolt of Fire",
+
     name = "Borgnjor's Vile Clutch",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 0,
       effect = 2
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 200,
 
     range = {
 
     range = {
 
       max = 6,
 
       max = 6,
 
       min = 6
 
       min = 6
 
     },
 
     },
     rarity = 10,
+
     rarity = 6,
 
     schools = {
 
     schools = {
       Conjuration = true,
+
       Necromancy = true,
       Fire = true
+
       Earth = true
 
     }
 
     }
 
   },
 
   },
   ["Bolt of Magma"] = {
+
   ["Call Canine Familiar"] = {
 
     books = {
 
     books = {
       ["book of Power"] = true,
+
       ["book of Beasts"] = true,
       ["book of the Earth"] = true
+
       ["book of Callings"] = true
 
     },
 
     },
     description = "Fires a penetrating bolt of molten rock. A portion of its damage bypasses fire resistance. The range of the bolt is decreased by one for every creature it strikes.",
+
     description = "Summons a solitary canine to the caster's aid.",
     flags = {
+
     flags = {},
      DIR_OR_TARGET = true,
+
     level = 3,
      NEEDS_TRACER = true
+
     name = "Call Canine Familiar",
    },
 
     level = 5,
 
     name = "Bolt of Magma",
 
 
     noise = {
 
     noise = {
       casting = 5,
+
       casting = 3,
       effect = 2
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 100,
     range = {
+
     quote = "“There seemed a strange stillness over everything. But as I listened, I heard as if from down below in the valley the howling of many wolves. The Count's eyes gleamed, and he said.\n\n‘Listen to them, the children of the night. What music they make!’ Seeing, I suppose, some expression in my face strange to him, he added, ‘Ah, sir, you dwellers in the city cannot enter into the feelings of the hunter.’”\n    -Bram Stoker, _Dracula_. 1897.",
      max = 4,
+
    rarity = 3,
       min = 4
+
    schools = {
 +
       Summoning = true
 
     },
 
     },
     rarity = 6,
+
     ["summons limit"] = 1
    schools = {
 
      Conjuration = true,
 
      Earth = true,
 
      Fire = true
 
    }
 
 
   },
 
   },
   ["Borgnjor's Revivification"] = {
+
   ["Call Imp"] = {
 
     books = {
 
     books = {
       Necronomicon = true
+
       ["book of Callings"] = true,
 +
      ["book of Minor Magic"] = true
 
     },
 
     },
     description = "Instantly heals any and all wounds suffered by the caster, but also permanently lessens their resilience to injury, to a degree dependent on (and inversely related to) power.\n\nIt is powerful enough to cancel the effects of Death's Door, although doing so will briefly paralyse the caster. It has no effect on the undead.",
+
     description = "Calls forth a minor demon from the pits of Hell.",
 
     flags = {
 
     flags = {
       UTILITY = true
+
       SELFENCH = true,
 +
      UNHOLY = true
 
     },
 
     },
     level = 8,
+
     level = 2,
     name = "Borgnjor's Revivification",
+
     name = "Call Imp",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 2,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 100,
     rarity = -1,
+
     rarity = 1,
 
     schools = {
 
     schools = {
       Necromancy = true
+
       Summoning = true
     }
+
     },
 +
    ["summons limit"] = 3
 
   },
 
   },
   ["Borgnjor's Vile Clutch"] = {
+
   ["Cause Fear"] = {
 
     books = {
 
     books = {
       ["book of Necromancy"] = true,
+
       ["book of Debilitation"] = true,
       ["book of Dreams"] = true,
+
       ["book of Hexes"] = true,
       ["book of Unlife"] = true
+
       ["book of the Dragon"] = true
 
     },
 
     },
     description = "Calls forth hands from corpses interred beneath the dungeon floor long ago. Enemies caught in the area will be held in place and constricted until they break free.",
+
     description = "Causes fear in those near to the caster, causing those affected to be unable to approach the caster, and to sometimes fail to attack them in melee. Leaving the caster's line of sight will end the effect.",
 
     flags = {
 
     flags = {
       TARGET = true
+
       AREA = true,
 +
      MR_CHECK = true
 
     },
 
     },
     level = 5,
+
     level = 4,
     name = "Borgnjor's Vile Clutch",
+
     name = "Cause Fear",
 
     noise = {
 
     noise = {
       casting = 0,
+
       casting = 3,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
 +
    quote = "“And when Miranda sang\n Everyone turned away\n Used to the noose, they obey”\n    -The Mars Volta, “Miranda That Ghost Just Isn't Holy Anymore”. 2005.",
 
     range = {
 
     range = {
       max = 6,
+
       max = 7,
       min = 6
+
       min = 7
 
     },
 
     },
     rarity = 6,
+
     rarity = 5,
 
     schools = {
 
     schools = {
       Necromancy = true,
+
       Hexes = true
      Earth = true
 
 
     }
 
     }
 
   },
 
   },
   ["Call Canine Familiar"] = {
+
   ["Chain Lightning"] = {
 
     books = {
 
     books = {
       ["book of Beasts"] = true,
+
       ["book of Annihilations"] = true
      ["book of Callings"] = true
+
    },
 +
    description = "Releases a massive electrical discharge that arcs from target to target until it grounds out. It may ground out harmlessly if there are no targets sufficiently close to the caster. Its damage partially bypasses armour.",
 +
    flags = {
 +
      AREA = true
 
     },
 
     },
    description = "Summons a solitary canine to the caster's aid.",
+
     level = 8,
    flags = {},
+
     name = "Chain Lightning",
     level = 3,
 
     name = "Call Canine Familiar",
 
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 8,
       effect = 0
+
       effect = 25
 
     },
 
     },
     ["power cap"] = 100,
+
     ["power cap"] = 200,
     quote = "“There seemed a strange stillness over everything. But as I listened, I heard as if from down below in the valley the howling of many wolves. The Count's eyes gleamed, and he said.\n\n‘Listen to them, the children of the night. What music they make!’ Seeing, I suppose, some expression in my face strange to him, he added, ‘Ah, sir, you dwellers in the city cannot enter into the feelings of the hunter.’”\n    -Bram Stoker, _Dracula_. 1897.",
+
     quote = "“The trouble ain't that there is too many fools,\n but that the lightning ain't distributed right.\n    -traditionally attributed to Samuel Clemens",
     rarity = 3,
+
     rarity = -1,
 
     schools = {
 
     schools = {
       Summoning = true
+
       Air = true,
     },
+
      Conjuration = true
    ["summons limit"] = 1
+
     }
 
   },
 
   },
   ["Call Imp"] = {
+
   ["Confusing Touch"] = {
 
     books = {
 
     books = {
       ["book of Callings"] = true,
+
       ["book of Maledictions"] = true,
       ["book of Minor Magic"] = true
+
       ["book of Misfortune"] = true
 
     },
 
     },
     description = "Calls forth a minor demon from the pits of Hell.",
+
     description = "Enchants the caster's dominant hand with magical energy. This energy is released when the caster touches a monster, and may induce a state of confusion in the monster. The caster's attacks do no damage while attempting to touch a monster in this way.",
     flags = {
+
     flags = {},
      SELFENCH = true,
+
     level = 3,
      UNHOLY = true
+
     name = "Confusing Touch",
    },
 
     level = 2,
 
     name = "Call Imp",
 
 
     noise = {
 
     noise = {
 
       casting = 2,
 
       casting = 2,
Line 452: Line 443:
 
     rarity = 1,
 
     rarity = 1,
 
     schools = {
 
     schools = {
       Summoning = true
+
       Hexes = true
     },
+
     }
    ["summons limit"] = 3
 
 
   },
 
   },
   ["Cause Fear"] = {
+
   ["Conjure Ball Lightning"] = {
 
     books = {
 
     books = {
      ["book of Debilitation"] = true,
+
       ["book of the Sky"] = true
      ["book of Enchantments"] = true,
 
       ["book of the Dragon"] = true
 
 
     },
 
     },
     description = "Causes fear in those near to the caster, causing those affected to be unable to approach the caster, and to sometimes fail to attack them in melee. Leaving the caster's line of sight will end the effect.",
+
     description = "Creates a pack of ball lightnings, which seek out the nearest enemy before exploding in a huge blast of electricity. Casters are advised to use caution; the lightning is not mindful of what it may hit.\n\nThe magic which keeps ball lightnings cohesive has limited range, so they may dissipate harmlessly if allowed to drift too far away from their caster before exploding.",
 
     flags = {
 
     flags = {
       AREA = true,
+
       SELFENCH = true
      MR_CHECK = true
 
 
     },
 
     },
     level = 4,
+
     level = 6,
     name = "Cause Fear",
+
     name = "Conjure Ball Lightning",
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 6,
       effect = 0
+
       effect = 25
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
    quote = "“And when Miranda sang\n Everyone turned away\n Used to the noose, they obey”\n    -The Mars Volta, “Miranda That Ghost Just Isn't Holy Anymore”. 2005.",
+
     rarity = 10,
    range = {
 
      max = 7,
 
      min = 7
 
    },
 
     rarity = 5,
 
 
     schools = {
 
     schools = {
       Hexes = true
+
       Air = true,
 +
      Conjuration = true
 
     }
 
     }
 
   },
 
   },
   ["Chain Lightning"] = {
+
   ["Conjure Flame"] = {
 
     books = {
 
     books = {
       ["book of Annihilations"] = true
+
       ["book of Clouds"] = true,
 +
      ["book of Flames"] = true,
 +
      ["book of Minor Magic"] = true
 
     },
 
     },
     description = "Releases a massive electrical discharge that arcs from target to target until it grounds out. It may ground out harmlessly if there are no targets sufficiently close to the caster. Its damage partially bypasses armour.",
+
     description = "Create a cloud of magically sustained fire at the caster's feet. The fire takes a moment to begin burning with vigor and in its fragile initial state is easily smothered by either the caster or a wandering monster. Re-casting the spell will bring the fire fully to life, but will burn the caster.",
 
     flags = {
 
     flags = {
       AREA = true
+
       NOT_SELF = true,
 +
      TARGET = true
 
     },
 
     },
     level = 8,
+
     level = 3,
     name = "Chain Lightning",
+
     name = "Conjure Flame",
 
     noise = {
 
     noise = {
       casting = 8,
+
       casting = 3,
       effect = 25
+
       effect = 2
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 100,
    quote = "“The trouble ain't that there is too many fools,\n but that the lightning ain't distributed right.”\n    -traditionally attributed to Samuel Clemens",
+
     rarity = 1,
     rarity = -1,
 
 
     schools = {
 
     schools = {
       Air = true,
+
       Conjuration = true,
       Conjuration = true
+
       Fire = true
 
     }
 
     }
 
   },
 
   },
   Confuse = {
+
   ["Controlled Blink"] = {
 
     books = {
 
     books = {
       ["book of Maledictions"] = true,
+
       ["book of the Warp"] = true
      ["book of Misfortune"] = true
 
 
     },
 
     },
     description = "Induces a state of bewilderment and confusion in a creature's mind.",
+
     description = "Translocates the caster a short distance, with precise control. Be wary that controlled translocations will cause the subject to become contaminated with magical energy.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       EMERGENCY = true,
       MR_CHECK = true,
+
       ESCAPE = true,
       NEEDS_TRACER = true
+
       UTILITY = true
 
     },
 
     },
     level = 3,
+
     level = 8,
     name = "Confuse",
+
     name = "Controlled Blink",
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 2,
       effect = 2
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 0,
    range = {
+
     rarity = 15,
      max = 7,
+
     schools = {
      min = 7
+
       Translocation = true
    },
 
     rarity = 1,
 
     schools = {
 
       Hexes = true
 
 
     }
 
     }
 
   },
 
   },
   ["Confusing Touch"] = {
+
   Corona = {
 
     books = {
 
     books = {
 
       ["book of Cantrips"] = true,
 
       ["book of Cantrips"] = true,
       ["book of Misfortune"] = true
+
       ["book of Debilitation"] = true,
 +
      ["book of Maledictions"] = true
 +
    },
 +
    description = "Causes a halo of glowing light to surround and effectively outline a creature. This glow offsets the dark, musty atmosphere of the dungeon, and makes the affected creature appreciably easier to hit.",
 +
    flags = {
 +
      DIR_OR_TARGET = true,
 +
      MR_CHECK = true,
 +
      NEEDS_TRACER = true,
 +
      NOT_SELF = true
 
     },
 
     },
    description = "Enchants the caster's dominant hand with magical energy. This energy is released when the caster touches a monster with their bare hand, and may induce a state of confusion in the monster.",
 
    flags = {},
 
 
     level = 1,
 
     level = 1,
     name = "Confusing Touch",
+
     name = "Corona",
 
     noise = {
 
     noise = {
       casting = 2,
+
       casting = 1,
       effect = 0
+
      effect = 2
 +
    },
 +
    ["power cap"] = 40,
 +
    range = {
 +
      max = 7,
 +
       min = 7
 
     },
 
     },
    ["power cap"] = 50,
+
     rarity = 2,
     rarity = 1,
 
 
     schools = {
 
     schools = {
 
       Hexes = true
 
       Hexes = true
 
     }
 
     }
 
   },
 
   },
   ["Conjure Ball Lightning"] = {
+
   ["Corpse Rot"] = {
 
     books = {
 
     books = {
       ["book of the Sky"] = true
+
       ["book of Death"] = true,
 +
      ["Fen Folio"] = true
 
     },
 
     },
     description = "Creates a pack of ball lightnings, which seek out the nearest enemy before exploding in a huge blast of electricity. Casters are advised to use caution; the lightning is not mindful of what it may hit.\n\nThe magic which keeps ball lightnings cohesive has limited range, so they may dissipate harmlessly if allowed to drift too far away from their caster before exploding.",
+
     description = "Rapidly accelerates the decomposition of any corpses lying around the caster, and gathers the foul miasmic vapour around the caster. The clouds eat away at the life force of any creature they envelop.",
 
     flags = {
 
     flags = {
       SELFENCH = true
+
       AREA = true,
 +
      NEUTRAL = true,
 +
      UNCLEAN = true
 
     },
 
     },
     level = 6,
+
     level = 2,
     name = "Conjure Ball Lightning",
+
     name = "Corpse Rot",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 2,
       effect = 25
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 0,
     rarity = 10,
+
     rarity = 11,
 
     schools = {
 
     schools = {
       Air = true,
+
       Necromancy = true
      Conjuration = true
 
 
     }
 
     }
 
   },
 
   },
   ["Conjure Flame"] = {
+
   Darkness = {
 
     books = {
 
     books = {
       ["book of Clouds"] = true,
+
       ["book of Burglary"] = true,
       ["book of Flames"] = true,
+
       ["book of Dreams"] = true
      ["book of Minor Magic"] = true
 
 
     },
 
     },
     description = "Creates a column of roaring flame in a targeted empty location.",
+
     description = "Dims the light of the dungeon, reducing the range of vision.",
     flags = {
+
     flags = {},
      NOT_SELF = true,
+
     level = 6,
      TARGET = true
+
     name = "Darkness",
    },
 
     level = 3,
 
     name = "Conjure Flame",
 
 
     noise = {
 
     noise = {
 
       casting = 3,
 
       casting = 3,
       effect = 2
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 100,
+
     ["power cap"] = 200,
     range = {
+
     quote = "“If I must die, I will encounter darkness as a bride,\n     And hug it in my arms.”\n    -William Shakespeare, “Measure for Measure”",
      max = 3,
+
     rarity = 12,
      min = 3
 
     },
 
     rarity = 1,
 
 
     schools = {
 
     schools = {
       Conjuration = true,
+
       Hexes = true
      Fire = true
 
 
     }
 
     }
 
   },
 
   },
   ["Controlled Blink"] = {
+
   ["Dazzling Flash"] = {
 
     books = {
 
     books = {
       ["book of the Warp"] = true
+
       ["book of Conjurations"] = true,
 +
      ["book of Maledictions"] = true
 
     },
 
     },
     description = "Translocates the caster a short distance, with precise control. Be wary that controlled translocations will cause the subject to become contaminated with magical energy.",
+
     description = "The caster erupts in a scintillating display of light. Any living creature nearby may be dazzled and left stumbling blindly.",
 
     flags = {
 
     flags = {
       EMERGENCY = true,
+
       AREA = true,
       ESCAPE = true,
+
       NO_GHOST = true
      UTILITY = true
 
 
     },
 
     },
     level = 8,
+
     level = 3,
     name = "Controlled Blink",
+
     name = "Dazzling Flash",
 
     noise = {
 
     noise = {
       casting = 2,
+
       casting = 0,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 0,
+
     ["power cap"] = 50,
    rarity = 15,
 
    schools = {
 
      Translocation = true
 
    }
 
  },
 
  Corona = {
 
    books = {
 
      ["book of Debilitation"] = true,
 
      ["book of Maledictions"] = true
 
    },
 
    description = "Causes a halo of glowing light to surround and effectively outline a creature. This glow offsets the dark, musty atmosphere of the dungeon, and makes the affected creature appreciably easier to hit.",
 
    flags = {
 
      DIR_OR_TARGET = true,
 
      MR_CHECK = true,
 
      NEEDS_TRACER = true,
 
      NOT_SELF = true
 
    },
 
    level = 1,
 
    name = "Corona",
 
    noise = {
 
      casting = 1,
 
      effect = 2
 
    },
 
    ["power cap"] = 40,
 
 
     range = {
 
     range = {
       max = 7,
+
       max = 3,
       min = 7
+
       min = 2
 
     },
 
     },
 
     rarity = 2,
 
     rarity = 2,
 
     schools = {
 
     schools = {
 +
      Conjuration = true,
 
       Hexes = true
 
       Hexes = true
 
     }
 
     }
 
   },
 
   },
   ["Corpse Rot"] = {
+
   ["Death Channel"] = {
 
     books = {
 
     books = {
       ["book of Death"] = true,
+
       ["book of Unlife"] = true
      ["Fen Folio"] = true
 
 
     },
 
     },
     description = "Rapidly accelerates the decomposition of any corpses lying around the caster, emitting in the process a foul miasmic vapour, which eats away at the life force of any creature it envelops.",
+
     description = "Raises living creatures slain by the caster and their allies, reducing them to a state of spectral slavery.",
 
     flags = {
 
     flags = {
       AREA = true,
+
       HELPFUL = true,
       NEUTRAL = true,
+
       UTILITY = true
      UNCLEAN = true
 
 
     },
 
     },
     level = 2,
+
     level = 6,
     name = "Corpse Rot",
+
     name = "Death Channel",
 
     noise = {
 
     noise = {
       casting = 2,
+
       casting = 5,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 0,
+
     ["power cap"] = 200,
     rarity = 11,
+
     rarity = 10,
 
     schools = {
 
     schools = {
 
       Necromancy = true
 
       Necromancy = true
 
     }
 
     }
 
   },
 
   },
   Darkness = {
+
   ["Death's Door"] = {
 
     books = {
 
     books = {
       ["book of Burglary"] = true,
+
       Necronomicon = true
       ["book of Dreams"] = true
+
    },
 +
    description = "Renders the caster nigh invulnerable to harm for a brief period, but brings them dangerously close to death in the process. So close, in fact, that the body believes itself to be dead — healing effects will do nothing.\n\nThe caster will receive one warning shortly before the spell expires. After expiry, the spell cannot immediately be recast, but with high power the caster will be left more resilient when the effect ends. It has no effect on those who are already undead.",
 +
    flags = {
 +
      EMERGENCY = true,
 +
       NO_GHOST = true,
 +
      UTILITY = true
 
     },
 
     },
    description = "Dims the light of the dungeon, reducing the range of vision.",
+
     level = 8,
    flags = {},
+
     name = "Death's Door",
     level = 6,
 
     name = "Darkness",
 
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 6,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
     quote = "“If I must die, I will encounter darkness as a bride,\n    And hug it in my arms.”\n    -William Shakespeare, “Measure for Measure”",
+
     rarity = -1,
    rarity = 12,
 
 
     schools = {
 
     schools = {
       Hexes = true
+
       Charms = true,
 +
      Necromancy = true
 
     }
 
     }
 
   },
 
   },
   ["Dazzling Flash"] = {
+
   Discord = {
 
     books = {
 
     books = {
       ["book of Conjurations"] = true,
+
       ["book of Hexes"] = true
      ["book of Maledictions"] = true
 
 
     },
 
     },
     description = "The caster erupts in a scintillating display of light. Any living creature nearby may be dazzled and left stumbling blindly.",
+
     description = "Drives nearby creatures into an insane frenzy, causing them to mercilessly attack anything and everything nearby with great strength and speed.",
 
     flags = {
 
     flags = {
 
       AREA = true,
 
       AREA = true,
       NO_GHOST = true
+
       HASTY = true
 
     },
 
     },
     level = 3,
+
     level = 8,
     name = "Dazzling Flash",
+
     name = "Discord",
 
     noise = {
 
     noise = {
       casting = 0,
+
       casting = 6,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 200,
    range = {
+
     rarity = 7,
      max = 3,
 
      min = 2
 
    },
 
     rarity = 2,
 
 
     schools = {
 
     schools = {
      Conjuration = true,
 
 
       Hexes = true
 
       Hexes = true
 
     }
 
     }
 
   },
 
   },
   ["Dazzling Spray"] = {
+
   Disjunction = {
 
     books = {
 
     books = {
       ["book of Conjurations"] = true,
+
       ["book of the Warp"] = true
      ["book of Maledictions"] = true
 
 
     },
 
     },
     description = "Fires a spread of scintillating energy bolts from the caster's fingertips. Any living creature they strike may be dazzled and left stumbling blindly.",
+
     description = "Destabilizes the space in a sphere around the caster for a while, causing anyone nearby to blink away from the caster. The chance of blinking depends on the distance from the caster, being nearly certain when directly adjacent. It causes magical contamination when cast.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       ESCAPE = true,
       NOT_SELF = true
+
       UTILITY = true
 
     },
 
     },
     level = 3,
+
     level = 8,
     name = "Dazzling Spray",
+
     name = "Disjunction",
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 6,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 200,
    range = {
+
     rarity = 15,
      max = 5,
 
      min = 5
 
    },
 
     rarity = 2,
 
 
     schools = {
 
     schools = {
       Conjuration = true,
+
       Translocation = true
      Hexes = true
 
 
     }
 
     }
 
   },
 
   },
   ["Death Channel"] = {
+
   ["Dispel Undead"] = {
 
     books = {
 
     books = {
       ["book of Unlife"] = true
+
       ["book of Death"] = true
 
     },
 
     },
     description = "Raises living creatures slain by the caster and their allies, reducing them to a state of spectral slavery.",
+
     description = "Harms an adjacent undead creature greatly by interfering with the forces binding it together.",
 
     flags = {
 
     flags = {
       HELPFUL = true,
+
       DIR_OR_TARGET = true,
       UTILITY = true
+
       NEEDS_TRACER = true
 
     },
 
     },
     level = 6,
+
     level = 5,
     name = "Death Channel",
+
     name = "Dispel Undead",
 
     noise = {
 
     noise = {
       casting = 5,
+
       casting = 4,
       effect = 0
+
       effect = 2
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 100,
     rarity = 10,
+
    range = {
 +
      max = 1,
 +
      min = 1
 +
    },
 +
     rarity = 11,
 
     schools = {
 
     schools = {
 
       Necromancy = true
 
       Necromancy = true
 
     }
 
     }
 
   },
 
   },
   ["Death's Door"] = {
+
   Dispersal = {
 
     books = {
 
     books = {
       Necronomicon = true
+
       ["book of the Warp"] = true
 
     },
 
     },
     description = "Renders the caster nigh invulnerable to harm for a brief period, but brings them dangerously close to death in the process. So close, in fact, that the body believes itself to be dead — healing effects will do nothing.\n\nThe caster will receive one warning shortly before the spell expires. After expiry, the spell cannot immediately be recast, but with high power the caster will be left more resilient when the effect ends. It has no effect on those who are already undead.",
+
     description = "Teleports away any creatures within a short distance of the caster. Any creature that resists the effect will still be irresistibly blinked a shorter distance, and any monster it affects at all has a chance of being confused by the warping of space.",
 
     flags = {
 
     flags = {
       EMERGENCY = true,
+
       AREA = true,
       NO_GHOST = true,
+
       ESCAPE = true
      UTILITY = true
 
 
     },
 
     },
     level = 8,
+
     level = 6,
     name = "Death's Door",
+
     name = "Dispersal",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 5,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
     rarity = -1,
+
    range = {
 +
      max = 4,
 +
      min = 1
 +
    },
 +
     rarity = 15,
 
     schools = {
 
     schools = {
       Charms = true,
+
       Translocation = true
      Necromancy = true
 
 
     }
 
     }
 
   },
 
   },
   ["Deflect Missiles"] = {
+
   ["Dragon Form"] = {
 
     books = {
 
     books = {
       ["book of Enchantments"] = true,
+
       ["book of the Dragon"] = true,
       ["book of the Sky"] = true
+
       ["book of Transfigurations"] = true
 
     },
 
     },
     description = "Protects the caster from all kinds of projectile attacks, making them significantly easier to dodge. It is highly effective against both single-target and penetrating attacks. Each time a missile is deflected the spell has a chance of expiring, with a lower chance of expiry at high power.",
+
     description = "Transforms the caster into a mighty, fire-breathing dragon. The caster becomes highly resistant to fire and resistant to poison, but vulnerable to cold. The caster becomes able to deal incredible damage in melee combat, and they become much more robust, although their evasiveness is reduced.\n\nWhile transformed, any equipped weapons and armour are melded.",
 
     flags = {
 
     flags = {
 +
      CHAOTIC = true,
 
       HELPFUL = true,
 
       HELPFUL = true,
 
       UTILITY = true
 
       UTILITY = true
 
     },
 
     },
     level = 6,
+
     level = 7,
     name = "Deflect Missiles",
+
     name = "Dragon Form",
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 6,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
     rarity = 7,
+
     rarity = 8,
 
     schools = {
 
     schools = {
       Air = true,
+
       Transmutation = true
      Charms = true
 
 
     }
 
     }
 
   },
 
   },
   Discord = {
+
   ["Dragon's Call"] = {
 
     books = {
 
     books = {
       ["book of Enchantments"] = true
+
       ["book of the Dragon"] = true
 
     },
 
     },
     description = "Drives nearby creatures into an insane frenzy, causing them to mercilessly attack anything and everything nearby with great strength and speed.",
+
     description = "Issues a powerful call to a draconic realm, beckoning forth dragon after dragon to engage the summoner's enemies. The spell is taxing to maintain, and each new dragon which answers the call will further drain the summoner's magical reserves. After the call ends, it cannot be issued again for a short time.",
     flags = {
+
     flags = {},
      AREA = true,
+
     level = 9,
      HASTY = true
+
     name = "Dragon's Call",
    },
 
     level = 8,
 
     name = "Discord",
 
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 7,
       effect = 0
+
       effect = 15
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
     rarity = 7,
+
    quote = "“This is where the dragons went.\n They lie...\n Not dead, not asleep. Not waiting, because waiting implies expectation.\n Possibly the word we're looking for here is...\n ...dormant.\n And although the space they occupy isn't like normal space, nevertheless\n  they are packed in tightly. Not a cubic inch there but is filled by a claw,\n  a talon, a scale, the tip of a tail, so the effect is like one of those\n  trick drawings and your eyeballs eventually realise that the space between\n  each dragon is, in fact, another dragon.\n They could put you in mind of a can of sardines, if you thought sardines\n  were huge and scaly and proud and arrogant.\n And presumably, somewhere, there's the key.”\n    -Terry Pratchett, “Guards! Guards!”. 1990.",
 +
     rarity = 15,
 
     schools = {
 
     schools = {
       Hexes = true
+
       Summoning = true
 
     }
 
     }
 
   },
 
   },
   Disjunction = {
+
   ["Ensorcelled Hibernation"] = {
 
     books = {
 
     books = {
       ["book of the Warp"] = true
+
       ["book of Dreams"] = true,
 +
      ["book of Maledictions"] = true
 
     },
 
     },
     description = "Destabilizes the space in a sphere around the caster for a while, causing anyone nearby to blink away from the caster. The chance of blinking depends on the distance from the caster, being nearly certain when directly adjacent. It causes magical contamination when cast.",
+
     description = "Lowers its target's metabolic rate, inducing hibernation. After awakening, the target will be unable to be put to sleep again for some time.",
 
     flags = {
 
     flags = {
       ESCAPE = true,
+
       DIR_OR_TARGET = true,
       UTILITY = true
+
       MR_CHECK = true,
 +
      NEEDS_TRACER = true,
 +
      NOT_SELF = true
 
     },
 
     },
     level = 8,
+
     level = 2,
     name = "Disjunction",
+
     name = "Ensorcelled Hibernation",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 0,
       effect = 0
+
       effect = 2
 +
    },
 +
    ["power cap"] = 56,
 +
    quote = "“Sweet dreams are made of this; who am I to disagree?”\n    -Eurythmics, “Sweet Dreams (Are Made of This)”. 1983.",
 +
    range = {
 +
      max = 7,
 +
      min = 7
 
     },
 
     },
    ["power cap"] = 200,
+
     rarity = 2,
     rarity = 15,
 
 
     schools = {
 
     schools = {
       Translocation = true
+
       Hexes = true,
 +
      Ice = true
 
     }
 
     }
 
   },
 
   },
   ["Dispel Undead"] = {
+
   ["Eringya's Noxious Bog"] = {
 
     books = {
 
     books = {
       ["book of Death"] = true
+
       ["book of Alchemy"] = true,
 +
      ["Fen Folio"] = true
 
     },
 
     },
     description = "Harms an undead creature greatly by interfering with the forces binding it together.",
+
     description = "Causes the caster to release a torrent of sludge, which transforms the dungeon into a toxic bog in the caster's wake. The sludge damages and poisons all monsters, even those resistant to poison. The sludge is temporary, cannot replace deep water or lava, and cannot be sustained out of the caster's sight. Spellpower will increase both the duration of the torrent and how long the sludge lingers.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       SELFENCH = true
      NEEDS_TRACER = true
 
 
     },
 
     },
     level = 5,
+
     level = 6,
     name = "Dispel Undead",
+
     name = "Eringya's Noxious Bog",
 
     noise = {
 
     noise = {
       casting = 4,
+
       casting = 2,
       effect = 2
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 200,
     range = {
+
     rarity = 4,
      max = 4,
 
      min = 4
 
    },
 
    rarity = 11,
 
 
     schools = {
 
     schools = {
       Necromancy = true
+
       Poison = true,
 +
      Transmutation = true
 
     }
 
     }
 
   },
 
   },
   Dispersal = {
+
   ["Excruciating Wounds"] = {
 
     books = {
 
     books = {
       ["book of the Warp"] = true
+
       ["book of Death"] = true
 
     },
 
     },
     description = "Teleports away any creatures within a short distance of the caster. Any creature that resists the effect will still be irresistibly blinked a shorter distance, and any monster it affects at all has a chance of being confused by the warping of space.",
+
     description = "Temporarily infuses the weapon held by the caster with the essence of pain itself. It will not affect artefact weapons.",
 
     flags = {
 
     flags = {
       AREA = true,
+
       HELPFUL = true
      ESCAPE = true
 
 
     },
 
     },
     level = 6,
+
     level = 5,
     name = "Dispersal",
+
     name = "Excruciating Wounds",
 
     noise = {
 
     noise = {
       casting = 5,
+
       casting = 4,
       effect = 0
+
       effect = 15
     },
+
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
    range = {
+
     rarity = 11,
      max = 4,
 
      min = 1
 
    },
 
     rarity = 15,
 
 
     schools = {
 
     schools = {
       Translocation = true
+
       Charms = true,
 +
      Necromancy = true
 
     }
 
     }
 
   },
 
   },
   ["Dragon Form"] = {
+
   ["Fire Storm"] = {
 
     books = {
 
     books = {
       ["book of the Dragon"] = true,
+
       ["book of Annihilations"] = true
      ["book of Transfigurations"] = true
 
 
     },
 
     },
     description = "Transforms the caster into a mighty, fire-breathing dragon. The caster becomes highly resistant to fire and resistant to poison, but vulnerable to cold. The caster becomes able to deal incredible damage in melee combat, and they become much more robust, although their evasiveness is reduced.\n\nWhile transformed, any equipped weapons and armour are melded.",
+
     description = "Calls forth a mighty storm of roaring flame directly onto the target, dealing damage in a large area and leaving behind short-lived fire vortices. A portion of its damage bypasses fire resistance.",
 
     flags = {
 
     flags = {
       CHAOTIC = true,
+
       AREA = true,
       HELPFUL = true,
+
       NEEDS_TRACER = true,
       UTILITY = true
+
       TARGET = true
 
     },
 
     },
     level = 7,
+
     level = 9,
     name = "Dragon Form",
+
     name = "Fire Storm",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 9,
       effect = 0
+
       effect = 25
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
     rarity = 8,
+
    quote = "“Some have said there is no subtlety to destruction. You know what? They're dead.”\n    -Jaya Ballard, task mage (Magic: the Gathering)",
 +
    range = {
 +
      max = 5,
 +
      min = 5
 +
    },
 +
     rarity = -1,
 
     schools = {
 
     schools = {
       Transmutation = true
+
       Conjuration = true,
 +
      Fire = true
 
     }
 
     }
 
   },
 
   },
   ["Dragon's Call"] = {
+
   Fireball = {
 
     books = {
 
     books = {
       ["book of the Dragon"] = true
+
       ["book of Fire"] = true,
 +
      ["book of Flames"] = true
 +
    },
 +
    description = "Hurls an explosive ball of fire.",
 +
    flags = {
 +
      DIR_OR_TARGET = true,
 +
      NEEDS_TRACER = true
 
     },
 
     },
    description = "Issues a powerful call to a draconic realm, beckoning forth dragon after dragon to engage the summoner's enemies. The spell is taxing to maintain, and each new dragon which answers the call will further drain the summoner's magical reserves.",
+
     level = 5,
    flags = {},
+
     name = "Fireball",
     level = 9,
 
     name = "Dragon's Call",
 
 
     noise = {
 
     noise = {
       casting = 7,
+
       casting = 5,
 
       effect = 15
 
       effect = 15
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
     quote = "“This is where the dragons went.\n They lie...\n Not dead, not asleep. Not waiting, because waiting implies expectation.\n Possibly the word we're looking for here is...\n ...dormant.\n And although the space they occupy isn't like normal space, nevertheless\n  they are packed in tightly. Not a cubic inch there but is filled by a claw,\n  a talon, a scale, the tip of a tail, so the effect is like one of those\n  trick drawings and your eyeballs eventually realise that the space between\n  each dragon is, in fact, another dragon.\n They could put you in mind of a can of sardines, if you thought sardines\n  were huge and scaly and proud and arrogant.\n And presumably, somewhere, there's the key.”\n    -Terry Pratchett, “Guards! Guards!”. 1990.",
+
     range = {
     rarity = 15,
+
      max = 5,
 +
      min = 5
 +
    },
 +
     rarity = 4,
 
     schools = {
 
     schools = {
       Summoning = true
+
       Conjuration = true,
 +
      Fire = true
 
     }
 
     }
 
   },
 
   },
   ["Ensorcelled Hibernation"] = {
+
   ["Foxfire"] = {
 
     books = {
 
     books = {
       ["book of Dreams"] = true,
+
       ["book of Flames"] = true,
       ["book of Maledictions"] = true
+
       ["book of the Dragon"] = true
 
     },
 
     },
     description = "Lowers its target's metabolic rate, inducing hibernation. After awakening, the target will be unable to be put to sleep again for some time.",
+
     description = "Conjures two balls of burning swamp gas adjacent to the caster. The balls will rapidly seek the nearest monster and burn them. They will dissipate harmlessly if unable to reach a target or if the caster swaps places with them.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       SELFENCH = true,
      MR_CHECK = true,
 
      NEEDS_TRACER = true,
 
      NOT_SELF = true
 
 
     },
 
     },
     level = 2,
+
     level = 1,
     name = "Ensorcelled Hibernation",
+
     name = "Foxfire",
 
     noise = {
 
     noise = {
       casting = 0,
+
       casting = 1,
 
       effect = 2
 
       effect = 2
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 25,
    quote = "“Sweet dreams are made of this; who am I to disagree?”\n    -Eurythmics, “Sweet Dreams (Are Made of This)”. 1983.",
+
     rarity = 4,
    range = {
 
      max = 7,
 
      min = 7
 
    },
 
     rarity = 2,
 
 
     schools = {
 
     schools = {
       Hexes = true,
+
       Conjuration = true,
       Ice = true
+
       Fire = true
 
     }
 
     }
 
   },
 
   },
   ["Eringya's Noxious Bog"] = {
+
   Freeze = {
 
     books = {
 
     books = {
       ["book of Alchemy"] = true,
+
       ["book of Frost"] = true
      ["Fen Folio"] = true
 
 
     },
 
     },
     description = "Causes the caster to release a torrent of sludge, which transforms the dungeon into a toxic bog in the caster's wake. The sludge damages and poisons all monsters, even those resistant to poison. The sludge is temporary, cannot replace deep water or lava, and cannot be sustained out of the caster's sight. Spellpower will increase both the duration of the torrent and how long the sludge lingers.",
+
     description = "Freezes an adjacent creature, dealing damage that bypasses any armour the target may have. This may temporarily slow cold-blooded creatures.",
 
     flags = {
 
     flags = {
       SELFENCH = true
+
       DIR_OR_TARGET = true,
 +
      NOT_SELF = true
 
     },
 
     },
     level = 6,
+
     level = 1,
     name = "Eringya's Noxious Bog",
+
     name = "Freeze",
 
     noise = {
 
     noise = {
       casting = 2,
+
       casting = 1,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 25,
 +
    range = {
 +
      max = 1,
 +
      min = 1
 +
    },
 
     rarity = 4,
 
     rarity = 4,
 
     schools = {
 
     schools = {
       Poison = true,
+
       Ice = true
      Transmutation = true
 
 
     }
 
     }
 
   },
 
   },
   ["Excruciating Wounds"] = {
+
   ["Freezing Cloud"] = {
 
     books = {
 
     books = {
       ["book of Death"] = true
+
       ["book of Clouds"] = true,
 +
      ["book of Ice"] = true
 
     },
 
     },
     description = "Temporarily infuses the weapon held by the caster with the essence of pain itself. It will not affect artefact weapons.",
+
     description = "Conjures up a large cloud of lethally cold vapour.",
 
     flags = {
 
     flags = {
       HELPFUL = true
+
       AREA = true,
 +
      CLOUD = true,
 +
      NEEDS_TRACER = true,
 +
      TARGET = true
 
     },
 
     },
     level = 5,
+
     level = 6,
     name = "Excruciating Wounds",
+
     name = "Freezing Cloud",
 
     noise = {
 
     noise = {
       casting = 4,
+
       casting = 6,
       effect = 15
+
       effect = 2
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
     rarity = 11,
+
    range = {
 +
      max = 5,
 +
      min = 5
 +
    },
 +
     rarity = 6,
 
     schools = {
 
     schools = {
       Charms = true,
+
       Air = true,
       Necromancy = true
+
       Conjuration = true,
 +
      Ice = true
 
     }
 
     }
 
   },
 
   },
   ["Fire Storm"] = {
+
   ["Frozen Ramparts"] = {
 
     books = {
 
     books = {
       ["book of Annihilations"] = true
+
       ["book of Frost"] = true
 
     },
 
     },
     description = "Calls forth a mighty storm of roaring flame directly onto the target, dealing damage in a large area and leaving behind short-lived fire vortices. A portion of its damage bypasses fire resistance.",
+
     description = "Encases surrounding walls with ice for a short time. Victims that wander near the icy walls will be damaged, and this may temporarily slow cold-blooded creatures. The damage dealt bypasses any armour the target may have. Each victim is only ever affected by one icy wall at a time.",
 
     flags = {
 
     flags = {
 
       AREA = true,
 
       AREA = true,
       NEEDS_TRACER = true,
+
       NO_GHOST = true
      TARGET = true
 
 
     },
 
     },
     level = 9,
+
     level = 3,
     name = "Fire Storm",
+
     name = "Frozen Ramparts",
 
     noise = {
 
     noise = {
       casting = 9,
+
       casting = 3,
       effect = 25
+
       effect = 8
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 50,
    quote = "“Some have said there is no subtlety to destruction. You know what? They're dead.”\n    -Jaya Ballard, task mage (Magic: the Gathering)",
 
 
     range = {
 
     range = {
       max = 5,
+
       max = 2,
       min = 5
+
       min = 2
 
     },
 
     },
     rarity = -1,
+
     rarity = 4,
 
     schools = {
 
     schools = {
       Conjuration = true,
+
       Ice = true
      Fire = true
 
 
     }
 
     }
 
   },
 
   },
   Fireball = {
+
   ["Fulminant Prism"] = {
 
     books = {
 
     books = {
       ["book of Fire"] = true,
+
       ["book of Conjurations"] = true
      ["book of Flames"] = true,
 
      ["book of the Tempests"] = true
 
 
     },
 
     },
     description = "Hurls an explosive ball of fire. This spell does not cost any spell levels if the learner already knows Delayed Fireball.",
+
     description = "Conjures a prism which unleashes a violent explosion of arcane force after a short duration. The prism is extremely fragile and any damage caused to it may result in premature detonation.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       AREA = true,
       NEEDS_TRACER = true
+
       NOT_SELF = true,
 +
      TARGET = true
 
     },
 
     },
     level = 5,
+
     level = 4,
     name = "Fireball",
+
     name = "Fulminant Prism",
 
     noise = {
 
     noise = {
       casting = 5,
+
       casting = 4,
       effect = 15
+
       effect = "0 (If it explodes: 15 for a weak explosion, 20 for a normal explosion) "
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 200,
 
     range = {
 
     range = {
       max = 5,
+
       max = 4,
       min = 5
+
       min = 4
 
     },
 
     },
     rarity = 4,
+
     rarity = 3,
 
     schools = {
 
     schools = {
 
       Conjuration = true,
 
       Conjuration = true,
       Fire = true
+
       Hexes = true
 
     }
 
     }
 
   },
 
   },
   ["Flame Tongue"] = {
+
   ["Gell's Gravitas"] = {
 
     books = {
 
     books = {
       ["book of Flames"] = true,
+
       ["book of Misfortune"] = true,
       ["book of the Dragon"] = true
+
      ["book of Spatial Translocations"] = true,
 +
       ["book of the Warp"] = true
 
     },
 
     },
     description = "Creates a short burst of flame.",
+
     description = "Briefly redirects gravity around a target point, causing 'down' to be towards that point. All nearby creatures, save the caster, fall helplessly toward that point – typically colliding with each other, or with a victim standing there.",
 
     flags = {
 
     flags = {
      DIR_OR_TARGET = true,
 
 
       NEEDS_TRACER = true,
 
       NEEDS_TRACER = true,
       NOT_SELF = true
+
       NOT_SELF = true,
 +
      TARGET = true
 
     },
 
     },
     level = 1,
+
     level = 3,
     name = "Flame Tongue",
+
     name = "Gell's Gravitas",
 
     noise = {
 
     noise = {
       casting = 1,
+
       casting = 3,
       effect = 2
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 40,
+
     ["power cap"] = 200,
 
     range = {
 
     range = {
       max = 5,
+
       max = 7,
       min = 2
+
       min = 7
 
     },
 
     },
     rarity = 4,
+
     rarity = 1,
 
     schools = {
 
     schools = {
       Conjuration = true,
+
       Translocation = true
      Fire = true
 
 
     }
 
     }
 
   },
 
   },
   ["Force Lance"] = {
+
   ["Hailstorm"] = {
 
     books = {
 
     books = {
       ["book of the Warp"] = true
+
       ["book of Frost"] = true
 
     },
 
     },
     description = "Fires a shaft of concussive force. If the impact deals damage, it may knock the target back.",
+
     description = "Conjures a cannonade of hail. The peculiarities of the magic involved in creating the hail prevent the spell from hitting monsters adjacent to the caster. Due to the strong impact and cutting edges a significant portion of its damage bypasses cold resistance. However, creatures made of pure ice are immune.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       AREA = true
      NEEDS_TRACER = true
 
 
     },
 
     },
 
     level = 4,
 
     level = 4,
     name = "Force Lance",
+
     name = "Hailstorm",
 
     noise = {
 
     noise = {
       casting = 5,
+
       casting = 4,
 
       effect = 2
 
       effect = 2
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 100,
 
     range = {
 
     range = {
 
       max = 3,
 
       max = 3,
       min = 3
+
       min = 2
 
     },
 
     },
     rarity = 15,
+
     rarity = 4,
 
     schools = {
 
     schools = {
 
       Conjuration = true,
 
       Conjuration = true,
       Translocation = true
+
       Ice = true
 
     }
 
     }
 
   },
 
   },
   Freeze = {
+
   Haunt = {
 
     books = {
 
     books = {
       ["book of Frost"] = true
+
       Necronomicon = true
 
     },
 
     },
     description = "Freezes an adjacent creature. This may temporarily slow cold-blooded creatures.",
+
     description = "Calls wraiths and ghosts to haunt the caster's target. They will only attack the creature they are haunting, and will dissipate quickly once their target dies.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       MONS_ABJURE = true,
       NOT_SELF = true
+
       NOT_SELF = true,
 +
      TARGET = true
 
     },
 
     },
     level = 1,
+
     level = 7,
     name = "Freeze",
+
     name = "Haunt",
 
     noise = {
 
     noise = {
       casting = 1,
+
       casting = 6,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 25,
+
     ["power cap"] = 200,
 
     range = {
 
     range = {
       max = 1,
+
       max = 7,
       min = 1
+
       min = 7
 
     },
 
     },
     rarity = 4,
+
     rarity = -1,
 
     schools = {
 
     schools = {
       Ice = true
+
       Necromancy = true,
 +
      Summoning = true
 
     }
 
     }
 
   },
 
   },
   ["Freezing Cloud"] = {
+
   ["Hydra Form"] = {
 
     books = {
 
     books = {
       ["book of Clouds"] = true,
+
       ["book of Transfigurations"] = true,
       ["book of Ice"] = true
+
       ["Fen Folio"] = true
 
     },
 
     },
     description = "Conjures up a large cloud of lethally cold vapour.",
+
     description = "Transforms the caster into a many-headed hydra for a brief duration. Its many heads strike in all directions. Edible foes slain by the gnashing teeth are instantly devoured, reinvigorating the caster in their reptilian rampage. The caster gains innate armour and increased health, and becomes resistant to poison.\n\nWhile transformed, any equipped weapons and armour are melded. The form's number of heads is fixed upon casting the spell, and increases with power.",
 
     flags = {
 
     flags = {
       AREA = true,
+
       CHAOTIC = true,
       CLOUD = true,
+
       HELPFUL = true,
       NEEDS_TRACER = true,
+
       UTILITY = true
      TARGET = true
 
 
     },
 
     },
 
     level = 6,
 
     level = 6,
     name = "Freezing Cloud",
+
     name = "Hydra Form",
 
     noise = {
 
     noise = {
 
       casting = 6,
 
       casting = 6,
       effect = 2
+
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
    range = {
+
     rarity = 8,
      max = 5,
 
      min = 5
 
    },
 
     rarity = 6,
 
 
     schools = {
 
     schools = {
       Air = true,
+
       Transmutation = true
      Conjuration = true,
 
      Ice = true
 
 
     }
 
     }
 
   },
 
   },
   ["Fulminant Prism"] = {
+
   ["Ice Form"] = {
 
     books = {
 
     books = {
       ["book of Conjurations"] = true,
+
       ["book of Changes"] = true,
       ["book of Power"] = true
+
       ["book of Ice"] = true
 
     },
 
     },
     description = "Conjures a prism which unleashes a violent explosion of arcane force after a short duration. The prism is extremely fragile and any damage caused to it may result in premature detonation.",
+
     description = "Transforms the caster into a frozen ice-creature, light enough to float on water. The caster gains a freezing melee attack, and becomes incredibly resistant to cold and resistant to poison, but vulnerable to fire.",
 
     flags = {
 
     flags = {
       AREA = true,
+
       CHAOTIC = true,
       NOT_SELF = true,
+
       HELPFUL = true,
       TARGET = true
+
       UTILITY = true
 
     },
 
     },
 
     level = 4,
 
     level = 4,
     name = "Fulminant Prism",
+
     name = "Ice Form",
 
     noise = {
 
     noise = {
       casting = 4,
+
       casting = 3,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 100,
    range = {
+
     rarity = 2,
      max = 4,
 
      min = 4
 
    },
 
     rarity = 3,
 
 
     schools = {
 
     schools = {
       Conjuration = true,
+
       Ice = true,
       Hexes = true
+
       Transmutation = true
 
     }
 
     }
 
   },
 
   },
   ["Gell's Gravitas"] = {
+
   ["Ignite Poison"] = {
 
     books = {
 
     books = {
       ["book of Spatial Translocations"] = true,
+
       ["book of Alchemy"] = true,
       ["book of the Warp"] = true
+
       ["book of Fire"] = true,
 +
      ["Young Poisoner's Handbook"] = true
 
     },
 
     },
     description = "Briefly redirects gravity around a target point, causing 'down' to be towards that point. All nearby creatures, save the caster, fall helplessly toward that point – typically colliding with each other, or with a victim standing there.",
+
     description = "Converts all nearby poison into liquid flame, burning poisoned creatures from within. It also turns clouds of poison and mephitic gases into flame. The caster is not affected directly.",
 
     flags = {
 
     flags = {
       NEEDS_TRACER = true,
+
       AREA = true
      NOT_SELF = true,
 
      TARGET = true
 
 
     },
 
     },
 
     level = 3,
 
     level = 3,
     name = "Gell's Gravitas",
+
     name = "Ignite Poison",
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 4,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 100,
    range = {
+
     rarity = 10,
      max = 7,
 
      min = 7
 
    },
 
     rarity = 1,
 
 
     schools = {
 
     schools = {
       Translocation = true
+
       Fire = true,
 +
      Poison = true,
 +
      Transmutation = true
 
     }
 
     }
 
   },
 
   },
  Glaciate = {
+
["Ignition"] = {
 
     books = {
 
     books = {
       ["book of Annihilations"] = true
+
       ["book of Fire"] = true,
 +
      ["book of the Tempests"] = true
 
     },
 
     },
     description = "Conjures forth a mighty blast of ice. Creatures within its cone-shaped area of effect take damage, with higher damage being dealt to those close to the caster. Those hit by the blast are encased in ice, slowing their movement, and those killed by the blast may be frozen into solid blocks of ice. A significant portion of its damage bypasses cold resistance.",
+
     description = "All foes in the caster's surroundings are engulfed in balls of fire. The caster and their allies are protected from the fire and will never be harmed by this spell.",
 
     flags = {
 
     flags = {
       AREA = true,
+
       AREA = true
      DIR_OR_TARGET = true,
 
      NOT_SELF = true
 
 
     },
 
     },
     level = 9,
+
     level = 8,
     name = "Glaciate",
+
     name = "Ignition",
 
     noise = {
 
     noise = {
       casting = 9,
+
       casting = 4,
       effect = 25
+
       effect = 15
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
    range = {
+
     rarity = 10,
      max = 6,
 
      min = 6
 
    },
 
     rarity = -1,
 
 
     schools = {
 
     schools = {
       Conjuration = true,
+
       Fire = true
      Ice = true
 
 
     }
 
     }
 
   },
 
   },
   Haunt = {
+
   Infestation = {
 
     books = {
 
     books = {
 
       Necronomicon = true
 
       Necronomicon = true
 
     },
 
     },
     description = "Calls wraiths and ghosts to haunt the caster's target. They will only attack the creature they are haunting, and will dissipate quickly once their target dies.",
+
     description = "Calls forth a plague of scarabs, infesting affected creatures for a duration depending on power and causing death scarabs to grow and burst from them upon death.",
 
     flags = {
 
     flags = {
       MONS_ABJURE = true,
+
       TARGET = true,
       NOT_SELF = true,
+
       UNCLEAN = true
      TARGET = true
 
 
     },
 
     },
     level = 7,
+
     level = 8,
     name = "Haunt",
+
     name = "Infestation",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 8,
       effect = 0
+
       effect = 4
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
Line 1,292: Line 1,241:
 
     rarity = -1,
 
     rarity = -1,
 
     schools = {
 
     schools = {
       Necromancy = true,
+
       Necromancy = true
      Summoning = true
 
 
     }
 
     }
 
   },
 
   },
   ["Hydra Form"] = {
+
   Infusion = {
 
     books = {
 
     books = {
       ["book of Transfigurations"] = true,
+
       ["book of Battle"] = true
      ["Fen Folio"] = true
 
 
     },
 
     },
     description = "Transforms the caster into a many-headed hydra for a brief duration. Its many heads strike in all directions. Edible foes slain by the gnashing teeth are instantly devoured, reinvigorating the caster in their reptilian rampage.\n\nThe form's number of heads is fixed upon casting the spell, and increases with power.",
+
     description = "Infuses the caster's melee attacks with magic, drawing from their reserves of magical energy to deal additional damage whenever an enemy is hit. It has no effect when the caster's magic is depleted.",
 
     flags = {
 
     flags = {
      CHAOTIC = true,
 
      HELPFUL = true,
 
 
       UTILITY = true
 
       UTILITY = true
 
     },
 
     },
     level = 6,
+
     level = 1,
     name = "Hydra Form",
+
     name = "Infusion",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 1,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 25,
     rarity = 8,
+
     rarity = 5,
 
     schools = {
 
     schools = {
       Transmutation = true
+
       Charms = true
 
     }
 
     }
 
   },
 
   },
   ["Ice Form"] = {
+
   ["Inner Flame"] = {
 
     books = {
 
     books = {
       ["book of Changes"] = true,
+
       ["book of Debilitation"] = true,
       ["book of Ice"] = true
+
       ["book of Flames"] = true
 
     },
 
     },
     description = "Transforms the caster into a frozen ice-creature, light enough to float on water. The caster becomes incredibly resistant to cold, and resistant to poison, but vulnerable to fire and unable to evoke wands.",
+
     description = "Fills an enemy with an intense fire, to be explosively released upon death. This fire is released any time the target is hit, and explosively released upon death. The size of the explosion caused is dependent on the size of the target.",
 
     flags = {
 
     flags = {
       CHAOTIC = true,
+
       DIR_OR_TARGET = true,
       HELPFUL = true,
+
       MR_CHECK = true,
       UTILITY = true
+
       NEUTRAL = true,
 +
      NOT_SELF = true
 
     },
 
     },
     level = 4,
+
     level = 3,
     name = "Ice Form",
+
     name = "Inner Flame",
 
     noise = {
 
     noise = {
 
       casting = 3,
 
       casting = 3,
       effect = 0
+
       effect = "0 (15 or 20 when the monster explodes, depends on the size of the monster)"
 +
    },
 +
    ["power cap"] = 200,
 +
    range = {
 +
      max = 7,
 +
      min = 7
 
     },
 
     },
    ["power cap"] = 100,
+
     rarity = 4,
     rarity = 2,
 
 
     schools = {
 
     schools = {
       Ice = true,
+
       Hexes = true,
       Transmutation = true
+
       Fire = true
 
     }
 
     }
 
   },
 
   },
   ["Ignite Poison"] = {
+
   Invisibility = {
 
     books = {
 
     books = {
       ["book of Alchemy"] = true,
+
       ["book of Burglary"] = true,
       ["book of Fire"] = true
+
       ["book of Party Tricks"] = true
 
     },
 
     },
     description = "Converts all nearby poison into liquid flame, burning poisoned creatures from within. It also turns clouds of poison and mephitic gases into flame. The caster is not affected directly.",
+
     description = "Turns a targeted creature invisible. Turning invisible causes magical contamination and may eventually cause glowing, nullifying the invisibility.",
 
     flags = {
 
     flags = {
       AREA = true
+
       DIR_OR_TARGET = true,
 +
      EMERGENCY = true,
 +
      HELPFUL = true,
 +
      NEEDS_TRACER = true,
 +
      SELFENCH = true
 
     },
 
     },
     level = 3,
+
     level = 6,
     name = "Ignite Poison",
+
     name = "Invisibility",
 
     noise = {
 
     noise = {
       casting = 4,
+
       casting = 0,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 100,
+
     ["power cap"] = 50,
     rarity = 10,
+
    range = {
 +
      max = 7,
 +
      min = 7
 +
    },
 +
     rarity = 7,
 
     schools = {
 
     schools = {
       Fire = true,
+
       Hexes = true
      Poison = true,
 
      Transmutation = true
 
 
     }
 
     }
 
   },
 
   },
["Ignition"] = {
+
  ["Iron Shot"] = {
 
     books = {
 
     books = {
       ["book of the Tempests"] = true,
+
       ["book of Power"] = true,
       ["book of Fire"] = true
+
       ["book of the Earth"] = true
 
     },
 
     },
     description = "All foes in the caster's surroundings are engulfed in balls of fire. The caster and their allies are protected from the fire and will never be harmed by this spell.",
+
     description = "Hurls a large and heavy metal shot.",
 
     flags = {
 
     flags = {
       AREA = true
+
       DIR_OR_TARGET = true,
 +
      NEEDS_TRACER = true
 
     },
 
     },
     level = 8,
+
     level = 6,
     name = "Ignition",
+
     name = "Iron Shot",
 
     noise = {
 
     noise = {
       casting = 4,
+
       casting = 6,
       effect = 15
+
       effect = 2
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
     rarity = 10,
+
    range = {
 +
      max = 4,
 +
      min = 4
 +
    },
 +
     rarity = 6,
 
     schools = {
 
     schools = {
       Fire = true
+
       Conjuration = true,
 +
      Earth = true
 
     }
 
     }
 
   },
 
   },
   Infestation = {
+
   Irradiate = {
 
     books = {
 
     books = {
       Necronomicon = true
+
       ["book of Alchemy"] = true,
 +
      ["book of Transfigurations"] = true
 
     },
 
     },
     description = "Calls forth a plague of scarabs, infesting affected creatures for a duration depending on power and causing death scarabs to grow and burst from them upon death.",
+
     description = "Transmutes an ultra-thin layer of the caster's skin (or equivalent) directly into pure magical energy, blasting adjacent creatures and bypassing any armour they may have. It heavily deforms its targets, weakening them and reducing their armour. The caster is not left entirely unaffected; some of the magic lingers, enough to leave them dangerously contaminated after a few castings.",
 
     flags = {
 
     flags = {
       TARGET = true,
+
       AREA = true,
       UNCLEAN = true
+
       CHAOTIC = true
 
     },
 
     },
     level = 8,
+
     level = 5,
     name = "Infestation",
+
     name = "Irradiate",
 
     noise = {
 
     noise = {
       casting = 8,
+
       casting = 4,
       effect = 4
+
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
 +
    quote = "“Reflex in the sky warn you you're gonna die\n Storm coming, you'd better hide from the atomic tide\n Flashes in the sky turns houses into sties\n Turns people into clay, radiation minds decay”\n    -Black Sabbath, “Electric Funeral”. 1970.",
 
     range = {
 
     range = {
       max = 7,
+
       max = 1,
       min = 7
+
       min = 1
 
     },
 
     },
     rarity = -1,
+
     rarity = 8,
 
     schools = {
 
     schools = {
       Necromancy = true
+
       Conjuration = true,
 +
      Transmutation = true
 
     }
 
     }
 
   },
 
   },
   Infusion = {
+
   ["Iskenderun's Battlesphere"] = {
 
     books = {
 
     books = {
       ["book of Battle"] = true
+
       ["book of Power"] = true
 
     },
 
     },
     description = "Infuses the caster's melee attacks with magic, drawing from their reserves of magical energy to deal additional damage whenever an enemy is hit. It has no effect when the caster's magic is depleted.",
+
     description = "Conjures a small globe of magical energy linked to the caster's own magical reserves. While the battlesphere cannot take independent action, it will fire volleys of energy at the caster's enemies in sync with its creator's own destructive conjurations. With increasing power, the battlesphere lasts longer and deals more damage per volley.",
 
     flags = {
 
     flags = {
 
       UTILITY = true
 
       UTILITY = true
 
     },
 
     },
     level = 1,
+
     level = 5,
     name = "Infusion",
+
     name = "Iskenderun's Battlesphere",
 
     noise = {
 
     noise = {
       casting = 1,
+
       casting = 5,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 25,
+
     ["power cap"] = 100,
     rarity = 5,
+
    quote = "“Maxim 4: Close air support covereth a multitude of sins.”\n    -Howard Tayler, _The Seventy Maxims of Maximally Effective Mercenaries_,\n    in _Schlock Mercenary_. 2008.",
 +
     rarity = 3,
 
     schools = {
 
     schools = {
       Charms = true
+
       Charms = true,
 +
      Conjuration = true
 
     }
 
     }
 
   },
 
   },
   ["Inner Flame"] = {
+
   ["Iskenderun's Mystic Blast"] = {
 
     books = {
 
     books = {
       ["book of Debilitation"] = true,
+
       ["book of Conjurations"] = true
      ["book of Flames"] = true
 
 
     },
 
     },
     description = "Fills an enemy with an intense fire, to be explosively released upon death. The size of the explosion caused is dependent on the size of the target.",
+
     description = "Detonates a crackling sphere of destructive energy. The explosion will hit all nearby monsters with physical force, knocking them back if damage is done.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       AREA = true
      MR_CHECK = true,
 
      NEUTRAL = true,
 
      NOT_SELF = true
 
 
     },
 
     },
     level = 3,
+
     level = 4,
     name = "Inner Flame",
+
     name = "Iskenderun's Mystic Blast",
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 4,
       effect = 2
+
       effect = 10
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 100,
 
     range = {
 
     range = {
       max = 7,
+
       max = 2,
       min = 7
+
       min = 2
 
     },
 
     },
     rarity = 4,
+
     rarity = 3,
 
     schools = {
 
     schools = {
       Fire = true,
+
       Conjuration = true,
       Hexes = true
+
       Translocation = true
 
     }
 
     }
 
   },
 
   },
   Invisibility = {
+
   ["Leda's Liquefaction"] = {
 
     books = {
 
     books = {
       ["book of Burglary"] = true,
+
       ["book of Debilitation"] = true,
       ["book of Party Tricks"] = true
+
       ["book of the Earth"] = true
 
     },
 
     },
     description = "Turns a targeted creature invisible. Turning invisible causes magical contamination and may eventually cause glowing, nullifying the invisibility.",
+
     description = "Liquefies the ground around the caster, making it difficult to move through. Any movement through liquefied ground will be slowed, and creatures stuck in the liquefied ground will be unable to fly. Attempts to attack the caster in melee may fail.\n\nThe effect starts out with a radius depending on power, which will then shrink, eventually covering only the caster, before it times out. Maintaining the connection to the ground slows the caster's movement, even if they are flying.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       AREA = true
      EMERGENCY = true,
 
      HELPFUL = true,
 
      NEEDS_TRACER = true,
 
      SELFENCH = true
 
 
     },
 
     },
     level = 6,
+
     level = 4,
     name = "Invisibility",
+
     name = "Leda's Liquefaction",
 
     noise = {
 
     noise = {
       casting = 0,
+
       casting = 3,
       effect = 2
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 200,
    range = {
+
     rarity = 5,
      max = 7,
 
      min = 7
 
    },
 
     rarity = 7,
 
 
     schools = {
 
     schools = {
 +
      Earth = true,
 
       Hexes = true
 
       Hexes = true
 
     }
 
     }
 
   },
 
   },
   ["Iron Shot"] = {
+
   ["Lee's Rapid Deconstruction"] = {
 
     books = {
 
     books = {
       ["book of Power"] = true,
+
       ["book of Burglary"] = true,
       ["book of the Earth"] = true
+
       ["book of Geomancy"] = true
 
     },
 
     },
     description = "Hurls a large and heavy metal shot.",
+
     description = "Fragments a wall or a suitably brittle visible monster into an explosion of deadly shrapnel. It can be used on monsters made of ice, bone, or any wall-like substance, as well as those turned to stone by petrification. Its damage is strongly reduced by armour.\n\nTargets made from rock, stone, ice or bone will cause a small explosion. Metal targets will cause a small but more damaging explosion, and targets made from crystal will cause a large and more damaging explosion.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       TARGET = true
      NEEDS_TRACER = true
 
 
     },
 
     },
     level = 6,
+
     level = 5,
     name = "Iron Shot",
+
     name = "Lee's Rapid Deconstruction",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 4,
       effect = 2
+
       effect = 20
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 200,
 +
    quote = "“Now the house was full of men and women; and all the lords of the Philistines were there; and there were upon the roof about three thousand men and women, that beheld while Samson made sport.\n\nAnd Samson called unto the LORD, and said, O Lord GOD, remember me, I pray thee, and strengthen me, I pray thee, only this once, O God, that I may be at once avenged of the Philistines for my two eyes.\n\nAnd Samson said, Let me die with the Philistines. And he bowed himself with all his might; and the house fell upon the lords, and upon all the people that were therein. So the dead which he slew at his death were more than they which he slew in his life.”\n    -KJV Bible, Judges 16:28-30.",
 
     range = {
 
     range = {
       max = 4,
+
       max = 7,
       min = 4
+
       min = 7
 
     },
 
     },
     rarity = 6,
+
     rarity = 4,
 
     schools = {
 
     schools = {
      Conjuration = true,
 
 
       Earth = true
 
       Earth = true
 
     }
 
     }
 
   },
 
   },
   Irradiate = {
+
   ["Lehudib's Crystal Spear"] = {
 
     books = {
 
     books = {
       ["book of Alchemy"] = true,
+
       ["book of Annihilations"] = true
      ["book of Transfigurations"] = true
 
 
     },
 
     },
     description = "Transmutes an ultra-thin layer of the caster's skin (or equivalent) directly into pure magical energy, blasting and deforming adjacent creatures. The caster is not left entirely unaffected; some of the magic lingers, enough to leave them dangerously contaminated after a few castings.",
+
     description = "Hurls a lethally sharp shard of crystal.",
 
     flags = {
 
     flags = {
       AREA = true,
+
       DIR_OR_TARGET = true,
       CHAOTIC = true
+
       NEEDS_TRACER = true
 
     },
 
     },
     level = 5,
+
     level = 8,
     name = "Irradiate",
+
     name = "Lehudib's Crystal Spear",
 
     noise = {
 
     noise = {
       casting = 4,
+
       casting = 8,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
    quote = "“Reflex in the sky warn you you're gonna die\n Storm coming, you'd better hide from the atomic tide\n Flashes in the sky turns houses into sties\n Turns people into clay, radiation minds decay”\n    -Black Sabbath, “Electric Funeral”. 1970.",
 
 
     range = {
 
     range = {
       max = 1,
+
       max = 3,
       min = 1
+
       min = 3
 
     },
 
     },
     rarity = 8,
+
     rarity = -1,
 
     schools = {
 
     schools = {
 
       Conjuration = true,
 
       Conjuration = true,
       Transmutation = true
+
       Earth = true
 
     }
 
     }
 
   },
 
   },
   ["Iskenderun's Battlesphere"] = {
+
   ["Lesser Beckoning"] = {
 
     books = {
 
     books = {
       ["book of Conjurations"] = true
+
       ["book of Party Tricks"] = true,
 +
      ["book of Spatial Translocations"] = true
 
     },
 
     },
     description = "Conjures a small globe of magical energy linked to the caster's own magical reserves. While the battlesphere cannot take independent action, it will fire volleys of energy at the caster's enemies in sync with its creator's own destructive conjurations. With increasing power, the battlesphere lasts longer and deals more damage per volley.",
+
     description = "Beckons the target forward, attempting to place them adjacent to the caster.",
 
     flags = {
 
     flags = {
       UTILITY = true
+
       DIR_OR_TARGET = true,
 +
      NEEDS_TRACER = true,
 +
      NOT_SELF = true
 
     },
 
     },
     level = 5,
+
     level = 3,
     name = "Iskenderun's Battlesphere",
+
     name = "Lesser Beckoning",
 
     noise = {
 
     noise = {
       casting = 5,
+
       casting = 2,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 100,
+
     ["power cap"] = 200,
     quote = "“Maxim 4: Close air support covereth a multitude of sins.”\n    -Howard Tayler, _The Seventy Maxims of Maximally Effective Mercenaries_,\n     in _Schlock Mercenary_. 2008.",
+
     range = {
     rarity = 3,
+
      max = 7,
 +
      min = 2
 +
     },
 +
     rarity = 7,
 
     schools = {
 
     schools = {
       Charms = true,
+
       Translocation = true
      Conjuration = true
 
 
     }
 
     }
 
   },
 
   },
   ["Iskenderun's Mystic Blast"] = {
+
   ["Lightning Bolt"] = {
 
     books = {
 
     books = {
       ["book of Conjurations"] = true,
+
       ["book of Air"] = true,
       ["book of Power"] = true
+
       ["book of the Tempests"] = true
 
     },
 
     },
     description = "Throws a crackling sphere of destructive energy. The sphere will sometimes explode on impact, and the chance of it doing so is higher if the sphere has traveled less distance.",
+
     description = "Fires a mighty bolt of lightning. It inflicts less damage than other similar bolts, but its damage partially bypasses armour and it can be bounced off walls to hit targets twice.",
 
     flags = {
 
     flags = {
 
       DIR_OR_TARGET = true,
 
       DIR_OR_TARGET = true,
 
       NEEDS_TRACER = true
 
       NEEDS_TRACER = true
 
     },
 
     },
     level = 4,
+
     level = 5,
     name = "Iskenderun's Mystic Blast",
+
     name = "Lightning Bolt",
 
     noise = {
 
     noise = {
       casting = 4,
+
       casting = 5,
       effect = 10
+
       effect = 25
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 200,
 
     range = {
 
     range = {
       max = 6,
+
       max = 7,
       min = 6
+
       min = 4
 
     },
 
     },
     rarity = 3,
+
     rarity = 4,
 
     schools = {
 
     schools = {
 +
      Air = true,
 
       Conjuration = true
 
       Conjuration = true
 
     }
 
     }
 
   },
 
   },
   ["Leda's Liquefaction"] = {
+
   ["Magic Dart"] = {
 
     books = {
 
     books = {
       ["book of Debilitation"] = true,
+
       ["book of Conjurations"] = true,
       ["book of the Earth"] = true,
+
       ["book of Minor Magic"] = true
      ["Fen Folio"] = true
 
 
     },
 
     },
     description = "Liquefies the ground around the caster, making it difficult to move through. Any movement through liquefied ground will be slowed, and attempts to attack in melee may fail.\n\nThe effect starts out with a radius depending on power, which will then shrink, eventually covering only the caster, before it times out.",
+
     description = "Fires a small bolt of magical energy which never misses.",
 
     flags = {
 
     flags = {
       AREA = true
+
       DIR_OR_TARGET = true,
 +
      NEEDS_TRACER = true
 
     },
 
     },
     level = 4,
+
     level = 1,
     name = "Leda's Liquefaction",
+
     name = "Magic Dart",
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 1,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 25,
     rarity = 5,
+
    range = {
     schools = {
+
      max = 7,
       Earth = true,
+
      min = 7
      Hexes = true
+
    },
 +
     rarity = 1,
 +
     schools = {
 +
       Conjuration = true
 
     }
 
     }
 
   },
 
   },
   ["Lee's Rapid Deconstruction"] = {
+
   ["Malign Gateway"] = {
 
     books = {
 
     books = {
       ["book of Burglary"] = true,
+
       ["Grand Grimoire"] = true
      ["book of Geomancy"] = true
 
 
     },
 
     },
     description = "Fragments a wall or a suitably brittle visible monster into an explosion of deadly shrapnel. It can be used on monsters made of ice, bone, or any wall-like substance, as well as those turned to stone by petrification. Its damage is strongly reduced by armour.\n\nTargets made from rock, stone, ice or bone will cause a small or medium-sized explosion. Metal targets will cause a small but particularly damaging explosion, and targets made from crystal will cause a large and extremely damaging explosion.\n\nAt high power, this spell is capable of destroying some walls: rock, stone or metal walls have a chance of being destroyed with at least 5, 6 or 7 bars of power. Crystal walls are particularly brittle and have a chance of being destroyed at any power level.",
+
     description = "Tears a gash in reality, creating a self-sustained but temporary portal to an unknown, tainted otherworld. It requires open space to succeed. After a short time, a powerful clawed tentacle will reach through the portal, remaining bound to the caster's will for a duration depending on power. With the portal's expiry, the tentacle will be severed and turn on the caster.",
 
     flags = {
 
     flags = {
       TARGET = true
+
       CHAOTIC = true,
 +
      UNHOLY = true
 
     },
 
     },
     level = 5,
+
     level = 7,
     name = "Lee's Rapid Deconstruction",
+
     name = "Malign Gateway",
 
     noise = {
 
     noise = {
       casting = 4,
+
       casting = 6,
       effect = 20
+
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
    quote = "“Now the house was full of men and women; and all the lords of the Philistines were there; and there were upon the roof about three thousand men and women, that beheld while Samson made sport.\n\nAnd Samson called unto the LORD, and said, O Lord GOD, remember me, I pray thee, and strengthen me, I pray thee, only this once, O God, that I may be at once avenged of the Philistines for my two eyes.\n\nAnd Samson said, Let me die with the Philistines. And he bowed himself with all his might; and the house fell upon the lords, and upon all the people that were therein. So the dead which he slew at his death were more than they which he slew in his life.”\n    -KJV Bible, Judges 16:28-30.",
+
     rarity = 100,
    range = {
 
      max = 7,
 
      min = 7
 
    },
 
     rarity = 4,
 
 
     schools = {
 
     schools = {
       Earth = true
+
       Summoning = true,
 +
      Translocation = true
 
     }
 
     }
 
   },
 
   },
   ["Lehudib's Crystal Spear"] = {
+
   ["Mephitic Cloud"] = {
 
     books = {
 
     books = {
       ["book of Annihilations"] = true
+
       ["book of Clouds"] = true,
 +
      ["book of Minor Magic"] = true,
 +
      ["Young Poisoner's Handbook"] = true
 
     },
 
     },
     description = "Hurls a lethally sharp shard of crystal.",
+
     description = "Conjures up a short-lived cloud of noxious fumes, which may cause confusion.",
 
     flags = {
 
     flags = {
 +
      AREA = true,
 +
      CLOUD = true,
 
       DIR_OR_TARGET = true,
 
       DIR_OR_TARGET = true,
 
       NEEDS_TRACER = true
 
       NEEDS_TRACER = true
 
     },
 
     },
     level = 8,
+
     level = 3,
     name = "Lehudib's Crystal Spear",
+
     name = "Mephitic Cloud",
 
     noise = {
 
     noise = {
       casting = 8,
+
       casting = 3,
       effect = 2
+
       effect = 15
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 100,
 
     range = {
 
     range = {
       max = 3,
+
       max = 4,
       min = 3
+
       min = 4
 
     },
 
     },
     rarity = -1,
+
     rarity = 1,
 
     schools = {
 
     schools = {
 +
      Air = true,
 
       Conjuration = true,
 
       Conjuration = true,
       Earth = true
+
       Poison = true
 
     }
 
     }
 
   },
 
   },
   ["Lesser Beckoning"] = {
+
   ["Metabolic Englaciation"] = {
 
     books = {
 
     books = {
       ["book of Party Tricks"] = true,
+
       ["book of Ice"] = true,
       ["book of Spatial Translocations"] = true
+
       ["book of Misfortune"] = true
 
     },
 
     },
     description = "Beckons the target forward, attempting to place them adjacent to the caster.",
+
     description = "Lowers the metabolic rate of every creature in the caster's vicinity, slowing all those who are not resistant to cold. Those especially vulnerable to cold will be affected much more strongly, and tougher creatures will be slowed for a shorter time.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       AREA = true
      NEEDS_TRACER = true,
 
      NOT_SELF = true
 
 
     },
 
     },
     level = 3,
+
     level = 5,
     name = "Lesser Beckoning",
+
     name = "Metabolic Englaciation",
 
     noise = {
 
     noise = {
       casting = 2,
+
       casting = 4,
       effect = 2
+
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
    range = {
+
     rarity = 1,
      max = 7,
 
      min = 2
 
    },
 
     rarity = 7,
 
 
     schools = {
 
     schools = {
       Translocation = true
+
       Hexes = true,
 +
      Ice = true
 
     }
 
     }
 
   },
 
   },
   ["Lightning Bolt"] = {
+
   ["Monstrous Menagerie"] = {
 
     books = {
 
     books = {
       ["book of Air"] = true,
+
       ["Grand Grimoire"] = true
      ["book of the Tempests"] = true
 
 
     },
 
     },
     description = "Fires a mighty bolt of lightning. It inflicts less damage than other similar bolts, but its damage partially bypasses armour and it can be bounced off walls to hit targets twice.",
+
     description = "Summons a powerful exotic creature to the caster's aid. It may call forth a harpy, manticore or lindwurm, and at high power may summon a sphinx, or an entire pack of harpies. With high power the individual creatures will also gain increased strength.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       MONS_ABJURE = true
      NEEDS_TRACER = true
 
 
     },
 
     },
     level = 5,
+
     level = 7,
     name = "Lightning Bolt",
+
     name = "Monstrous Menagerie",
 
     noise = {
 
     noise = {
 
       casting = 5,
 
       casting = 5,
       effect = 25
+
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
     range = {
+
     rarity = -1,
      max = 7,
+
    schools = {
       min = 4
+
       Summoning = true
 
     },
 
     },
     rarity = 4,
+
     ["summons limit"] = 3
    schools = {
 
      Air = true,
 
      Conjuration = true
 
    }
 
 
   },
 
   },
   ["Magic Dart"] = {
+
   Necromutation = {
 
     books = {
 
     books = {
       ["book of Conjurations"] = true,
+
       Necronomicon = true
      ["book of Minor Magic"] = true
 
 
     },
 
     },
     description = "Fires a small bolt of magical energy which never misses.",
+
     description = "Transforms the caster into a lich — a powerful skeletal figure. The caster becomes more resistant to cold and hostile enchantments and completely immune to poison, rotting, negative energy and torment, and requires no food at all for the duration of the spell. The caster's necromancy spells are increased in power, and they gain a draining melee attack. The caster also gains some of the more dubious benefits of having an undead body, such as a vulnerability to holy damage and Dispel Undead, and an inability to consume potions.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       CHAOTIC = true,
       NEEDS_TRACER = true
+
       HELPFUL = true
 
     },
 
     },
     level = 1,
+
     level = 8,
     name = "Magic Dart",
+
     name = "Necromutation",
 
     noise = {
 
     noise = {
       casting = 1,
+
       casting = 6,
       effect = 2
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 25,
+
     ["power cap"] = 200,
    range = {
+
     rarity = -1,
      max = 7,
+
     schools = {
      min = 7
+
       Necromancy = true,
    },
+
      Transmutation = true
     rarity = 1,
 
     schools = {
 
       Conjuration = true
 
 
     }
 
     }
 
   },
 
   },
   ["Malign Gateway"] = {
+
   ["Olgreb's Toxic Radiance"] = {
 
     books = {
 
     books = {
       ["Grand Grimoire"] = true
+
       ["Young Poisoner's Handbook"] = true
 
     },
 
     },
     description = "Tears a gash in reality, creating a self-sustained but temporary portal to an unknown, tainted otherworld. It requires open space to succeed. After a short time, a powerful clawed tentacle will reach through the portal, remaining bound to the caster's will for a duration depending on power. With the portal's expiry, the tentacle will be severed and turn on the caster.",
+
     description = "Causes the caster to radiate toxic energy, continuously inflicting poison on everything nearby for as long as the spell lasts.",
 
     flags = {
 
     flags = {
       CHAOTIC = true,
+
       AREA = true
      UNHOLY = true
 
 
     },
 
     },
     level = 7,
+
     level = 4,
     name = "Malign Gateway",
+
     name = "Olgreb's Toxic Radiance",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 2,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 100,
     rarity = 100,
+
     rarity = 5,
 
     schools = {
 
     schools = {
       Summoning = true,
+
       Poison = true
      Translocation = true
 
 
     }
 
     }
 
   },
 
   },
   ["Mephitic Cloud"] = {
+
   ["Orb of Destruction"] = {
 
     books = {
 
     books = {
       ["book of Clouds"] = true,
+
       ["book of Power"] = true
      ["book of Minor Magic"] = true,
 
      ["Young Poisoner's Handbook"] = true
 
 
     },
 
     },
     description = "Conjures up a short-lived cloud of noxious fumes, which may cause confusion.",
+
     description = "Conjures an orb made of pure destructive magic. Compared to most other projectiles, these orbs travel at a relatively slow pace. The orbs home onto their targets, yet because of their huge inertia, especially agile opponents may be able to outmanoeuvre them. The orbs need some time to stabilize, and a nascent orb will deal reduced damage.\n\nResidents of the dungeon are able to maintain the orb until it impacts a target, but when cast by you the orb will dissipate upon leaving your line of sight.",
 
     flags = {
 
     flags = {
      AREA = true,
 
      CLOUD = true,
 
 
       DIR_OR_TARGET = true,
 
       DIR_OR_TARGET = true,
       NEEDS_TRACER = true
+
       NEEDS_TRACER = true,
 +
      NOT_SELF = true
 
     },
 
     },
     level = 3,
+
     level = 7,
     name = "Mephitic Cloud",
+
     name = "Orb of Destruction",
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 7,
       effect = 15
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 200,
 
     range = {
 
     range = {
       max = 4,
+
       max = 7,
       min = 4
+
       min = 7
 
     },
 
     },
     rarity = 1,
+
     rarity = 6,
 
     schools = {
 
     schools = {
      Air = true,
+
       Conjuration = true
       Conjuration = true,
 
      Poison = true
 
 
     }
 
     }
 
   },
 
   },
   ["Metabolic Englaciation"] = {
+
   ["Ozocubu's Armour"] = {
 
     books = {
 
     books = {
       ["book of Ice"] = true,
+
       ["book of Battle"] = true,
       ["book of Misfortune"] = true
+
       ["book of Frost"] = true
 
     },
 
     },
     description = "Lowers the metabolic rate of every creature in the caster's vicinity, slowing all those who are not resistant to cold. Those especially vulnerable to cold will be affected much more strongly, and tougher creatures will be slowed for a shorter time.",
+
     description = "Envelops the caster's body in a protective layer of thick ice, granting a substantial bonus to armour as long as they remain in their current location. The ice will crack and fall away if the caster moves to a new position. The spell will not function for casters already wearing heavy armour (any body armour with an encumbrance rating of 5 or more).",
 
     flags = {
 
     flags = {
       AREA = true
+
       NO_GHOST = true
 
     },
 
     },
     level = 5,
+
     level = 3,
     name = "Metabolic Englaciation",
+
     name = "Ozocubu's Armour",
 
     noise = {
 
     noise = {
       casting = 4,
+
       casting = 3,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 100,
     rarity = 1,
+
     rarity = 4,
 
     schools = {
 
     schools = {
       Hexes = true,
+
       Charms = true,
 
       Ice = true
 
       Ice = true
 
     }
 
     }
 
   },
 
   },
   ["Monstrous Menagerie"] = {
+
   ["Ozocubu's Refrigeration"] = {
 
     books = {
 
     books = {
       ["Grand Grimoire"] = true
+
       ["book of Ice"] = true
 
     },
 
     },
     description = "Summons a powerful exotic creature to the caster's aid. It may call forth a harpy, manticore or lindwurm, and at high power may summon a sphinx, or an entire pack of harpies. With high power the individual creatures will also gain increased strength.",
+
     description = "Drains heat from the caster and their surroundings, causing harm to all creatures not resistant to cold and bypassing any armour the targets may have. It prevents the caster from using potions for a brief duration.",
 
     flags = {
 
     flags = {
       MONS_ABJURE = true
+
       AREA = true
 
     },
 
     },
     level = 7,
+
     level = 6,
     name = "Monstrous Menagerie",
+
     name = "Ozocubu's Refrigeration",
 
     noise = {
 
     noise = {
 
       casting = 5,
 
       casting = 5,
Line 1,838: Line 1,779:
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
     rarity = -1,
+
     rarity = 10,
 
     schools = {
 
     schools = {
       Summoning = true
+
       Ice = true
     },
+
     }
    ["summons limit"] = 3
 
 
   },
 
   },
   Necromutation = {
+
   Pain = {
 
     books = {
 
     books = {
       Necronomicon = true
+
       ["book of Necromancy"] = true
 
     },
 
     },
     description = "Transforms the caster into a lich — a powerful skeletal figure. The caster becomes more resistant to cold and hostile enchantments and completely immune to poison, rotting, negative energy and torment, and requires no food at all for the duration of the spell. The caster also gains some of the more dubious benefits of having an undead body, such as a vulnerability to holy weapons and an inability to consume potions.",
+
     description = "Inflicts an extremely painful injury upon one living creature. The caster suffers minor damage from the backlash.",
 
     flags = {
 
     flags = {
       CHAOTIC = true,
+
       DIR_OR_TARGET = true,
       HELPFUL = true
+
       MR_CHECK = true,
 +
      NEEDS_TRACER = true
 
     },
 
     },
     level = 8,
+
     level = 1,
     name = "Necromutation",
+
     name = "Pain",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 1,
       effect = 0
+
       effect = 1
 +
    },
 +
    ["power cap"] = 25,
 +
    range = {
 +
      max = 5,
 +
      min = 5
 
     },
 
     },
    ["power cap"] = 200,
+
     rarity = 3,
     rarity = -1,
 
 
     schools = {
 
     schools = {
       Necromancy = true,
+
       Necromancy = true
      Transmutation = true
 
 
     }
 
     }
 
   },
 
   },
   ["Olgreb's Toxic Radiance"] = {
+
   ["Passage of Golubria"] = {
 
     books = {
 
     books = {
       ["Young Poisoner's Handbook"] = true
+
       ["book of Burglary"] = true,
 +
      ["book of Spatial Translocations"] = true
 
     },
 
     },
     description = "Causes the caster to radiate toxic energy, continuously inflicting poison on everything nearby for as long as the spell lasts.",
+
     description = "Opens two gateways (one always near the caster), which allow instantaneous transport to random other open gateways to any creature entering them. There is no limit to the number of gateways that can be open at one time, but a gateway will close when entered, or after a moderate amount of time.",
 
     flags = {
 
     flags = {
       AREA = true
+
       ESCAPE = true,
 +
      NEUTRAL = true,
 +
      SELFENCH = true,
 +
      TARGET = true
 
     },
 
     },
 
     level = 4,
 
     level = 4,
     name = "Olgreb's Toxic Radiance",
+
     name = "Passage of Golubria",
 
     noise = {
 
     noise = {
       casting = 2,
+
       casting = 3,
       effect = 0
+
       effect = 8
 +
    },
 +
    ["power cap"] = 0,
 +
    range = {
 +
      max = 7,
 +
      min = 7
 
     },
 
     },
    ["power cap"] = 100,
+
     rarity = 10,
     rarity = 5,
 
 
     schools = {
 
     schools = {
       Poison = true
+
       Translocation = true
 
     }
 
     }
 
   },
 
   },
   ["Orb of Destruction"] = {
+
   Passwall = {
 
     books = {
 
     books = {
       ["book of Power"] = true
+
       ["book of Burglary"] = true,
 +
      ["book of Geomancy"] = true
 
     },
 
     },
     description = "Conjures an orb made of pure destructive magic. Compared to most other projectiles, these orbs travel at a relatively slow pace. The orbs home onto their targets, yet because of their huge inertia, especially agile opponents may be able to outmanoeuvre them. The orbs need some time to stabilize, and a nascent orb will deal reduced damage.\n\nResidents of the dungeon are able to maintain the orb until it impacts a target, but when cast by you the orb will dissipate upon leaving your line of sight.",
+
     description = "Tunes the caster's body such that it can instantly pass through solid rock. It takes some time for the caster to attune to the rock, during which they will be helpless.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       DIR = true,
       NEEDS_TRACER = true,
+
       ESCAPE = true,
       NOT_SELF = true
+
       NOT_SELF = true,
 +
      UTILITY = true
 
     },
 
     },
     level = 7,
+
     level = 2,
     name = "Orb of Destruction",
+
     name = "Passwall",
 
     noise = {
 
     noise = {
       casting = 7,
+
       casting = 0,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 120,
 +
    quote = "“He says the best way out is always through.”\n    -Robert Frost, _A Servant to Servants_. 1915.",
 
     range = {
 
     range = {
 
       max = 7,
 
       max = 7,
       min = 7
+
       min = 1
 
     },
 
     },
     rarity = 6,
+
     rarity = 4,
 
     schools = {
 
     schools = {
       Conjuration = true
+
       Earth = true,
 +
      Transmutation = true
 
     }
 
     }
 
   },
 
   },
   ["Ozocubu's Armour"] = {
+
   Petrify = {
 
     books = {
 
     books = {
       ["book of Frost"] = true
+
       ["book of Alchemy"] = true,
 +
      ["book of Geomancy"] = true,
 +
      ["book of Misfortune"] = true
 
     },
 
     },
     description = "Envelops the caster's body in a protective layer of thick ice. This will slow the caster's movement slightly, and provides no special protection against cold. The spell will not function for casters already wearing heavy armour (any body armour with an encumbrance rating of 5 or more).",
+
     description = "Petrifies a targeted creature. If successful, the target is slowed down for a while until it is temporarily turned into stone. In this state, the target will take less damage upon being hit.",
 
     flags = {
 
     flags = {
       NO_GHOST = true
+
       DIR_OR_TARGET = true,
 +
      MR_CHECK = true,
 +
      NEEDS_TRACER = true
 
     },
 
     },
     level = 3,
+
     level = 4,
     name = "Ozocubu's Armour",
+
     name = "Petrify",
 
     noise = {
 
     noise = {
 
       casting = 3,
 
       casting = 3,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 100,
+
     ["power cap"] = 50,
     rarity = 4,
+
    range = {
 +
      max = 7,
 +
      min = 7
 +
    },
 +
     rarity = 1,
 
     schools = {
 
     schools = {
       Charms = true,
+
       Earth = true,
       Ice = true
+
       Transmutation = true
 
     }
 
     }
 
   },
 
   },
   ["Ozocubu's Refrigeration"] = {
+
   ["Poisonous Vapours"] = {
 
     books = {
 
     books = {
       ["book of Ice"] = true
+
       ["book of Clouds"] = true,
 +
      ["Young Poisoner's Handbook"] = true
 
     },
 
     },
     description = "Drains heat from the caster and their surroundings, causing harm to all creatures not resistant to cold and preventing the caster from using potions for a brief duration.",
+
     description = "Turns the air around a targeted creature poisonous. Exceedingly little poison is created, generally just enough to poison the target before dispersing.",
 
     flags = {
 
     flags = {
       AREA = true
+
       NOT_SELF = true,
 +
      TARGET = true
 
     },
 
     },
     level = 6,
+
     level = 2,
     name = "Ozocubu's Refrigeration",
+
     name = "Poisonous Vapours",
 
     noise = {
 
     noise = {
       casting = 5,
+
       casting = 2,
       effect = 0
+
       effect = 4
 +
    },
 +
    ["power cap"] = 50,
 +
    range = {
 +
      max = 7,
 +
      min = 7
 
     },
 
     },
    ["power cap"] = 200,
+
     rarity = 6,
     rarity = 10,
 
 
     schools = {
 
     schools = {
       Ice = true
+
       Air = true,
 +
      Poison = true
 
     }
 
     }
 
   },
 
   },
   Pain = {
+
   ["Portal Projectile"] = {
 
     books = {
 
     books = {
       ["book of Necromancy"] = true
+
       ["book of Debilitation"] = true,
 +
      ["book of the Warp"] = true
 
     },
 
     },
     description = "Inflicts an extremely painful injury upon one living creature. The caster suffers minor damage from the backlash.",
+
     description = "Allows the caster to teleport fired or thrown missiles directly to their targets for a short duration, spending an additional small amount of magic for each missile. Teleported projectiles have their accuracy greatly increased.",
     flags = {
+
     flags = {},
      DIR_OR_TARGET = true,
+
     level = 3,
      MR_CHECK = true,
+
     name = "Portal Projectile",
      NEEDS_TRACER = true
 
    },
 
     level = 1,
 
     name = "Pain",
 
 
     noise = {
 
     noise = {
       casting = 1,
+
       casting = 3,
       effect = 2
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 25,
+
     ["power cap"] = 50,
    range = {
+
     rarity = 10,
      max = 5,
 
      min = 5
 
    },
 
     rarity = 3,
 
 
     schools = {
 
     schools = {
       Necromancy = true
+
       Translocation = true,
 +
      Hexes = true
 
     }
 
     }
 
   },
 
   },
   ["Passage of Golubria"] = {
+
   Recall = {
 
     books = {
 
     books = {
       ["book of Burglary"] = true,
+
       ["book of Summonings"] = true,
       ["book of Spatial Translocations"] = true
+
       ["book of Unlife"] = true
 
     },
 
     },
     description = "Opens two gateways (one always near the caster), which allow instantaneous transport to random other open gateways to any creature entering them. There is no limit to the number of gateways that can be open at one time, but a gateway will close when entered, or after a moderate amount of time.",
+
     description = "Recalls any friendly creatures on the same level to a position adjacent to the caster, over a short duration.",
 
     flags = {
 
     flags = {
       ESCAPE = true,
+
       UTILITY = true
      NEUTRAL = true,
 
      SELFENCH = true,
 
      TARGET = true
 
 
     },
 
     },
     level = 4,
+
     level = 3,
     name = "Passage of Golubria",
+
     name = "Recall",
 
     noise = {
 
     noise = {
 
       casting = 3,
 
       casting = 3,
       effect = 8
+
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 0,
 
     ["power cap"] = 0,
    range = {
 
      max = 7,
 
      min = 7
 
    },
 
 
     rarity = 10,
 
     rarity = 10,
 
     schools = {
 
     schools = {
 +
      Summoning = true,
 
       Translocation = true
 
       Translocation = true
 
     }
 
     }
 
   },
 
   },
   Passwall = {
+
   ["Ring of Flames"] = {
 
     books = {
 
     books = {
       ["book of Burglary"] = true,
+
       ["book of Clouds"] = true,
       ["book of Geomancy"] = true
+
       ["book of Fire"] = true
 
     },
 
     },
     description = "Tunes the caster's body such that it can instantly pass through solid rock. It takes some time for the caster to attune to the rock, during which they will be helpless.",
+
     description = "Surrounds the caster with a mobile ring of searing flame, and keeps other fire clouds away from the caster. This spell attunes the caster to the forces of fire, increasing the power of their fire magic and giving protection from fire. However, it also makes them much more susceptible to cold.",
 
     flags = {
 
     flags = {
       DIR = true,
+
       AREA = true
      ESCAPE = true,
 
      NOT_SELF = true,
 
      UTILITY = true
 
 
     },
 
     },
     level = 2,
+
     level = 7,
     name = "Passwall",
+
     name = "Ring of Flames",
 
     noise = {
 
     noise = {
       casting = 0,
+
       casting = 6,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
    quote = "“He says the best way out is always through.”\n    -Robert Frost, _A Servant to Servants_. 1915.",
+
     rarity = 6,
    range = {
 
      max = 7,
 
      min = 1
 
    },
 
     rarity = 4,
 
 
     schools = {
 
     schools = {
       Earth = true,
+
       Charms = true,
       Transmutation = true
+
       Fire = true
 
     }
 
     }
 
   },
 
   },
   Petrify = {
+
   Sandblast = {
 
     books = {
 
     books = {
      ["book of Alchemy"] = true,
+
       ["book of Geomancy"] = true
       ["book of Geomancy"] = true,
 
      ["book of Misfortune"] = true
 
 
     },
 
     },
     description = "Petrifies a targeted creature. If successful, the target is slowed down for a while until it is temporarily turned into stone. In this state, the target will take less damage upon being hit.",
+
     description = "Consumes a stone to create a short blast of high-velocity rock shards. Its damage is strongly reduced by armour.",
 
     flags = {
 
     flags = {
 
       DIR_OR_TARGET = true,
 
       DIR_OR_TARGET = true,
       MR_CHECK = true,
+
       NEEDS_TRACER = true,
       NEEDS_TRACER = true
+
       NOT_SELF = true
 
     },
 
     },
     level = 4,
+
     level = 1,
     name = "Petrify",
+
     name = "Sandblast",
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 1,
       effect = 2
+
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 50,
 
     ["power cap"] = 50,
 
     range = {
 
     range = {
       max = 7,
+
       max = 3,
       min = 7
+
       min = 3
 
     },
 
     },
     rarity = 1,
+
     rarity = 4,
 
     schools = {
 
     schools = {
       Earth = true,
+
       Earth = true
      Transmutation = true
 
 
     }
 
     }
 
   },
 
   },
   ["Poison Arrow"] = {
+
   ["Searing Ray"] = {
 
     books = {
 
     books = {
       ["book of Annihilations"] = true
+
       ["book of Conjurations"] = true
 
     },
 
     },
     description = "Fires a magical arrow coated with the most vile and noxious toxin. Even those resistant to poison will be poisoned by it, and a small portion of its direct damage bypasses poison resistance.",
+
     description = "Fires a continuous piercing ray of arcane energy from the caster's hands. So long as the caster maintains focus upon the spell and supplies it with magical power (by waiting in place and not taking any other actions), the ray will follow the caster's target if it should move.",
 
     flags = {
 
     flags = {
 
       DIR_OR_TARGET = true,
 
       DIR_OR_TARGET = true,
 
       NEEDS_TRACER = true
 
       NEEDS_TRACER = true
 
     },
 
     },
     level = 6,
+
     level = 2,
     name = "Poison Arrow",
+
     name = "Searing Ray",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 2,
       effect = 2
+
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 50,
 
     ["power cap"] = 50,
 
     range = {
 
     range = {
       max = 6,
+
       max = 4,
       min = 6
+
       min = 4
 
     },
 
     },
     rarity = -1,
+
     rarity = 3,
 
     schools = {
 
     schools = {
       Conjuration = true,
+
       Conjuration = true
      Poison = true
 
 
     }
 
     }
 
   },
 
   },
   ["Poisonous Vapours"] = {
+
   ["Shadow Creatures"] = {
 
     books = {
 
     books = {
       ["Young Poisoner's Handbook"] = true,
+
       ["book of Dreams"] = true,
       ["book of Clouds"] = true
+
       ["book of Summonings"] = true
 
     },
 
     },
     description = "Turns the air around a targeted creature poisonous. Exceedingly little poison is created, generally just enough to poison the target before dispersing.",
+
     description = "Creates replicas of creatures native to the caster's current location, weaving them from shadows and threads of Abyssal matter.",
 
     flags = {
 
     flags = {
       NOT_SELF = true,
+
       MONS_ABJURE = true
      TARGET = true
 
 
     },
 
     },
     level = 2,
+
     level = 6,
     name = "Poisonous Vapours",
+
     name = "Shadow Creatures",
 
     noise = {
 
     noise = {
       casting = 2,
+
       casting = 4,
       effect = 4
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 100,
+
     ["power cap"] = 0,
     range = {
+
     rarity = 11,
      max = 7,
+
    schools = {
       min = 7
+
       Summoning = true
 
     },
 
     },
     rarity = 6,
+
     ["summons limit"] = 4
    schools = {
 
      Air = true,
 
      Poison = true
 
    }
 
 
   },
 
   },
   ["Portal Projectile"] = {
+
   Shatter = {
 
     books = {
 
     books = {
       ["book of Debilitation"] = true,
+
       ["book of the Earth"] = true,
       ["book of the Warp"] = true
+
       ["book of the Tempests"] = true
 +
    },
 +
    description = "Causes an enormous burst of concussive force around the caster, dealing severe damage to all nearby creatures. It is especially effective against those made from ice, bone, or any wall-like substance (such as rock, metal or crystal), as well as those turned to stone by petrification. It is less effective against flying, gelatinous and insubstantial creatures. It may also destroy nearby walls.",
 +
    flags = {
 +
      AREA = true
 
     },
 
     },
    description = "Allows the caster to teleport fired or thrown missiles directly to their targets for a short duration, spending an additional small amount of magic for each missile. Teleported projectiles have their accuracy greatly increased.",
+
     level = 9,
    flags = {},
+
     name = "Shatter",
     level = 3,
 
     name = "Portal Projectile",
 
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 7,
       effect = 0
+
       effect = 30
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 200,
 +
    quote = "“And it happened when the people heard the sound of the trumpet, and the people shouted with a great shout, that the wall fell down flat. Then the people went up into the city, every man straight before him, and they took the city. And they utterly destroyed all that was in the city, both man and woman, young and old, ox and sheep and donkey, with the edge of the sword.”\n    -KJV Bible, Joshua 6:20-21.",
 
     rarity = 10,
 
     rarity = 10,
 
     schools = {
 
     schools = {
       Translocation = true,
+
       Earth = true
      Hexes = true
 
 
     }
 
     }
 
   },
 
   },
   Recall = {
+
   Shock = {
 
     books = {
 
     books = {
       ["book of Summonings"] = true,
+
       ["book of Air"] = true
      ["book of Unlife"] = true
 
 
     },
 
     },
     description = "Recalls any friendly creatures on the same level to a position adjacent to the caster, over a short duration.",
+
     description = "Throws a bouncing bolt of electricity. It partially bypasses armour.",
 
     flags = {
 
     flags = {
       UTILITY = true
+
       DIR_OR_TARGET = true,
 +
      NEEDS_TRACER = true
 
     },
 
     },
     level = 3,
+
     level = 1,
     name = "Recall",
+
     name = "Shock",
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 1,
       effect = 0
+
       effect = 1
 +
    },
 +
    ["power cap"] = 25,
 +
    range = {
 +
      max = 7,
 +
      min = 7
 
     },
 
     },
    ["power cap"] = 0,
+
     rarity = 4,
     rarity = 10,
 
 
     schools = {
 
     schools = {
       Summoning = true,
+
       Air = true,
       Translocation = true
+
       Conjuration = true
 
     }
 
     }
 
   },
 
   },
   Regeneration = {
+
   ["Shroud of Golubria"] = {
 
     books = {
 
     books = {
 
       ["book of Battle"] = true,
 
       ["book of Battle"] = true,
       ["book of Necromancy"] = true
+
       ["book of Spatial Translocations"] = true
 
     },
 
     },
     description = "Reanimates parts of the caster's wounds. This unnatural act dramatically but temporarily increases the caster's health regeneration, while also speeding their metabolism.",
+
     description = "Bends space around the caster's body, protecting them from some blows by redirecting their force to the air nearby. Ranged attacks cannot be diverted in this way. The shroud is highly unstable, and may fall apart unexpectedly under stress.",
 
     flags = {
 
     flags = {
       SELFENCH = true,
+
       SELFENCH = true
      UTILITY = true
 
 
     },
 
     },
     level = 3,
+
     level = 2,
     name = "Regeneration",
+
     name = "Shroud of Golubria",
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 2,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 50,
     rarity = 3,
+
     rarity = 5,
 
     schools = {
 
     schools = {
 
       Charms = true,
 
       Charms = true,
       Necromancy = true
+
       Translocation = true
 
     }
 
     }
 
   },
 
   },
   ["Ring of Flames"] = {
+
   Silence = {
 
     books = {
 
     books = {
       ["book of Clouds"] = true,
+
       ["book of Dreams"] = true,
       ["book of Fire"] = true
+
       ["book of Hexes"] = true,
 +
      ["book of the Sky"] = true
 
     },
 
     },
     description = "Surrounds the caster with a mobile ring of searing flame, and keeps other fire clouds away from the caster. This spell attunes the caster to the forces of fire, increasing the power of their fire magic and giving protection from fire. However, it also makes them much more susceptible to cold.",
+
     description = "Eliminates all sound near the caster. This makes reading scrolls, casting spells, invoking divine abilities, or shouting impossible in the caster's vicinity. The spell's oppressive, unnatural effect will greatly hamper stealth.\n\nCertain monsters have innate magical or special abilities which will still be usable while silenced.\n\nThe effect starts out with a radius depending on power, which will then shrink, eventually covering only the caster, before it times out.",
 
     flags = {
 
     flags = {
 
       AREA = true
 
       AREA = true
 
     },
 
     },
     level = 7,
+
     level = 5,
     name = "Ring of Flames",
+
     name = "Silence",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 4,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
     rarity = 6,
+
     rarity = 7,
 
     schools = {
 
     schools = {
       Charms = true,
+
       Air = true,
       Fire = true
+
       Hexes = true
 
     }
 
     }
 
   },
 
   },
   Sandblast = {
+
   Simulacrum = {
 
     books = {
 
     books = {
       ["book of Geomancy"] = true
+
       ["book of Ice"] = true,
 +
      ["book of Unlife"] = true
 
     },
 
     },
     description = "Creates a short blast of high-velocity particles. It has increased power and range when the caster provides some source (by wielding a stone), but will still have some effect with no source wielded. Its damage is strongly reduced by armour.",
+
     description = "Creates an icy replica from the corpse of the original being. This magic is unstable, so eventually the replica will sublimate into a freezing cloud. Simulacra cannot leave the level they were created on.",
     flags = {
+
     flags = {},
      DIR_OR_TARGET = true,
+
     level = 6,
      NEEDS_TRACER = true,
+
     name = "Simulacrum",
      NOT_SELF = true
 
    },
 
     level = 1,
 
     name = "Sandblast",
 
 
     noise = {
 
     noise = {
       casting = 1,
+
       casting = 5,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 200,
    range = {
+
     rarity = 10,
      max = 2,
 
      min = 2
 
    },
 
     rarity = 4,
 
 
     schools = {
 
     schools = {
       Earth = true
+
       Ice = true,
 +
      Necromancy = true
 
     }
 
     }
 
   },
 
   },
   ["Searing Ray"] = {
+
   Slow = {
 
     books = {
 
     books = {
       ["book of Conjurations"] = true
+
       ["book of Debilitation"] = true,
 +
      ["book of Minor Magic"] = true
 
     },
 
     },
     description = "Fires a continuous ray of arcane energy from the caster's hands. Though initially mild, so long as the caster maintains focus upon the spell and supplies it with magical power (by waiting in place and not taking any other actions), the ray will grow in strength until it becomes a surging beam able to tear clean through the ranks of the caster's foes.",
+
     description = "Slows the actions of a creature.",
 
     flags = {
 
     flags = {
 
       DIR_OR_TARGET = true,
 
       DIR_OR_TARGET = true,
 +
      MR_CHECK = true,
 
       NEEDS_TRACER = true
 
       NEEDS_TRACER = true
 
     },
 
     },
 
     level = 2,
 
     level = 2,
     name = "Searing Ray",
+
     name = "Slow",
 
     noise = {
 
     noise = {
 
       casting = 2,
 
       casting = 2,
       effect = 0
+
       effect = 2
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 200,
 
     range = {
 
     range = {
       max = 4,
+
       max = 7,
       min = 4
+
       min = 7
 
     },
 
     },
     rarity = 3,
+
     rarity = 1,
 
     schools = {
 
     schools = {
       Conjuration = true
+
       Hexes = true
 
     }
 
     }
 
   },
 
   },
   ["Shadow Creatures"] = {
+
   ["Song of Slaying"] = {
 
     books = {
 
     books = {
       ["book of Dreams"] = true,
+
       ["book of Battle"] = true
      ["book of Summonings"] = true
 
 
     },
 
     },
     description = "Creates replicas of creatures native to the caster's current location, weaving them from shadows and threads of Abyssal matter.",
+
     description = "Recites ancient verses of battle. Each non-summoned enemy the caster slays in combat during this recitation temporarily enhances their melee and ranged skills. The bonus only lasts for the duration of the song; casting this spell while already singing will start a new song, not extend an existing one.",
 
     flags = {
 
     flags = {
       MONS_ABJURE = true
+
       UTILITY = true
 
     },
 
     },
     level = 6,
+
     level = 2,
     name = "Shadow Creatures",
+
     name = "Song of Slaying",
 
     noise = {
 
     noise = {
       casting = 4,
+
       casting = 2,
       effect = 0
+
       effect = 8
 
     },
 
     },
     ["power cap"] = 0,
+
     ["power cap"] = 100,
     rarity = 11,
+
     rarity = 5,
 
     schools = {
 
     schools = {
       Summoning = true
+
       Charms = true
     },
+
     }
    ["summons limit"] = 4
 
 
   },
 
   },
   Shatter = {
+
   ["Spectral Weapon"] = {
 
     books = {
 
     books = {
       ["book of the Earth"] = true,
+
       ["book of Battle"] = true
      ["book of the Tempests"] = true
 
 
     },
 
     },
     description = "Causes an enormous burst of concussive force around the caster. Flying and gelatinous creatures can escape the worst effects, and insubstantial creatures are entirely unaffected, but all others will be gravely injured by the blast. It may also destroy nearby walls.",
+
     description = "Draws out the spirit within a wielded weapon to fight for the caster, with its strength increasing with power. It only attacks when the caster does, and its kills count as the caster's own. If the weapon is damaged, part of the injury will be echoed on the caster's body. Only one spectral weapon can be maintained at a time, and only while the original weapon remains wielded.\n\nCertain powerful named artefacts cannot be affected, and any abilities that require evocation skill to trigger will not be active.",
 
     flags = {
 
     flags = {
       AREA = true
+
       NO_GHOST = true,
 +
      SELFENCH = true,
 +
      UTILITY = true
 
     },
 
     },
     level = 9,
+
     level = 3,
     name = "Shatter",
+
     name = "Spectral Weapon",
 
     noise = {
 
     noise = {
       casting = 7,
+
       casting = 3,
       effect = 30
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 100,
    quote = "“And it happened when the people heard the sound of the trumpet, and the people shouted with a great shout, that the wall fell down flat. Then the people went up into the city, every man straight before him, and they took the city. And they utterly destroyed all that was in the city, both man and woman, young and old, ox and sheep and donkey, with the edge of the sword.”\n    -KJV Bible, Joshua 6:20-21.",
+
     rarity = 5,
     rarity = 10,
 
 
     schools = {
 
     schools = {
       Earth = true
+
       Charms = true,
 +
      Hexes = true
 
     }
 
     }
 
   },
 
   },
   Shock = {
+
   ["Spellforged Servitor"] = {
 
     books = {
 
     books = {
       ["book of Air"] = true
+
       ["book of Power"] = true
 
     },
 
     },
     description = "Throws a bouncing bolt of electricity. It partially bypasses armour.",
+
     description = "Summons an extraplanar elemental and binds it to a durable shell forged from the caster's own magic. The servitor is capable of unleashing some of the destructive spells known to its creator, though the strongest and most volatile of magics cannot be imbued in this fashion.",
     flags = {
+
     flags = {},
      DIR_OR_TARGET = true,
+
     level = 7,
      NEEDS_TRACER = true
+
     name = "Spellforged Servitor",
    },
+
     noise = {
     level = 1,
+
       casting = 6,
     name = "Shock",
+
       effect = 0
     noise = {
 
       casting = 1,
 
       effect = 2
 
 
     },
 
     },
     ["power cap"] = 25,
+
     ["power cap"] = 200,
     range = {
+
     quote = "“When you think\n Your toys have gone berserk\n It's an illusion\n You cannot shirk”\n    -Siouxsie and the Banshees, \"Spellbound\"",
       max = 7,
+
    rarity = 6,
       min = 7
+
    schools = {
 +
       Conjuration = true,
 +
       Summoning = true
 
     },
 
     },
     rarity = 4,
+
     ["summons limit"] = 1
    schools = {
 
      Air = true,
 
      Conjuration = true
 
    }
 
 
   },
 
   },
   ["Shroud of Golubria"] = {
+
   ["Spider Form"] = {
 
     books = {
 
     books = {
       ["book of Battle"] = true,
+
       ["book of Changes"] = true
      ["book of Spatial Translocations"] = true
 
 
     },
 
     },
     description = "Bends space around the caster's body, protecting them from some blows by redirecting their force to the air nearby. Ranged attacks cannot be diverted in this way. The shroud is highly unstable, and may fall apart unexpectedly under stress.",
+
     description = "Transforms the caster into a venomous, spider-like creature. The caster becomes highly evasive and gains a poisonous bite, but gains vulnerability to poison.\n\nWhile transformed, any equipped weapons and armour are melded, and casting spells becomes slightly more difficult.",
 
     flags = {
 
     flags = {
       SELFENCH = true
+
       CHAOTIC = true,
 +
      HELPFUL = true,
 +
      UTILITY = true
 
     },
 
     },
     level = 2,
+
     level = 3,
     name = "Shroud of Golubria",
+
     name = "Spider Form",
 
     noise = {
 
     noise = {
 
       casting = 2,
 
       casting = 2,
Line 2,343: Line 2,282:
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
     rarity = 5,
+
     rarity = 2,
 
     schools = {
 
     schools = {
       Charms = true,
+
       Poison = true,
       Translocation = true
+
       Transmutation = true
 
     }
 
     }
 
   },
 
   },
   Silence = {
+
   ["Starburst"] = {
 
     books = {
 
     books = {
       ["book of Dreams"] = true,
+
       ["book of Fire"] = true,
      ["book of Enchantments"] = true,
 
      ["book of the Sky"] = true
 
 
     },
 
     },
     description = "Eliminates all sound near the caster. This makes reading scrolls, casting spells, invoking divine abilities, or shouting impossible in the caster's vicinity. The spell's oppressive, unnatural effect will greatly hamper stealth.\n\nCertain monsters have innate magical or special abilities which will still be usable while silenced.\n\nThe effect starts out with a radius depending on power, which will then shrink, eventually covering only the caster, before it times out.",
+
     description = "Releases penetrating bolts of fire from the caster in every direction. The range of each bolt is decreased by one for every creature it strikes.",
 
     flags = {
 
     flags = {
       AREA = true
+
       AREA = true,
 
     },
 
     },
     level = 5,
+
     level = 6,
     name = "Silence",
+
     name = "Starburst",
 
     noise = {
 
     noise = {
       casting = 4,
+
       casting = 6,
       effect = 0
+
       effect = 2
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
     rarity = 7,
+
    range = {
 +
      max = 5,
 +
      min = 5
 +
    },
 +
     rarity = 10,
 
     schools = {
 
     schools = {
       Air = true,
+
       Conjuration = true,
       Hexes = true
+
       Fire = true
 
     }
 
     }
 
   },
 
   },
   Simulacrum = {
+
   ["Static Discharge"] = {
 
     books = {
 
     books = {
       ["book of Ice"] = true,
+
       ["book of Air"] = true,
       ["book of Unlife"] = true
+
       ["book of the Tempests"] = true
 +
    },
 +
    description = "Releases electrical charges against those next to the caster. These may arc to other adjacent creatures, or back to the caster, before eventually grounding out. It deals reduced damage when arcing to the caster, and bypasses any armour the target may have.",
 +
    flags = {
 +
      AREA = true
 
     },
 
     },
    description = "Creates an icy replica from the corpse of the original being. This magic is unstable, so eventually the replica will sublimate into a freezing cloud. Simulacra cannot leave the level they were created on.",
+
     level = 3,
    flags = {},
+
     name = "Static Discharge",
     level = 6,
 
     name = "Simulacrum",
 
 
     noise = {
 
     noise = {
       casting = 5,
+
       casting = 3,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 100,
     rarity = 10,
+
    range = {
 +
      max = 1,
 +
      min = 1
 +
    },
 +
     rarity = 4,
 
     schools = {
 
     schools = {
       Ice = true,
+
       Air = true,
       Necromancy = true
+
       Conjuration = true
 
     }
 
     }
 
   },
 
   },
   Slow = {
+
   ["Statue Form"] = {
 
     books = {
 
     books = {
       ["book of Debilitation"] = true,
+
       ["book of the Earth"] = true,
       ["book of Minor Magic"] = true
+
       ["book of Transfigurations"] = true
 
     },
 
     },
     description = "Slows the actions of a creature.",
+
     description = "Transforms the caster into a slow but extremely robust stone statue. The caster's melee damage, both unarmed and with weapons, is substantially increased. The caster's stone body is insulated from electricity and gains resistance to poison, rotting and negative energy.\n\nWhile transformed, any equipped body armour, gloves and boots are melded.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       CHAOTIC = true,
       MR_CHECK = true,
+
       HELPFUL = true,
       NEEDS_TRACER = true
+
       UTILITY = true
 
     },
 
     },
     level = 2,
+
     level = 6,
     name = "Slow",
+
     name = "Statue Form",
 
     noise = {
 
     noise = {
       casting = 2,
+
       casting = 5,
       effect = 2
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 150,
    range = {
+
     rarity = 8,
      max = 7,
 
      min = 7
 
    },
 
     rarity = 1,
 
 
     schools = {
 
     schools = {
       Hexes = true
+
       Earth = true,
 +
      Transmutation = true
 
     }
 
     }
 
   },
 
   },
   ["Song of Slaying"] = {
+
   ["Sticks to Snakes"] = {
 
     books = {
 
     books = {
       ["book of Battle"] = true
+
       ["book of Changes"] = true
 
     },
 
     },
     description = "Recites ancient verses of battle. Each non-summoned enemy the caster slays in combat during this recitation temporarily enhances their melee and ranged skills. The bonus only lasts for the duration of the song; casting this spell while already singing will start a new song, not extend an existing one.",
+
     description = "Transforms a number of arrows in inventory into short-lived snakes, creating more dangerous snakes with higher power.",
 
     flags = {
 
     flags = {
       UTILITY = true
+
       NO_GHOST = true
 
     },
 
     },
 
     level = 2,
 
     level = 2,
     name = "Song of Slaying",
+
     name = "Sticks to Snakes",
 
     noise = {
 
     noise = {
 
       casting = 2,
 
       casting = 2,
       effect = 8
+
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 100,
 
     ["power cap"] = 100,
     rarity = 5,
+
     rarity = 2,
 
     schools = {
 
     schools = {
       Charms = true
+
       Transmutation = true
 
     }
 
     }
 
   },
 
   },
   ["Spectral Weapon"] = {
+
   ["Sticky Flame"] = {
 
     books = {
 
     books = {
       ["book of Battle"] = true
+
       ["book of Flames"] = true
 
     },
 
     },
     description = "Draws out the spirit within a wielded weapon to fight for the caster, with its strength increasing with power. It only attacks when the caster does, and its kills count as the caster's own. If the weapon is damaged, part of the injury will be echoed on the caster's body. Only one spectral weapon can be maintained at a time, and only while the original weapon remains wielded.\n\nCertain powerful named artefacts cannot be affected, and any abilities that require evocation skill to trigger will not be active.",
+
     description = "Conjures a glob of sticky flame, covering an adjacent creature with liquid fire for a short time.",
 
     flags = {
 
     flags = {
       NO_GHOST = true,
+
       DIR_OR_TARGET = true,
       SELFENCH = true,
+
       NEEDS_TRACER = true
      UTILITY = true
 
 
     },
 
     },
     level = 3,
+
     level = 4,
     name = "Spectral Weapon",
+
     name = "Sticky Flame",
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 4,
       effect = 0
+
       effect = 1
 
     },
 
     },
 
     ["power cap"] = 100,
 
     ["power cap"] = 100,
     rarity = 5,
+
    quote = "“Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life.”\n    -Terry Pratchett, “Jingo”. 1997.",
 +
    range = {
 +
      max = 1,
 +
      min = 1
 +
    },
 +
     rarity = 4,
 
     schools = {
 
     schools = {
       Charms = true,
+
       Conjuration = true,
       Hexes = true
+
       Fire = true
 
     }
 
     }
 
   },
 
   },
   ["Spellforged Servitor"] = {
+
   Sting = {
 
     books = {
 
     books = {
       ["book of Power"] = true
+
       ["Young Poisoner's Handbook"] = true
 
     },
 
     },
     description = "Summons an extraplanar elemental and binds it to a durable shell forged from the caster's own magic. The servitor is capable of unleashing some of the destructive spells known to its creator, though the strongest and most volatile of magics cannot be imbued in this fashion.",
+
     description = "Briefly transforms one of the caster's limbs into a long insectoid stinger, which lashes out at the target. The stinger's impact will always poison a susceptible target. Even resistant targets have a chance to be poisoned and immune monsters will be damaged by the physical impact of the stinger.",
     flags = {},
+
     flags = {
     level = 7,
+
      DIR_OR_TARGET = true,
     name = "Spellforged Servitor",
+
      NEEDS_TRACER = true
 +
    },
 +
     level = 1,
 +
     name = "Sting",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 1,
       effect = 0
+
       effect = 1
 +
    },
 +
    ["power cap"] = 25,
 +
    range = {
 +
      max = 3,
 +
      min = 3
 
     },
 
     },
    ["power cap"] = 200,
+
     rarity = 5,
    quote = "“When you think\n Your toys have gone berserk\n It's an illusion\n You cannot shirk”\n    -Siouxsie and the Banshees, \"Spellbound\"",
 
     rarity = 6,
 
 
     schools = {
 
     schools = {
       Conjuration = true,
+
       Transmutation = true,
       Summoning = true
+
       Poison = true
     },
+
     }
    ["summons limit"] = 1
 
 
   },
 
   },
   ["Spider Form"] = {
+
   ["Stone Arrow"] = {
 
     books = {
 
     books = {
       ["book of Changes"] = true
+
       ["book of Geomancy"] = true,
 +
      ["Fen Folio"] = true
 
     },
 
     },
     description = "Transforms the caster into a venomous, spider-like creature. The caster becomes highly evasive and gains a poisonous bite, but gains vulnerability to poison.\n\nWhile transformed, any equipped weapons and armour are melded, and casting spells becomes slightly more difficult.",
+
     description = "Fires a sharp spine of rock.",
 
     flags = {
 
     flags = {
       CHAOTIC = true,
+
       DIR_OR_TARGET = true,
       HELPFUL = true,
+
       NEEDS_TRACER = true
      UTILITY = true
 
 
     },
 
     },
 
     level = 3,
 
     level = 3,
     name = "Spider Form",
+
     name = "Stone Arrow",
 
     noise = {
 
     noise = {
       casting = 2,
+
       casting = 3,
       effect = 0
+
       effect = 3
 +
    },
 +
    ["power cap"] = 50,
 +
    range = {
 +
      max = 4,
 +
      min = 4
 
     },
 
     },
    ["power cap"] = 200,
+
     rarity = 4,
     rarity = 2,
 
 
     schools = {
 
     schools = {
       Poison = true,
+
       Conjuration = true,
       Transmutation = true
+
       Earth = true
 
     }
 
     }
 
   },
 
   },
   ["Static Discharge"] = {
+
   ["Sublimation of Blood"] = {
 
     books = {
 
     books = {
       ["book of Air"] = true,
+
       ["book of Alchemy"] = true,
       ["book of the Tempests"] = true
+
       ["book of Death"] = true
 
     },
 
     },
     description = "Releases electrical charges against those next to the caster. These may arc to other adjacent creatures, or back to the caster, before eventually grounding out. It deals reduced damage when arcing to the caster, and bypasses any armour the target may have.",
+
     description = "Converts some of the caster's blood into magical energy. The process is painful but never directly lethal. The efficiency of the conversion increases with the spell's power.",
 
     flags = {
 
     flags = {
       AREA = true
+
       UTILITY = true
 
     },
 
     },
     level = 3,
+
     level = 2,
     name = "Static Discharge",
+
     name = "Sublimation of Blood",
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 2,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 100,
+
     ["power cap"] = 200,
    range = {
+
     rarity = 11,
      max = 1,
 
      min = 1
 
    },
 
     rarity = 4,
 
 
     schools = {
 
     schools = {
       Air = true,
+
       Necromancy = true
      Conjuration = true
 
 
     }
 
     }
 
   },
 
   },
   ["Statue Form"] = {
+
   ["Summon Butterflies"] = {
 
     books = {
 
     books = {
       ["book of the Earth"] = true,
+
       ["book of Beasts"] = true,
       ["book of Transfigurations"] = true
+
       ["book of Party Tricks"] = true
 
     },
 
     },
     description = "Transforms the caster into a slow but extremely robust stone statue, capable of dealing powerful blows with weapons or bare fists. The caster's stone body is insulated from electricity and gains resistance to poison, rotting and negative energy.",
+
     description = "Creates a shower of colourful butterflies. How pretty!",
     flags = {
+
     flags = {},
      CHAOTIC = true,
+
     level = 1,
      HELPFUL = true,
+
     name = "Summon Butterflies",
      UTILITY = true
 
    },
 
     level = 6,
 
     name = "Statue Form",
 
 
     noise = {
 
     noise = {
       casting = 5,
+
       casting = 1,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 150,
+
     ["power cap"] = 100,
     rarity = 8,
+
     rarity = 7,
 
     schools = {
 
     schools = {
       Earth = true,
+
       Summoning = true
      Transmutation = true
+
    },
    }
+
    ["summons limit"] = 8
 
   },
 
   },
   ["Sticks to Snakes"] = {
+
   ["Summon Demon"] = {
 
     books = {
 
     books = {
       ["book of Changes"] = true
+
       ["book of Summonings"] = true
 
     },
 
     },
     description = "Transforms a number of arrows in inventory into short-lived snakes, creating more dangerous snakes with higher power.",
+
     description = "Opens a gate to the realm of Pandemonium and draws forth one of its inhabitants to serve the caster for a time. The demon's servitude is not guaranteed, but will be more likely with high power.",
 
     flags = {
 
     flags = {
       NO_GHOST = true
+
       MONS_ABJURE = true,
 +
      SELFENCH = true,
 +
      UNHOLY = true
 
     },
 
     },
     level = 2,
+
     level = 5,
     name = "Sticks to Snakes",
+
     name = "Summon Demon",
 
     noise = {
 
     noise = {
       casting = 2,
+
       casting = 4,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 100,
+
     ["power cap"] = 200,
     rarity = 2,
+
    quote = "“'Tis now the very witching time of night,\n When churchyards yawn and hell itself breathes out\n Contagion to this world.”\n    -William Shakespeare, _The Tragedy of Hamlet, Prince of Denmark_, III, 2.",
 +
     rarity = 11,
 
     schools = {
 
     schools = {
       Transmutation = true
+
       Summoning = true
     }
+
     },
 +
    ["summons limit"] = 3
 
   },
 
   },
   ["Sticky Flame"] = {
+
   ["Summon Forest"] = {
 
     books = {
 
     books = {
       ["book of Flames"] = true
+
       ["book of Summonings"] = true,
 +
      ["Fen Folio"] = true
 
     },
 
     },
     description = "Conjures a glob of sticky flame, covering an adjacent creature with liquid fire for a short time.",
+
     description = "Forcefully intersects a forested plane with this world. It requires open space to succeed. While the spell holds, a spirit of the forest will be called forth, and the trees of the forest will be awakened to deal damage to nearby enemies.",
     flags = {
+
     flags = {},
      DIR_OR_TARGET = true,
+
     level = 5,
      NEEDS_TRACER = true
+
     name = "Summon Forest",
    },
 
     level = 4,
 
     name = "Sticky Flame",
 
 
     noise = {
 
     noise = {
 
       casting = 4,
 
       casting = 4,
       effect = 2
+
       effect = 10
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 200,
    quote = "“Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life.”\n    -Terry Pratchett, “Jingo”. 1997.",
+
     rarity = 11,
    range = {
 
      max = 1,
 
      min = 1
 
    },
 
     rarity = 4,
 
 
     schools = {
 
     schools = {
       Conjuration = true,
+
       Summoning = true,
       Fire = true
+
       Translocation = true
 
     }
 
     }
 
   },
 
   },
   Sting = {
+
   ["Summon Greater Demon"] = {
 
     books = {
 
     books = {
       ["Young Poisoner's Handbook"] = true
+
       ["Grand Grimoire"] = true
 
     },
 
     },
     description = "Fires a magical dart of poison.",
+
     description = "Calls forth one of the greater demons of Pandemonium to serve the caster. With high power, the summoned demon will be less likely to be initially hostile — but the strongest demons may eventually turn against their summoner regardless. Unlike other summons, greater demons will not be dismissed when attacked by their summoner - they will become hostile.",
 
     flags = {
 
     flags = {
       DIR_OR_TARGET = true,
+
       MONS_ABJURE = true,
       NEEDS_TRACER = true
+
       SELFENCH = true,
 +
      UNHOLY = true
 
     },
 
     },
     level = 1,
+
     level = 7,
     name = "Sting",
+
     name = "Summon Greater Demon",
 
     noise = {
 
     noise = {
       casting = 1,
+
       casting = 6,
       effect = 2
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 25,
+
     ["power cap"] = 200,
     range = {
+
     rarity = -1,
      max = 6,
+
    schools = {
       min = 6
+
       Summoning = true
 
     },
 
     },
     rarity = 5,
+
     ["summons limit"] = 3
    schools = {
 
      Conjuration = true,
 
      Poison = true
 
    }
 
 
   },
 
   },
   ["Stone Arrow"] = {
+
   ["Summon Guardian Golem"] = {
 
     books = {
 
     books = {
       ["book of Geomancy"] = true,
+
       ["book of Callings"] = true
      ["Fen Folio"] = true
 
    },
 
    description = "Fires a sharp spine of rock.",
 
    flags = {
 
      DIR_OR_TARGET = true,
 
      NEEDS_TRACER = true
 
 
     },
 
     },
 +
    description = "Summons a protective golem. It redirects the injuries of its allies (but not the caster) to itself. When sufficiently damaged, it may fill with an inner flame, causing it to explode if destroyed. It gains more health at high power.",
 +
    flags = {},
 
     level = 3,
 
     level = 3,
     name = "Stone Arrow",
+
     name = "Summon Guardian Golem",
 
     noise = {
 
     noise = {
 
       casting = 3,
 
       casting = 3,
       effect = 2
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 100,
     range = {
+
     rarity = 3,
       max = 4,
+
    schools = {
       min = 4
+
       Hexes = true,
 +
       Summoning = true
 
     },
 
     },
     rarity = 4,
+
     ["summons limit"] = 1
    schools = {
 
      Conjuration = true,
 
      Earth = true
 
    }
 
 
   },
 
   },
   ["Sublimation of Blood"] = {
+
   ["Summon Horrible Things"] = {
 
     books = {
 
     books = {
       ["book of Alchemy"] = true,
+
       ["Grand Grimoire"] = true
      ["book of Death"] = true
 
 
     },
 
     },
     description = "Converts some of the caster's blood into magical energy. The process is painful but never directly lethal. The efficiency of the conversion increases with the spell's power.",
+
     description = "Opens a gate to the Abyss and calls through one or more hideous abominations from that dreadful place. The opening of the gate may drain a portion of the caster's intellect.",
 
     flags = {
 
     flags = {
       UTILITY = true
+
       CHAOTIC = true,
 +
      MONS_ABJURE = true,
 +
      UNHOLY = true
 
     },
 
     },
     level = 2,
+
     level = 8,
     name = "Sublimation of Blood",
+
     name = "Summon Horrible Things",
 
     noise = {
 
     noise = {
       casting = 2,
+
       casting = 6,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
     rarity = 11,
+
     rarity = -1,
 
     schools = {
 
     schools = {
       Necromancy = true
+
       Summoning = true
     }
+
     },
 +
    ["summons limit"] = 8
 
   },
 
   },
   ["Summon Butterflies"] = {
+
   ["Summon Hydra"] = {
 
     books = {
 
     books = {
 
       ["book of Beasts"] = true,
 
       ["book of Beasts"] = true,
       ["book of Party Tricks"] = true
+
       ["Fen Folio"] = true
 +
    },
 +
    description = "Summons a many-headed hydra to fight alongside the caster for a short time.",
 +
    flags = {
 +
      MONS_ABJURE = true
 
     },
 
     },
    description = "Creates a shower of colourful butterflies. How pretty!",
+
     level = 7,
    flags = {},
+
     name = "Summon Hydra",
     level = 1,
 
     name = "Summon Butterflies",
 
 
     noise = {
 
     noise = {
       casting = 1,
+
       casting = 6,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 100,
+
     ["power cap"] = 200,
     rarity = 7,
+
     rarity = 8,
 
     schools = {
 
     schools = {
 
       Summoning = true
 
       Summoning = true
 
     },
 
     },
     ["summons limit"] = 8
+
     ["summons limit"] = 3
 
   },
 
   },
   ["Summon Demon"] = {
+
   ["Summon Ice Beast"] = {
 
     books = {
 
     books = {
       ["book of Summonings"] = true
+
       ["book of Beasts"] = true,
 +
      ["book of Callings"] = true,
 +
      ["book of Frost"] = true
 
     },
 
     },
     description = "Opens a gate to the realm of Pandemonium and draws forth one of its inhabitants to serve the caster for a time. The demon's servitude is not guaranteed, but will be more likely with high power.",
+
     description = "Calls forth a beast of ice to serve the caster.",
     flags = {
+
     flags = {},
      MONS_ABJURE = true,
+
     level = 4,
      SELFENCH = true,
+
     name = "Summon Ice Beast",
      UNHOLY = true
 
    },
 
     level = 5,
 
     name = "Summon Demon",
 
 
     noise = {
 
     noise = {
       casting = 4,
+
       casting = 3,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 100,
    quote = "“'Tis now the very witching time of night,\n When churchyards yawn and hell itself breathes out\n Contagion to this world.”\n    -William Shakespeare, _The Tragedy of Hamlet, Prince of Denmark_, III, 2.",
+
     rarity = 3,
     rarity = 11,
 
 
     schools = {
 
     schools = {
 +
      Ice = true,
 
       Summoning = true
 
       Summoning = true
 
     },
 
     },
 
     ["summons limit"] = 3
 
     ["summons limit"] = 3
 
   },
 
   },
   ["Summon Forest"] = {
+
   ["Summon Lightning Spire"] = {
 
     books = {
 
     books = {
       ["book of Summonings"] = true,
+
       ["book of Callings"] = true,
       ["Fen Folio"] = true
+
       ["book of the Sky"] = true
 
     },
 
     },
     description = "Forcefully intersects a forested plane with this world. It requires open space to succeed. While the spell holds, a spirit of the forest will be called forth, and the trees of the forest will be awakened to deal damage to nearby enemies.",
+
     description = "Constructs a lightning spire in a nearby location. It can fire bouncing bolts of electricity at the caster's foes, but is completely immobile.",
 
     flags = {},
 
     flags = {},
     level = 5,
+
     level = 4,
     name = "Summon Forest",
+
     name = "Summon Lightning Spire",
 
     noise = {
 
     noise = {
       casting = 4,
+
       casting = 2,
       effect = 10
+
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 100,
     rarity = 11,
+
    range = {
 +
      max = 2,
 +
      min = 2
 +
    },
 +
     rarity = 3,
 
     schools = {
 
     schools = {
       Summoning = true,
+
       Air = true,
       Translocation = true
+
       Summoning = true
     }
+
     },
 +
    ["summons limit"] = 1
 
   },
 
   },
   ["Summon Greater Demon"] = {
+
   ["Summon Mana Viper"] = {
 
     books = {
 
     books = {
       ["Grand Grimoire"] = true
+
       ["book of Beasts"] = true,
 +
      ["book of Summonings"] = true
 
     },
 
     },
     description = "Calls forth one of the greater demons of Pandemonium to serve the caster. With high power, the summoned demon will be less likely to be initially hostile — but the strongest demons may eventually turn against their summoner regardless.",
+
     description = "Summons a violet-scaled serpent whose bite can swiftly drain the magical reserves of nearly any foe. At higher power, the antimagic properties of the viper's bite grow even stronger.",
 
     flags = {
 
     flags = {
       MONS_ABJURE = true,
+
       MONS_ABJURE = true
      SELFENCH = true,
 
      UNHOLY = true
 
 
     },
 
     },
     level = 7,
+
     level = 5,
     name = "Summon Greater Demon",
+
     name = "Summon Mana Viper",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 4,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 100,
     rarity = -1,
+
     rarity = 8,
 
     schools = {
 
     schools = {
 +
      Hexes = true,
 
       Summoning = true
 
       Summoning = true
 
     },
 
     },
     ["summons limit"] = 3
+
     ["summons limit"] = 2
 
   },
 
   },
   ["Summon Guardian Golem"] = {
+
   ["Summon Small Mammal"] = {
 
     books = {
 
     books = {
       ["book of Callings"] = true
+
       ["book of Callings"] = true,
 +
      ["book of Cantrips"] = true
 
     },
 
     },
     description = "Summons a protective golem. It redirects the injuries of its allies (but not the caster) to itself. When sufficiently damaged, it may fill with an inner flame, causing it to explode if destroyed. It gains more health at high power.",
+
     description = "Summons a small mammal to the caster's aid.",
 
     flags = {},
 
     flags = {},
     level = 3,
+
     level = 1,
     name = "Summon Guardian Golem",
+
     name = "Summon Small Mammal",
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 1,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 100,
+
     ["power cap"] = 25,
     rarity = 3,
+
     rarity = 1,
 
     schools = {
 
     schools = {
      Hexes = true,
 
 
       Summoning = true
 
       Summoning = true
 
     },
 
     },
     ["summons limit"] = 1
+
     ["summons limit"] = 4
 
   },
 
   },
   ["Summon Horrible Things"] = {
+
   Swiftness = {
 
     books = {
 
     books = {
       ["Grand Grimoire"] = true
+
       ["book of Air"] = true,
 +
      ["book of Burglary"] = true
 
     },
 
     },
     description = "Opens a gate to the Abyss and calls through one or more hideous abominations from that dreadful place. The opening of the gate may drain a portion of the caster's intellect.",
+
     description = "Calls forth winds to greatly increase the caster's movement speed. After the effect ends, the caster's movements will be sluggish for a time.",
 
     flags = {
 
     flags = {
       CHAOTIC = true,
+
       HASTY = true,
       MONS_ABJURE = true,
+
       SELFENCH = true,
       UNHOLY = true
+
       UTILITY = true
 
     },
 
     },
     level = 8,
+
     level = 2,
     name = "Summon Horrible Things",
+
     name = "Swiftness",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 2,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 200,
+
     ["power cap"] = 100,
     rarity = -1,
+
     rarity = 4,
 
     schools = {
 
     schools = {
       Summoning = true
+
       Air = true,
     },
+
      Charms = true
    ["summons limit"] = 8
+
     }
 
   },
 
   },
   ["Summon Hydra"] = {
+
   ["Teleport Other"] = {
 
     books = {
 
     books = {
       ["book of Beasts"] = true,
+
       ["book of Spatial Translocations"] = true
      ["Fen Folio"] = true
 
 
     },
 
     },
     description = "Summons a many-headed hydra to fight alongside the caster for a short time.",
+
     description = "Randomly translocates a targeted creature.",
 
     flags = {
 
     flags = {
       MONS_ABJURE = true
+
       DIR_OR_TARGET = true,
 +
      EMERGENCY = true,
 +
      ESCAPE = true,
 +
      MR_CHECK = true,
 +
      NEEDS_TRACER = true,
 +
      NOT_SELF = true
 
     },
 
     },
     level = 7,
+
     level = 3,
     name = "Summon Hydra",
+
     name = "Teleport Other",
 
     noise = {
 
     noise = {
       casting = 6,
+
       casting = 3,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 200,
 
     ["power cap"] = 200,
     rarity = 8,
+
    range = {
 +
      max = 7,
 +
      min = 7
 +
    },
 +
     rarity = 10,
 
     schools = {
 
     schools = {
       Summoning = true
+
       Translocation = true
     },
+
     }
    ["summons limit"] = 3
 
 
   },
 
   },
   ["Summon Ice Beast"] = {
+
   Tornado = {
 
     books = {
 
     books = {
       ["book of Beasts"] = true,
+
       ["book of the Sky"] = true,
       ["book of Callings"] = true,
+
       ["book of the Tempests"] = true
      ["book of Frost"] = true
+
    },
 +
    description = "Turns the air around the caster into a mighty vortex, doing tremendous damage to everyone caught in it. Those affected will also be swept up into the air and tossed around. Only the eye of the storm is a safe place, and it follows the caster. The spell's effectiveness is greatly diminished in closed areas. After the tornado fades, it cannot be called forth again for a short time.",
 +
    flags = {
 +
      AREA = true
 
     },
 
     },
    description = "Calls forth a beast of ice to serve the caster.",
+
     level = 9,
    flags = {},
+
     name = "Tornado",
     level = 4,
 
     name = "Summon Ice Beast",
 
 
     noise = {
 
     noise = {
       casting = 3,
+
       casting = 5,
       effect = 0
+
       effect = 15
 +
    },
 +
    ["power cap"] = 200,
 +
    range = {
 +
      max = 5,
 +
      min = 5
 
     },
 
     },
    ["power cap"] = 100,
+
     rarity = 10,
     rarity = 3,
 
 
     schools = {
 
     schools = {
       Ice = true,
+
       Air = true
      Summoning = true
+
     }
     },
 
    ["summons limit"] = 3
 
 
   },
 
   },
   ["Summon Lightning Spire"] = {
+
   ["Tukima's Dance"] = {
 
     books = {
 
     books = {
       ["book of Callings"] = true,
+
       ["book of Maledictions"] = true,
       ["book of the Sky"] = true
+
       ["book of Party Tricks"] = true
 +
    },
 +
    description = "Animates the weapon of a targeted foe, ripping it from their hands and causing it to attack them relentlessly. Once the target dies, the weapon will fall to the ground shortly thereafter.\n\nRanged weapons and certain powerful named artefacts cannot be affected, and any abilities that require evocation skill to trigger will not be active.",
 +
    flags = {
 +
      DIR_OR_TARGET = true,
 +
      MR_CHECK = true,
 +
      NEEDS_TRACER = true,
 +
      NOT_SELF = true
 
     },
 
     },
    description = "Constructs a lightning spire in a nearby location. It can fire bouncing bolts of electricity at the caster's foes, but is completely immobile.",
+
     level = 3,
    flags = {},
+
     name = "Tukima's Dance",
     level = 4,
 
     name = "Summon Lightning Spire",
 
 
     noise = {
 
     noise = {
       casting = 2,
+
       casting = 3,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
 
     ["power cap"] = 100,
 
     ["power cap"] = 100,
 
     range = {
 
     range = {
       max = 2,
+
       max = 7,
       min = 2
+
       min = 7
 
     },
 
     },
     rarity = 3,
+
     rarity = 2,
 
     schools = {
 
     schools = {
       Air = true,
+
       Hexes = true
      Summoning = true
+
     }
     },
 
    ["summons limit"] = 1
 
 
   },
 
   },
   ["Summon Mana Viper"] = {
+
   ["Vampiric Draining"] = {
 
     books = {
 
     books = {
       ["book of Beasts"] = true,
+
       ["book of Necromancy"] = true
      ["book of Summonings"] = true
 
 
     },
 
     },
     description = "Summons a violet-scaled serpent whose bite can swiftly drain the magical reserves of nearly any foe. At higher power, the antimagic properties of the viper's bite grow even stronger.",
+
     description = "Steals the life of an adjacent living creature and grants it to the caster. Life will not be drained in excess of what the caster can capably absorb.",
 
     flags = {
 
     flags = {
       MONS_ABJURE = true
+
       DIR_OR_TARGET = true,
 +
      EMERGENCY = true,
 +
      NOT_SELF = true,
 +
      SELFENCH = true
 
     },
 
     },
     level = 5,
+
     level = 3,
     name = "Summon Mana Viper",
+
     name = "Vampiric Draining",
 
     noise = {
 
     noise = {
       casting = 4,
+
       casting = 3,
 
       effect = 0
 
       effect = 0
 
     },
 
     },
     ["power cap"] = 100,
+
     ["power cap"] = 200,
     rarity = 8,
+
    range = {
 +
      max = 1,
 +
      min = 1
 +
    },
 +
     rarity = 3,
 
     schools = {
 
     schools = {
       Hexes = true,
+
       Necromancy = true
      Summoning = true
+
     }
     },
 
    ["summons limit"] = 2
 
 
   },
 
   },
   ["Summon Small Mammal"] = {
+
   ["Yara's Violent Unravelling"] = {
 
     books = {
 
     books = {
       ["book of Callings"] = true,
+
       ["book of Hexes"] = true,
      ["book of Cantrips"] = true
+
       ["book of Misfortune"] = true
    },
 
    description = "Summons a small mammal to the caster's aid.",
 
    flags = {},
 
    level = 1,
 
    name = "Summon Small Mammal",
 
    noise = {
 
      casting = 1,
 
      effect = 0
 
    },
 
    ["power cap"] = 25,
 
    rarity = 1,
 
    schools = {
 
      Summoning = true
 
    },
 
    ["summons limit"] = 4
 
  },
 
  Swiftness = {
 
    books = {
 
      ["book of Air"] = true,
 
      ["book of Burglary"] = true
 
    },
 
    description = "Calls forth winds to greatly increase the caster's movement speed. After the effect ends, the caster's movements will be sluggish for a time.",
 
    flags = {
 
      HASTY = true,
 
      SELFENCH = true,
 
      UTILITY = true
 
    },
 
    level = 2,
 
    name = "Swiftness",
 
    noise = {
 
      casting = 2,
 
      effect = 0
 
    },
 
    ["power cap"] = 100,
 
    rarity = 4,
 
    schools = {
 
      Air = true,
 
      Charms = true
 
    }
 
  },
 
  ["Teleport Other"] = {
 
    books = {
 
      ["book of Spatial Translocations"] = true
 
    },
 
    description = "Randomly translocates a targeted creature.",
 
    flags = {
 
      DIR_OR_TARGET = true,
 
      EMERGENCY = true,
 
      ESCAPE = true,
 
      MR_CHECK = true,
 
      NEEDS_TRACER = true,
 
      NOT_SELF = true
 
    },
 
    level = 3,
 
    name = "Teleport Other",
 
    noise = {
 
      casting = 3,
 
      effect = 2
 
    },
 
    ["power cap"] = 50,
 
    range = {
 
      max = 7,
 
      min = 7
 
    },
 
    rarity = 10,
 
    schools = {
 
      Translocation = true
 
    }
 
  },
 
  ["Throw Flame"] = {
 
    books = {
 
      ["book of Flames"] = true
 
    },
 
    description = "Throws a small puff of flame.",
 
    flags = {
 
      DIR_OR_TARGET = true,
 
      NEEDS_TRACER = true
 
    },
 
    level = 2,
 
    name = "Throw Flame",
 
    noise = {
 
      casting = 2,
 
      effect = 2
 
    },
 
    ["power cap"] = 50,
 
    range = {
 
      max = 7,
 
      min = 7
 
    },
 
    rarity = 4,
 
    schools = {
 
      Conjuration = true,
 
      Fire = true
 
    }
 
  },
 
  ["Throw Frost"] = {
 
    books = {
 
      ["book of Frost"] = true
 
    },
 
    description = "Throws a small puff of frost.",
 
    flags = {
 
      DIR_OR_TARGET = true,
 
      NEEDS_TRACER = true
 
    },
 
    level = 2,
 
    name = "Throw Frost",
 
    noise = {
 
      casting = 2,
 
      effect = 2
 
    },
 
    ["power cap"] = 50,
 
    range = {
 
      max = 6,
 
      min = 6
 
    },
 
    rarity = 4,
 
    schools = {
 
      Conjuration = true,
 
      Ice = true
 
    }
 
  },
 
  ["Throw Icicle"] = {
 
    books = {
 
      ["book of Frost"] = true
 
    },
 
    description = "Fires a shard of ice. Due to its strong impact and cutting edges, a significant portion of its damage bypasses cold resistance.",
 
    flags = {
 
      DIR_OR_TARGET = true,
 
      NEEDS_TRACER = true
 
    },
 
    level = 4,
 
    name = "Throw Icicle",
 
    noise = {
 
      casting = 4,
 
      effect = 2
 
    },
 
    ["power cap"] = 50,
 
    range = {
 
      max = 5,
 
      min = 5
 
    },
 
    rarity = 4,
 
    schools = {
 
      Conjuration = true,
 
      Ice = true
 
    }
 
  },
 
  Tornado = {
 
    books = {
 
      ["book of the Sky"] = true,
 
      ["book of the Tempests"] = true
 
    },
 
    description = "Turns the air around the caster into a mighty vortex, doing tremendous damage to everyone caught in it. Those affected will also be swept up into the air and tossed around. Only the eye of the storm is a safe place, and it follows the caster. The spell's effectiveness is greatly diminished in closed areas.",
 
    flags = {
 
      AREA = true
 
    },
 
    level = 9,
 
    name = "Tornado",
 
    noise = {
 
      casting = 5,
 
      effect = 15
 
    },
 
    ["power cap"] = 200,
 
    range = {
 
      max = 5,
 
      min = 5
 
    },
 
    rarity = 10,
 
    schools = {
 
      Air = true
 
    }
 
  },
 
  ["Tukima's Dance"] = {
 
    books = {
 
      ["book of Maledictions"] = true,
 
      ["book of Party Tricks"] = true
 
    },
 
    description = "Animates the weapon of a targeted foe, ripping it from their hands and causing it to attack them relentlessly. Once the target dies, the weapon will fall to the ground shortly thereafter.\n\nRanged weapons and certain powerful named artefacts cannot be affected, and any abilities that require evocation skill to trigger will not be active.",
 
    flags = {
 
      DIR_OR_TARGET = true,
 
      MR_CHECK = true,
 
      NEEDS_TRACER = true,
 
      NOT_SELF = true
 
    },
 
    level = 3,
 
    name = "Tukima's Dance",
 
    noise = {
 
      casting = 3,
 
      effect = 2
 
    },
 
    ["power cap"] = 50,
 
    range = {
 
      max = 7,
 
      min = 7
 
    },
 
    rarity = 2,
 
    schools = {
 
      Hexes = true
 
    }
 
  },
 
  ["Vampiric Draining"] = {
 
    books = {
 
      ["book of Necromancy"] = true
 
    },
 
    description = "Steals the life of an adjacent living creature and grants it to the caster. Life will not be drained in excess of what the caster can capably absorb.",
 
    flags = {
 
      DIR_OR_TARGET = true,
 
      EMERGENCY = true,
 
      NOT_SELF = true,
 
      SELFENCH = true
 
    },
 
    level = 3,
 
    name = "Vampiric Draining",
 
    noise = {
 
      casting = 3,
 
      effect = 0
 
    },
 
    ["power cap"] = 200,
 
    range = {
 
      max = 1,
 
      min = 1
 
    },
 
    rarity = 3,
 
    schools = {
 
      Necromancy = true
 
    }
 
  },
 
  ["Venom Bolt"] = {
 
    books = {
 
      ["book of Power"] = true,
 
      ["Young Poisoner's Handbook"] = true
 
    },
 
    description = "Fires a penetrating bolt of poison.",
 
    flags = {
 
      DIR_OR_TARGET = true,
 
      NEEDS_TRACER = true
 
    },
 
    level = 5,
 
    name = "Venom Bolt",
 
    noise = {
 
      casting = 5,
 
      effect = 2
 
    },
 
    ["power cap"] = 50,
 
    range = {
 
      max = 5,
 
      min = 5
 
    },
 
    rarity = 5,
 
    schools = {
 
      Conjuration = true,
 
      Poison = true
 
    }
 
  },
 
  ["Yara's Violent Unravelling"] = {
 
    books = {
 
      ["book of Enchantments"] = true,
 
       ["book of Misfortune"] = true
 
 
     },
 
     },
 
     description = "Tears apart the bonds that bind enchantments to the target creature, transforming the magic into a spray of deadly, mutagenic radiation.",
 
     description = "Tears apart the bonds that bind enchantments to the target creature, transforming the magic into a spray of deadly, mutagenic radiation.",
Line 3,175: Line 2,877:
 
       effect = 15
 
       effect = 15
 
     },
 
     },
     ["power cap"] = 50,
+
     ["power cap"] = 200,
 
     range = {
 
     range = {
 
       max = 7,
 
       max = 7,

Revision as of 19:34, 16 September 2020

Module:Table of spells is a Lua module which contains information used by Module:Spell. If you want to add new Lua functions to process this page, write them in Module:Spell.

To generate this script, see https://github.com/jkornelsen/crawl-wiki-modules. Or, update it by hand.


-- Table of spells (0.25.0)
return {
  ["Absolute Zero"] = {
    books = {
      ["book of Annihilations"] = true
    },
    description = "Entirely removes the heat from the enemy nearest the caster, instantly freezing it into a block of solid ice.",
    flags = {
      NO_GHOST = true
    },
    level = 9,
    name = "Absolute Zero",
    noise = {
      casting = 9,
      effect = 40
    },
    ["power cap"] = 200,
    range = {
      max = 5,
      min = 5
    },
    rarity = 4,
    schools = {
      Ice = true
    }
  },
  Agony = {
    books = {
      ["book of Death"] = true
    },
    description = "Cuts the resilience of an adjacent creature in half. This damage is never directly lethal.",
    flags = {
      DIR_OR_TARGET = true,
      MR_CHECK = true,
      NEEDS_TRACER = true,
      NOT_SELF = true
    },
    level = 5,
    name = "Agony",
    noise = {
      casting = 4,
      effect = 2
    },
    ["power cap"] = 200,
    quote = "“Unbearable, isn't it? The suffering of strangers, the agony of friends. There is a secret song at the center of the world, Joey, and its sound is like razors through flesh.”\n    -Pinhead, _Hellraiser 3: Hell on Earth_. 1992.",
    range = {
      max = 1,
      min = 1
    },
    rarity = 11,
    schools = {
      Necromancy = true
    }
  },
  Airstrike = {
    books = {
      ["book of the Sky"] = true
    },
    description = "Causes the air around a creature to twist itself into a whirling vortex of meteorological fury. It does more damage to targets surrounded by empty space. It is especially effective against flying enemies.",
    flags = {
      NOT_SELF = true,
      TARGET = true
    },
    level = 4,
    name = "Airstrike",
    noise = {
      casting = 2,
      effect = 4
    },
    ["power cap"] = 200,
    range = {
      max = 7,
      min = 7
    },
    rarity = 10,
    schools = {
      Air = true
    }
  },
  ["Alistair's Intoxication"] = {
    books = {
      ["book of Alchemy"] = true,
      ["book of Party Tricks"] = true
    },
    description = "Converts a small portion of the brain matter of those around you into alcohol, confusing all intelligent humanoids within view (although poison-resistant creatures may resist the effects). The caster may experience vertigo briefly as a result of making contact with other minds. It is frequently used as an icebreaker at wizard parties.",
    flags = {},
    level = 5,
    name = "Alistair's Intoxication",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 100,
    rarity = 5,
    schools = {
      Poison = true,
      Transmutation = true
    }
  },
  ["Animate Dead"] = {
    books = {
      ["book of Necromancy"] = true,
      ["book of Unlife"] = true
    },
    description = "Reanimates all corpses and skeletons in the vicinity as followers. This magic is unstable, so eventually those reanimated will crumble to dust. Zombies and skeletons cannot leave the level they were created on.",
    flags = {
      AREA = true,
      NEUTRAL = true,
      UTILITY = true
    },
    level = 4,
    name = "Animate Dead",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 0,
    rarity = 3,
    schools = {
      Necromancy = true
    }
  },
  ["Animate Skeleton"] = {
    books = {
      ["book of Cantrips"] = true,
      ["book of Necromancy"] = true
    },
    description = "Reanimates a single skeleton as a follower, even if that skeleton is still encased in flesh. This magic is unstable, so eventually those reanimated will crumble to dust. Skeletons cannot leave the level they were created on.",
    flags = {
      UTILITY = true
    },
    level = 1,
    name = "Animate Skeleton",
    noise = {
      casting = 1,
      effect = 0
    },
    ["power cap"] = 0,
    rarity = 1,
    schools = {
      Necromancy = true
    }
  },
  Apportation = {
    books = {
      ["book of Cantrips"] = true,
      ["book of Party Tricks"] = true
    },
    description = "Pulls the top item or group of similar items from a distant pile to the floor near the caster. With low power, items might not be moved all the way to the caster's position.\n\nExtremely powerful magical items, such as the Orb of Zot, may actively resist the pull of this spell.",
    flags = {
      NOT_SELF = true,
      OBJ = true,
      TARGET = true
    },
    level = 1,
    name = "Apportation",
    noise = {
      casting = 1,
      effect = 0
    },
    ["power cap"] = 50,
    range = {
      max = 7,
      min = 7
    },
    rarity = 1,
    schools = {
      Translocation = true
    }
  },
  ["Aura of Abjuration"] = {
    books = {
      ["book of Summonings"] = true
    },
    description = "Continuously abjures hostile summoned creatures in the vicinity of the caster. This reduces their remaining time before being sent back where they came from.",
    flags = {
      AREA = true,
      ESCAPE = true,
      NEUTRAL = true
    },
    level = 5,
    name = "Aura of Abjuration",
    noise = {
      casting = 5,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 11,
    schools = {
      Summoning = true
    }
  },
  ["Beastly Appendage"] = {
    books = {
      ["book of Changes"] = true
    },
    description = "Causes monstrous horns or talons to grow from the caster's body, granting them a chance of making an extra attack in melee. It is not powerful enough to meld armour or enhance appendages that are already nonhuman.",
    flags = {
      CHAOTIC = true,
      HELPFUL = true
    },
    level = 1,
    name = "Beastly Appendage",
    noise = {
      casting = 1,
      effect = 0
    },
    ["power cap"] = 50,
    rarity = 2,
    schools = {
      Transmutation = true
    }
  },
  ["Blade Hands"] = {
    books = {
      ["book of Changes"] = true
    },
    description = "Causes long, scythe-shaped blades to grow from the caster's hands, increasing melee damage significantly.",
    flags = {
      CHAOTIC = true,
      HELPFUL = true,
      UTILITY = true
    },
    level = 5,
    name = "Blade Hands",
    noise = {
      casting = 4,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 2,
    schools = {
      Transmutation = true
    }
  },
  Blink = {
    books = {
      ["book of Minor Magic"] = true,
      ["book of Spatial Translocations"] = true
    },
    description = "Randomly translocates the caster a short distance.",
    flags = {
      EMERGENCY = true,
      ESCAPE = true,
      SELFENCH = true,
      UTILITY = true
    },
    level = 2,
    name = "Blink",
    noise = {
      casting = 2,
      effect = 0
    },
    ["power cap"] = 0,
    rarity = 1,
    schools = {
      Translocation = true
    }
  },
  ["Bolt of Magma"] = {
    books = {
      ["book of Power"] = true,
      ["book of the Earth"] = true
    },
    description = "Fires a penetrating bolt of molten rock. A portion of its damage bypasses fire resistance. The range of the bolt is decreased by one for every creature it strikes.",
    flags = {
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true
    },
    level = 5,
    name = "Bolt of Magma",
    noise = {
      casting = 5,
      effect = 2
    },
    ["power cap"] = 200,
    range = {
      max = 4,
      min = 4
    },
    rarity = 6,
    schools = {
      Conjuration = true,
      Earth = true,
      Fire = true
    }
  },
  ["Borgnjor's Revivification"] = {
    books = {
      Necronomicon = true
    },
    description = "Instantly heals any and all wounds suffered by the caster, but also permanently lessens their resilience to injury, to a degree dependent on (and inversely related to) power.\n\nIt is powerful enough to cancel the effects of Death's Door, although doing so will briefly paralyse the caster. It has no effect on the undead.",
    flags = {
      UTILITY = true
    },
    level = 8,
    name = "Borgnjor's Revivification",
    noise = {
      casting = 6,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = -1,
    schools = {
      Necromancy = true
    }
  },
  ["Borgnjor's Vile Clutch"] = {
    books = {
      ["book of Dreams"] = true,
      ["book of Unlife"] = true
    },
    description = "Calls forth hands from corpses interred beneath the dungeon floor long ago. Enemies caught in the area will be held in place and constricted until they break free.",
    flags = {
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true
    },
    level = 5,
    name = "Borgnjor's Vile Clutch",
    noise = {
      casting = 0,
      effect = 0
    },
    ["power cap"] = 200,
    range = {
      max = 6,
      min = 6
    },
    rarity = 6,
    schools = {
      Necromancy = true,
      Earth = true
    }
  },
  ["Call Canine Familiar"] = {
    books = {
      ["book of Beasts"] = true,
      ["book of Callings"] = true
    },
    description = "Summons a solitary canine to the caster's aid.",
    flags = {},
    level = 3,
    name = "Call Canine Familiar",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 100,
    quote = "“There seemed a strange stillness over everything. But as I listened, I heard as if from down below in the valley the howling of many wolves. The Count's eyes gleamed, and he said.\n\n‘Listen to them, the children of the night. What music they make!’ Seeing, I suppose, some expression in my face strange to him, he added, ‘Ah, sir, you dwellers in the city cannot enter into the feelings of the hunter.’”\n    -Bram Stoker, _Dracula_. 1897.",
    rarity = 3,
    schools = {
      Summoning = true
    },
    ["summons limit"] = 1
  },
  ["Call Imp"] = {
    books = {
      ["book of Callings"] = true,
      ["book of Minor Magic"] = true
    },
    description = "Calls forth a minor demon from the pits of Hell.",
    flags = {
      SELFENCH = true,
      UNHOLY = true
    },
    level = 2,
    name = "Call Imp",
    noise = {
      casting = 2,
      effect = 0
    },
    ["power cap"] = 100,
    rarity = 1,
    schools = {
      Summoning = true
    },
    ["summons limit"] = 3
  },
  ["Cause Fear"] = {
    books = {
      ["book of Debilitation"] = true,
      ["book of Hexes"] = true,
      ["book of the Dragon"] = true
    },
    description = "Causes fear in those near to the caster, causing those affected to be unable to approach the caster, and to sometimes fail to attack them in melee. Leaving the caster's line of sight will end the effect.",
    flags = {
      AREA = true,
      MR_CHECK = true
    },
    level = 4,
    name = "Cause Fear",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 200,
    quote = "“And when Miranda sang\n Everyone turned away\n Used to the noose, they obey”\n    -The Mars Volta, “Miranda That Ghost Just Isn't Holy Anymore”. 2005.",
    range = {
      max = 7,
      min = 7
    },
    rarity = 5,
    schools = {
      Hexes = true
    }
  },
  ["Chain Lightning"] = {
    books = {
      ["book of Annihilations"] = true
    },
    description = "Releases a massive electrical discharge that arcs from target to target until it grounds out. It may ground out harmlessly if there are no targets sufficiently close to the caster. Its damage partially bypasses armour.",
    flags = {
      AREA = true
    },
    level = 8,
    name = "Chain Lightning",
    noise = {
      casting = 8,
      effect = 25
    },
    ["power cap"] = 200,
    quote = "“The trouble ain't that there is too many fools,\n but that the lightning ain't distributed right.”\n    -traditionally attributed to Samuel Clemens",
    rarity = -1,
    schools = {
      Air = true,
      Conjuration = true
    }
  },
  ["Confusing Touch"] = {
    books = {
      ["book of Maledictions"] = true,
      ["book of Misfortune"] = true
    },
    description = "Enchants the caster's dominant hand with magical energy. This energy is released when the caster touches a monster, and may induce a state of confusion in the monster. The caster's attacks do no damage while attempting to touch a monster in this way.",
    flags = {},
    level = 3,
    name = "Confusing Touch",
    noise = {
      casting = 2,
      effect = 0
    },
    ["power cap"] = 100,
    rarity = 1,
    schools = {
      Hexes = true
    }
  },
  ["Conjure Ball Lightning"] = {
    books = {
      ["book of the Sky"] = true
    },
    description = "Creates a pack of ball lightnings, which seek out the nearest enemy before exploding in a huge blast of electricity. Casters are advised to use caution; the lightning is not mindful of what it may hit.\n\nThe magic which keeps ball lightnings cohesive has limited range, so they may dissipate harmlessly if allowed to drift too far away from their caster before exploding.",
    flags = {
      SELFENCH = true
    },
    level = 6,
    name = "Conjure Ball Lightning",
    noise = {
      casting = 6,
      effect = 25
    },
    ["power cap"] = 200,
    rarity = 10,
    schools = {
      Air = true,
      Conjuration = true
    }
  },
  ["Conjure Flame"] = {
    books = {
      ["book of Clouds"] = true,
      ["book of Flames"] = true,
      ["book of Minor Magic"] = true
    },
    description = "Create a cloud of magically sustained fire at the caster's feet. The fire takes a moment to begin burning with vigor and in its fragile initial state is easily smothered by either the caster or a wandering monster. Re-casting the spell will bring the fire fully to life, but will burn the caster.",
    flags = {
      NOT_SELF = true,
      TARGET = true
    },
    level = 3,
    name = "Conjure Flame",
    noise = {
      casting = 3,
      effect = 2
    },
    ["power cap"] = 100,
    rarity = 1,
    schools = {
      Conjuration = true,
      Fire = true
    }
  },
  ["Controlled Blink"] = {
    books = {
      ["book of the Warp"] = true
    },
    description = "Translocates the caster a short distance, with precise control. Be wary that controlled translocations will cause the subject to become contaminated with magical energy.",
    flags = {
      EMERGENCY = true,
      ESCAPE = true,
      UTILITY = true
    },
    level = 8,
    name = "Controlled Blink",
    noise = {
      casting = 2,
      effect = 0
    },
    ["power cap"] = 0,
    rarity = 15,
    schools = {
      Translocation = true
    }
  },
  Corona = {
    books = {
      ["book of Cantrips"] = true,
      ["book of Debilitation"] = true,
      ["book of Maledictions"] = true
    },
    description = "Causes a halo of glowing light to surround and effectively outline a creature. This glow offsets the dark, musty atmosphere of the dungeon, and makes the affected creature appreciably easier to hit.",
    flags = {
      DIR_OR_TARGET = true,
      MR_CHECK = true,
      NEEDS_TRACER = true,
      NOT_SELF = true
    },
    level = 1,
    name = "Corona",
    noise = {
      casting = 1,
      effect = 2
    },
    ["power cap"] = 40,
    range = {
      max = 7,
      min = 7
    },
    rarity = 2,
    schools = {
      Hexes = true
    }
  },
  ["Corpse Rot"] = {
    books = {
      ["book of Death"] = true,
      ["Fen Folio"] = true
    },
    description = "Rapidly accelerates the decomposition of any corpses lying around the caster, and gathers the foul miasmic vapour around the caster. The clouds eat away at the life force of any creature they envelop.",
    flags = {
      AREA = true,
      NEUTRAL = true,
      UNCLEAN = true
    },
    level = 2,
    name = "Corpse Rot",
    noise = {
      casting = 2,
      effect = 0
    },
    ["power cap"] = 0,
    rarity = 11,
    schools = {
      Necromancy = true
    }
  },
  Darkness = {
    books = {
      ["book of Burglary"] = true,
      ["book of Dreams"] = true
    },
    description = "Dims the light of the dungeon, reducing the range of vision.",
    flags = {},
    level = 6,
    name = "Darkness",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 200,
    quote = "“If I must die, I will encounter darkness as a bride,\n     And hug it in my arms.”\n    -William Shakespeare, “Measure for Measure”",
    rarity = 12,
    schools = {
      Hexes = true
    }
  },
  ["Dazzling Flash"] = {
    books = {
      ["book of Conjurations"] = true,
      ["book of Maledictions"] = true
    },
    description = "The caster erupts in a scintillating display of light. Any living creature nearby may be dazzled and left stumbling blindly.",
    flags = {
      AREA = true,
      NO_GHOST = true
    },
    level = 3,
    name = "Dazzling Flash",
    noise = {
      casting = 0,
      effect = 0
    },
    ["power cap"] = 50,
    range = {
      max = 3,
      min = 2
    },
    rarity = 2,
    schools = {
      Conjuration = true,
      Hexes = true
    }
  },
  ["Death Channel"] = {
    books = {
      ["book of Unlife"] = true
    },
    description = "Raises living creatures slain by the caster and their allies, reducing them to a state of spectral slavery.",
    flags = {
      HELPFUL = true,
      UTILITY = true
    },
    level = 6,
    name = "Death Channel",
    noise = {
      casting = 5,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 10,
    schools = {
      Necromancy = true
    }
  },
  ["Death's Door"] = {
    books = {
      Necronomicon = true
    },
    description = "Renders the caster nigh invulnerable to harm for a brief period, but brings them dangerously close to death in the process. So close, in fact, that the body believes itself to be dead — healing effects will do nothing.\n\nThe caster will receive one warning shortly before the spell expires. After expiry, the spell cannot immediately be recast, but with high power the caster will be left more resilient when the effect ends. It has no effect on those who are already undead.",
    flags = {
      EMERGENCY = true,
      NO_GHOST = true,
      UTILITY = true
    },
    level = 8,
    name = "Death's Door",
    noise = {
      casting = 6,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = -1,
    schools = {
      Charms = true,
      Necromancy = true
    }
  },
  Discord = {
    books = {
      ["book of Hexes"] = true
    },
    description = "Drives nearby creatures into an insane frenzy, causing them to mercilessly attack anything and everything nearby with great strength and speed.",
    flags = {
      AREA = true,
      HASTY = true
    },
    level = 8,
    name = "Discord",
    noise = {
      casting = 6,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 7,
    schools = {
      Hexes = true
    }
  },
  Disjunction = {
    books = {
      ["book of the Warp"] = true
    },
    description = "Destabilizes the space in a sphere around the caster for a while, causing anyone nearby to blink away from the caster. The chance of blinking depends on the distance from the caster, being nearly certain when directly adjacent. It causes magical contamination when cast.",
    flags = {
      ESCAPE = true,
      UTILITY = true
    },
    level = 8,
    name = "Disjunction",
    noise = {
      casting = 6,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 15,
    schools = {
      Translocation = true
    }
  },
  ["Dispel Undead"] = {
    books = {
      ["book of Death"] = true
    },
    description = "Harms an adjacent undead creature greatly by interfering with the forces binding it together.",
    flags = {
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true
    },
    level = 5,
    name = "Dispel Undead",
    noise = {
      casting = 4,
      effect = 2
    },
    ["power cap"] = 100,
    range = {
      max = 1,
      min = 1
    },
    rarity = 11,
    schools = {
      Necromancy = true
    }
  },
  Dispersal = {
    books = {
      ["book of the Warp"] = true
    },
    description = "Teleports away any creatures within a short distance of the caster. Any creature that resists the effect will still be irresistibly blinked a shorter distance, and any monster it affects at all has a chance of being confused by the warping of space.",
    flags = {
      AREA = true,
      ESCAPE = true
    },
    level = 6,
    name = "Dispersal",
    noise = {
      casting = 5,
      effect = 0
    },
    ["power cap"] = 200,
    range = {
      max = 4,
      min = 1
    },
    rarity = 15,
    schools = {
      Translocation = true
    }
  },
  ["Dragon Form"] = {
    books = {
      ["book of the Dragon"] = true,
      ["book of Transfigurations"] = true
    },
    description = "Transforms the caster into a mighty, fire-breathing dragon. The caster becomes highly resistant to fire and resistant to poison, but vulnerable to cold. The caster becomes able to deal incredible damage in melee combat, and they become much more robust, although their evasiveness is reduced.\n\nWhile transformed, any equipped weapons and armour are melded.",
    flags = {
      CHAOTIC = true,
      HELPFUL = true,
      UTILITY = true
    },
    level = 7,
    name = "Dragon Form",
    noise = {
      casting = 6,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 8,
    schools = {
      Transmutation = true
    }
  },
  ["Dragon's Call"] = {
    books = {
      ["book of the Dragon"] = true
    },
    description = "Issues a powerful call to a draconic realm, beckoning forth dragon after dragon to engage the summoner's enemies. The spell is taxing to maintain, and each new dragon which answers the call will further drain the summoner's magical reserves. After the call ends, it cannot be issued again for a short time.",
    flags = {},
    level = 9,
    name = "Dragon's Call",
    noise = {
      casting = 7,
      effect = 15
    },
    ["power cap"] = 200,
    quote = "“This is where the dragons went.\n They lie...\n Not dead, not asleep. Not waiting, because waiting implies expectation.\n Possibly the word we're looking for here is...\n ...dormant.\n And although the space they occupy isn't like normal space, nevertheless\n   they are packed in tightly. Not a cubic inch there but is filled by a claw,\n   a talon, a scale, the tip of a tail, so the effect is like one of those\n   trick drawings and your eyeballs eventually realise that the space between\n   each dragon is, in fact, another dragon.\n They could put you in mind of a can of sardines, if you thought sardines\n   were huge and scaly and proud and arrogant.\n And presumably, somewhere, there's the key.”\n    -Terry Pratchett, “Guards! Guards!”. 1990.",
    rarity = 15,
    schools = {
      Summoning = true
    }
  },
  ["Ensorcelled Hibernation"] = {
    books = {
      ["book of Dreams"] = true,
      ["book of Maledictions"] = true
    },
    description = "Lowers its target's metabolic rate, inducing hibernation. After awakening, the target will be unable to be put to sleep again for some time.",
    flags = {
      DIR_OR_TARGET = true,
      MR_CHECK = true,
      NEEDS_TRACER = true,
      NOT_SELF = true
    },
    level = 2,
    name = "Ensorcelled Hibernation",
    noise = {
      casting = 0,
      effect = 2
    },
    ["power cap"] = 56,
    quote = "“Sweet dreams are made of this; who am I to disagree?”\n    -Eurythmics, “Sweet Dreams (Are Made of This)”. 1983.",
    range = {
      max = 7,
      min = 7
    },
    rarity = 2,
    schools = {
      Hexes = true,
      Ice = true
    }
  },
  ["Eringya's Noxious Bog"] = {
    books = {
      ["book of Alchemy"] = true,
      ["Fen Folio"] = true
    },
    description = "Causes the caster to release a torrent of sludge, which transforms the dungeon into a toxic bog in the caster's wake. The sludge damages and poisons all monsters, even those resistant to poison. The sludge is temporary, cannot replace deep water or lava, and cannot be sustained out of the caster's sight. Spellpower will increase both the duration of the torrent and how long the sludge lingers.",
    flags = {
      SELFENCH = true
    },
    level = 6,
    name = "Eringya's Noxious Bog",
    noise = {
      casting = 2,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 4,
    schools = {
      Poison = true,
      Transmutation = true
    }
  },
  ["Excruciating Wounds"] = {
    books = {
      ["book of Death"] = true
    },
    description = "Temporarily infuses the weapon held by the caster with the essence of pain itself. It will not affect artefact weapons.",
    flags = {
      HELPFUL = true
    },
    level = 5,
    name = "Excruciating Wounds",
    noise = {
      casting = 4,
      effect = 15
    },
    ["power cap"] = 200,
    rarity = 11,
    schools = {
      Charms = true,
      Necromancy = true
    }
  },
  ["Fire Storm"] = {
    books = {
      ["book of Annihilations"] = true
    },
    description = "Calls forth a mighty storm of roaring flame directly onto the target, dealing damage in a large area and leaving behind short-lived fire vortices. A portion of its damage bypasses fire resistance.",
    flags = {
      AREA = true,
      NEEDS_TRACER = true,
      TARGET = true
    },
    level = 9,
    name = "Fire Storm",
    noise = {
      casting = 9,
      effect = 25
    },
    ["power cap"] = 200,
    quote = "“Some have said there is no subtlety to destruction. You know what? They're dead.”\n    -Jaya Ballard, task mage (Magic: the Gathering)",
    range = {
      max = 5,
      min = 5
    },
    rarity = -1,
    schools = {
      Conjuration = true,
      Fire = true
    }
  },
  Fireball = {
    books = {
      ["book of Fire"] = true,
      ["book of Flames"] = true
    },
    description = "Hurls an explosive ball of fire.",
    flags = {
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true
    },
    level = 5,
    name = "Fireball",
    noise = {
      casting = 5,
      effect = 15
    },
    ["power cap"] = 200,
    range = {
      max = 5,
      min = 5
    },
    rarity = 4,
    schools = {
      Conjuration = true,
      Fire = true
    }
  },
  ["Foxfire"] = {
    books = {
      ["book of Flames"] = true,
      ["book of the Dragon"] = true
    },
    description = "Conjures two balls of burning swamp gas adjacent to the caster. The balls will rapidly seek the nearest monster and burn them. They will dissipate harmlessly if unable to reach a target or if the caster swaps places with them.",
    flags = {
      SELFENCH = true,
    },
    level = 1,
    name = "Foxfire",
    noise = {
      casting = 1,
      effect = 2
    },
    ["power cap"] = 25,
    rarity = 4,
    schools = {
      Conjuration = true,
      Fire = true
    }
  },
  Freeze = {
    books = {
      ["book of Frost"] = true
    },
    description = "Freezes an adjacent creature, dealing damage that bypasses any armour the target may have. This may temporarily slow cold-blooded creatures.",
    flags = {
      DIR_OR_TARGET = true,
      NOT_SELF = true
    },
    level = 1,
    name = "Freeze",
    noise = {
      casting = 1,
      effect = 0
    },
    ["power cap"] = 25,
    range = {
      max = 1,
      min = 1
    },
    rarity = 4,
    schools = {
      Ice = true
    }
  },
  ["Freezing Cloud"] = {
    books = {
      ["book of Clouds"] = true,
      ["book of Ice"] = true
    },
    description = "Conjures up a large cloud of lethally cold vapour.",
    flags = {
      AREA = true,
      CLOUD = true,
      NEEDS_TRACER = true,
      TARGET = true
    },
    level = 6,
    name = "Freezing Cloud",
    noise = {
      casting = 6,
      effect = 2
    },
    ["power cap"] = 200,
    range = {
      max = 5,
      min = 5
    },
    rarity = 6,
    schools = {
      Air = true,
      Conjuration = true,
      Ice = true
    }
  },
  ["Frozen Ramparts"] = {
    books = {
      ["book of Frost"] = true
    },
    description = "Encases surrounding walls with ice for a short time. Victims that wander near the icy walls will be damaged, and this may temporarily slow cold-blooded creatures. The damage dealt bypasses any armour the target may have. Each victim is only ever affected by one icy wall at a time.",
    flags = {
      AREA = true,
      NO_GHOST = true
    },
    level = 3,
    name = "Frozen Ramparts",
    noise = {
      casting = 3,
      effect = 8
    },
    ["power cap"] = 50,
    range = {
      max = 2,
      min = 2
    },
    rarity = 4,
    schools = {
      Ice = true
    }
  },
  ["Fulminant Prism"] = {
    books = {
      ["book of Conjurations"] = true
    },
    description = "Conjures a prism which unleashes a violent explosion of arcane force after a short duration. The prism is extremely fragile and any damage caused to it may result in premature detonation.",
    flags = {
      AREA = true,
      NOT_SELF = true,
      TARGET = true
    },
    level = 4,
    name = "Fulminant Prism",
    noise = {
      casting = 4,
      effect = "0 (If it explodes: 15 for a weak explosion, 20 for a normal explosion) "
    },
    ["power cap"] = 200,
    range = {
      max = 4,
      min = 4
    },
    rarity = 3,
    schools = {
      Conjuration = true,
      Hexes = true
    }
  },
  ["Gell's Gravitas"] = {
    books = {
      ["book of Misfortune"] = true,
      ["book of Spatial Translocations"] = true,
      ["book of the Warp"] = true
    },
    description = "Briefly redirects gravity around a target point, causing 'down' to be towards that point. All nearby creatures, save the caster, fall helplessly toward that point – typically colliding with each other, or with a victim standing there.",
    flags = {
      NEEDS_TRACER = true,
      NOT_SELF = true,
      TARGET = true
    },
    level = 3,
    name = "Gell's Gravitas",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 200,
    range = {
      max = 7,
      min = 7
    },
    rarity = 1,
    schools = {
      Translocation = true
    }
  },
  ["Hailstorm"] = {
    books = {
      ["book of Frost"] = true
    },
    description = "Conjures a cannonade of hail. The peculiarities of the magic involved in creating the hail prevent the spell from hitting monsters adjacent to the caster. Due to the strong impact and cutting edges a significant portion of its damage bypasses cold resistance. However, creatures made of pure ice are immune.",
    flags = {
      AREA = true
    },
    level = 4,
    name = "Hailstorm",
    noise = {
      casting = 4,
      effect = 2
    },
    ["power cap"] = 100,
    range = {
      max = 3,
      min = 2
    },
    rarity = 4,
    schools = {
      Conjuration = true,
      Ice = true
    }
  },
  Haunt = {
    books = {
      Necronomicon = true
    },
    description = "Calls wraiths and ghosts to haunt the caster's target. They will only attack the creature they are haunting, and will dissipate quickly once their target dies.",
    flags = {
      MONS_ABJURE = true,
      NOT_SELF = true,
      TARGET = true
    },
    level = 7,
    name = "Haunt",
    noise = {
      casting = 6,
      effect = 0
    },
    ["power cap"] = 200,
    range = {
      max = 7,
      min = 7
    },
    rarity = -1,
    schools = {
      Necromancy = true,
      Summoning = true
    }
  },
  ["Hydra Form"] = {
    books = {
      ["book of Transfigurations"] = true,
      ["Fen Folio"] = true
    },
    description = "Transforms the caster into a many-headed hydra for a brief duration. Its many heads strike in all directions. Edible foes slain by the gnashing teeth are instantly devoured, reinvigorating the caster in their reptilian rampage. The caster gains innate armour and increased health, and becomes resistant to poison.\n\nWhile transformed, any equipped weapons and armour are melded. The form's number of heads is fixed upon casting the spell, and increases with power.",
    flags = {
      CHAOTIC = true,
      HELPFUL = true,
      UTILITY = true
    },
    level = 6,
    name = "Hydra Form",
    noise = {
      casting = 6,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 8,
    schools = {
      Transmutation = true
    }
  },
  ["Ice Form"] = {
    books = {
      ["book of Changes"] = true,
      ["book of Ice"] = true
    },
    description = "Transforms the caster into a frozen ice-creature, light enough to float on water. The caster gains a freezing melee attack, and becomes incredibly resistant to cold and resistant to poison, but vulnerable to fire.",
    flags = {
      CHAOTIC = true,
      HELPFUL = true,
      UTILITY = true
    },
    level = 4,
    name = "Ice Form",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 100,
    rarity = 2,
    schools = {
      Ice = true,
      Transmutation = true
    }
  },
  ["Ignite Poison"] = {
    books = {
      ["book of Alchemy"] = true,
      ["book of Fire"] = true,
      ["Young Poisoner's Handbook"] = true
    },
    description = "Converts all nearby poison into liquid flame, burning poisoned creatures from within. It also turns clouds of poison and mephitic gases into flame. The caster is not affected directly.",
    flags = {
      AREA = true
    },
    level = 3,
    name = "Ignite Poison",
    noise = {
      casting = 4,
      effect = 0
    },
    ["power cap"] = 100,
    rarity = 10,
    schools = {
      Fire = true,
      Poison = true,
      Transmutation = true
    }
  },
["Ignition"] = {
    books = {
      ["book of Fire"] = true,
      ["book of the Tempests"] = true
    },
    description = "All foes in the caster's surroundings are engulfed in balls of fire. The caster and their allies are protected from the fire and will never be harmed by this spell.",
    flags = {
      AREA = true
    },
    level = 8,
    name = "Ignition",
    noise = {
      casting = 4,
      effect = 15
    },
    ["power cap"] = 200,
    rarity = 10,
    schools = {
      Fire = true
    }
  },
  Infestation = {
    books = {
      Necronomicon = true
    },
    description = "Calls forth a plague of scarabs, infesting affected creatures for a duration depending on power and causing death scarabs to grow and burst from them upon death.",
    flags = {
      TARGET = true,
      UNCLEAN = true
    },
    level = 8,
    name = "Infestation",
    noise = {
      casting = 8,
      effect = 4
    },
    ["power cap"] = 200,
    range = {
      max = 7,
      min = 7
    },
    rarity = -1,
    schools = {
      Necromancy = true
    }
  },
  Infusion = {
    books = {
      ["book of Battle"] = true
    },
    description = "Infuses the caster's melee attacks with magic, drawing from their reserves of magical energy to deal additional damage whenever an enemy is hit. It has no effect when the caster's magic is depleted.",
    flags = {
      UTILITY = true
    },
    level = 1,
    name = "Infusion",
    noise = {
      casting = 1,
      effect = 0
    },
    ["power cap"] = 25,
    rarity = 5,
    schools = {
      Charms = true
    }
  },
  ["Inner Flame"] = {
    books = {
      ["book of Debilitation"] = true,
      ["book of Flames"] = true
    },
    description = "Fills an enemy with an intense fire, to be explosively released upon death. This fire is released any time the target is hit, and explosively released upon death. The size of the explosion caused is dependent on the size of the target.",
    flags = {
      DIR_OR_TARGET = true,
      MR_CHECK = true,
      NEUTRAL = true,
      NOT_SELF = true
    },
    level = 3,
    name = "Inner Flame",
    noise = {
      casting = 3,
      effect = "0 (15 or 20 when the monster explodes, depends on the size of the monster)"
    },
    ["power cap"] = 200,
    range = {
      max = 7,
      min = 7
    },
    rarity = 4,
    schools = {
      Hexes = true,
      Fire = true
    }
  },
  Invisibility = {
    books = {
      ["book of Burglary"] = true,
      ["book of Party Tricks"] = true
    },
    description = "Turns a targeted creature invisible. Turning invisible causes magical contamination and may eventually cause glowing, nullifying the invisibility.",
    flags = {
      DIR_OR_TARGET = true,
      EMERGENCY = true,
      HELPFUL = true,
      NEEDS_TRACER = true,
      SELFENCH = true
    },
    level = 6,
    name = "Invisibility",
    noise = {
      casting = 0,
      effect = 0
    },
    ["power cap"] = 50,
    range = {
      max = 7,
      min = 7
    },
    rarity = 7,
    schools = {
      Hexes = true
    }
  },
  ["Iron Shot"] = {
    books = {
      ["book of Power"] = true,
      ["book of the Earth"] = true
    },
    description = "Hurls a large and heavy metal shot.",
    flags = {
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true
    },
    level = 6,
    name = "Iron Shot",
    noise = {
      casting = 6,
      effect = 2
    },
    ["power cap"] = 200,
    range = {
      max = 4,
      min = 4
    },
    rarity = 6,
    schools = {
      Conjuration = true,
      Earth = true
    }
  },
  Irradiate = {
    books = {
      ["book of Alchemy"] = true,
      ["book of Transfigurations"] = true
    },
    description = "Transmutes an ultra-thin layer of the caster's skin (or equivalent) directly into pure magical energy, blasting adjacent creatures and bypassing any armour they may have. It heavily deforms its targets, weakening them and reducing their armour. The caster is not left entirely unaffected; some of the magic lingers, enough to leave them dangerously contaminated after a few castings.",
    flags = {
      AREA = true,
      CHAOTIC = true
    },
    level = 5,
    name = "Irradiate",
    noise = {
      casting = 4,
      effect = 0
    },
    ["power cap"] = 200,
    quote = "“Reflex in the sky warn you you're gonna die\n Storm coming, you'd better hide from the atomic tide\n Flashes in the sky turns houses into sties\n Turns people into clay, radiation minds decay”\n    -Black Sabbath, “Electric Funeral”. 1970.",
    range = {
      max = 1,
      min = 1
    },
    rarity = 8,
    schools = {
      Conjuration = true,
      Transmutation = true
    }
  },
  ["Iskenderun's Battlesphere"] = {
    books = {
      ["book of Power"] = true
    },
    description = "Conjures a small globe of magical energy linked to the caster's own magical reserves. While the battlesphere cannot take independent action, it will fire volleys of energy at the caster's enemies in sync with its creator's own destructive conjurations. With increasing power, the battlesphere lasts longer and deals more damage per volley.",
    flags = {
      UTILITY = true
    },
    level = 5,
    name = "Iskenderun's Battlesphere",
    noise = {
      casting = 5,
      effect = 0
    },
    ["power cap"] = 100,
    quote = "“Maxim 4: Close air support covereth a multitude of sins.”\n    -Howard Tayler, _The Seventy Maxims of Maximally Effective Mercenaries_,\n     in _Schlock Mercenary_. 2008.",
    rarity = 3,
    schools = {
      Charms = true,
      Conjuration = true
    }
  },
  ["Iskenderun's Mystic Blast"] = {
    books = {
      ["book of Conjurations"] = true
    },
    description = "Detonates a crackling sphere of destructive energy. The explosion will hit all nearby monsters with physical force, knocking them back if damage is done.",
    flags = {
      AREA = true
    },
    level = 4,
    name = "Iskenderun's Mystic Blast",
    noise = {
      casting = 4,
      effect = 10
    },
    ["power cap"] = 100,
    range = {
      max = 2,
      min = 2
    },
    rarity = 3,
    schools = {
      Conjuration = true,
      Translocation = true
    }
  },
  ["Leda's Liquefaction"] = {
    books = {
      ["book of Debilitation"] = true,
      ["book of the Earth"] = true
    },
    description = "Liquefies the ground around the caster, making it difficult to move through. Any movement through liquefied ground will be slowed, and creatures stuck in the liquefied ground will be unable to fly. Attempts to attack the caster in melee may fail.\n\nThe effect starts out with a radius depending on power, which will then shrink, eventually covering only the caster, before it times out. Maintaining the connection to the ground slows the caster's movement, even if they are flying.",
    flags = {
      AREA = true
    },
    level = 4,
    name = "Leda's Liquefaction",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 5,
    schools = {
      Earth = true,
      Hexes = true
    }
  },
  ["Lee's Rapid Deconstruction"] = {
    books = {
      ["book of Burglary"] = true,
      ["book of Geomancy"] = true
    },
    description = "Fragments a wall or a suitably brittle visible monster into an explosion of deadly shrapnel. It can be used on monsters made of ice, bone, or any wall-like substance, as well as those turned to stone by petrification. Its damage is strongly reduced by armour.\n\nTargets made from rock, stone, ice or bone will cause a small explosion. Metal targets will cause a small but more damaging explosion, and targets made from crystal will cause a large and more damaging explosion.",
    flags = {
      TARGET = true
    },
    level = 5,
    name = "Lee's Rapid Deconstruction",
    noise = {
      casting = 4,
      effect = 20
    },
    ["power cap"] = 200,
    quote = "“Now the house was full of men and women; and all the lords of the Philistines were there; and there were upon the roof about three thousand men and women, that beheld while Samson made sport.\n\nAnd Samson called unto the LORD, and said, O Lord GOD, remember me, I pray thee, and strengthen me, I pray thee, only this once, O God, that I may be at once avenged of the Philistines for my two eyes.\n\nAnd Samson said, Let me die with the Philistines. And he bowed himself with all his might; and the house fell upon the lords, and upon all the people that were therein. So the dead which he slew at his death were more than they which he slew in his life.”\n    -KJV Bible, Judges 16:28-30.",
    range = {
      max = 7,
      min = 7
    },
    rarity = 4,
    schools = {
      Earth = true
    }
  },
  ["Lehudib's Crystal Spear"] = {
    books = {
      ["book of Annihilations"] = true
    },
    description = "Hurls a lethally sharp shard of crystal.",
    flags = {
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true
    },
    level = 8,
    name = "Lehudib's Crystal Spear",
    noise = {
      casting = 8,
      effect = 0
    },
    ["power cap"] = 200,
    range = {
      max = 3,
      min = 3
    },
    rarity = -1,
    schools = {
      Conjuration = true,
      Earth = true
    }
  },
  ["Lesser Beckoning"] = {
    books = {
      ["book of Party Tricks"] = true,
      ["book of Spatial Translocations"] = true
    },
    description = "Beckons the target forward, attempting to place them adjacent to the caster.",
    flags = {
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true,
      NOT_SELF = true
    },
    level = 3,
    name = "Lesser Beckoning",
    noise = {
      casting = 2,
      effect = 0
    },
    ["power cap"] = 200,
    range = {
      max = 7,
      min = 2
    },
    rarity = 7,
    schools = {
      Translocation = true
    }
  },
  ["Lightning Bolt"] = {
    books = {
      ["book of Air"] = true,
      ["book of the Tempests"] = true
    },
    description = "Fires a mighty bolt of lightning. It inflicts less damage than other similar bolts, but its damage partially bypasses armour and it can be bounced off walls to hit targets twice.",
    flags = {
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true
    },
    level = 5,
    name = "Lightning Bolt",
    noise = {
      casting = 5,
      effect = 25
    },
    ["power cap"] = 200,
    range = {
      max = 7,
      min = 4
    },
    rarity = 4,
    schools = {
      Air = true,
      Conjuration = true
    }
  },
  ["Magic Dart"] = {
    books = {
      ["book of Conjurations"] = true,
      ["book of Minor Magic"] = true
    },
    description = "Fires a small bolt of magical energy which never misses.",
    flags = {
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true
    },
    level = 1,
    name = "Magic Dart",
    noise = {
      casting = 1,
      effect = 0
    },
    ["power cap"] = 25,
    range = {
      max = 7,
      min = 7
    },
    rarity = 1,
    schools = {
      Conjuration = true
    }
  },
  ["Malign Gateway"] = {
    books = {
      ["Grand Grimoire"] = true
    },
    description = "Tears a gash in reality, creating a self-sustained but temporary portal to an unknown, tainted otherworld. It requires open space to succeed. After a short time, a powerful clawed tentacle will reach through the portal, remaining bound to the caster's will for a duration depending on power. With the portal's expiry, the tentacle will be severed and turn on the caster.",
    flags = {
      CHAOTIC = true,
      UNHOLY = true
    },
    level = 7,
    name = "Malign Gateway",
    noise = {
      casting = 6,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 100,
    schools = {
      Summoning = true,
      Translocation = true
    }
  },
  ["Mephitic Cloud"] = {
    books = {
      ["book of Clouds"] = true,
      ["book of Minor Magic"] = true,
      ["Young Poisoner's Handbook"] = true
    },
    description = "Conjures up a short-lived cloud of noxious fumes, which may cause confusion.",
    flags = {
      AREA = true,
      CLOUD = true,
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true
    },
    level = 3,
    name = "Mephitic Cloud",
    noise = {
      casting = 3,
      effect = 15
    },
    ["power cap"] = 100,
    range = {
      max = 4,
      min = 4
    },
    rarity = 1,
    schools = {
      Air = true,
      Conjuration = true,
      Poison = true
    }
  },
  ["Metabolic Englaciation"] = {
    books = {
      ["book of Ice"] = true,
      ["book of Misfortune"] = true
    },
    description = "Lowers the metabolic rate of every creature in the caster's vicinity, slowing all those who are not resistant to cold. Those especially vulnerable to cold will be affected much more strongly, and tougher creatures will be slowed for a shorter time.",
    flags = {
      AREA = true
    },
    level = 5,
    name = "Metabolic Englaciation",
    noise = {
      casting = 4,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 1,
    schools = {
      Hexes = true,
      Ice = true
    }
  },
  ["Monstrous Menagerie"] = {
    books = {
      ["Grand Grimoire"] = true
    },
    description = "Summons a powerful exotic creature to the caster's aid. It may call forth a harpy, manticore or lindwurm, and at high power may summon a sphinx, or an entire pack of harpies. With high power the individual creatures will also gain increased strength.",
    flags = {
      MONS_ABJURE = true
    },
    level = 7,
    name = "Monstrous Menagerie",
    noise = {
      casting = 5,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = -1,
    schools = {
      Summoning = true
    },
    ["summons limit"] = 3
  },
  Necromutation = {
    books = {
      Necronomicon = true
    },
    description = "Transforms the caster into a lich — a powerful skeletal figure. The caster becomes more resistant to cold and hostile enchantments and completely immune to poison, rotting, negative energy and torment, and requires no food at all for the duration of the spell. The caster's necromancy spells are increased in power, and they gain a draining melee attack. The caster also gains some of the more dubious benefits of having an undead body, such as a vulnerability to holy damage and Dispel Undead, and an inability to consume potions.",
    flags = {
      CHAOTIC = true,
      HELPFUL = true
    },
    level = 8,
    name = "Necromutation",
    noise = {
      casting = 6,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = -1,
    schools = {
      Necromancy = true,
      Transmutation = true
    }
  },
  ["Olgreb's Toxic Radiance"] = {
    books = {
      ["Young Poisoner's Handbook"] = true
    },
    description = "Causes the caster to radiate toxic energy, continuously inflicting poison on everything nearby for as long as the spell lasts.",
    flags = {
      AREA = true
    },
    level = 4,
    name = "Olgreb's Toxic Radiance",
    noise = {
      casting = 2,
      effect = 0
    },
    ["power cap"] = 100,
    rarity = 5,
    schools = {
      Poison = true
    }
  },
  ["Orb of Destruction"] = {
    books = {
      ["book of Power"] = true
    },
    description = "Conjures an orb made of pure destructive magic. Compared to most other projectiles, these orbs travel at a relatively slow pace. The orbs home onto their targets, yet because of their huge inertia, especially agile opponents may be able to outmanoeuvre them. The orbs need some time to stabilize, and a nascent orb will deal reduced damage.\n\nResidents of the dungeon are able to maintain the orb until it impacts a target, but when cast by you the orb will dissipate upon leaving your line of sight.",
    flags = {
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true,
      NOT_SELF = true
    },
    level = 7,
    name = "Orb of Destruction",
    noise = {
      casting = 7,
      effect = 0
    },
    ["power cap"] = 200,
    range = {
      max = 7,
      min = 7
    },
    rarity = 6,
    schools = {
      Conjuration = true
    }
  },
  ["Ozocubu's Armour"] = {
    books = {
      ["book of Battle"] = true,
      ["book of Frost"] = true
    },
    description = "Envelops the caster's body in a protective layer of thick ice, granting a substantial bonus to armour as long as they remain in their current location. The ice will crack and fall away if the caster moves to a new position. The spell will not function for casters already wearing heavy armour (any body armour with an encumbrance rating of 5 or more).",
    flags = {
      NO_GHOST = true
    },
    level = 3,
    name = "Ozocubu's Armour",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 100,
    rarity = 4,
    schools = {
      Charms = true,
      Ice = true
    }
  },
  ["Ozocubu's Refrigeration"] = {
    books = {
      ["book of Ice"] = true
    },
    description = "Drains heat from the caster and their surroundings, causing harm to all creatures not resistant to cold and bypassing any armour the targets may have. It prevents the caster from using potions for a brief duration.",
    flags = {
      AREA = true
    },
    level = 6,
    name = "Ozocubu's Refrigeration",
    noise = {
      casting = 5,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 10,
    schools = {
      Ice = true
    }
  },
  Pain = {
    books = {
      ["book of Necromancy"] = true
    },
    description = "Inflicts an extremely painful injury upon one living creature. The caster suffers minor damage from the backlash.",
    flags = {
      DIR_OR_TARGET = true,
      MR_CHECK = true,
      NEEDS_TRACER = true
    },
    level = 1,
    name = "Pain",
    noise = {
      casting = 1,
      effect = 1
    },
    ["power cap"] = 25,
    range = {
      max = 5,
      min = 5
    },
    rarity = 3,
    schools = {
      Necromancy = true
    }
  },
  ["Passage of Golubria"] = {
    books = {
      ["book of Burglary"] = true,
      ["book of Spatial Translocations"] = true
    },
    description = "Opens two gateways (one always near the caster), which allow instantaneous transport to random other open gateways to any creature entering them. There is no limit to the number of gateways that can be open at one time, but a gateway will close when entered, or after a moderate amount of time.",
    flags = {
      ESCAPE = true,
      NEUTRAL = true,
      SELFENCH = true,
      TARGET = true
    },
    level = 4,
    name = "Passage of Golubria",
    noise = {
      casting = 3,
      effect = 8
    },
    ["power cap"] = 0,
    range = {
      max = 7,
      min = 7
    },
    rarity = 10,
    schools = {
      Translocation = true
    }
  },
  Passwall = {
    books = {
      ["book of Burglary"] = true,
      ["book of Geomancy"] = true
    },
    description = "Tunes the caster's body such that it can instantly pass through solid rock. It takes some time for the caster to attune to the rock, during which they will be helpless.",
    flags = {
      DIR = true,
      ESCAPE = true,
      NOT_SELF = true,
      UTILITY = true
    },
    level = 2,
    name = "Passwall",
    noise = {
      casting = 0,
      effect = 0
    },
    ["power cap"] = 120,
    quote = "“He says the best way out is always through.”\n    -Robert Frost, _A Servant to Servants_. 1915.",
    range = {
      max = 7,
      min = 1
    },
    rarity = 4,
    schools = {
      Earth = true,
      Transmutation = true
    }
  },
  Petrify = {
    books = {
      ["book of Alchemy"] = true,
      ["book of Geomancy"] = true,
      ["book of Misfortune"] = true
    },
    description = "Petrifies a targeted creature. If successful, the target is slowed down for a while until it is temporarily turned into stone. In this state, the target will take less damage upon being hit.",
    flags = {
      DIR_OR_TARGET = true,
      MR_CHECK = true,
      NEEDS_TRACER = true
    },
    level = 4,
    name = "Petrify",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 50,
    range = {
      max = 7,
      min = 7
    },
    rarity = 1,
    schools = {
      Earth = true,
      Transmutation = true
    }
  },
  ["Poisonous Vapours"] = {
    books = {
      ["book of Clouds"] = true,
      ["Young Poisoner's Handbook"] = true
    },
    description = "Turns the air around a targeted creature poisonous. Exceedingly little poison is created, generally just enough to poison the target before dispersing.",
    flags = {
      NOT_SELF = true,
      TARGET = true
    },
    level = 2,
    name = "Poisonous Vapours",
    noise = {
      casting = 2,
      effect = 4
    },
    ["power cap"] = 50,
    range = {
      max = 7,
      min = 7
    },
    rarity = 6,
    schools = {
      Air = true,
      Poison = true
    }
  },
  ["Portal Projectile"] = {
    books = {
      ["book of Debilitation"] = true,
      ["book of the Warp"] = true
    },
    description = "Allows the caster to teleport fired or thrown missiles directly to their targets for a short duration, spending an additional small amount of magic for each missile. Teleported projectiles have their accuracy greatly increased.",
    flags = {},
    level = 3,
    name = "Portal Projectile",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 50,
    rarity = 10,
    schools = {
      Translocation = true,
      Hexes = true
    }
  },
  Recall = {
    books = {
      ["book of Summonings"] = true,
      ["book of Unlife"] = true
    },
    description = "Recalls any friendly creatures on the same level to a position adjacent to the caster, over a short duration.",
    flags = {
      UTILITY = true
    },
    level = 3,
    name = "Recall",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 0,
    rarity = 10,
    schools = {
      Summoning = true,
      Translocation = true
    }
  },
  ["Ring of Flames"] = {
    books = {
      ["book of Clouds"] = true,
      ["book of Fire"] = true
    },
    description = "Surrounds the caster with a mobile ring of searing flame, and keeps other fire clouds away from the caster. This spell attunes the caster to the forces of fire, increasing the power of their fire magic and giving protection from fire. However, it also makes them much more susceptible to cold.",
    flags = {
      AREA = true
    },
    level = 7,
    name = "Ring of Flames",
    noise = {
      casting = 6,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 6,
    schools = {
      Charms = true,
      Fire = true
    }
  },
  Sandblast = {
    books = {
      ["book of Geomancy"] = true
    },
    description = "Consumes a stone to create a short blast of high-velocity rock shards. Its damage is strongly reduced by armour.",
    flags = {
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true,
      NOT_SELF = true
    },
    level = 1,
    name = "Sandblast",
    noise = {
      casting = 1,
      effect = 0
    },
    ["power cap"] = 50,
    range = {
      max = 3,
      min = 3
    },
    rarity = 4,
    schools = {
      Earth = true
    }
  },
  ["Searing Ray"] = {
    books = {
      ["book of Conjurations"] = true
    },
    description = "Fires a continuous piercing ray of arcane energy from the caster's hands. So long as the caster maintains focus upon the spell and supplies it with magical power (by waiting in place and not taking any other actions), the ray will follow the caster's target if it should move.",
    flags = {
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true
    },
    level = 2,
    name = "Searing Ray",
    noise = {
      casting = 2,
      effect = 0
    },
    ["power cap"] = 50,
    range = {
      max = 4,
      min = 4
    },
    rarity = 3,
    schools = {
      Conjuration = true
    }
  },
  ["Shadow Creatures"] = {
    books = {
      ["book of Dreams"] = true,
      ["book of Summonings"] = true
    },
    description = "Creates replicas of creatures native to the caster's current location, weaving them from shadows and threads of Abyssal matter.",
    flags = {
      MONS_ABJURE = true
    },
    level = 6,
    name = "Shadow Creatures",
    noise = {
      casting = 4,
      effect = 0
    },
    ["power cap"] = 0,
    rarity = 11,
    schools = {
      Summoning = true
    },
    ["summons limit"] = 4
  },
  Shatter = {
    books = {
      ["book of the Earth"] = true,
      ["book of the Tempests"] = true
    },
    description = "Causes an enormous burst of concussive force around the caster, dealing severe damage to all nearby creatures. It is especially effective against those made from ice, bone, or any wall-like substance (such as rock, metal or crystal), as well as those turned to stone by petrification. It is less effective against flying, gelatinous and insubstantial creatures. It may also destroy nearby walls.",
    flags = {
      AREA = true
    },
    level = 9,
    name = "Shatter",
    noise = {
      casting = 7,
      effect = 30
    },
    ["power cap"] = 200,
    quote = "“And it happened when the people heard the sound of the trumpet, and the people shouted with a great shout, that the wall fell down flat. Then the people went up into the city, every man straight before him, and they took the city. And they utterly destroyed all that was in the city, both man and woman, young and old, ox and sheep and donkey, with the edge of the sword.”\n    -KJV Bible, Joshua 6:20-21.",
    rarity = 10,
    schools = {
      Earth = true
    }
  },
  Shock = {
    books = {
      ["book of Air"] = true
    },
    description = "Throws a bouncing bolt of electricity. It partially bypasses armour.",
    flags = {
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true
    },
    level = 1,
    name = "Shock",
    noise = {
      casting = 1,
      effect = 1
    },
    ["power cap"] = 25,
    range = {
      max = 7,
      min = 7
    },
    rarity = 4,
    schools = {
      Air = true,
      Conjuration = true
    }
  },
  ["Shroud of Golubria"] = {
    books = {
      ["book of Battle"] = true,
      ["book of Spatial Translocations"] = true
    },
    description = "Bends space around the caster's body, protecting them from some blows by redirecting their force to the air nearby. Ranged attacks cannot be diverted in this way. The shroud is highly unstable, and may fall apart unexpectedly under stress.",
    flags = {
      SELFENCH = true
    },
    level = 2,
    name = "Shroud of Golubria",
    noise = {
      casting = 2,
      effect = 0
    },
    ["power cap"] = 50,
    rarity = 5,
    schools = {
      Charms = true,
      Translocation = true
    }
  },
  Silence = {
    books = {
      ["book of Dreams"] = true,
      ["book of Hexes"] = true,
      ["book of the Sky"] = true
    },
    description = "Eliminates all sound near the caster. This makes reading scrolls, casting spells, invoking divine abilities, or shouting impossible in the caster's vicinity. The spell's oppressive, unnatural effect will greatly hamper stealth.\n\nCertain monsters have innate magical or special abilities which will still be usable while silenced.\n\nThe effect starts out with a radius depending on power, which will then shrink, eventually covering only the caster, before it times out.",
    flags = {
      AREA = true
    },
    level = 5,
    name = "Silence",
    noise = {
      casting = 4,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 7,
    schools = {
      Air = true,
      Hexes = true
    }
  },
  Simulacrum = {
    books = {
      ["book of Ice"] = true,
      ["book of Unlife"] = true
    },
    description = "Creates an icy replica from the corpse of the original being. This magic is unstable, so eventually the replica will sublimate into a freezing cloud. Simulacra cannot leave the level they were created on.",
    flags = {},
    level = 6,
    name = "Simulacrum",
    noise = {
      casting = 5,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 10,
    schools = {
      Ice = true,
      Necromancy = true
    }
  },
  Slow = {
    books = {
      ["book of Debilitation"] = true,
      ["book of Minor Magic"] = true
    },
    description = "Slows the actions of a creature.",
    flags = {
      DIR_OR_TARGET = true,
      MR_CHECK = true,
      NEEDS_TRACER = true
    },
    level = 2,
    name = "Slow",
    noise = {
      casting = 2,
      effect = 2
    },
    ["power cap"] = 200,
    range = {
      max = 7,
      min = 7
    },
    rarity = 1,
    schools = {
      Hexes = true
    }
  },
  ["Song of Slaying"] = {
    books = {
      ["book of Battle"] = true
    },
    description = "Recites ancient verses of battle. Each non-summoned enemy the caster slays in combat during this recitation temporarily enhances their melee and ranged skills. The bonus only lasts for the duration of the song; casting this spell while already singing will start a new song, not extend an existing one.",
    flags = {
      UTILITY = true
    },
    level = 2,
    name = "Song of Slaying",
    noise = {
      casting = 2,
      effect = 8
    },
    ["power cap"] = 100,
    rarity = 5,
    schools = {
      Charms = true
    }
  },
  ["Spectral Weapon"] = {
    books = {
      ["book of Battle"] = true
    },
    description = "Draws out the spirit within a wielded weapon to fight for the caster, with its strength increasing with power. It only attacks when the caster does, and its kills count as the caster's own. If the weapon is damaged, part of the injury will be echoed on the caster's body. Only one spectral weapon can be maintained at a time, and only while the original weapon remains wielded.\n\nCertain powerful named artefacts cannot be affected, and any abilities that require evocation skill to trigger will not be active.",
    flags = {
      NO_GHOST = true,
      SELFENCH = true,
      UTILITY = true
    },
    level = 3,
    name = "Spectral Weapon",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 100,
    rarity = 5,
    schools = {
      Charms = true,
      Hexes = true
    }
  },
  ["Spellforged Servitor"] = {
    books = {
      ["book of Power"] = true
    },
    description = "Summons an extraplanar elemental and binds it to a durable shell forged from the caster's own magic. The servitor is capable of unleashing some of the destructive spells known to its creator, though the strongest and most volatile of magics cannot be imbued in this fashion.",
    flags = {},
    level = 7,
    name = "Spellforged Servitor",
    noise = {
      casting = 6,
      effect = 0
    },
    ["power cap"] = 200,
    quote = "“When you think\n Your toys have gone berserk\n It's an illusion\n You cannot shirk”\n    -Siouxsie and the Banshees, \"Spellbound\"",
    rarity = 6,
    schools = {
      Conjuration = true,
      Summoning = true
    },
    ["summons limit"] = 1
  },
  ["Spider Form"] = {
    books = {
      ["book of Changes"] = true
    },
    description = "Transforms the caster into a venomous, spider-like creature. The caster becomes highly evasive and gains a poisonous bite, but gains vulnerability to poison.\n\nWhile transformed, any equipped weapons and armour are melded, and casting spells becomes slightly more difficult.",
    flags = {
      CHAOTIC = true,
      HELPFUL = true,
      UTILITY = true
    },
    level = 3,
    name = "Spider Form",
    noise = {
      casting = 2,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 2,
    schools = {
      Poison = true,
      Transmutation = true
    }
  },
  ["Starburst"] = {
    books = {
      ["book of Fire"] = true,
    },
    description = "Releases penetrating bolts of fire from the caster in every direction. The range of each bolt is decreased by one for every creature it strikes.",
    flags = {
      AREA = true,
    },
    level = 6,
    name = "Starburst",
    noise = {
      casting = 6,
      effect = 2
    },
    ["power cap"] = 200,
    range = {
      max = 5,
      min = 5
    },
    rarity = 10,
    schools = {
      Conjuration = true,
      Fire = true
    }
  },
  ["Static Discharge"] = {
    books = {
      ["book of Air"] = true,
      ["book of the Tempests"] = true
    },
    description = "Releases electrical charges against those next to the caster. These may arc to other adjacent creatures, or back to the caster, before eventually grounding out. It deals reduced damage when arcing to the caster, and bypasses any armour the target may have.",
    flags = {
      AREA = true
    },
    level = 3,
    name = "Static Discharge",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 100,
    range = {
      max = 1,
      min = 1
    },
    rarity = 4,
    schools = {
      Air = true,
      Conjuration = true
    }
  },
  ["Statue Form"] = {
    books = {
      ["book of the Earth"] = true,
      ["book of Transfigurations"] = true
    },
    description = "Transforms the caster into a slow but extremely robust stone statue. The caster's melee damage, both unarmed and with weapons, is substantially increased. The caster's stone body is insulated from electricity and gains resistance to poison, rotting and negative energy.\n\nWhile transformed, any equipped body armour, gloves and boots are melded.",
    flags = {
      CHAOTIC = true,
      HELPFUL = true,
      UTILITY = true
    },
    level = 6,
    name = "Statue Form",
    noise = {
      casting = 5,
      effect = 0
    },
    ["power cap"] = 150,
    rarity = 8,
    schools = {
      Earth = true,
      Transmutation = true
    }
  },
  ["Sticks to Snakes"] = {
    books = {
      ["book of Changes"] = true
    },
    description = "Transforms a number of arrows in inventory into short-lived snakes, creating more dangerous snakes with higher power.",
    flags = {
      NO_GHOST = true
    },
    level = 2,
    name = "Sticks to Snakes",
    noise = {
      casting = 2,
      effect = 0
    },
    ["power cap"] = 100,
    rarity = 2,
    schools = {
      Transmutation = true
    }
  },
  ["Sticky Flame"] = {
    books = {
      ["book of Flames"] = true
    },
    description = "Conjures a glob of sticky flame, covering an adjacent creature with liquid fire for a short time.",
    flags = {
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true
    },
    level = 4,
    name = "Sticky Flame",
    noise = {
      casting = 4,
      effect = 1
    },
    ["power cap"] = 100,
    quote = "“Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life.”\n    -Terry Pratchett, “Jingo”. 1997.",
    range = {
      max = 1,
      min = 1
    },
    rarity = 4,
    schools = {
      Conjuration = true,
      Fire = true
    }
  },
  Sting = {
    books = {
      ["Young Poisoner's Handbook"] = true
    },
    description = "Briefly transforms one of the caster's limbs into a long insectoid stinger, which lashes out at the target. The stinger's impact will always poison a susceptible target. Even resistant targets have a chance to be poisoned and immune monsters will be damaged by the physical impact of the stinger.",
    flags = {
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true
    },
    level = 1,
    name = "Sting",
    noise = {
      casting = 1,
      effect = 1
    },
    ["power cap"] = 25,
    range = {
      max = 3,
      min = 3
    },
    rarity = 5,
    schools = {
      Transmutation = true,
      Poison = true
    }
  },
  ["Stone Arrow"] = {
    books = {
      ["book of Geomancy"] = true,
      ["Fen Folio"] = true
    },
    description = "Fires a sharp spine of rock.",
    flags = {
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true
    },
    level = 3,
    name = "Stone Arrow",
    noise = {
      casting = 3,
      effect = 3
    },
    ["power cap"] = 50,
    range = {
      max = 4,
      min = 4
    },
    rarity = 4,
    schools = {
      Conjuration = true,
      Earth = true
    }
  },
  ["Sublimation of Blood"] = {
    books = {
      ["book of Alchemy"] = true,
      ["book of Death"] = true
    },
    description = "Converts some of the caster's blood into magical energy. The process is painful but never directly lethal. The efficiency of the conversion increases with the spell's power.",
    flags = {
      UTILITY = true
    },
    level = 2,
    name = "Sublimation of Blood",
    noise = {
      casting = 2,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 11,
    schools = {
      Necromancy = true
    }
  },
  ["Summon Butterflies"] = {
    books = {
      ["book of Beasts"] = true,
      ["book of Party Tricks"] = true
    },
    description = "Creates a shower of colourful butterflies. How pretty!",
    flags = {},
    level = 1,
    name = "Summon Butterflies",
    noise = {
      casting = 1,
      effect = 0
    },
    ["power cap"] = 100,
    rarity = 7,
    schools = {
      Summoning = true
    },
    ["summons limit"] = 8
  },
  ["Summon Demon"] = {
    books = {
      ["book of Summonings"] = true
    },
    description = "Opens a gate to the realm of Pandemonium and draws forth one of its inhabitants to serve the caster for a time. The demon's servitude is not guaranteed, but will be more likely with high power.",
    flags = {
      MONS_ABJURE = true,
      SELFENCH = true,
      UNHOLY = true
    },
    level = 5,
    name = "Summon Demon",
    noise = {
      casting = 4,
      effect = 0
    },
    ["power cap"] = 200,
    quote = "“'Tis now the very witching time of night,\n When churchyards yawn and hell itself breathes out\n Contagion to this world.”\n    -William Shakespeare, _The Tragedy of Hamlet, Prince of Denmark_, III, 2.",
    rarity = 11,
    schools = {
      Summoning = true
    },
    ["summons limit"] = 3
  },
  ["Summon Forest"] = {
    books = {
      ["book of Summonings"] = true,
      ["Fen Folio"] = true
    },
    description = "Forcefully intersects a forested plane with this world. It requires open space to succeed. While the spell holds, a spirit of the forest will be called forth, and the trees of the forest will be awakened to deal damage to nearby enemies.",
    flags = {},
    level = 5,
    name = "Summon Forest",
    noise = {
      casting = 4,
      effect = 10
    },
    ["power cap"] = 200,
    rarity = 11,
    schools = {
      Summoning = true,
      Translocation = true
    }
  },
  ["Summon Greater Demon"] = {
    books = {
      ["Grand Grimoire"] = true
    },
    description = "Calls forth one of the greater demons of Pandemonium to serve the caster. With high power, the summoned demon will be less likely to be initially hostile — but the strongest demons may eventually turn against their summoner regardless. Unlike other summons, greater demons will not be dismissed when attacked by their summoner - they will become hostile.",
    flags = {
      MONS_ABJURE = true,
      SELFENCH = true,
      UNHOLY = true
    },
    level = 7,
    name = "Summon Greater Demon",
    noise = {
      casting = 6,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = -1,
    schools = {
      Summoning = true
    },
    ["summons limit"] = 3
  },
  ["Summon Guardian Golem"] = {
    books = {
      ["book of Callings"] = true
    },
    description = "Summons a protective golem. It redirects the injuries of its allies (but not the caster) to itself. When sufficiently damaged, it may fill with an inner flame, causing it to explode if destroyed. It gains more health at high power.",
    flags = {},
    level = 3,
    name = "Summon Guardian Golem",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 100,
    rarity = 3,
    schools = {
      Hexes = true,
      Summoning = true
    },
    ["summons limit"] = 1
  },
  ["Summon Horrible Things"] = {
    books = {
      ["Grand Grimoire"] = true
    },
    description = "Opens a gate to the Abyss and calls through one or more hideous abominations from that dreadful place. The opening of the gate may drain a portion of the caster's intellect.",
    flags = {
      CHAOTIC = true,
      MONS_ABJURE = true,
      UNHOLY = true
    },
    level = 8,
    name = "Summon Horrible Things",
    noise = {
      casting = 6,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = -1,
    schools = {
      Summoning = true
    },
    ["summons limit"] = 8
  },
  ["Summon Hydra"] = {
    books = {
      ["book of Beasts"] = true,
      ["Fen Folio"] = true
    },
    description = "Summons a many-headed hydra to fight alongside the caster for a short time.",
    flags = {
      MONS_ABJURE = true
    },
    level = 7,
    name = "Summon Hydra",
    noise = {
      casting = 6,
      effect = 0
    },
    ["power cap"] = 200,
    rarity = 8,
    schools = {
      Summoning = true
    },
    ["summons limit"] = 3
  },
  ["Summon Ice Beast"] = {
    books = {
      ["book of Beasts"] = true,
      ["book of Callings"] = true,
      ["book of Frost"] = true
    },
    description = "Calls forth a beast of ice to serve the caster.",
    flags = {},
    level = 4,
    name = "Summon Ice Beast",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 100,
    rarity = 3,
    schools = {
      Ice = true,
      Summoning = true
    },
    ["summons limit"] = 3
  },
  ["Summon Lightning Spire"] = {
    books = {
      ["book of Callings"] = true,
      ["book of the Sky"] = true
    },
    description = "Constructs a lightning spire in a nearby location. It can fire bouncing bolts of electricity at the caster's foes, but is completely immobile.",
    flags = {},
    level = 4,
    name = "Summon Lightning Spire",
    noise = {
      casting = 2,
      effect = 0
    },
    ["power cap"] = 100,
    range = {
      max = 2,
      min = 2
    },
    rarity = 3,
    schools = {
      Air = true,
      Summoning = true
    },
    ["summons limit"] = 1
  },
  ["Summon Mana Viper"] = {
    books = {
      ["book of Beasts"] = true,
      ["book of Summonings"] = true
    },
    description = "Summons a violet-scaled serpent whose bite can swiftly drain the magical reserves of nearly any foe. At higher power, the antimagic properties of the viper's bite grow even stronger.",
    flags = {
      MONS_ABJURE = true
    },
    level = 5,
    name = "Summon Mana Viper",
    noise = {
      casting = 4,
      effect = 0
    },
    ["power cap"] = 100,
    rarity = 8,
    schools = {
      Hexes = true,
      Summoning = true
    },
    ["summons limit"] = 2
  },
  ["Summon Small Mammal"] = {
    books = {
      ["book of Callings"] = true,
      ["book of Cantrips"] = true
    },
    description = "Summons a small mammal to the caster's aid.",
    flags = {},
    level = 1,
    name = "Summon Small Mammal",
    noise = {
      casting = 1,
      effect = 0
    },
    ["power cap"] = 25,
    rarity = 1,
    schools = {
      Summoning = true
    },
    ["summons limit"] = 4
  },
  Swiftness = {
    books = {
      ["book of Air"] = true,
      ["book of Burglary"] = true
    },
    description = "Calls forth winds to greatly increase the caster's movement speed. After the effect ends, the caster's movements will be sluggish for a time.",
    flags = {
      HASTY = true,
      SELFENCH = true,
      UTILITY = true
    },
    level = 2,
    name = "Swiftness",
    noise = {
      casting = 2,
      effect = 0
    },
    ["power cap"] = 100,
    rarity = 4,
    schools = {
      Air = true,
      Charms = true
    }
  },
  ["Teleport Other"] = {
    books = {
      ["book of Spatial Translocations"] = true
    },
    description = "Randomly translocates a targeted creature.",
    flags = {
      DIR_OR_TARGET = true,
      EMERGENCY = true,
      ESCAPE = true,
      MR_CHECK = true,
      NEEDS_TRACER = true,
      NOT_SELF = true
    },
    level = 3,
    name = "Teleport Other",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 200,
    range = {
      max = 7,
      min = 7
    },
    rarity = 10,
    schools = {
      Translocation = true
    }
  },
  Tornado = {
    books = {
      ["book of the Sky"] = true,
      ["book of the Tempests"] = true
    },
    description = "Turns the air around the caster into a mighty vortex, doing tremendous damage to everyone caught in it. Those affected will also be swept up into the air and tossed around. Only the eye of the storm is a safe place, and it follows the caster. The spell's effectiveness is greatly diminished in closed areas. After the tornado fades, it cannot be called forth again for a short time.",
    flags = {
      AREA = true
    },
    level = 9,
    name = "Tornado",
    noise = {
      casting = 5,
      effect = 15
    },
    ["power cap"] = 200,
    range = {
      max = 5,
      min = 5
    },
    rarity = 10,
    schools = {
      Air = true
    }
  },
  ["Tukima's Dance"] = {
    books = {
      ["book of Maledictions"] = true,
      ["book of Party Tricks"] = true
    },
    description = "Animates the weapon of a targeted foe, ripping it from their hands and causing it to attack them relentlessly. Once the target dies, the weapon will fall to the ground shortly thereafter.\n\nRanged weapons and certain powerful named artefacts cannot be affected, and any abilities that require evocation skill to trigger will not be active.",
    flags = {
      DIR_OR_TARGET = true,
      MR_CHECK = true,
      NEEDS_TRACER = true,
      NOT_SELF = true
    },
    level = 3,
    name = "Tukima's Dance",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 100,
    range = {
      max = 7,
      min = 7
    },
    rarity = 2,
    schools = {
      Hexes = true
    }
  },
  ["Vampiric Draining"] = {
    books = {
      ["book of Necromancy"] = true
    },
    description = "Steals the life of an adjacent living creature and grants it to the caster. Life will not be drained in excess of what the caster can capably absorb.",
    flags = {
      DIR_OR_TARGET = true,
      EMERGENCY = true,
      NOT_SELF = true,
      SELFENCH = true
    },
    level = 3,
    name = "Vampiric Draining",
    noise = {
      casting = 3,
      effect = 0
    },
    ["power cap"] = 200,
    range = {
      max = 1,
      min = 1
    },
    rarity = 3,
    schools = {
      Necromancy = true
    }
  },
  ["Yara's Violent Unravelling"] = {
    books = {
      ["book of Hexes"] = true,
      ["book of Misfortune"] = true
    },
    description = "Tears apart the bonds that bind enchantments to the target creature, transforming the magic into a spray of deadly, mutagenic radiation.",
    flags = {
      CHAOTIC = true,
      DIR_OR_TARGET = true,
      NEEDS_TRACER = true,
      NO_GHOST = true
    },
    level = 5,
    name = "Yara's Violent Unravelling",
    noise = {
      casting = 5,
      effect = 15
    },
    ["power cap"] = 200,
    range = {
      max = 7,
      min = 7
    },
    rarity = 1,
    schools = {
      Hexes = true,
      Transmutation = true
    }
  }
}