Difference between revisions of "Module:Table of spellbooks"

From CrawlWiki
Jump to: navigation, search
(update to .18 using the script at List_of_spells/parse-spl-data)
(0.19.0, new script, new format: https://github.com/plampila/crawl-wiki-modules)
Line 1: Line 1:
--[=[
+
-- Table of spell books (0.19.0-2-gae57169)
    Table of spellbooks as of 0.18.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.",
local m = {}
+
     name = "book of Air",
m["Akashic Record"] = {
+
     rarity = 4,
  {
+
    spells = {
     ["letter"] = "a",  
+
      "Shock",
     ["name"] = "Dispersal",  
+
      "Swiftness",
     ["image"] = "[[File:dispersal.png]]",  
+
      "Repel Missiles",
    ["level"] = "6",  
+
      "Static Discharge",
    ["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"] = "Petrify",
 
    ["image"] = "[[File:petrify.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Alistair's Intoxication",
 
    ["image"] = "[[File:alistair's intoxication.png]]",
 
    ["level"] = "5",  
 
     ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["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"] = "[[Air Magic|Air]]/[[Conjurations|Conjuration]]",
 
  },
 
  {
 
    ["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"] = "[[Summonings|Summoning]]/[[Hexes]]",
 
  },
 
  {
 
    ["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"] = "2",
 
    ["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"] = "[[Summonings|Summoning]]/[[Hexes]]",
 
  },
 
  {
 
    ["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]]",
 
 
   },
 
   },
   {
+
   ["book of Burglary"] = {
    ["letter"] = "b",  
+
    description = "A book containing many diverse spells useful for theft, breaking and entering, and other miscellaneous larceny.",
     ["name"] = "Slow",  
+
     name = "book of Burglary",
     ["image"] = "[[File:slow.png]]",  
+
     rarity = 12,
    ["level"] = "2",  
+
    spells = {
    ["schools"] = "[[Hexes]]",  
+
      "Swiftness",
 +
      "Passwall",
 +
      "Passage of Golubria",
 +
      "Lee's Rapid Deconstruction",
 +
      "Darkness",
 +
      "Invisibility"
 +
    },
 +
    value = 750
 
   },
 
   },
   {
+
   ["book of Callings"] = {
    ["letter"] = "c",  
+
    description = "An introductory text on the magical summoning of beasts and beings from other realms.",
     ["name"] = "Gell's Gravitas",  
+
     name = "book of Callings",
     ["image"] = "[[File:gell's gravitas.png]]",  
+
     rarity = 3,
    ["level"] = "3",  
+
    spells = {
    ["schools"] = "[[Translocations|Translocation]]/[[Hexes]]",  
+
      "Summon Small Mammal",
 +
      "Call Imp",
 +
      "Call Canine Familiar",
 +
      "Summon Guardian Golem",
 +
      "Summon Lightning Spire",
 +
      "Summon Ice Beast"
 +
    },
 +
    value = 300
 
   },
 
   },
   {
+
   ["book of Cantrips"] = {
    ["letter"] = "d",  
+
    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"] = "Inner Flame",  
+
     name = "book of Cantrips",
     ["image"] = "[[File:inner flame.png]]",  
+
     rarity = 1,
     ["level"] = "3",  
+
     spells = {
    ["schools"] = "[[Hexes]]/[[Fire Magic|Fire]]",  
+
      "Confusing Touch",
 +
      "Animate Skeleton",
 +
      "Summon Small Mammal",
 +
      "Apportation"
 +
    },
 +
    value = 200
 
   },
 
   },
   {
+
   ["book of Changes"] = {
    ["letter"] = "e",  
+
    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"] = "Cause Fear",  
+
     name = "book of Changes",
     ["image"] = "[[File:cause fear.png]]",  
+
     rarity = 2,
    ["level"] = "4",  
+
    spells = {
    ["schools"] = "[[Hexes]]",  
+
      "Beastly Appendage",
 +
      "Sticks to Snakes",
 +
      "Spider Form",
 +
      "Ice Form",
 +
      "Blade Hands"
 +
    },
 +
    value = 250
 
   },
 
   },
   {
+
   ["book of Clouds"] = {
    ["letter"] = "f",  
+
    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"] = "Leda's Liquefaction",  
+
     name = "book of Clouds",
     ["image"] = "[[File:leda's liquefaction.png]]",  
+
     rarity = 6,
    ["level"] = "4",  
+
    spells = {
    ["schools"] = "[[Earth Magic|Earth]]/[[Hexes]]",  
+
      "Mephitic Cloud",
 +
      "Conjure Flame",
 +
      "Poisonous Cloud",
 +
      "Freezing Cloud",
 +
      "Ring of Flames"
 +
    },
 +
    value = 450
 
   },
 
   },
}
+
  ["book of Conjurations"] = {
m["Book of Dreams"] = {
+
     description = "A book containing an introduction to the destructive magical arts of Conjurations.",
  {
+
     name = "book of Conjurations",
     ["letter"] = "a",  
+
     rarity = 3,
     ["name"] = "Ensorcelled Hibernation",  
+
    spells = {
     ["image"] = "[[File:ensorcelled hibernation.png]]",  
+
      "Magic Dart",
    ["level"] = "2",  
+
      "Searing Ray",
    ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]",  
+
      "Dazzling Spray",
 +
      "Fulminant Prism",
 +
      "Iskenderun's Mystic Blast",
 +
      "Iskenderun's Battlesphere"
 +
    },
 +
    value = 300
 
   },
 
   },
   {
+
   ["book of Death"] = {
    ["letter"] = "b",  
+
    description = "A manuscript containing dark spells of Necromancy. Each page is filled with grotesque art depicting scenes of disgusting decay.",
     ["name"] = "Silence",  
+
     name = "book of Death",
     ["image"] = "[[File:silence.png]]",  
+
     rarity = 11,
    ["level"] = "5",  
+
    spells = {
    ["schools"] = "[[Hexes]]/[[Air Magic|Air]]",  
+
      "Corpse Rot",
 +
      "Sublimation of Blood",
 +
      "Agony",
 +
      "Dispel Undead",
 +
      "Excruciating Wounds",
 +
      "Bolt of Draining"
 +
    },
 +
    value = 700
 
   },
 
   },
   {
+
   ["book of Debilitation"] = {
    ["letter"] = "c",  
+
    description = "A spellbook containing Hexes that obstruct and impede, compiled by rebels fighting an empire long-since passed.",
     ["name"] = "Darkness",  
+
     name = "book of Debilitation",
     ["image"] = "[[File:darkness.png]]",  
+
     rarity = 5,
    ["level"] = "6",  
+
    spells = {
    ["schools"] = "[[Hexes]]",  
+
      "Corona",
 +
      "Slow",
 +
      "Gell's Gravitas",
 +
      "Inner Flame",
 +
      "Cause Fear",
 +
      "Leda's Liquefaction"
 +
    },
 +
    value = 400
 
   },
 
   },
   {
+
   ["book of Dreams"] = {
    ["letter"] = "d",  
+
    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"] = "Shadow Creatures",  
+
     name = "book of Dreams",
     ["image"] = "[[File:shadow creatures.png]]",  
+
     rarity = 12,
     ["level"] = "6",  
+
     spells = {
    ["schools"] = "[[Summonings|Summoning]]",  
+
      "Ensorcelled Hibernation",
 +
      "Silence",
 +
      "Darkness",
 +
      "Shadow Creatures"
 +
    },
 +
    value = 750
 
   },
 
   },
}
+
  ["book of Enchantments"] = {
m["Book of Earth"] = {
+
     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"] = "Leda's Liquefaction",  
+
    spells = {
     ["image"] = "[[File:leda's liquefaction.png]]",  
+
      "Cause Fear",
    ["level"] = "4",  
+
      "Yara's Violent Unravelling",
    ["schools"] = "[[Earth Magic|Earth]]/[[Hexes]]",
+
      "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"] = "Bolt of Magma",  
+
     name = "book of Fire",
     ["image"] = "[[File:bolt of magma.png]]",  
+
     rarity = 10,
    ["level"] = "5",  
+
    spells = {
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]/[[Earth Magic|Earth]]",  
+
      "Ignite Poison",
 +
      "Fireball",
 +
      "Bolt of Fire",
 +
      "Delayed Fireball",
 +
      "Ring of Flames"
 +
    },
 +
    value = 650
 
   },
 
   },
   {
+
   ["book of Flames"] = {
    ["letter"] = "c",  
+
    description = "The standard text used in arcane academies by students of the elemental magic of Fire.",
     ["name"] = "Statue Form",  
+
     name = "book of Flames",
     ["image"] = "[[File:statue form.png]]",  
+
     rarity = 4,
    ["level"] = "6",  
+
    spells = {
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",  
+
      "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"] = "Iron Shot",  
+
     name = "book of Frost",
     ["image"] = "[[File:iron shot.png]]",  
+
     rarity = 4,
    ["level"] = "6",  
+
    spells = {
    ["schools"] = "[[Conjurations|Conjuration]]/[[Earth Magic|Earth]]",  
+
      "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"] = "Shatter",  
+
     name = "book of Geomancy",
     ["image"] = "[[File:shatter.png]]",  
+
     rarity = 4,
    ["level"] = "9",  
+
    spells = {
    ["schools"] = "[[Earth Magic|Earth]]",  
+
      "Sandblast",
 +
      "Passwall",
 +
      "Stone Arrow",
 +
      "Petrify",
 +
      "Lee's Rapid Deconstruction"
 +
    },
 +
    value = 350
 
   },
 
   },
}
+
  ["book of Ice"] = {
m["Book of Enchantments"] = {
+
     description = "A book of advanced magical spells using the element of Ice.",
  {
+
     name = "book of Ice",
     ["letter"] = "a",  
+
     rarity = 10,
     ["name"] = "Cause Fear",  
+
    spells = {
     ["image"] = "[[File:cause fear.png]]",  
+
      "Ice Form",
    ["level"] = "4",  
+
      "Metabolic Englaciation",
    ["schools"] = "[[Hexes]]",  
+
      "Ozocubu's Refrigeration",
 +
      "Bolt of Cold",
 +
      "Freezing Cloud",
 +
      "Simulacrum"
 +
    },
 +
    value = 650
 
   },
 
   },
   {
+
   ["book of Maledictions"] = {
    ["letter"] = "b",  
+
    description = "A book of Hexes, describing spells to confound and weaken.",
     ["name"] = "Yara's Violent Unravelling",  
+
     name = "book of Maledictions",
     ["image"] = "[[File:yara's violent unravelling.png]]",  
+
     rarity = 2,
    ["level"] = "5",  
+
    spells = {
    ["schools"] = "[[Hexes]]/[[Transmutations|Transmutation]]",  
+
      "Corona",
 +
      "Ensorcelled Hibernation",
 +
      "Confuse",
 +
      "Tukima's Dance",
 +
      "Dazzling Spray"
 +
    },
 +
    value = 250
 
   },
 
   },
   {
+
   ["book of Minor Magic"] = {
    ["letter"] = "c",  
+
    description = "A spellbook containing a variety of simple but useful magical incantations. Many prominent spellcasters used this book to begin their arcane studies.",
     ["name"] = "Silence",  
+
     name = "book of Minor Magic",
    ["image"] = "[[File:silence.png]]",  
+
    rarity = 1,
    ["level"] = "5",  
+
    spells = {
    ["schools"] = "[[Hexes]]/[[Air Magic|Air]]",  
+
      "Magic Dart",
 +
      "Blink",
 +
      "Call Imp",
 +
      "Repel Missiles",
 +
      "Slow",
 +
      "Conjure Flame",
 +
      "Mephitic Cloud"
 +
    },
 +
    value = 200
 
   },
 
   },
   {
+
   ["book of Misfortune"] = {
    ["letter"] = "d",  
+
    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"] = "Deflect Missiles",  
+
     name = "book of Misfortune",
     ["image"] = "[[File:deflect missiles.png]]",  
+
     rarity = 1,
    ["level"] = "6",  
+
    spells = {
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]",  
+
      "Confusing Touch",
 +
      "Confuse",
 +
      "Gell's Gravitas",
 +
      "Petrify",
 +
      "Metabolic Englaciation",
 +
      "Yara's Violent Unravelling"
 +
    },
 +
    value = 200
 
   },
 
   },
   {
+
   ["book of Necromancy"] = {
    ["letter"] = "e",  
+
    description = "A macabre book containing basic Necromancy spells.",
     ["name"] = "Haste",  
+
     name = "book of Necromancy",
     ["image"] = "[[File:haste.png]]",  
+
     rarity = 3,
    ["level"] = "6",  
+
    spells = {
    ["schools"] = "[[Charms]]",  
+
      "Pain",
 +
      "Animate Skeleton",
 +
      "Vampiric Draining",
 +
      "Regeneration",
 +
      "Animate Dead",
 +
      "Control Undead"
 +
    },
 +
    value = 300
 
   },
 
   },
   {
+
   ["book of Party Tricks"] = {
    ["letter"] = "f",  
+
    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"] = "Discord",  
+
     name = "book of Party Tricks",
     ["image"] = "[[File:discord.png]]",  
+
     rarity = 7,
    ["level"] = "8",  
+
    spells = {
    ["schools"] = "[[Hexes]]",  
+
      "Summon Butterflies",
 +
      "Apportation",
 +
      "Lesser Beckoning",
 +
      "Tukima's Dance",
 +
      "Alistair's Intoxication",
 +
      "Invisibility"
 +
    },
 +
    value = 500
 
   },
 
   },
}
+
  ["book of Power"] = {
m["Book of Envenomations"] = {
+
     description = "A book of powerful magic spells, crackling and shuddering with barely-contained energies.",
  {
+
    name = "book of Power",
     ["letter"] = "a",  
+
     rarity = 6,
     ["name"] = "Spider Form",  
+
    spells = {
    ["image"] = "[[File:spider form.png]]",  
+
      "Fulminant Prism",
    ["level"] = "3",  
+
      "Iskenderun's Mystic Blast",
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",  
+
      "Venom Bolt",
 +
      "Bolt of Magma",
 +
      "Iron Shot",
 +
      "Orb of Destruction",
 +
      "Spellforged Servitor"
 +
    },
 +
    value = 450
 
   },
 
   },
   {
+
   ["book of Spatial Translocations"] = {
    ["letter"] = "b",  
+
    description = "A basic spellbook on the magical field of Translocations.",
     ["name"] = "Olgreb's Toxic Radiance",  
+
     name = "book of Spatial Translocations",
     ["image"] = "[[File:olgreb's toxic radiance.png]]",  
+
     rarity = 10,
    ["level"] = "4",  
+
    spells = {
    ["schools"] = "[[Poison Magic|Poison]]",  
+
      "Blink",
 +
      "Shroud of Golubria",
 +
      "Lesser Beckoning",
 +
      "Portal Projectile",
 +
      "Teleport Other",
 +
      "Passage of Golubria"
 +
    },
 +
    value = 650
 
   },
 
   },
   {
+
   ["book of Summonings"] = {
    ["letter"] = "c",  
+
    description = "An advanced treatise on Summoning magics, detailing ways of summoning and binding creatures from all manners of realms.",
     ["name"] = "Alistair's Intoxication",  
+
     name = "book of Summonings",
     ["image"] = "[[File:alistair's intoxication.png]]",  
+
     rarity = 11,
    ["level"] = "5",  
+
    spells = {
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",  
+
      "Recall",
 +
      "Aura of Abjuration",
 +
      "Summon Demon",
 +
      "Summon Forest",
 +
      "Summon Mana Viper",
 +
      "Shadow Creatures"
 +
    },
 +
    value = 700
 
   },
 
   },
   {
+
   ["book of the Dragon"] = {
    ["letter"] = "d",  
+
    description = "A magical book of spells which allow some command over dragons and their aspects.",
     ["name"] = "Poisonous Cloud",  
+
     name = "book of the Dragon",
     ["image"] = "[[File:poisonous cloud.png]]",  
+
     rarity = 15,
    ["level"] = "6",  
+
    spells = {
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]",  
+
      "Flame Tongue",
 +
      "Cause Fear",
 +
      "Bolt of Fire",
 +
      "Dragon Form",
 +
      "Dragon's Call"
 +
    },
 +
    value = 900
 
   },
 
   },
}
+
  ["book of the Earth"] = {
m["Book of Fire"] = {
+
     description = "A textbook of advanced Earth magic.",
  {
+
     name = "book of the Earth",
     ["letter"] = "a",  
+
     rarity = 10,
     ["name"] = "Ignite Poison",  
+
    spells = {
     ["image"] = "[[File:ignite poison.png]]",  
+
      "Leda's Liquefaction",
    ["level"] = "3",  
+
      "Bolt of Magma",
    ["schools"] = "[[Fire Magic|Fire]]/[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",  
+
      "Statue Form",
 +
      "Iron Shot",
 +
      "Shatter"
 +
    },
 +
    value = 650
 
   },
 
   },
   {
+
   ["book of the Sky"] = {
    ["letter"] = "b",  
+
    description = "A magical book containing powerful elemental spells of Air.",
     ["name"] = "Fireball",  
+
     name = "book of the Sky",
     ["image"] = "[[File:fireball.png]]",  
+
     rarity = 10,
    ["level"] = "5",  
+
    spells = {
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",  
+
      "Summon Lightning Spire",
 +
      "Airstrike",
 +
      "Silence",
 +
      "Deflect Missiles",
 +
      "Conjure Ball Lightning",
 +
      "Tornado"
 +
    },
 +
    value = 650
 
   },
 
   },
   {
+
   ["book of the Tempests"] = {
    ["letter"] = "c",  
+
    description = "A book containing magic spells which command some of the most destructive forces of nature.",
     ["name"] = "Bolt of Fire",  
+
     name = "book of the Tempests",
     ["image"] = "[[File:bolt of fire.png]]",  
+
     rarity = 11,
    ["level"] = "6",  
+
    spells = {
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",  
+
      "Static Discharge",
 +
      "Lightning Bolt",
 +
      "Fireball",
 +
      "Tornado",
 +
      "Shatter"
 +
    },
 +
    value = 700
 
   },
 
   },
   {
+
   ["book of the Warp"] = {
    ["letter"] = "d",  
+
    description = "A book of advanced Translocations spells.",
     ["name"] = "Delayed Fireball",  
+
     name = "book of the Warp",
     ["image"] = "[[File:delayed fireball.png]]",  
+
     rarity = 15,
    ["level"] = "7",  
+
    spells = {
    ["schools"] = "[[Fire Magic|Fire]]/[[Conjurations|Conjuration]]",  
+
      "Gell's Gravitas",
 +
      "Portal Projectile",
 +
      "Force Lance",
 +
      "Dispersal",
 +
      "Controlled Blink",
 +
      "Disjunction"
 +
    },
 +
    value = 900
 
   },
 
   },
   {
+
   ["book of Transfigurations"] = {
    ["letter"] = "e",
+
     description = "An advanced book of Transmutations spells.",
    ["name"] = "Ring of Flames",
+
     name = "book of Transfigurations",
    ["image"] = "[[File:ring of flames.png]]",
+
     rarity = 8,
    ["level"] = "7",
+
     spells = {
    ["schools"] = "[[Charms]]/[[Fire Magic|Fire]]",
+
      "Irradiate",
  },
+
      "Statue Form",
}
+
      "Hydra Form",
m["Book of Flames"] = {
+
      "Dragon Form"
  {
+
     },
    ["letter"] = "a",
+
     value = 550
    ["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]]",
 
  },
 
}
 
m["Book of Geomancy"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Sandblast",
 
    ["image"] = "[[File:sandblast.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Passwall",
 
    ["image"] = "[[File:passwall.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Stone Arrow",
 
    ["image"] = "[[File:stone arrow.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
     ["letter"] = "d",
 
    ["name"] = "Petrify",
 
    ["image"] = "[[File:petrify.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Lee's Rapid Deconstruction",
 
    ["image"] = "[[File:lee's rapid deconstruction.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Earth Magic|Earth]]",
 
  },
 
}
 
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 Misfortune"] = {
 
  {
 
    ["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"] = "[[Translocations|Translocation]]/[[Hexes]]",
 
  },
 
  {
 
    ["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]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Yara's Violent Unravelling",
 
    ["image"] = "[[File:yara's violent unravelling.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Hexes]]/[[Transmutations|Transmutation]]",
 
  },
 
}
 
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"] = "5",
 
    ["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"] = "Summon Demon",
 
    ["image"] = "[[File:summon demon.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Summon Forest",
 
    ["image"] = "[[File:summon forest.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Summon Mana Viper",
 
    ["image"] = "[[File:summon mana viper.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Shadow Creatures",
 
    ["image"] = "[[File:shadow creatures.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
}
 
