Difference between revisions of "Module:Table of spellbooks"

From CrawlWiki
Jump to: navigation, search
(Auto-generated again; found a few errors. (Source code coming soon))
(Remove BVC from the book of Necromancy)
(19 intermediate revisions by 6 users not shown)
Line 1: Line 1:
--[=[
+
-- Table of spell books (fully updated to 0.21.1)  
    Table of spellbooks (0.17)
+
return {
]=]--
+
  ["book of Air"] = {
 
+
     description = "A primer on the elemental magics of Air. Particularly dedicated students have found themselves convinced of their own ability to fly, with tragic results.",
local m = {}
+
     name = "book of Air",
m["Akashic Record"] = {
+
     rarity = 4,
  {
+
    spells = {
     ["letter"] = "a",
+
      "Shock",
     ["name"] = "Dispersal",
+
      "Swiftness",
     ["image"] = "[[File:dispersal.png]]",
+
      "Static Discharge",
    ["level"] = "6",
+
      "Airstrike",
    ["schools"] = "[[Translocations|Translocation]]",
+
      "Lightning Bolt"
 +
    },
 +
    value = 350
 
   },
 
   },
   {
+
   ["book of Alchemy"] = {
    ["letter"] = "b",
+
    description = "A book focusing on alchemical processes and their use in magic spells, collecting the wisdom of many ancient alchemists.",
     ["name"] = "Malign Gateway",
+
     name = "book of Alchemy",
     ["image"] = "[[File:malign gateway.png]]",
+
     rarity = 12,
    ["level"] = "7",
+
    spells = {
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
+
      "Sublimation of Blood",
 +
      "Ignite Poison",
 +
      "Petrify",
 +
      "Alistair's Intoxication",
 +
      "Irradiate"
 +
    },
 +
    value = 750
 
   },
 
   },
   {
+
   ["book of Annihilations"] = {
    ["letter"] = "c",
+
    description = "A tome of arcane fury, greatly sought after by sorcerers. It allows the gifted and resourceful to conjure destruction with ease.",
     ["name"] = "Disjunction",
+
     name = "book of Annihilations",
     ["image"] = "[[File:disjunction.png]]",
+
     rare = true,
    ["level"] = "8",
+
    rarity = 20,
    ["schools"] = "[[Translocations|Translocation]]",
+
    spells = {
 +
      "Poison Arrow",
 +
      "Chain Lightning",
 +
      "Lehudib's Crystal Spear",
 +
      "Glaciate",
 +
      "Fire Storm"
 +
    },
 +
    value = 1104
 
   },
 
   },
   {
+
   ["book of Battle"] = {
    ["letter"] = "d",
+
    description = "A book of battle songs, containing spells to assist in combat.",
     ["name"] = "Controlled Blink",
+
     name = "book of Battle",
     ["image"] = "[[File:controlled blink.png]]",
+
     rarity = 5,
    ["level"] = "8",
+
    spells = {
    ["schools"] = "[[Translocations|Translocation]]",
+
      "Infusion",
 +
      "Shroud of Golubria",
 +
      "Song of Slaying",
 +
      "Spectral Weapon",
 +
      "Regeneration"
 +
    },
 +
    value = 400
 
   },
 
   },
}
+
   ["book of Beasts"] = {
m["Book of Air"] = {
+
     description = "A book of spells focused on the summoning of beasts. Its pages nip at careless readers' fingers.",
  {
+
     name = "book of Beasts",
    ["letter"] = "a",
+
     rarity = 8,
    ["name"] = "Shock",
+
     spells = {
    ["image"] = "[[File:shock.png]]",
+
      "Summon Butterflies",
    ["level"] = "1",
+
      "Call Canine Familiar",
    ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]",
+
      "Summon Ice Beast",
  },
+
      "Summon Mana Viper",
   {
+
      "Summon Hydra"
    ["letter"] = "b",
+
     },
    ["name"] = "Swiftness",
+
     value = 550
    ["image"] = "[[File:swiftness.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Repel Missiles",
 
    ["image"] = "[[File:repel missiles.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Static Discharge",
 
    ["image"] = "[[File:static discharge.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Lightning Bolt",
 
    ["image"] = "[[File:lightning bolt.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]",
 
  },
 
}
 
m["Book of Alchemy"] = {
 
  {
 
    ["letter"] = "a",
 
     ["name"] = "Sublimation of Blood",
 
    ["image"] = "[[File:sublimation of blood.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Ignite Poison",
 
    ["image"] = "[[File:ignite poison.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Fire Magic|Fire]]/[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Alistair's Intoxication",
 
    ["image"] = "[[File:alistair's intoxication.png]]",
 
    ["level"] = "4",
 
     ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Condensation Shield",
 
    ["image"] = "[[File:condensation shield.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Petrify",
 
    ["image"] = "[[File:petrify.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Irradiate",
 
    ["image"] = "[[File:irradiate.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Transmutations|Transmutation]]",
 
  },
 
}
 
m["Book of Annihilations"] = {
 
  {
 
    ["letter"] = "a",
 
     ["name"] = "Poison Arrow",
 
    ["image"] = "[[File:poison arrow.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Chain Lightning",
 
    ["image"] = "[[File:chain lightning.png]]",
 
    ["level"] = "8",
 
     ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Lehudib's Crystal Spear",
 
    ["image"] = "[[File:lehudib's crystal spear.png]]",
 
    ["level"] = "8",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Glaciate",
 
    ["image"] = "[[File:glaciate.png]]",
 
    ["level"] = "9",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Fire Storm",
 
    ["image"] = "[[File:fire storm.png]]",
 
    ["level"] = "9",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
}
 
m["Book of Battle"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Infusion",
 
    ["image"] = "[[File:infusion.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Charms]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Shroud of Golubria",
 
    ["image"] = "[[File:shroud of golubria.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Charms]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Song of Slaying",
 
    ["image"] = "[[File:song of slaying.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Charms]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Spectral Weapon",
 
    ["image"] = "[[File:spectral weapon.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Hexes]]/[[Charms]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Regeneration",
 
    ["image"] = "[[File:regeneration.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Charms]]/[[Necromancy]]",
 
  },
 
}
 
m["Book of Beasts"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Summon Butterflies",
 
    ["image"] = "[[File:summon butterflies.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Call Canine Familiar",
 
    ["image"] = "[[File:call canine familiar.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Summon Ice Beast",
 
    ["image"] = "[[File:summon ice beast.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Ice Magic|Ice]]/[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Summon Mana Viper",
 
    ["image"] = "[[File:summon mana viper.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Hexes]]/[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Summon Hydra",
 
    ["image"] = "[[File:summon hydra.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
}
 
m["Book of Burglary"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Swiftness",
 
    ["image"] = "[[File:swiftness.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Passwall",
 
    ["image"] = "[[File:passwall.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Passage of Golubria",
 
    ["image"] = "[[File:passage of golubria.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Lee's Rapid Deconstruction",
 
    ["image"] = "[[File:lee's rapid deconstruction.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Darkness",
 
    ["image"] = "[[File:darkness.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Invisibility",
 
    ["image"] = "[[File:invisibility.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
}
 
m["Book of Callings"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Summon Small Mammal",
 
    ["image"] = "[[File:summon small mammal.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Call Imp",
 
    ["image"] = "[[File:call imp.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Call Canine Familiar",
 
    ["image"] = "[[File:call canine familiar.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Summon Guardian Golem",
 
    ["image"] = "[[File:summon guardian golem.png]]",
 
    ["level"] = "3",
 
     ["schools"] = "[[Hexes]]/[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Summon Lightning Spire",
 
     ["image"] = "[[File:summon lightning spire.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Summon Ice Beast",
 
    ["image"] = "[[File:summon ice beast.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Ice Magic|Ice]]/[[Summonings|Summoning]]",
 
  },
 
}
 
