Module:Table of spellbooks

From CrawlWiki
Revision as of 20:19, 5 September 2013 by CommanderC (talk | contribs)
Jump to: navigation, search

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 spellbooks (0.12)
 ]=]--

local m = {}
m["Book of Air"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Shock", 
    ["image"] = "[[File:{{lc:Shock.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Swiftness", 
    ["image"] = "[[File:{{lc:Swiftness.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Repel Missiles", 
    ["image"] = "[[File:{{lc:Repel Missiles.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Flight", 
    ["image"] = "[[File:{{lc:Flight.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Static Discharge", 
    ["image"] = "[[File:{{lc:Static Discharge.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Lightning Bolt", 
    ["image"] = "[[File:{{lc:Lightning Bolt.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]", 
  },
}
m["Book of Alchemy"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Lethal Infusion", 
    ["image"] = "[[File:{{lc:Lethal Infusion.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Charms]]/[[Necromancy]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Sublimation of Blood", 
    ["image"] = "[[File:{{lc:Sublimation of Blood.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Condensation Shield", 
    ["image"] = "[[File:{{lc:Condensation Shield.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Ice Magic|Ice]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Alistair's Intoxication", 
    ["image"] = "[[File:{{lc:Alistair's Intoxication.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Petrify", 
    ["image"] = "[[File:{{lc:Petrify.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Ignite Poison", 
    ["image"] = "[[File:{{lc:Ignite Poison.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Fire Magic|Fire]]/[[Transmutations|Transmutation]]", 
  },
}
m["Book of Annihilations"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Poison Arrow", 
    ["image"] = "[[File:{{lc:Poison Arrow.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Orb of Destruction", 
    ["image"] = "[[File:{{lc:Orb of Destruction.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Conjurations|Conjuration]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Chain Lightning", 
    ["image"] = "[[File:{{lc:Chain Lightning.png}}]]", 
    ["level"] = "8", 
    ["schools"] = "[[Air Magic|Air]]/[[Conjurations|Conjuration]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Lehudib's Crystal Spear", 
    ["image"] = "[[File:{{lc:Lehudib's Crystal Spear.png}}]]", 
    ["level"] = "8", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Earth Magic|Earth]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Ice Storm", 
    ["image"] = "[[File:{{lc:Ice Storm.png}}]]", 
    ["level"] = "9", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Fire Storm", 
    ["image"] = "[[File:{{lc:Fire Storm.png}}]]", 
    ["level"] = "9", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]", 
  },
}
m["Book of Beasts"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Summon Butterflies", 
    ["image"] = "[[File:{{lc:Summon Butterflies.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Sticks to Snakes", 
    ["image"] = "[[File:{{lc:Sticks to Snakes.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Transmutations|Transmutation]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Call Canine Familiar", 
    ["image"] = "[[File:{{lc:Call Canine Familiar.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Ice Form", 
    ["image"] = "[[File:{{lc:Ice Form.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Ice Magic|Ice]]/[[Transmutations|Transmutation]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Summon Ice Beast", 
    ["image"] = "[[File:{{lc:Summon Ice Beast.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Ice Magic|Ice]]/[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Summon Hydra", 
    ["image"] = "[[File:{{lc:Summon Hydra.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
}
m["Book of Burglary"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Apportation", 
    ["image"] = "[[File:{{lc:Apportation.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Swiftness", 
    ["image"] = "[[File:{{lc:Swiftness.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Passwall", 
    ["image"] = "[[File:{{lc:Passwall.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Passage of Golubria", 
    ["image"] = "[[File:{{lc:Passage of Golubria.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Lee's Rapid Deconstruction", 
    ["image"] = "[[File:{{lc:Lee's Rapid Deconstruction.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Earth Magic|Earth]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Darkness", 
    ["image"] = "[[File:{{lc:Darkness.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Hexes]]", 
  },
}
m["Book of Callings"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Summon Small Mammals", 
    ["image"] = "[[File:{{lc:Summon Small Mammals.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Call Imp", 
    ["image"] = "[[File:{{lc:Call Imp.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Call Canine Familiar", 
    ["image"] = "[[File:{{lc:Call Canine Familiar.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Summon Scorpions", 
    ["image"] = "[[File:{{lc:Summon Scorpions.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Summonings|Summoning]]/[[Poison Magic|Poison]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Summon Ice Beast", 
    ["image"] = "[[File:{{lc:Summon Ice Beast.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Ice Magic|Ice]]/[[Summonings|Summoning]]", 
  },
}
m["Book of Cantrips"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Confusing Touch", 
    ["image"] = "[[File:{{lc:Confusing Touch.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Animate Skeleton", 
    ["image"] = "[[File:{{lc:Animate Skeleton.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Summon Small Mammals", 
    ["image"] = "[[File:{{lc:Summon Small Mammals.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Apportation", 
    ["image"] = "[[File:{{lc:Apportation.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Translocations|Translocation]]", 
  },
}
m["Book of Changes"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Beastly Appendage", 
    ["image"] = "[[File:{{lc:Beastly Appendage.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Transmutations|Transmutation]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Sticks to Snakes", 
    ["image"] = "[[File:{{lc:Sticks to Snakes.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Transmutations|Transmutation]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Spider Form", 
    ["image"] = "[[File:{{lc:Spider Form.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Ice Form", 
    ["image"] = "[[File:{{lc:Ice Form.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Ice Magic|Ice]]/[[Transmutations|Transmutation]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Blade Hands", 
    ["image"] = "[[File:{{lc:Blade Hands.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Transmutations|Transmutation]]", 
  },
}
m["Book of Clouds"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Mephitic Cloud", 
    ["image"] = "[[File:{{lc:Mephitic Cloud.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Conjure Flame", 
    ["image"] = "[[File:{{lc:Conjure Flame.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Poisonous Cloud", 
    ["image"] = "[[File:{{lc:Poisonous Cloud.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Freezing Cloud", 
    ["image"] = "[[File:{{lc:Freezing Cloud.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Ring of Flames", 
    ["image"] = "[[File:{{lc:Ring of Flames.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Charms]]/[[Fire Magic|Fire]]", 
  },
}
m["Book of Conjurations"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Magic Dart", 
    ["image"] = "[[File:{{lc:Magic Dart.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Conjurations|Conjuration]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Force Lance", 
    ["image"] = "[[File:{{lc:Force Lance.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Conjurations|Conjuration]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Dazzling Spray", 
    ["image"] = "[[File:{{lc:Dazzling Spray.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Hexes]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Iskenderun's Mystic Blast", 
    ["image"] = "[[File:{{lc:Iskenderun's Mystic Blast.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Conjurations|Conjuration]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Iskenderun's Battlesphere", 
    ["image"] = "[[File:{{lc:Iskenderun's Battlesphere.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Charms]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Fulminant Prism", 
    ["image"] = "[[File:{{lc:Fulminant Prism.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Hexes]]", 
  },
}
m["Book of Control"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Control Teleport", 
    ["image"] = "[[File:{{lc:Control Teleport.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Charms]]/[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Control Undead", 
    ["image"] = "[[File:{{lc:Control Undead.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Enslavement", 
    ["image"] = "[[File:{{lc:Enslavement.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Mass Confusion", 
    ["image"] = "[[File:{{lc:Mass Confusion.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Metabolic Englaciation", 
    ["image"] = "[[File:{{lc:Metabolic Englaciation.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]", 
  },
}
m["Book of Death"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Corpse Rot", 
    ["image"] = "[[File:{{lc:Corpse Rot.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Sublimation of Blood", 
    ["image"] = "[[File:{{lc:Sublimation of Blood.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Agony", 
    ["image"] = "[[File:{{lc:Agony.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Dispel Undead", 
    ["image"] = "[[File:{{lc:Dispel Undead.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Excruciating Wounds", 
    ["image"] = "[[File:{{lc:Excruciating Wounds.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Charms]]/[[Necromancy]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Bolt of Draining", 
    ["image"] = "[[File:{{lc:Bolt of Draining.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Necromancy]]", 
  },
}
m["Book of Debilitation"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Corona", 
    ["image"] = "[[File:{{lc:Corona.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Slow", 
    ["image"] = "[[File:{{lc:Slow.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Inner Flame", 
    ["image"] = "[[File:{{lc:Inner Flame.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Hexes]]/[[Fire Magic|Fire]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Enslavement", 
    ["image"] = "[[File:{{lc:Enslavement.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Cause Fear", 
    ["image"] = "[[File:{{lc:Cause Fear.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Leda's Liquefaction", 
    ["image"] = "[[File:{{lc:Leda's Liquefaction.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Earth Magic|Earth]]/[[Hexes]]", 
  },
}
m["Book of Dreams"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Ensorcelled Hibernation", 
    ["image"] = "[[File:{{lc:Ensorcelled Hibernation.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Flight", 
    ["image"] = "[[File:{{lc:Flight.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Phase Shift", 
    ["image"] = "[[File:{{lc:Phase Shift.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Shadow Creatures", 
    ["image"] = "[[File:{{lc:Shadow Creatures.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Mass Confusion", 
    ["image"] = "[[File:{{lc:Mass Confusion.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Darkness", 
    ["image"] = "[[File:{{lc:Darkness.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Hexes]]", 
  },
}
m["Book of Earth"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Dig", 
    ["image"] = "[[File:{{lc:Dig.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Earth Magic|Earth]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Leda's Liquefaction", 
    ["image"] = "[[File:{{lc:Leda's Liquefaction.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Earth Magic|Earth]]/[[Hexes]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Bolt of Magma", 
    ["image"] = "[[File:{{lc:Bolt of Magma.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]/[[Earth Magic|Earth]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Statue Form", 
    ["image"] = "[[File:{{lc:Statue Form.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Iron Shot", 
    ["image"] = "[[File:{{lc:Iron Shot.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Earth Magic|Earth]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Shatter", 
    ["image"] = "[[File:{{lc:Shatter.png}}]]", 
    ["level"] = "9", 
    ["schools"] = "[[Earth Magic|Earth]]", 
  },
}
m["Book of Enchantments"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Cause Fear", 
    ["image"] = "[[File:{{lc:Cause Fear.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Silence", 
    ["image"] = "[[File:{{lc:Silence.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Hexes]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Tukima's Dance", 
    ["image"] = "[[File:{{lc:Tukima's Dance.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Deflect Missiles", 
    ["image"] = "[[File:{{lc:Deflect Missiles.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Haste", 
    ["image"] = "[[File:{{lc:Haste.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Charms]]", 
  },
}
m["Book of Envenomations"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Spider Form", 
    ["image"] = "[[File:{{lc:Spider Form.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Poison Weapon", 
    ["image"] = "[[File:{{lc:Poison Weapon.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Charms]]/[[Poison Magic|Poison]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Summon Scorpions", 
    ["image"] = "[[File:{{lc:Summon Scorpions.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Summonings|Summoning]]/[[Poison Magic|Poison]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Olgreb's Toxic Radiance", 
    ["image"] = "[[File:{{lc:Olgreb's Toxic Radiance.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Poison Magic|Poison]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Poisonous Cloud", 
    ["image"] = "[[File:{{lc:Poisonous Cloud.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]", 
  },
}
m["Book of Fire"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Fire Brand", 
    ["image"] = "[[File:{{lc:Fire Brand.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Charms]]/[[Fire Magic|Fire]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Ignite Poison", 
    ["image"] = "[[File:{{lc:Ignite Poison.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Fire Magic|Fire]]/[[Transmutations|Transmutation]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Fireball", 
    ["image"] = "[[File:{{lc:Fireball.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Bolt of Fire", 
    ["image"] = "[[File:{{lc:Bolt of Fire.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Delayed Fireball", 
    ["image"] = "[[File:{{lc:Delayed Fireball.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Fire Magic|Fire]]/[[Conjurations|Conjuration]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Ring of Flames", 
    ["image"] = "[[File:{{lc:Ring of Flames.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Charms]]/[[Fire Magic|Fire]]", 
  },
  {
    ["letter"] = "g", 
    ["name"] = "Dragon Form", 
    ["image"] = "[[File:{{lc:Dragon Form.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Fire Magic|Fire]]/[[Transmutations|Transmutation]]", 
  },
}
m["Book of Flames"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Flame Tongue", 
    ["image"] = "[[File:{{lc:Flame Tongue.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Throw Flame", 
    ["image"] = "[[File:{{lc:Throw Flame.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Conjure Flame", 
    ["image"] = "[[File:{{lc:Conjure Flame.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Inner Flame", 
    ["image"] = "[[File:{{lc:Inner Flame.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Hexes]]/[[Fire Magic|Fire]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Sticky Flame", 
    ["image"] = "[[File:{{lc:Sticky Flame.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Fireball", 
    ["image"] = "[[File:{{lc:Fireball.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]", 
  },
}
m["Book of Frost"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Freeze", 
    ["image"] = "[[File:{{lc:Freeze.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Ice Magic|Ice]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Throw Frost", 
    ["image"] = "[[File:{{lc:Throw Frost.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Ozocubu's Armour", 
    ["image"] = "[[File:{{lc:Ozocubu's Armour.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Charms]]/[[Ice Magic|Ice]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Throw Icicle", 
    ["image"] = "[[File:{{lc:Throw Icicle.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Summon Ice Beast", 
    ["image"] = "[[File:{{lc:Summon Ice Beast.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Ice Magic|Ice]]/[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Condensation Shield", 
    ["image"] = "[[File:{{lc:Condensation Shield.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Ice Magic|Ice]]", 
  },
}
m["Book of Geomancy"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Sandblast", 
    ["image"] = "[[File:{{lc:Sandblast.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Earth Magic|Earth]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Stoneskin", 
    ["image"] = "[[File:{{lc:Stoneskin.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Earth Magic|Earth]]/[[Transmutations|Transmutation]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Passwall", 
    ["image"] = "[[File:{{lc:Passwall.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Stone Arrow", 
    ["image"] = "[[File:{{lc:Stone Arrow.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Earth Magic|Earth]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Petrify", 
    ["image"] = "[[File:{{lc:Petrify.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Lee's Rapid Deconstruction", 
    ["image"] = "[[File:{{lc:Lee's Rapid Deconstruction.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Earth Magic|Earth]]", 
  },
}
m["Book of Hinderance"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Confusing Touch", 
    ["image"] = "[[File:{{lc:Confusing Touch.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Slow", 
    ["image"] = "[[File:{{lc:Slow.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Confuse", 
    ["image"] = "[[File:{{lc:Confuse.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Petrify", 
    ["image"] = "[[File:{{lc:Petrify.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Leda's Liquefaction", 
    ["image"] = "[[File:{{lc:Leda's Liquefaction.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Earth Magic|Earth]]/[[Hexes]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Metabolic Englaciation", 
    ["image"] = "[[File:{{lc:Metabolic Englaciation.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]", 
  },
}
m["Book of Ice"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Freezing Aura", 
    ["image"] = "[[File:{{lc:Freezing Aura.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Charms]]/[[Ice Magic|Ice]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Ensorcelled Hibernation", 
    ["image"] = "[[File:{{lc:Ensorcelled Hibernation.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Ozocubu's Refrigeration", 
    ["image"] = "[[File:{{lc:Ozocubu's Refrigeration.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Ice Magic|Ice]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Bolt of Cold", 
    ["image"] = "[[File:{{lc:Bolt of Cold.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Freezing Cloud", 
    ["image"] = "[[File:{{lc:Freezing Cloud.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Metabolic Englaciation", 
    ["image"] = "[[File:{{lc:Metabolic Englaciation.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]", 
  },
  {
    ["letter"] = "g", 
    ["name"] = "Simulacrum", 
    ["image"] = "[[File:{{lc:Simulacrum.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Ice Magic|Ice]]/[[Necromancy]]", 
  },
}
m["Book of Maledictions"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Corona", 
    ["image"] = "[[File:{{lc:Corona.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Sure Blade", 
    ["image"] = "[[File:{{lc:Sure Blade.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Hexes]]/[[Charms]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Ensorcelled Hibernation", 
    ["image"] = "[[File:{{lc:Ensorcelled Hibernation.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Confuse", 
    ["image"] = "[[File:{{lc:Confuse.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Enslavement", 
    ["image"] = "[[File:{{lc:Enslavement.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Invisibility", 
    ["image"] = "[[File:{{lc:Invisibility.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Hexes]]", 
  },
}
m["Book of Minor Magic"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Magic Dart", 
    ["image"] = "[[File:{{lc:Magic Dart.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Conjurations|Conjuration]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Blink", 
    ["image"] = "[[File:{{lc:Blink.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Call Imp", 
    ["image"] = "[[File:{{lc:Call Imp.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Repel Missiles", 
    ["image"] = "[[File:{{lc:Repel Missiles.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Slow", 
    ["image"] = "[[File:{{lc:Slow.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Conjure Flame", 
    ["image"] = "[[File:{{lc:Conjure Flame.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]", 
  },
  {
    ["letter"] = "g", 
    ["name"] = "Mephitic Cloud", 
    ["image"] = "[[File:{{lc:Mephitic Cloud.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]", 
  },
}
m["Book of Necromancy"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Pain", 
    ["image"] = "[[File:{{lc:Pain.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Animate Skeleton", 
    ["image"] = "[[File:{{lc:Animate Skeleton.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Lethal Infusion", 
    ["image"] = "[[File:{{lc:Lethal Infusion.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Charms]]/[[Necromancy]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Vampiric Draining", 
    ["image"] = "[[File:{{lc:Vampiric Draining.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Regeneration", 
    ["image"] = "[[File:{{lc:Regeneration.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Charms]]/[[Necromancy]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Animate Dead", 
    ["image"] = "[[File:{{lc:Animate Dead.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "g", 
    ["name"] = "Control Undead", 
    ["image"] = "[[File:{{lc:Control Undead.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Necromancy]]", 
  },
}
m["Book of Party Tricks"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Summon Butterflies", 
    ["image"] = "[[File:{{lc:Summon Butterflies.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Apportation", 
    ["image"] = "[[File:{{lc:Apportation.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Blink", 
    ["image"] = "[[File:{{lc:Blink.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Alistair's Intoxication", 
    ["image"] = "[[File:{{lc:Alistair's Intoxication.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Tukima's Dance", 
    ["image"] = "[[File:{{lc:Tukima's Dance.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Hexes]]", 
  },
}
m["Book of Power"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Iskenderun's Mystic Blast", 
    ["image"] = "[[File:{{lc:Iskenderun's Mystic Blast.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Conjurations|Conjuration]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Venom Bolt", 
    ["image"] = "[[File:{{lc:Venom Bolt.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Bolt of Magma", 
    ["image"] = "[[File:{{lc:Bolt of Magma.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]/[[Earth Magic|Earth]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Poisonous Cloud", 
    ["image"] = "[[File:{{lc:Poisonous Cloud.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Iron Shot", 
    ["image"] = "[[File:{{lc:Iron Shot.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Earth Magic|Earth]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Orb of Destruction", 
    ["image"] = "[[File:{{lc:Orb of Destruction.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Conjurations|Conjuration]]", 
  },
}
m["Book of Spatial Translocations"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Apportation", 
    ["image"] = "[[File:{{lc:Apportation.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Portal Projectile", 
    ["image"] = "[[File:{{lc:Portal Projectile.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Blink", 
    ["image"] = "[[File:{{lc:Blink.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Shroud of Golubria", 
    ["image"] = "[[File:{{lc:Shroud of Golubria.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Charms]]/[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Teleport Other", 
    ["image"] = "[[File:{{lc:Teleport Other.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Passage of Golubria", 
    ["image"] = "[[File:{{lc:Passage of Golubria.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Translocations|Translocation]]", 
  },
}
m["Book of Summonings"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Abjuration", 
    ["image"] = "[[File:{{lc:Abjuration.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Recall", 
    ["image"] = "[[File:{{lc:Recall.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Summon Elemental", 
    ["image"] = "[[File:{{lc:Summon Elemental.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Shadow Creatures", 
    ["image"] = "[[File:{{lc:Shadow Creatures.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Summon Demon", 
    ["image"] = "[[File:{{lc:Summon Demon.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Summon Ugly Thing", 
    ["image"] = "[[File:{{lc:Summon Ugly Thing.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
}
m["Book of Transfigurations"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Stoneskin", 
    ["image"] = "[[File:{{lc:Stoneskin.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Earth Magic|Earth]]/[[Transmutations|Transmutation]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Polymorph", 
    ["image"] = "[[File:{{lc:Polymorph.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Hexes]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Ice Form", 
    ["image"] = "[[File:{{lc:Ice Form.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Ice Magic|Ice]]/[[Transmutations|Transmutation]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Statue Form", 
    ["image"] = "[[File:{{lc:Statue Form.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Dragon Form", 
    ["image"] = "[[File:{{lc:Dragon Form.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Fire Magic|Fire]]/[[Transmutations|Transmutation]]", 
  },
}
m["Book of Unlife"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Recall", 
    ["image"] = "[[File:{{lc:Recall.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Animate Dead", 
    ["image"] = "[[File:{{lc:Animate Dead.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Control Undead", 
    ["image"] = "[[File:{{lc:Control Undead.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Twisted Resurrection", 
    ["image"] = "[[File:{{lc:Twisted Resurrection.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Death Channel", 
    ["image"] = "[[File:{{lc:Death Channel.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Simulacrum", 
    ["image"] = "[[File:{{lc:Simulacrum.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Ice Magic|Ice]]/[[Necromancy]]", 
  },
}
m["Book of War Chants"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Fire Brand", 
    ["image"] = "[[File:{{lc:Fire Brand.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Charms]]/[[Fire Magic|Fire]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Freezing Aura", 
    ["image"] = "[[File:{{lc:Freezing Aura.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Charms]]/[[Ice Magic|Ice]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Shroud of Golubria", 
    ["image"] = "[[File:{{lc:Shroud of Golubria.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Charms]]/[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Repel Missiles", 
    ["image"] = "[[File:{{lc:Repel Missiles.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Poison Weapon", 
    ["image"] = "[[File:{{lc:Poison Weapon.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Charms]]/[[Poison Magic|Poison]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Regeneration", 
    ["image"] = "[[File:{{lc:Regeneration.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Charms]]/[[Necromancy]]", 
  },
}
m["Book of Wizardry"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Summon Elemental", 
    ["image"] = "[[File:{{lc:Summon Elemental.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Agony", 
    ["image"] = "[[File:{{lc:Agony.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Lightning Bolt", 
    ["image"] = "[[File:{{lc:Lightning Bolt.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Fireball", 
    ["image"] = "[[File:{{lc:Fireball.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Haste", 
    ["image"] = "[[File:{{lc:Haste.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Charms]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Invisibility", 
    ["image"] = "[[File:{{lc:Invisibility.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Hexes]]", 
  },
}
m["Book of the Dragon"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Flight", 
    ["image"] = "[[File:{{lc:Flight.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Cause Fear", 
    ["image"] = "[[File:{{lc:Cause Fear.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Hexes]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Bolt of Fire", 
    ["image"] = "[[File:{{lc:Bolt of Fire.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Dragon Form", 
    ["image"] = "[[File:{{lc:Dragon Form.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Fire Magic|Fire]]/[[Transmutations|Transmutation]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Summon Dragon", 
    ["image"] = "[[File:{{lc:Summon Dragon.png}}]]", 
    ["level"] = "9", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
}
m["Book of the Sky"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Flight", 
    ["image"] = "[[File:{{lc:Flight.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Airstrike", 
    ["image"] = "[[File:{{lc:Airstrike.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Silence", 
    ["image"] = "[[File:{{lc:Silence.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Hexes]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Deflect Missiles", 
    ["image"] = "[[File:{{lc:Deflect Missiles.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Conjure Ball Lightning", 
    ["image"] = "[[File:{{lc:Conjure Ball Lightning.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Air Magic|Air]]/[[Conjurations|Conjuration]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Tornado", 
    ["image"] = "[[File:{{lc:Tornado.png}}]]", 
    ["level"] = "9", 
    ["schools"] = "[[Air Magic|Air]]", 
  },
}
m["Book of the Tempests"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Static Discharge", 
    ["image"] = "[[File:{{lc:Static Discharge.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Lightning Bolt", 
    ["image"] = "[[File:{{lc:Lightning Bolt.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Fireball", 
    ["image"] = "[[File:{{lc:Fireball.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Tornado", 
    ["image"] = "[[File:{{lc:Tornado.png}}]]", 
    ["level"] = "9", 
    ["schools"] = "[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Shatter", 
    ["image"] = "[[File:{{lc:Shatter.png}}]]", 
    ["level"] = "9", 
    ["schools"] = "[[Earth Magic|Earth]]", 
  },
}
m["Book of the Warp"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Recall", 
    ["image"] = "[[File:{{lc:Recall.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Control Teleport", 
    ["image"] = "[[File:{{lc:Control Teleport.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Charms]]/[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Phase Shift", 
    ["image"] = "[[File:{{lc:Phase Shift.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Warp Weapon", 
    ["image"] = "[[File:{{lc:Warp Weapon.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Charms]]/[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Dispersal", 
    ["image"] = "[[File:{{lc:Dispersal.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Controlled Blink", 
    ["image"] = "[[File:{{lc:Controlled Blink.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "g", 
    ["name"] = "Disjunction", 
    ["image"] = "[[File:{{lc:Disjunction.png}}]]", 
    ["level"] = "8", 
    ["schools"] = "[[Translocations|Translocation]]", 
  },
}
m["Grand Grimoire"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Demonic Horde", 
    ["image"] = "[[File:{{lc:Demonic Horde.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Mass Abjuration", 
    ["image"] = "[[File:{{lc:Mass Abjuration.png}}]]", 
    ["level"] = "6", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Haunt", 
    ["image"] = "[[File:{{lc:Haunt.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Summonings|Summoning]]/[[Necromancy]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Summon Greater Demon", 
    ["image"] = "[[File:{{lc:Summon Greater Demon.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Malign Gateway", 
    ["image"] = "[[File:{{lc:Malign Gateway.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]", 
  },
  {
    ["letter"] = "f", 
    ["name"] = "Summon Horrible Things", 
    ["image"] = "[[File:{{lc:Summon Horrible Things.png}}]]", 
    ["level"] = "8", 
    ["schools"] = "[[Summonings|Summoning]]", 
  },
}
m["Necronomicon"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Borgnjor's Revivification", 
    ["image"] = "[[File:{{lc:Borgnjor's Revivification.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Necromancy]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Haunt", 
    ["image"] = "[[File:{{lc:Haunt.png}}]]", 
    ["level"] = "7", 
    ["schools"] = "[[Summonings|Summoning]]/[[Necromancy]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Death's Door", 
    ["image"] = "[[File:{{lc:Death's Door.png}}]]", 
    ["level"] = "8", 
    ["schools"] = "[[Charms]]/[[Necromancy]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Necromutation", 
    ["image"] = "[[File:{{lc:Necromutation.png}}]]", 
    ["level"] = "8", 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Necromancy]]", 
  },
}
m["Young Poisoner's Handbook"] = {
  {
    ["letter"] = "a", 
    ["name"] = "Sting", 
    ["image"] = "[[File:{{lc:Sting.png}}]]", 
    ["level"] = "1", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]", 
  },
  {
    ["letter"] = "b", 
    ["name"] = "Cure Poison", 
    ["image"] = "[[File:{{lc:Cure Poison.png}}]]", 
    ["level"] = "2", 
    ["schools"] = "[[Poison Magic|Poison]]", 
  },
  {
    ["letter"] = "c", 
    ["name"] = "Mephitic Cloud", 
    ["image"] = "[[File:{{lc:Mephitic Cloud.png}}]]", 
    ["level"] = "3", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]", 
  },
  {
    ["letter"] = "d", 
    ["name"] = "Olgreb's Toxic Radiance", 
    ["image"] = "[[File:{{lc:Olgreb's Toxic Radiance.png}}]]", 
    ["level"] = "4", 
    ["schools"] = "[[Poison Magic|Poison]]", 
  },
  {
    ["letter"] = "e", 
    ["name"] = "Venom Bolt", 
    ["image"] = "[[File:{{lc:Venom Bolt.png}}]]", 
    ["level"] = "5", 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]", 
  },
}
return m