m["Book of Transfigurations"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Irradiate",  
 
    ["image"] = "[[File:irradiate.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Statue Form",  
 
    ["image"] = "[[File:statue form.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Hydra Form",  
 
    ["image"] = "[[File:hydra form.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["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 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]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Silence",
 
    ["image"] = "[[File:silence.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Hexes]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Deflect Missiles",
 
    ["image"] = "[[File:deflect missiles.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Conjure Ball Lightning",
 
    ["image"] = "[[File:conjure ball lightning.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Air Magic|Air]]/[[Conjurations|Conjuration]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Tornado",
 
    ["image"] = "[[File:tornado.png]]",
 
    ["level"] = "9",
 
    ["schools"] = "[[Air Magic|Air]]",
 
  },
 
}
 
m["Book of the Tempests"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Static Discharge",
 
    ["image"] = "[[File:static discharge.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Lightning Bolt",
 
    ["image"] = "[[File:lightning bolt.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Fireball",
 
    ["image"] = "[[File:fireball.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Tornado",
 
    ["image"] = "[[File:tornado.png]]",
 
    ["level"] = "9",
 
    ["schools"] = "[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Shatter",
 
    ["image"] = "[[File:shatter.png]]",
 
    ["level"] = "9",
 
    ["schools"] = "[[Earth Magic|Earth]]",
 
  },
 
}
 