m["Book of Cantrips"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Corona",
 
    ["image"] = "[[File:corona.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Animate Skeleton",
 
    ["image"] = "[[File:animate skeleton.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Summon Small Mammal",
 
    ["image"] = "[[File:summon small mammal.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Apportation",
 
    ["image"] = "[[File:apportation.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
}
 
m["Book of Changes"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Beastly Appendage",
 
    ["image"] = "[[File:beastly appendage.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Sticks to Snakes",
 
    ["image"] = "[[File:sticks to snakes.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Spider Form",
 
    ["image"] = "[[File:spider form.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Ice Form",
 
    ["image"] = "[[File:ice form.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Ice Magic|Ice]]/[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Blade Hands",
 
    ["image"] = "[[File:blade hands.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Transmutations|Transmutation]]",
 
  },
 
}
 
m["Book of Clouds"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Mephitic Cloud",
 
    ["image"] = "[[File:mephitic cloud.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Conjure Flame",
 
    ["image"] = "[[File:conjure flame.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Poisonous Cloud",
 
    ["image"] = "[[File:poisonous cloud.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Freezing Cloud",
 
    ["image"] = "[[File:freezing cloud.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Ring of Flames",
 
    ["image"] = "[[File:ring of flames.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Charms]]/[[Fire Magic|Fire]]",
 
  },
 
}
 
m["Book of Conjurations"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Magic Dart",
 
    ["image"] = "[[File:magic dart.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Conjurations|Conjuration]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Searing Ray",
 
    ["image"] = "[[File:searing ray.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Conjurations|Conjuration]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Dazzling Spray",
 
    ["image"] = "[[File:dazzling spray.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Fulminant Prism",
 
    ["image"] = "[[File:fulminant prism.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Iskenderun's Mystic Blast",
 
    ["image"] = "[[File:iskenderun's mystic blast.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Conjurations|Conjuration]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Iskenderun's Battlesphere",
 
    ["image"] = "[[File:iskenderun's battlesphere.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Charms]]",
 
  },
 
}
 
m["Book of Death"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Corpse Rot",
 
    ["image"] = "[[File:corpse rot.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Sublimation of Blood",
 
    ["image"] = "[[File:sublimation of blood.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Agony",
 
    ["image"] = "[[File:agony.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Dispel Undead",
 
    ["image"] = "[[File:dispel undead.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Excruciating Wounds",
 
    ["image"] = "[[File:excruciating wounds.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Charms]]/[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Bolt of Draining",
 
    ["image"] = "[[File:bolt of draining.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Necromancy]]",
 
  },
 
}
 
m["Book of Debilitation"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Corona",
 
    ["image"] = "[[File:corona.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Slow",
 
    ["image"] = "[[File:slow.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Gell's Gravitas",
 
    ["image"] = "[[File:gell's gravitas.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Hexes]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Inner Flame",
 
    ["image"] = "[[File:inner flame.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Hexes]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Cause Fear",
 
    ["image"] = "[[File:cause fear.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Leda's Liquefaction",
 
    ["image"] = "[[File:leda's liquefaction.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Hexes]]/[[Earth Magic|Earth]]",
 
  },
 
}
 
m["Book of Dreams"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Ensorcelled Hibernation",
 
    ["image"] = "[[File:ensorcelled hibernation.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Phase Shift",
 
    ["image"] = "[[File:phase shift.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Shadow Creatures",
 
    ["image"] = "[[File:shadow creatures.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Silence",
 
    ["image"] = "[[File:silence.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Hexes]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Darkness",
 
    ["image"] = "[[File:darkness.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Mass Confusion",
 
    ["image"] = "[[File:mass confusion.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
}
 
m["Book of Enchantments"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Cause Fear",
 
    ["image"] = "[[File:cause fear.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Silence",
 
    ["image"] = "[[File:silence.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Hexes]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Deflect Missiles",
 
    ["image"] = "[[File:deflect missiles.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Haste",
 
    ["image"] = "[[File:haste.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Charms]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Discord",
 
    ["image"] = "[[File:discord.png]]",
 
    ["level"] = "8",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
}
 
m["Book of Envenomations"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Spider Form",
 
    ["image"] = "[[File:spider form.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Alistair's Intoxication",
 
    ["image"] = "[[File:alistair's intoxication.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Olgreb's Toxic Radiance",
 
    ["image"] = "[[File:olgreb's toxic radiance.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Poisonous Cloud",
 
    ["image"] = "[[File:poisonous cloud.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]",
 
  },
 
}
 
m["Book of Fire"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Ignite Poison",
 
    ["image"] = "[[File:ignite poison.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Fire Magic|Fire]]/[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Fireball",
 
    ["image"] = "[[File:fireball.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Bolt of Fire",
 
    ["image"] = "[[File:bolt of fire.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Delayed Fireball",
 
    ["image"] = "[[File:delayed fireball.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Ring of Flames",
 
    ["image"] = "[[File:ring of flames.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Charms]]/[[Fire Magic|Fire]]",
 
  },
 
}
 
m["Book of Flames"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Flame Tongue",
 
    ["image"] = "[[File:flame tongue.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Throw Flame",
 
    ["image"] = "[[File:throw flame.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Conjure Flame",
 
    ["image"] = "[[File:conjure flame.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Inner Flame",
 
    ["image"] = "[[File:inner flame.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Hexes]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Sticky Flame",
 
    ["image"] = "[[File:sticky flame.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Fireball",
 
    ["image"] = "[[File:fireball.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
}
 
m["Book of Frost"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Freeze",
 
    ["image"] = "[[File:freeze.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Throw Frost",
 
    ["image"] = "[[File:throw frost.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Ozocubu's Armour",
 
    ["image"] = "[[File:ozocubu's armour.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Charms]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Throw Icicle",
 
    ["image"] = "[[File:throw icicle.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Summon Ice Beast",
 
    ["image"] = "[[File:summon ice beast.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Ice Magic|Ice]]/[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Condensation Shield",
 
    ["image"] = "[[File:condensation shield.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Ice Magic|Ice]]",
 
  },
 
}
 
m["Book of Geomancy"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Sandblast",
 
    ["image"] = "[[File:sandblast.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Stoneskin",
 
    ["image"] = "[[File:stoneskin.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Passwall",
 
    ["image"] = "[[File:passwall.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Stone Arrow",
 
    ["image"] = "[[File:stone arrow.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Petrify",
 
    ["image"] = "[[File:petrify.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Lee's Rapid Deconstruction",
 
    ["image"] = "[[File:lee's rapid deconstruction.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Earth Magic|Earth]]",
 
  },
 
}
 
m["Book of Hinderance"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Confusing Touch",
 
    ["image"] = "[[File:confusing touch.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Confuse",
 
    ["image"] = "[[File:confuse.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Gell's Gravitas",
 
    ["image"] = "[[File:gell's gravitas.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Hexes]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Petrify",
 
    ["image"] = "[[File:petrify.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Metabolic Englaciation",
 
    ["image"] = "[[File:metabolic englaciation.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]",
 
  },
 
}
 