m["Book of the Warp"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Recall",
 
    ["image"] = "[[File:recall.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Gell's Gravitas",
 
    ["image"] = "[[File:gell's gravitas.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Translocations|Translocation]]/[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Force Lance",
 
    ["image"] = "[[File:force lance.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Warp Weapon",
 
    ["image"] = "[[File:warp weapon.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Charms]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Summon Forest",
 
    ["image"] = "[[File:summon forest.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
 
  },
 
}
 
m["Fen Folio"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Corpse Rot",
 
    ["image"] = "[[File:corpse rot.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Stone Arrow",
 
    ["image"] = "[[File:stone arrow.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Leda's Liquefaction",
 
    ["image"] = "[[File:leda's liquefaction.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Earth Magic|Earth]]/[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Summon Forest",
 
    ["image"] = "[[File:summon forest.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Hydra Form",
 
    ["image"] = "[[File:hydra form.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Summon Hydra",
 
    ["image"] = "[[File:summon hydra.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
}
 
m["Grand Grimoire"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Monstrous Menagerie",
 
    ["image"] = "[[File:monstrous menagerie.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Summon Greater Demon",
 
    ["image"] = "[[File:summon greater demon.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Malign Gateway",
 
    ["image"] = "[[File:malign gateway.png]]",
 
     ["level"] = "7",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
     ["letter"] = "d",
 
    ["name"] = "Summon Horrible Things",
 
    ["image"] = "[[File:summon horrible things.png]]",
 
    ["level"] = "8",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
}
 
m["Necronomicon"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Haunt",
 
    ["image"] = "[[File:haunt.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Borgnjor's Revivification",
 
    ["image"] = "[[File:borgnjor's revivification.png]]",
 
    ["level"] = "8",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Death's Door",
 
    ["image"] = "[[File:death's door.png]]",
 
    ["level"] = "8",
 
    ["schools"] = "[[Charms]]/[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Necromutation",
 
    ["image"] = "[[File:necromutation.png]]",
 
    ["level"] = "8",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Necromancy]]",
 
  },
 
}
 
m["Young Poisoner's Handbook"] = {
 
  {
 
    ["letter"] = "a",
 
    ["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",
 +
      "Control Undead",
 +
      "Cigotuvi's Embrace",
 +
      "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",
 +
      "Mephitic Cloud",
 +
      "Olgreb's Toxic Radiance",
 +
      "Alistair's Intoxication",
 +
      "Venom Bolt"
 +
    },
 +
    value = 400
 +
  }
 
}
 
}
return m
 

Revision as of 12:21, 3 November 2016

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 (0.19.0-2-gae57169)
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",
      "Repel Missiles",
      "Static Discharge",
      "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 = {
      "Mephitic Cloud",
      "Conjure Flame",
      "Poisonous Cloud",
      "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",
      "Fulminant Prism",
      "Iskenderun's Mystic Blast",
      "Iskenderun's Battlesphere"
    },
    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",
      "Gell's Gravitas",
      "Inner Flame",
      "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",
      "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",
      "Delayed Fireball",
      "Ring of Flames"
    },
    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",
      "Repel Missiles",
      "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",
      "Control Undead"
    },
    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 = {
      "Fulminant Prism",
      "Iskenderun's Mystic Blast",
      "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",
      "Portal Projectile",
      "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",
      "Fireball",
      "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",
      "Control Undead",
      "Cigotuvi's Embrace",
      "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",
      "Mephitic Cloud",
      "Olgreb's Toxic Radiance",
      "Alistair's Intoxication",
      "Venom Bolt"
    },
    value = 400
  }
}