m["Book of Ice"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Ice Form",
 
    ["image"] = "[[File:ice form.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Ice Magic|Ice]]/[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Metabolic Englaciation",
 
    ["image"] = "[[File:metabolic englaciation.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Ozocubu's Refrigeration",
 
    ["image"] = "[[File:ozocubu's refrigeration.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Bolt of Cold",
 
    ["image"] = "[[File:bolt of cold.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Freezing Cloud",
 
    ["image"] = "[[File:freezing cloud.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Simulacrum",
 
    ["image"] = "[[File:simulacrum.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Ice Magic|Ice]]/[[Necromancy]]",
 
  },
 
}
 
m["Book of Maledictions"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Corona",
 
    ["image"] = "[[File:corona.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Ensorcelled Hibernation",
 
    ["image"] = "[[File:ensorcelled hibernation.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Confuse",
 
    ["image"] = "[[File:confuse.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Tukima's Dance",
 
    ["image"] = "[[File:tukima's dance.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Dazzling Spray",
 
    ["image"] = "[[File:dazzling spray.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Hexes]]",
 
  },
 
}
 
m["Book of Minor Magic"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Magic Dart",
 
    ["image"] = "[[File:magic dart.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Conjurations|Conjuration]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Blink",
 
    ["image"] = "[[File:blink.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Call Imp",
 
    ["image"] = "[[File:call imp.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Repel Missiles",
 
    ["image"] = "[[File:repel missiles.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Slow",
 
    ["image"] = "[[File:slow.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Conjure Flame",
 
    ["image"] = "[[File:conjure flame.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "g",
 
    ["name"] = "Mephitic Cloud",
 
    ["image"] = "[[File:mephitic cloud.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]",
 
  },
 
}
 
m["Book of Necromancy"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Pain",
 
    ["image"] = "[[File:pain.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Animate Skeleton",
 
    ["image"] = "[[File:animate skeleton.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Vampiric Draining",
 
    ["image"] = "[[File:vampiric draining.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Regeneration",
 
    ["image"] = "[[File:regeneration.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Charms]]/[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Animate Dead",
 
    ["image"] = "[[File:animate dead.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Control Undead",
 
    ["image"] = "[[File:control undead.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
}
 
m["Book of Party Tricks"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Summon Butterflies",
 
    ["image"] = "[[File:summon butterflies.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Apportation",
 
    ["image"] = "[[File:apportation.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Tukima's Dance",
 
    ["image"] = "[[File:tukima's dance.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Alistair's Intoxication",
 
    ["image"] = "[[File:alistair's intoxication.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Invisibility",
 
    ["image"] = "[[File:invisibility.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
}
 
m["Book of Power"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Fulminant Prism",
 
    ["image"] = "[[File:fulminant prism.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Iskenderun's Mystic Blast",
 
    ["image"] = "[[File:iskenderun's mystic blast.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Conjurations|Conjuration]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Venom Bolt",
 
    ["image"] = "[[File:venom bolt.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Bolt of Magma",
 
    ["image"] = "[[File:bolt of magma.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Iron Shot",
 
    ["image"] = "[[File:iron shot.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Orb of Destruction",
 
    ["image"] = "[[File:orb of destruction.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Conjurations|Conjuration]]",
 
  },
 
  {
 
    ["letter"] = "g",
 
    ["name"] = "Spellforged Servitor",
 
    ["image"] = "[[File:spellforged servitor.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Summonings|Summoning]]",
 
  },
 
}
 
m["Book of Spatial Translocations"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Apportation",
 
    ["image"] = "[[File:apportation.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Blink",
 
    ["image"] = "[[File:blink.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Shroud of Golubria",
 
    ["image"] = "[[File:shroud of golubria.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Charms]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Portal Projectile",
 
    ["image"] = "[[File:portal projectile.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Teleport Other",
 
    ["image"] = "[[File:teleport other.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Passage of Golubria",
 
    ["image"] = "[[File:passage of golubria.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
}
 
m["Book of Summonings"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Recall",
 
    ["image"] = "[[File:recall.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Aura of Abjuration",
 
    ["image"] = "[[File:aura of abjuration.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Shadow Creatures",
 
    ["image"] = "[[File:shadow creatures.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Summon Demon",
 
    ["image"] = "[[File:summon demon.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Summon Forest",
 
    ["image"] = "[[File:summon forest.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Summon Mana Viper",
 
    ["image"] = "[[File:summon mana viper.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Hexes]]/[[Summonings|Summoning]]",
 
  },
 
}
 
m["Book of Transfigurations"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Stoneskin",
 
    ["image"] = "[[File:stoneskin.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Irradiate",
 
    ["image"] = "[[File:irradiate.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Statue Form",
 
    ["image"] = "[[File:statue form.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Hydra Form",
 
    ["image"] = "[[File:hydra form.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Dragon Form",
 
    ["image"] = "[[File:dragon form.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Transmutations|Transmutation]]",
 
  },
 
}
 
m["Book of Unlife"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Recall",
 
    ["image"] = "[[File:recall.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Animate Dead",
 
    ["image"] = "[[File:animate dead.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Control Undead",
 
    ["image"] = "[[File:control undead.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Cigotuvi's Embrace",
 
    ["image"] = "[[File:cigotuvi's embrace.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Death Channel",
 
    ["image"] = "[[File:death channel.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Simulacrum",
 
    ["image"] = "[[File:simulacrum.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Ice Magic|Ice]]/[[Necromancy]]",
 
  },
 
}
 
m["Book of the Dragon"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Flame Tongue",
 
    ["image"] = "[[File:flame tongue.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Cause Fear",
 
    ["image"] = "[[File:cause fear.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Bolt of Fire",
 
    ["image"] = "[[File:bolt of fire.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Dragon Form",
 
    ["image"] = "[[File:dragon form.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Dragon's Call",
 
    ["image"] = "[[File:dragon's call.png]]",
 
    ["level"] = "9",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
}
 
m["Book of the Earth"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Leda's Liquefaction",
 
    ["image"] = "[[File:leda's liquefaction.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Hexes]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Bolt of Magma",
 
    ["image"] = "[[File:bolt of magma.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Statue Form",
 
    ["image"] = "[[File:statue form.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Iron Shot",
 
    ["image"] = "[[File:iron shot.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Shatter",
 
    ["image"] = "[[File:shatter.png]]",
 
    ["level"] = "9",
 
    ["schools"] = "[[Earth Magic|Earth]]",
 
  },
 
}
 
m["Book of the Sky"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Summon Lightning Spire",
 
    ["image"] = "[[File:summon lightning spire.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Airstrike",
 
    ["image"] = "[[File:airstrike.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Air Magic|Air]]",
 
 
   },
 
   },
   {
+
   ["book of Burglary"] = {
    ["letter"] = "c",
+
    description = "A book containing many diverse spells useful for theft, breaking and entering, and other miscellaneous larceny.",
     ["name"] = "Silence",
+
     name = "book of Burglary",
     ["image"] = "[[File:silence.png]]",
+
     rarity = 12,
    ["level"] = "5",
+
    spells = {
    ["schools"] = "[[Hexes]]/[[Air Magic|Air]]",
+
      "Swiftness",
 +
      "Passwall",
 +
      "Passage of Golubria",
 +
      "Lee's Rapid Deconstruction",
 +
      "Darkness",
 +
      "Invisibility"
 +
    },
 +
    value = 750
 
   },
 
   },
   {
+
   ["book of Callings"] = {
    ["letter"] = "d",
+
    description = "An introductory text on the magical summoning of beasts and beings from other realms.",
     ["name"] = "Deflect Missiles",
+
     name = "book of Callings",
     ["image"] = "[[File:deflect missiles.png]]",
+
     rarity = 3,
    ["level"] = "6",
+
    spells = {
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
+
      "Summon Small Mammal",
 +
      "Call Imp",
 +
      "Call Canine Familiar",
 +
      "Summon Guardian Golem",
 +
      "Summon Lightning Spire",
 +
      "Summon Ice Beast"
 +
    },
 +
    value = 300
 
   },
 
   },
   {
+
   ["book of Cantrips"] = {
    ["letter"] = "e",
+
    description = "A book containing a small selection of very basic magic spells, intended for beginners who wish to learn the rudiments of one of the featured magical schools.",
     ["name"] = "Conjure Ball Lightning",
+
     name = "book of Cantrips",
     ["image"] = "[[File:conjure ball lightning.png]]",
+
     rarity = 1,
     ["level"] = "6",
+
     spells = {
    ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]",
+
      "Confusing Touch",
 +
      "Animate Skeleton",
 +
      "Summon Small Mammal",
 +
      "Apportation"
 +
    },
 +
    value = 200
 
   },
 
   },
   {
+
   ["book of Changes"] = {
    ["letter"] = "f",
+
    description = "A student's primer to the magic arts of Transmutations, filled with lavish illustrations of spellcasting mistakes: half-wizard-half-spiders, blade noses, beaked tentacles where legs belong. The text is full of reassurances that these almost never happen.",
     ["name"] = "Tornado",
+
     name = "book of Changes",
     ["image"] = "[[File:tornado.png]]",
+
     rarity = 2,
    ["level"] = "9",
+
    spells = {
    ["schools"] = "[[Air Magic|Air]]",
+
      "Beastly Appendage",
 +
      "Sticks to Snakes",
 +
      "Spider Form",
 +
      "Ice Form",
 +
      "Blade Hands"
 +
    },
 +
    value = 250
 
   },
 
   },
}
+
  ["book of Clouds"] = {
m["Book of the Tempests"] = {
+
     description = "A book of magic spells for creating an assortment of clouds. It is difficult to read, as the text is frequently interrupted by descriptions of unusually-shaped clouds the author spotted while writing.",
  {
+
     name = "book of Clouds",
     ["letter"] = "a",
+
     rarity = 6,
     ["name"] = "Static Discharge",
+
    spells = {
     ["image"] = "[[File:static discharge.png]]",
+
      "Poisonous Vapours",
    ["level"] = "3",
+
      "Mephitic Cloud",
    ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]",
+
      "Conjure Flame",
 +
      "Freezing Cloud",
 +
      "Ring of Flames"
 +
    },
 +
    value = 450
 
   },
 
   },
   {
+
   ["book of Conjurations"] = {
    ["letter"] = "b",
+
    description = "A book containing an introduction to the destructive magical arts of Conjurations.",
     ["name"] = "Lightning Bolt",
+
     name = "book of Conjurations",
     ["image"] = "[[File:lightning bolt.png]]",
+
     rarity = 3,
    ["level"] = "5",
+
    spells = {
    ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]",
+
      "Magic Dart",
 +
      "Searing Ray",
 +
      "Dazzling Spray",
 +
      "Force Lance",
 +
      "Fulminant Prism",
 +
      "Iskenderun's Mystic Blast",
 +
    },
 +
    value = 300
 
   },
 
   },
   {
+
   ["book of Death"] = {
    ["letter"] = "c",
+
    description = "A manuscript containing dark spells of Necromancy. Each page is filled with grotesque art depicting scenes of disgusting decay.",
     ["name"] = "Fireball",
+
     name = "book of Death",
     ["image"] = "[[File:fireball.png]]",
+
     rarity = 11,
    ["level"] = "5",
+
    spells = {
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
+
      "Corpse Rot",
 +
      "Sublimation of Blood",
 +
      "Agony",
 +
      "Dispel Undead",
 +
      "Excruciating Wounds",
 +
      "Bolt of Draining"
 +
    },
 +
    value = 700
 
   },
 
   },
   {
+
   ["book of Debilitation"] = {
    ["letter"] = "d",
+
    description = "A spellbook containing Hexes that obstruct and impede, compiled by rebels fighting an empire long-since passed.",
     ["name"] = "Tornado",
+
     name = "book of Debilitation",
     ["image"] = "[[File:tornado.png]]",
+
     rarity = 5,
    ["level"] = "9",
+
    spells = {
    ["schools"] = "[[Air Magic|Air]]",
+
      "Corona",
 +
      "Slow",
 +
      "Inner Flame",
 +
      "Portal Projectile",
 +
      "Cause Fear",
 +
      "Leda's Liquefaction"
 +
    },
 +
    value = 400
 
   },
 
   },
   {
+
   ["book of Dreams"] = {
    ["letter"] = "e",
+
    description = "The somniloquent utterings of a famed mystic, using uniquely bizarre imagery and cryptic digressions to describe spells drawn from the mystic's visions.",
     ["name"] = "Shatter",
+
     name = "book of Dreams",
     ["image"] = "[[File:shatter.png]]",
+
     rarity = 12,
    ["level"] = "9",
+
    spells = {
    ["schools"] = "[[Earth Magic|Earth]]",
+
      "Ensorcelled Hibernation",
 +
      "Silence",
 +
      "Borgnjor's Vile Clutch",
 +
      "Darkness",
 +
      "Shadow Creatures"
 +
    },
 +
    value = 750
 
   },
 
   },
}
+
  ["book of Enchantments"] = {
m["Book of the Warp"] = {
+
     description = "A spellbook containing an assortment of powerful Hexes and Charms, which sparkles and shimmers as the pages are flipped.",
  {
+
     name = "book of Enchantments",
     ["letter"] = "a",
+
     rarity = 7,
     ["name"] = "Recall",
+
    spells = {
     ["image"] = "[[File:recall.png]]",
+
      "Cause Fear",
    ["level"] = "3",
+
      "Yara's Violent Unravelling",
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
+
      "Silence",
 +
      "Deflect Missiles",
 +
      "Discord"
 +
    },
 +
    value = 500
 
   },
 
   },
   {
+
   ["book of Fire"] = {
    ["letter"] = "b",
+
    description = "A book containing advanced spells in the elemental school of Fire, stolen from the secret college of the djinn.",
     ["name"] = "Gell's Gravitas",
+
     name = "book of Fire",
     ["image"] = "[[File:gell's gravitas.png]]",
+
     rarity = 10,
    ["level"] = "3",
+
    spells = {
    ["schools"] = "[[Hexes]]/[[Translocations|Translocation]]",
+
      "Ignite Poison",
 +
      "Fireball",
 +
      "Bolt of Fire",
 +
      "Ring of Flames",
 +
      "Ignition"
 +
    },
 +
    value = 650
 
   },
 
   },
   {
+
   ["book of Flames"] = {
    ["letter"] = "c",
+
    description = "The standard text used in arcane academies by students of the elemental magic of Fire.",
     ["name"] = "Force Lance",
+
     name = "book of Flames",
     ["image"] = "[[File:force lance.png]]",
+
     rarity = 4,
    ["level"] = "4",
+
    spells = {
    ["schools"] = "[[Conjurations|Conjuration]]/[[Translocations|Translocation]]",
+
      "Flame Tongue",
 +
      "Throw Flame",
 +
      "Conjure Flame",
 +
      "Inner Flame",
 +
      "Sticky Flame",
 +
      "Fireball"
 +
    },
 +
    value = 350
 
   },
 
   },
   {
+
   ["book of Frost"] = {
    ["letter"] = "d",
+
    description = "A book of magic spells, often used as an introduction to the elemental magics of Ice.",
     ["name"] = "Phase Shift",
+
     name = "book of Frost",
     ["image"] = "[[File:phase shift.png]]",
+
     rarity = 4,
    ["level"] = "5",
+
    spells = {
    ["schools"] = "[[Translocations|Translocation]]",
+
      "Freeze",
 +
      "Throw Frost",
 +
      "Ozocubu's Armour",
 +
      "Throw Icicle",
 +
      "Summon Ice Beast"
 +
    },
 +
    value = 350
 
   },
 
   },
   {
+
   ["book of Geomancy"] = {
    ["letter"] = "e",
+
    description = "A book containing basic spells involving the element of Earth.",
     ["name"] = "Warp Weapon",
+
     name = "book of Geomancy",
     ["image"] = "[[File:warp weapon.png]]",
+
     rarity = 4,
    ["level"] = "5",
+
    spells = {
    ["schools"] = "[[Charms]]/[[Translocations|Translocation]]",
+
      "Sandblast",
 +
      "Passwall",
 +
      "Stone Arrow",
 +
      "Petrify",
 +
      "Lee's Rapid Deconstruction"
 +
    },
 +
    value = 350
 
   },
 
   },
   {
+
   ["book of Ice"] = {
    ["letter"] = "f",
+
    description = "A book of advanced magical spells using the element of Ice.",
     ["name"] = "Summon Forest",
+
     name = "book of Ice",
     ["image"] = "[[File:summon forest.png]]",
+
     rarity = 10,
    ["level"] = "5",
+
    spells = {
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
+
      "Ice Form",
 +
      "Metabolic Englaciation",
 +
      "Ozocubu's Refrigeration",
 +
      "Bolt of Cold",
 +
      "Freezing Cloud",
 +
      "Simulacrum"
 +
    },
 +
    value = 650
 
   },
 
   },
}
+
  ["book of Maledictions"] = {
m["Fen Folio"] = {
+
     description = "A book of Hexes, describing spells to confound and weaken.",
  {
+
     name = "book of Maledictions",
     ["letter"] = "a",
+
     rarity = 2,
     ["name"] = "Corpse Rot",
+
    spells = {
     ["image"] = "[[File:corpse rot.png]]",
+
      "Corona",
    ["level"] = "2",
+
      "Ensorcelled Hibernation",
    ["schools"] = "[[Necromancy]]",
+
      "Confuse",
 +
      "Tukima's Dance",
 +
      "Dazzling Spray"
 +
    },
 +
    value = 250
 
   },
 
   },
   {
+
   ["book of Minor Magic"] = {
    ["letter"] = "b",
+
    description = "A spellbook containing a variety of simple but useful magical incantations. Many prominent spellcasters used this book to begin their arcane studies.",
     ["name"] = "Stone Arrow",
+
     name = "book of Minor Magic",
     ["image"] = "[[File:stone arrow.png]]",
+
     rarity = 1,
    ["level"] = "3",
+
    spells = {
    ["schools"] = "[[Conjurations|Conjuration]]/[[Earth Magic|Earth]]",
+
      "Magic Dart",
 +
      "Blink",
 +
      "Call Imp",
 +
      "Slow",
 +
      "Conjure Flame",
 +
      "Mephitic Cloud"
 +
    },
 +
    value = 200
 
   },
 
   },
   {
+
   ["book of Misfortune"] = {
    ["letter"] = "c",
+
    description = "A spellbook dedicated to the art of inflicting creative calamities on one's foes. Superstitious wizards claim that the book itself actually absorbs ill fortune, and carry it around as a talisman, but the effects of this seem subtle at best.",
     ["name"] = "Leda's Liquefaction",
+
     name = "book of Misfortune",
    ["image"] = "[[File:leda's liquefaction.png]]",
+
    rarity = 1,
    ["level"] = "4",
+
    spells = {
    ["schools"] = "[[Hexes]]/[[Earth Magic|Earth]]",
+
      "Confusing Touch",
 +
      "Confuse",
 +
      "Gell's Gravitas",
 +
      "Petrify",
 +
      "Metabolic Englaciation",
 +
      "Yara's Violent Unravelling"
 +
    },
 +
    value = 200
 
   },
 
   },
   {
+
   ["book of Necromancy"] = {
    ["letter"] = "d",
+
    description = "A macabre book containing basic Necromancy spells.",
     ["name"] = "Summon Forest",
+
     name = "book of Necromancy",
     ["image"] = "[[File:summon forest.png]]",
+
     rarity = 3,
    ["level"] = "5",
+
    spells = {
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
+
      "Pain",
 +
      "Animate Skeleton",
 +
      "Vampiric Draining",
 +
      "Regeneration",
 +
      "Animate Dead"
 +
    },
 +
    value = 300
 
   },
 
   },
   {
+
   ["book of Party Tricks"] = {
    ["letter"] = "e",
+
    description = "A book containing a variety of fun spells guaranteed to liven up any wizarding party, as well as a number of toasts, jokes, and party games.",
     ["name"] = "Hydra Form",
+
     name = "book of Party Tricks",
     ["image"] = "[[File:hydra form.png]]",
+
     rarity = 7,
    ["level"] = "6",
+
    spells = {
    ["schools"] = "[[Transmutations|Transmutation]]",
+
      "Summon Butterflies",
 +
      "Apportation",
 +
      "Lesser Beckoning",
 +
      "Tukima's Dance",
 +
      "Alistair's Intoxication",
 +
      "Invisibility"
 +
    },
 +
    value = 500
 
   },
 
   },
   {
+
   ["book of Power"] = {
    ["letter"] = "f",
+
    description = "A book of powerful magic spells, crackling and shuddering with barely-contained energies.",
     ["name"] = "Summon Hydra",
+
     name = "book of Power",
     ["image"] = "[[File:summon hydra.png]]",
+
     rarity = 6,
    ["level"] = "7",
+
    spells = {
    ["schools"] = "[[Summonings|Summoning]]",
+
      "Iskenderun's Battlesphere",
 +
      "Venom Bolt",
 +
      "Bolt of Magma",
 +
      "Iron Shot",
 +
      "Orb of Destruction",
 +
      "Spellforged Servitor"
 +
    },
 +
    value = 450
 
   },
 
   },
}
+
  ["book of Spatial Translocations"] = {
m["Grand Grimoire"] = {
+
     description = "A basic spellbook on the magical field of Translocations.",
  {
+
     name = "book of Spatial Translocations",
     ["letter"] = "a",
+
     rarity = 10,
     ["name"] = "Monstrous Menagerie",
+
    spells = {
     ["image"] = "[[File:monstrous menagerie.png]]",
+
      "Blink",
    ["level"] = "6",
+
      "Shroud of Golubria",
    ["schools"] = "[[Summonings|Summoning]]",
+
      "Lesser Beckoning",
 +
      "Gell's Gravitas",
 +
      "Teleport Other",
 +
      "Passage of Golubria"
 +
    },
 +
    value = 650
 
   },
 
   },
   {
+
   ["book of Summonings"] = {
    ["letter"] = "b",
+
    description = "An advanced treatise on Summoning magics, detailing ways of summoning and binding creatures from all manners of realms.",
     ["name"] = "Summon Greater Demon",
+
     name = "book of Summonings",
     ["image"] = "[[File:summon greater demon.png]]",
+
     rarity = 11,
    ["level"] = "7",
+
    spells = {
    ["schools"] = "[[Summonings|Summoning]]",
+
      "Recall",
 +
      "Aura of Abjuration",
 +
      "Summon Demon",
 +
      "Summon Forest",
 +
      "Summon Mana Viper",
 +
      "Shadow Creatures"
 +
    },
 +
    value = 700
 
   },
 
   },
   {
+
   ["book of the Dragon"] = {
    ["letter"] = "c",
+
    description = "A magical book of spells which allow some command over dragons and their aspects.",
     ["name"] = "Malign Gateway",
+
     name = "book of the Dragon",
     ["image"] = "[[File:malign gateway.png]]",
+
     rarity = 15,
    ["level"] = "7",
+
    spells = {
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
+
      "Flame Tongue",
 +
      "Cause Fear",
 +
      "Bolt of Fire",
 +
      "Dragon Form",
 +
      "Dragon's Call"
 +
    },
 +
    value = 900
 
   },
 
   },
   {
+
   ["book of the Earth"] = {
    ["letter"] = "d",
+
    description = "A textbook of advanced Earth magic.",
     ["name"] = "Summon Horrible Things",
+
     name = "book of the Earth",
     ["image"] = "[[File:summon horrible things.png]]",
+
     rarity = 10,
    ["level"] = "8",
+
    spells = {
    ["schools"] = "[[Summonings|Summoning]]",
+
      "Leda's Liquefaction",
 +
      "Bolt of Magma",
 +
      "Statue Form",
 +
      "Iron Shot",
 +
      "Shatter"
 +
    },
 +
    value = 650
 
   },
 
   },
}
+
  ["book of the Sky"] = {
m["Necronomicon"] = {
+
     description = "A magical book containing powerful elemental spells of Air.",
  {
+
     name = "book of the Sky",
     ["letter"] = "a",
+
     rarity = 10,
     ["name"] = "Haunt",
+
    spells = {
     ["image"] = "[[File:haunt.png]]",
+
      "Summon Lightning Spire",
    ["level"] = "7",
+
      "Airstrike",
    ["schools"] = "[[Necromancy]]/[[Summonings|Summoning]]",
+
      "Silence",
 +
      "Deflect Missiles",
 +
      "Conjure Ball Lightning",
 +
      "Tornado"
 +
    },
 +
    value = 650
 
   },
 
   },
   {
+
   ["book of the Tempests"] = {
    ["letter"] = "b",
+
    description = "A book containing magic spells which command some of the most destructive forces of nature.",
     ["name"] = "Borgnjor's Revivification",
+
     name = "book of the Tempests",
     ["image"] = "[[File:borgnjor's revivification.png]]",
+
     rarity = 11,
    ["level"] = "8",
+
    spells = {
    ["schools"] = "[[Necromancy]]",
+
      "Static Discharge",
 +
      "Lightning Bolt",
 +
      "Ignition",
 +
      "Tornado",
 +
      "Shatter"
 +
    },
 +
    value = 700
 
   },
 
   },
   {
+
   ["book of the Warp"] = {
    ["letter"] = "c",
+
    description = "A book of advanced Translocations spells.",
     ["name"] = "Death's Door",
+
     name = "book of the Warp",
     ["image"] = "[[File:death's door.png]]",
+
     rarity = 15,
    ["level"] = "8",
+
    spells = {
    ["schools"] = "[[Charms]]/[[Necromancy]]",
+
      "Gell's Gravitas",
 +
      "Portal Projectile",
 +
      "Force Lance",
 +
      "Dispersal",
 +
      "Controlled Blink",
 +
      "Disjunction"
 +
    },
 +
    value = 900
 
   },
 
   },
   {
+
   ["book of Transfigurations"] = {
    ["letter"] = "d",
+
     description = "An advanced book of Transmutations spells.",
     ["name"] = "Necromutation",
+
     name = "book of Transfigurations",
     ["image"] = "[[File:necromutation.png]]",
+
     rarity = 8,
     ["level"] = "8",
+
     spells = {
     ["schools"] = "[[Transmutations|Transmutation]]/[[Necromancy]]",
+
      "Irradiate",
  },
+
      "Statue Form",
}
+
      "Hydra Form",
m["Young Poisoner's Handbook"] = {
+
      "Dragon Form"
  {
+
     },
    ["letter"] = "a",
+
     value = 550
    ["name"] = "Sting",
 
    ["image"] = "[[File:sting.png]]",
 
     ["level"] = "1",
 
     ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]",
 
 
   },
 
   },
   {
+
   ["book of Unlife"] = {
    ["letter"] = "b",
+
    description = "An unholy book describing a variety of magical methods for the creation and command of undead servants.",
     ["name"] = "Cure Poison",
+
     name = "book of Unlife",
     ["image"] = "[[File:cure poison.png]]",
+
     rarity = 10,
    ["level"] = "2",
+
    spells = {
    ["schools"] = "[[Poison Magic|Poison]]",
+
      "Recall",
 +
      "Animate Dead",
 +
      "Borgnjor's Vile Clutch",
 +
      "Death Channel",
 +
      "Simulacrum"
 +
    },
 +
    value = 650
 
   },
 
   },
   {
+
   ["Fen Folio"] = {
    ["letter"] = "c",
+
    description = "A collection of spells once used by the great swamp civilizations.",
     ["name"] = "Mephitic Cloud",
+
     name = "Fen Folio",
     ["image"] = "[[File:mephitic cloud.png]]",
+
     rarity = 12,
    ["level"] = "3",
+
    spells = {
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]",
+
      "Corpse Rot",
 +
      "Stone Arrow",
 +
      "Leda's Liquefaction",
 +
      "Summon Forest",
 +
      "Hydra Form",
 +
      "Summon Hydra"
 +
    },
 +
    value = 750
 
   },
 
   },
   {
+
   ["Grand Grimoire"] = {
    ["letter"] = "d",
+
    description = "A book describing how the mighty among summoners can bend to their will the terrible things from betwixt the planes. Many have been the unwary souls, however, who have toyed with this tome and been driven mad by unimaginable eldritch horrors.",
     ["name"] = "Olgreb's Toxic Radiance",
+
     name = "Grand Grimoire",
     ["image"] = "[[File:olgreb's toxic radiance.png]]",
+
     rare = true,
     ["level"] = "4",
+
    rarity = 20,
    ["schools"] = "[[Poison Magic|Poison]]",
+
     spells = {
 +
      "Monstrous Menagerie",
 +
      "Summon Greater Demon",
 +
      "Malign Gateway",
 +
      "Summon Horrible Things"
 +
    },
 +
    value = 1104
 
   },
 
   },
   {
+
   Necronomicon = {
     ["letter"] = "e",
+
     description = "An extremely rare book, powerful and sinister. Many foolhardy magicians have tried to study this tome, only to find themselves entangled within necromantic forces they could not hope to control.",
     ["name"] = "Venom Bolt",
+
     name = "Necronomicon",
     ["image"] = "[[File:venom bolt.png]]",
+
     rare = true,
    ["level"] = "5",
+
    rarity = 20,
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]",
+
    spells = {
 +
      "Haunt",
 +
      "Borgnjor's Revivification",
 +
      "Death's Door",
 +
      "Infestation",
 +
      "Necromutation"
 +
    },
 +
    value = 1104
 
   },
 
   },
 +
  ["Young Poisoner's Handbook"] = {
 +
    description = "An introductory book for the magic arts of poison.",
 +
    name = "Young Poisoner's Handbook",
 +
    rarity = 5,
 +
    spells = {
 +
      "Sting",
 +
      "Poisonous Vapours",
 +
      "Mephitic Cloud",
 +
      "Olgreb's Toxic Radiance",
 +
      "Venom Bolt"
 +
    },
 +
    value = 400
 +
  }
 
}
 
}
return m
 

Revision as of 19:51, 19 October 2018

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

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

Note: the value of a book is simply 20 * (sum of spell levels of spells in book + number of spells in book). See item_value() in shopping.cc for more info.


-- Table of spell books (fully updated to 0.21.1) 
return {
  ["book of Air"] = {
    description = "A primer on the elemental magics of Air. Particularly dedicated students have found themselves convinced of their own ability to fly, with tragic results.",
    name = "book of Air",
    rarity = 4,
    spells = {
      "Shock",
      "Swiftness",
      "Static Discharge",
      "Airstrike",
      "Lightning Bolt"
    },
    value = 350
  },
  ["book of Alchemy"] = {
    description = "A book focusing on alchemical processes and their use in magic spells, collecting the wisdom of many ancient alchemists.",
    name = "book of Alchemy",
    rarity = 12,
    spells = {
      "Sublimation of Blood",
      "Ignite Poison",
      "Petrify",
      "Alistair's Intoxication",
      "Irradiate"
    },
    value = 750
  },
  ["book of Annihilations"] = {
    description = "A tome of arcane fury, greatly sought after by sorcerers. It allows the gifted and resourceful to conjure destruction with ease.",
    name = "book of Annihilations",
    rare = true,
    rarity = 20,
    spells = {
      "Poison Arrow",
      "Chain Lightning",
      "Lehudib's Crystal Spear",
      "Glaciate",
      "Fire Storm"
    },
    value = 1104
  },
  ["book of Battle"] = {
    description = "A book of battle songs, containing spells to assist in combat.",
    name = "book of Battle",
    rarity = 5,
    spells = {
      "Infusion",
      "Shroud of Golubria",
      "Song of Slaying",
      "Spectral Weapon",
      "Regeneration"
    },
    value = 400
  },
  ["book of Beasts"] = {
    description = "A book of spells focused on the summoning of beasts. Its pages nip at careless readers' fingers.",
    name = "book of Beasts",
    rarity = 8,
    spells = {
      "Summon Butterflies",
      "Call Canine Familiar",
      "Summon Ice Beast",
      "Summon Mana Viper",
      "Summon Hydra"
    },
    value = 550
  },
  ["book of Burglary"] = {
    description = "A book containing many diverse spells useful for theft, breaking and entering, and other miscellaneous larceny.",
    name = "book of Burglary",
    rarity = 12,
    spells = {
      "Swiftness",
      "Passwall",
      "Passage of Golubria",
      "Lee's Rapid Deconstruction",
      "Darkness",
      "Invisibility"
    },
    value = 750
  },
  ["book of Callings"] = {
    description = "An introductory text on the magical summoning of beasts and beings from other realms.",
    name = "book of Callings",
    rarity = 3,
    spells = {
      "Summon Small Mammal",
      "Call Imp",
      "Call Canine Familiar",
      "Summon Guardian Golem",
      "Summon Lightning Spire",
      "Summon Ice Beast"
    },
    value = 300
  },
  ["book of Cantrips"] = {
    description = "A book containing a small selection of very basic magic spells, intended for beginners who wish to learn the rudiments of one of the featured magical schools.",
    name = "book of Cantrips",
    rarity = 1,
    spells = {
      "Confusing Touch",
      "Animate Skeleton",
      "Summon Small Mammal",
      "Apportation"
    },
    value = 200
  },
  ["book of Changes"] = {
    description = "A student's primer to the magic arts of Transmutations, filled with lavish illustrations of spellcasting mistakes: half-wizard-half-spiders, blade noses, beaked tentacles where legs belong. The text is full of reassurances that these almost never happen.",
    name = "book of Changes",
    rarity = 2,
    spells = {
      "Beastly Appendage",
      "Sticks to Snakes",
      "Spider Form",
      "Ice Form",
      "Blade Hands"
    },
    value = 250
  },
  ["book of Clouds"] = {
    description = "A book of magic spells for creating an assortment of clouds. It is difficult to read, as the text is frequently interrupted by descriptions of unusually-shaped clouds the author spotted while writing.",
    name = "book of Clouds",
    rarity = 6,
    spells = {
      "Poisonous Vapours",
      "Mephitic Cloud",
      "Conjure Flame",
      "Freezing Cloud",
      "Ring of Flames"
    },
    value = 450
  },
  ["book of Conjurations"] = {
    description = "A book containing an introduction to the destructive magical arts of Conjurations.",
    name = "book of Conjurations",
    rarity = 3,
    spells = {
      "Magic Dart",
      "Searing Ray",
      "Dazzling Spray",
      "Force Lance",
      "Fulminant Prism",
      "Iskenderun's Mystic Blast",
    },
    value = 300
  },
  ["book of Death"] = {
    description = "A manuscript containing dark spells of Necromancy. Each page is filled with grotesque art depicting scenes of disgusting decay.",
    name = "book of Death",
    rarity = 11,
    spells = {
      "Corpse Rot",
      "Sublimation of Blood",
      "Agony",
      "Dispel Undead",
      "Excruciating Wounds",
      "Bolt of Draining"
    },
    value = 700
  },
  ["book of Debilitation"] = {
    description = "A spellbook containing Hexes that obstruct and impede, compiled by rebels fighting an empire long-since passed.",
    name = "book of Debilitation",
    rarity = 5,
    spells = {
      "Corona",
      "Slow",
      "Inner Flame",
      "Portal Projectile",
      "Cause Fear",
      "Leda's Liquefaction"
    },
    value = 400
  },
  ["book of Dreams"] = {
    description = "The somniloquent utterings of a famed mystic, using uniquely bizarre imagery and cryptic digressions to describe spells drawn from the mystic's visions.",
    name = "book of Dreams",
    rarity = 12,
    spells = {
      "Ensorcelled Hibernation",
      "Silence",
      "Borgnjor's Vile Clutch",
      "Darkness",
      "Shadow Creatures"
    },
    value = 750
  },
  ["book of Enchantments"] = {
    description = "A spellbook containing an assortment of powerful Hexes and Charms, which sparkles and shimmers as the pages are flipped.",
    name = "book of Enchantments",
    rarity = 7,
    spells = {
      "Cause Fear",
      "Yara's Violent Unravelling",
      "Silence",
      "Deflect Missiles",
      "Discord"
    },
    value = 500
  },
  ["book of Fire"] = {
    description = "A book containing advanced spells in the elemental school of Fire, stolen from the secret college of the djinn.",
    name = "book of Fire",
    rarity = 10,
    spells = {
      "Ignite Poison",
      "Fireball",
      "Bolt of Fire",
      "Ring of Flames",
      "Ignition"
    },
    value = 650
  },
  ["book of Flames"] = {
    description = "The standard text used in arcane academies by students of the elemental magic of Fire.",
    name = "book of Flames",
    rarity = 4,
    spells = {
      "Flame Tongue",
      "Throw Flame",
      "Conjure Flame",
      "Inner Flame",
      "Sticky Flame",
      "Fireball"
    },
    value = 350
  },
  ["book of Frost"] = {
    description = "A book of magic spells, often used as an introduction to the elemental magics of Ice.",
    name = "book of Frost",
    rarity = 4,
    spells = {
      "Freeze",
      "Throw Frost",
      "Ozocubu's Armour",
      "Throw Icicle",
      "Summon Ice Beast"
    },
    value = 350
  },
  ["book of Geomancy"] = {
    description = "A book containing basic spells involving the element of Earth.",
    name = "book of Geomancy",
    rarity = 4,
    spells = {
      "Sandblast",
      "Passwall",
      "Stone Arrow",
      "Petrify",
      "Lee's Rapid Deconstruction"
    },
    value = 350
  },
  ["book of Ice"] = {
    description = "A book of advanced magical spells using the element of Ice.",
    name = "book of Ice",
    rarity = 10,
    spells = {
      "Ice Form",
      "Metabolic Englaciation",
      "Ozocubu's Refrigeration",
      "Bolt of Cold",
      "Freezing Cloud",
      "Simulacrum"
    },
    value = 650
  },
  ["book of Maledictions"] = {
    description = "A book of Hexes, describing spells to confound and weaken.",
    name = "book of Maledictions",
    rarity = 2,
    spells = {
      "Corona",
      "Ensorcelled Hibernation",
      "Confuse",
      "Tukima's Dance",
      "Dazzling Spray"
    },
    value = 250
  },
  ["book of Minor Magic"] = {
    description = "A spellbook containing a variety of simple but useful magical incantations. Many prominent spellcasters used this book to begin their arcane studies.",
    name = "book of Minor Magic",
    rarity = 1,
    spells = {
      "Magic Dart",
      "Blink",
      "Call Imp",
      "Slow",
      "Conjure Flame",
      "Mephitic Cloud"
    },
    value = 200
  },
  ["book of Misfortune"] = {
    description = "A spellbook dedicated to the art of inflicting creative calamities on one's foes. Superstitious wizards claim that the book itself actually absorbs ill fortune, and carry it around as a talisman, but the effects of this seem subtle at best.",
    name = "book of Misfortune",
    rarity = 1,
    spells = {
      "Confusing Touch",
      "Confuse",
      "Gell's Gravitas",
      "Petrify",
      "Metabolic Englaciation",
      "Yara's Violent Unravelling"
    },
    value = 200
  },
  ["book of Necromancy"] = {
    description = "A macabre book containing basic Necromancy spells.",
    name = "book of Necromancy",
    rarity = 3,
    spells = {
      "Pain",
      "Animate Skeleton",
      "Vampiric Draining",
      "Regeneration",
      "Animate Dead"
    },
    value = 300
  },
  ["book of Party Tricks"] = {
    description = "A book containing a variety of fun spells guaranteed to liven up any wizarding party, as well as a number of toasts, jokes, and party games.",
    name = "book of Party Tricks",
    rarity = 7,
    spells = {
      "Summon Butterflies",
      "Apportation",
      "Lesser Beckoning",
      "Tukima's Dance",
      "Alistair's Intoxication",
      "Invisibility"
    },
    value = 500
  },
  ["book of Power"] = {
    description = "A book of powerful magic spells, crackling and shuddering with barely-contained energies.",
    name = "book of Power",
    rarity = 6,
    spells = {
      "Iskenderun's Battlesphere",
      "Venom Bolt",
      "Bolt of Magma",
      "Iron Shot",
      "Orb of Destruction",
      "Spellforged Servitor"
    },
    value = 450
  },
  ["book of Spatial Translocations"] = {
    description = "A basic spellbook on the magical field of Translocations.",
    name = "book of Spatial Translocations",
    rarity = 10,
    spells = {
      "Blink",
      "Shroud of Golubria",
      "Lesser Beckoning",
      "Gell's Gravitas",
      "Teleport Other",
      "Passage of Golubria"
    },
    value = 650
  },
  ["book of Summonings"] = {
    description = "An advanced treatise on Summoning magics, detailing ways of summoning and binding creatures from all manners of realms.",
    name = "book of Summonings",
    rarity = 11,
    spells = {
      "Recall",
      "Aura of Abjuration",
      "Summon Demon",
      "Summon Forest",
      "Summon Mana Viper",
      "Shadow Creatures"
    },
    value = 700
  },
  ["book of the Dragon"] = {
    description = "A magical book of spells which allow some command over dragons and their aspects.",
    name = "book of the Dragon",
    rarity = 15,
    spells = {
      "Flame Tongue",
      "Cause Fear",
      "Bolt of Fire",
      "Dragon Form",
      "Dragon's Call"
    },
    value = 900
  },
  ["book of the Earth"] = {
    description = "A textbook of advanced Earth magic.",
    name = "book of the Earth",
    rarity = 10,
    spells = {
      "Leda's Liquefaction",
      "Bolt of Magma",
      "Statue Form",
      "Iron Shot",
      "Shatter"
    },
    value = 650
  },
  ["book of the Sky"] = {
    description = "A magical book containing powerful elemental spells of Air.",
    name = "book of the Sky",
    rarity = 10,
    spells = {
      "Summon Lightning Spire",
      "Airstrike",
      "Silence",
      "Deflect Missiles",
      "Conjure Ball Lightning",
      "Tornado"
    },
    value = 650
  },
  ["book of the Tempests"] = {
    description = "A book containing magic spells which command some of the most destructive forces of nature.",
    name = "book of the Tempests",
    rarity = 11,
    spells = {
      "Static Discharge",
      "Lightning Bolt",
      "Ignition",
      "Tornado",
      "Shatter"
    },
    value = 700
  },
  ["book of the Warp"] = {
    description = "A book of advanced Translocations spells.",
    name = "book of the Warp",
    rarity = 15,
    spells = {
      "Gell's Gravitas",
      "Portal Projectile",
      "Force Lance",
      "Dispersal",
      "Controlled Blink",
      "Disjunction"
    },
    value = 900
  },
  ["book of Transfigurations"] = {
    description = "An advanced book of Transmutations spells.",
    name = "book of Transfigurations",
    rarity = 8,
    spells = {
      "Irradiate",
      "Statue Form",
      "Hydra Form",
      "Dragon Form"
    },
    value = 550
  },
  ["book of Unlife"] = {
    description = "An unholy book describing a variety of magical methods for the creation and command of undead servants.",
    name = "book of Unlife",
    rarity = 10,
    spells = {
      "Recall",
      "Animate Dead",
      "Borgnjor's Vile Clutch",
      "Death Channel",
      "Simulacrum"
    },
    value = 650
  },
  ["Fen Folio"] = {
    description = "A collection of spells once used by the great swamp civilizations.",
    name = "Fen Folio",
    rarity = 12,
    spells = {
      "Corpse Rot",
      "Stone Arrow",
      "Leda's Liquefaction",
      "Summon Forest",
      "Hydra Form",
      "Summon Hydra"
    },
    value = 750
  },
  ["Grand Grimoire"] = {
    description = "A book describing how the mighty among summoners can bend to their will the terrible things from betwixt the planes. Many have been the unwary souls, however, who have toyed with this tome and been driven mad by unimaginable eldritch horrors.",
    name = "Grand Grimoire",
    rare = true,
    rarity = 20,
    spells = {
      "Monstrous Menagerie",
      "Summon Greater Demon",
      "Malign Gateway",
      "Summon Horrible Things"
    },
    value = 1104
  },
  Necronomicon = {
    description = "An extremely rare book, powerful and sinister. Many foolhardy magicians have tried to study this tome, only to find themselves entangled within necromantic forces they could not hope to control.",
    name = "Necronomicon",
    rare = true,
    rarity = 20,
    spells = {
      "Haunt",
      "Borgnjor's Revivification",
      "Death's Door",
      "Infestation",
      "Necromutation"
    },
    value = 1104
  },
  ["Young Poisoner's Handbook"] = {
    description = "An introductory book for the magic arts of poison.",
    name = "Young Poisoner's Handbook",
    rarity = 5,
    spells = {
      "Sting",
      "Poisonous Vapours",
      "Mephitic Cloud",
      "Olgreb's Toxic Radiance",
      "Venom Bolt"
    },
    value = 400
  }
}