Difference between revisions of "Module:Table of spellbooks"

From CrawlWiki
Jump to: navigation, search
(New spellbooks, update values. Note for future updaters: the value of a book is simply 20*(sum of spell levels of spells in book + number of spells in book). See shopping.cc for more info.)
 
(72 intermediate revisions by 13 users not shown)
Line 1: Line 1:
--[=[
+
-- Table of spell books (originally generated in 0.29.1, now up-to-date for 0.31 except possibly descriptions)
    Table of spellbooks (0.14)
+
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["Book of Air"] = {
+
     spells = {
  {
+
      "Shock",
     ["letter"] = "a",  
+
      "Swiftness",
     ["name"] = "Shock",  
+
      "Airstrike"
     ["image"] = "[[File:shock.png]]",  
+
    },
    ["level"] = "1",  
+
     value = 220
     ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]",
 
 
   },
 
   },
   {
+
   ["book of Annihilations"] = {
    ["letter"] = "b",  
+
    description = "A tome of arcane fury, greatly sought after by sorcerers. It allows the gifted and resourceful to conjure destruction with ease.",
     ["name"] = "Swiftness",  
+
     name = "book of Annihilations",
     ["image"] = "[[File:swiftness.png]]",  
+
     spells = {
    ["level"] = "2",  
+
      "Chain Lightning",
     ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
+
      "Fire Storm",
 +
      "Shatter"
 +
    },
 +
     value = 600
 
   },
 
   },
   {
+
   ["book of Armaments"] = {
    ["letter"] = "c",  
+
    description = "A book describing various magical arms and armours. It was written in the midst of a particularly bloody civil war, and the text is made substantially less helpful by its author's frequent digressions describing the crimes committed by the other side.",
     ["name"] = "Repel Missiles",  
+
     name = "book of Armaments",
     ["image"] = "[[File:repel missiles.png]]",  
+
     spells = {
    ["level"] = "2",  
+
      "Stone Arrow",
     ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
+
      "Animate Armour",
 +
      "Lehudib's Crystal Spear"
 +
    },
 +
     value = 360
 
   },
 
   },
   {
+
   ["book of Battle"] = {
    ["letter"] = "d",  
+
    description = "An astonishingly vain and self-aggrandizing work. The author claims credit for a wide swathe of weapon-augmenting magics, but seems to have misunderstood or misrepresented most of them. Only a few of the spells described in the book actually work.",
     ["name"] = "Flight",  
+
     name = "book of Battle",
     ["image"] = "[[File:flight.png]]",  
+
     spells = {
    ["level"] = "3",  
+
      "Fugue of the Fallen",
     ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
+
      "Ozocubu's Armour",
 +
      "Manifold Assault"
 +
    },
 +
     value = 260
 
   },
 
   },
   {
+
   ["book of Beasts"] = {
    ["letter"] = "e",  
+
    description = "A book of spells focused on the summoning of beasts. Its pages nip at careless readers' fingers.",
     ["name"] = "Static Discharge",  
+
     name = "book of Beasts",
     ["image"] = "[[File:static discharge.png]]",  
+
     spells = {
    ["level"] = "3",  
+
      "Summon Ice Beast",
     ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]",
+
      "Summon Mana Viper",
 +
      "Monstrous Menagerie"
 +
    },
 +
     value = 360
 
   },
 
   },
   {
+
   ["book of Blasting"] = {
    ["letter"] = "f",  
+
    description = "A book of spells used to set off powerful explosions. This edition's binder was careful to pad the cover, so that if its reader lacked sufficient caution, the book, at least, would survive.",
     ["name"] = "Lightning Bolt",  
+
     name = "book of Blasting",
     ["image"] = "[[File:lightning bolt.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Volatile Blastmotes",
     ["schools"] = "[[Conjurations|Conjuration]]/[[Air Magic|Air]]",
+
      "Fulminant Prism",
 +
      "Iskenderun's Mystic Blast"
 +
    },
 +
     value = 280
 
   },
 
   },
}
+
  ["book of Blood"] = {
m["Book of Alchemy"] = {
+
     description = "A book of works dedicated to the manipulation of blood, both that of the caster and of creatures with particularly unusual ichor flowing through their veins. Some claim it to have been composed by the vampire lord Jory, but it's unclear why he would deign to share his secrets with others.",
  {
+
     name = "book of Blood",
     ["letter"] = "a",
+
     spells = {
    ["name"] = "Lethal Infusion",
+
      "Call Imp",
    ["image"] = "[[File:lethal infusion.png]]",
+
      "Sublimation of Blood",
    ["level"] = "2",
+
      "Summon Hydra"
    ["schools"] = "[[Charms]]/[[Necromancy]]",
+
     },
  },
+
     value = 280
  {
 
    ["letter"] = "b",
 
    ["name"] = "Sublimation of Blood",
 
    ["image"] = "[[File:sublimation of blood.png]]",  
 
    ["level"] = "2",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Condensation Shield",
 
    ["image"] = "[[File:condensation shield.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Petrify",
 
    ["image"] = "[[File:petrify.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Ignite Poison",
 
    ["image"] = "[[File:ignite poison.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Fire Magic|Fire]]/[[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]]",
 
 
   },
 
   },
   {
+
   ["book of Burglary"] = {
    ["letter"] = "e",  
+
    description = "A book containing spells useful for theft, breaking and entering, and other miscellaneous larceny.",
     ["name"] = "Regeneration",  
+
     name = "book of Burglary",
     ["image"] = "[[File:regeneration.png]]",  
+
     spells = {
    ["level"] = "3",  
+
      "Ensorcelled Hibernation",
     ["schools"] = "[[Charms]]/[[Necromancy]]",
+
      "Swiftness",
 +
      "Passwall"
 +
    },
 +
     value = 200
 
   },
 
   },
}
+
  ["book of Callings"] = {
m["Book of Beasts"] = {
+
     description = "An introductory text on the magical summoning of beasts and beings from other realms.",
  {
+
     name = "book of Callings",
     ["letter"] = "a",  
+
     spells = {
     ["name"] = "Summon Butterflies",  
+
      "Summon Small Mammal",
     ["image"] = "[[File:summon butterflies.png]]",  
+
      "Call Canine Familiar",
    ["level"] = "1",  
+
      "Summon Blazeheart Golem"
     ["schools"] = "[[Summonings|Summoning]]",
+
    },
 +
     value = 200
 
   },
 
   },
   {
+
   ["book of Cantrips"] = {
    ["letter"] = "b",  
+
    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"] = "Call Canine Familiar",  
+
     name = "book of Cantrips",
     ["image"] = "[[File:call canine familiar.png]]",  
+
     spells = {
    ["level"] = "3",  
+
      "Sting",
     ["schools"] = "[[Summonings|Summoning]]",
+
      "Necrotise",
 +
      "Summon Small Mammal",
 +
      "Apportation"
 +
    },
 +
     value = 160
 
   },
 
   },
   {
+
   ["book of Chaos"] = {
    ["letter"] = "c",  
+
    description = "A book of spells that leave the caster's surroundings in a state of complete disarray. It's not clear why anyone would write such a thing, but it's here.",
     ["name"] = "Summon Ice Beast",  
+
     name = "book of Chaos",
     ["image"] = "[[File:summon ice beast.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Conjure Ball Lightning",
     ["schools"] = "[[Ice Magic|Ice]]/[[Summonings|Summoning]]",
+
      "Disjunction",
 +
      "Discord"
 +
    },
 +
     value = 500
 
   },
 
   },
   {
+
   ["book of Conjurations"] = {
    ["letter"] = "d",  
+
    description = "A book containing an introduction to the destructive magical arts of Conjurations.",
     ["name"] = "Summon Mana Viper",  
+
     name = "book of Conjurations",
     ["image"] = "[[File:summon mana viper.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Magic Dart",
     ["schools"] = "[[Summonings|Summoning]]/[[Hexes]]",
+
      "Searing Ray",
 +
      "Fulminant Prism"
 +
    },
 +
     value = 200
 
   },
 
   },
   {
+
   ["book of Dangerous Friends"] = {
    ["letter"] = "e",  
+
    description = "A book describing the creation and use of magical entities best kept at arm's reach. Or, preferably, even farther.",
     ["name"] = "Monstrous Menagerie",  
+
     name = "book of Dangerous Friends",
     ["image"] = "[[File:monstrous menagerie.png]]",  
+
     spells = {
    ["level"] = "6",  
+
      "Summon Blazeheart Golem",
     ["schools"] = "[[Summonings|Summoning]]",
+
      "Orb of Destruction",
 +
      "Spellforged Servitor"
 +
    },
 +
     value = 400
 
   },
 
   },
   {
+
   ["book of Death"] = {
    ["letter"] = "f",  
+
    description = "A manuscript containing dark spells of Necromancy. Each page is filled with grotesque art depicting scenes of disgusting decay.",
     ["name"] = "Summon Hydra",  
+
     name = "book of Death",
     ["image"] = "[[File:summon hydra.png]]",  
+
     spells = {
    ["level"] = "7",  
+
      "Animate Dead",
     ["schools"] = "[[Summonings|Summoning]]",
+
      "Haunt",
 +
      "Infestation"
 +
    },
 +
     value = 440
 
   },
 
   },
}
+
  ["book of Debilitation"] = {
m["Book of Burglary"] = {
+
     description = "A spellbook containing spells known for having a particularly unpleasant effect on their victims. It's considered something of a faux pas in the wizarding community to be seen with this book in one's collection.",
  {
+
     name = "book of Debilitation",
     ["letter"] = "a",  
+
     spells = {
     ["name"] = "Apportation",  
+
      "Slow",
     ["image"] = "[[File:apportation.png]]",  
+
      "Sigil of Binding",
    ["level"] = "1",  
+
      "Vampiric Draining",
     ["schools"] = "[[Translocations|Translocation]]",
+
      "Confusing Touch"
 +
    },
 +
     value = 260
 
   },
 
   },
   {
+
   ["book of Decay"] = {
    ["letter"] = "b",  
+
    description = "A book of necromancy, dictated by the god Kikubaaqudgha to an unfortunate apostle across the course of a nine-day fugue. The necromancer is said to have finished the dread work with their own life's blood... but of course this is just a copy, written in almost entirely normal ink.",
     ["name"] = "Swiftness",  
+
     name = "book of Decay",
     ["image"] = "[[File:swiftness.png]]",  
+
     spells = {
    ["level"] = "2",  
+
      "Cigotuvi's Dreadful Rot",
     ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
+
      "Dispel Undead",
 +
      "Martyr's Knell",
 +
      "Death Channel"
 +
    },
 +
     value = 400
 
   },
 
   },
   {
+
   ["book of Displacement"] = {
    ["letter"] = "c",  
+
    description = "A book of spells to bring others closer, or sometimes farther, depending on the user's whim.",
     ["name"] = "Passwall",  
+
     name = "book of Displacement",
     ["image"] = "[[File:passwall.png]]",  
+
     spells = {
    ["level"] = "3",  
+
      "Lesser Beckoning",
     ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
+
      "Gell's Gravitas",
 +
      "Teleport Other"
 +
    },
 +
     value = 220
 
   },
 
   },
   {
+
   ["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"] = "Passage of Golubria",  
+
     name = "book of Dreams",
     ["image"] = "[[File:passage of golubria.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Ensorcelled Hibernation",
     ["schools"] = "[[Translocations|Translocation]]",
+
      "Fugue of the Fallen",
 +
      "Anguish"
 +
    },
 +
     value = 240
 
   },
 
   },
   {
+
   ["book of Fire"] = {
    ["letter"] = "e",
+
     description = "A book containing advanced spells in the elemental school of Fire, stolen from the secret college of the djinn.",
     ["name"] = "Lee's Rapid Deconstruction",  
+
     name = "book of Fire",
    ["image"] = "[[File:lee's rapid deconstruction.png]]",  
+
     spells = {
     ["level"] = "5",  
+
      "Foxfire",
     ["schools"] = "[[Earth Magic|Earth]]",
+
      "Plasma Beam",
  },
+
      "Starburst",
  {
+
     },
    ["letter"] = "f",  
+
     value = 420
    ["name"] = "Darkness",  
 
    ["image"] = "[[File:darkness.png]]",
 
    ["level"] = "7",  
 
     ["schools"] = "[[Hexes]]",
 
  },
 
}
 
m["Book of Callings"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Summon Small Mammal",  
 
     ["image"] = "[[File:summon small mammal.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
 
   },
 
   },
   {
+
   ["book of Flames"] = {
    ["letter"] = "b",  
+
    description = "The standard text used in arcane academies by students of the elemental magic of Fire. Readers are recommended to wear a pair of insulated gloves.",
     ["name"] = "Call Imp",  
+
     name = "book of Flames",
     ["image"] = "[[File:call imp.png]]",  
+
     spells = {
    ["level"] = "2",  
+
      "Inner Flame",
     ["schools"] = "[[Summonings|Summoning]]",
+
      "Sticky Flame",
 +
      "Flame Wave"
 +
    },
 +
     value = 280
 
   },
 
   },
   {
+
   ["book of Frost"] = {
    ["letter"] = "c",  
+
    description = "A book of magic spells, often used as an introduction to the elemental magics of Ice. Its pages feel unusually brittle, as if they'd crumble at a touch.",
     ["name"] = "Call Canine Familiar",  
+
     name = "book of Frost",
     ["image"] = "[[File:call canine familiar.png]]",  
+
     spells = {
    ["level"] = "3",  
+
      "Freeze",
     ["schools"] = "[[Summonings|Summoning]]",
+
      "Frozen Ramparts",
 +
      "Hailstorm"
 +
    },
 +
     value = 220
 
   },
 
   },
   {
+
   ["book of Geomancy"] = {
    ["letter"] = "d",  
+
    description = "A book containing basic spells involving the element of Earth. Readers are recommended to wear a pair of gardening gloves.",
     ["name"] = "Summon Guardian Golem",  
+
     name = "book of Geomancy",
     ["image"] = "[[File:summon guardian golem.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Sandblast",
     ["schools"] = "[[Summonings|Summoning]]/[[Hexes]]",
+
      "Passwall",
 +
      "Stone Arrow",
 +
      "Brom's Barrelling Boulder"
 +
    },
 +
     value = 300
 
   },
 
   },
   {
+
   ["book of Hexes"] = {
    ["letter"] = "e",  
+
    description = "A spellbook containing an assortment of powerful Hexes, which sparkles and shimmers as the pages are flipped.",
     ["name"] = "Summon Lightning Spire",  
+
     name = "book of Hexes",
     ["image"] = "[[File:summon lightning spire.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Anguish",
     ["schools"] = "[[Summonings|Summoning]]/[[Air Magic|Air]]",
+
      "Cause Fear",
 +
      "Enfeeble"
 +
    },
 +
     value = 360
 
   },
 
   },
   {
+
   ["book of Ice"] = {
    ["letter"] = "f",  
+
    description = "A book of advanced magical spells using the element of Ice. Readers are recommended to wear a pair of warm gloves.",
     ["name"] = "Summon Ice Beast",  
+
     name = "book of Ice",
     ["image"] = "[[File:summon ice beast.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Sculpt Simulacrum",
     ["schools"] = "[[Ice Magic|Ice]]/[[Summonings|Summoning]]",
+
      "Ozocubu's Refrigeration",
 +
      "Polar Vortex"
 +
    },
 +
     value = 500
 
   },
 
   },
}
+
  ["book of Iron"] = {
m["Book of Cantrips"] = {
+
     description = "An ancient, metal-bound spellbook, covered in dark red blotches. Are they rust stains, or..?",
  {
+
     name = "book of Iron",
     ["letter"] = "a",  
+
     spells = {
     ["name"] = "Confusing Touch",  
+
      "Summon Lightning Spire",
     ["image"] = "[[File:confusing touch.png]]",  
+
      "Animate Armour",
    ["level"] = "1",  
+
      "Lee's Rapid Deconstruction"
     ["schools"] = "[[Hexes]]",
+
    },
 +
     value = 320
 
   },
 
   },
   {
+
   ["book of Lightning"] = {
    ["letter"] = "b",  
+
    description = "A book that fairly crackles with arcane power.",
     ["name"] = "Animate Skeleton",  
+
     name = "book of Lightning",
     ["image"] = "[[File:animate skeleton.png]]",  
+
     spells = {
    ["level"] = "1",  
+
      "Vhi's Electric Charge",
     ["schools"] = "[[Necromancy]]",
+
      "Arcjolt",
 +
      "Plasma Beam"
 +
    },
 +
     value = 340
 
   },
 
   },
   {
+
   ["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"] = "Summon Small Mammal",  
+
     name = "book of Minor Magic",
     ["image"] = "[[File:summon small mammal.png]]",  
+
     spells = {
    ["level"] = "1",  
+
      "Magic Dart",
     ["schools"] = "[[Summonings|Summoning]]",
+
      "Blink",
 +
      "Call Imp"
 +
    },
 +
     value = 160
 
   },
 
   },
   {
+
   ["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"] = "Apportation",  
+
     name = "book of Misfortune",
     ["image"] = "[[File:apportation.png]]",  
+
     spells = {
    ["level"] = "1",  
+
      "Jinxbite",
     ["schools"] = "[[Translocations|Translocation]]",
+
      "Yara's Violent Unravelling",
 +
      "Enfeeble"
 +
    },
 +
     value = 320
 
   },
 
   },
}
+
  ["book of Necromancy"] = {
m["Book of Changes"] = {
+
     description = "A macabre book containing basic Necromancy spells. Readers are recommended to wear a pair of gloves they don't mind disposing of afterward.",
  {
+
     name = "book of Necromancy",
     ["letter"] = "a",  
+
     spells = {
     ["name"] = "Beastly Appendage",  
+
      "Necrotise",
     ["image"] = "[[File:beastly appendage.png]]",  
+
      "Vampiric Draining",
    ["level"] = "1",  
+
      "Martyr's Knell",
     ["schools"] = "[[Transmutations|Transmutation]]",
+
      "Curse of Agony"
 +
    },
 +
     value = 340
 
   },
 
   },
   {
+
   ["book of Party Tricks"] = {
    ["letter"] = "b",  
+
    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"] = "Sticks to Snakes",  
+
     name = "book of Party Tricks",
     ["image"] = "[[File:sticks to snakes.png]]",  
+
     spells = {
    ["level"] = "2",  
+
      "Apportation",
     ["schools"] = "[[Transmutations|Transmutation]]",
+
      "Jinxbite",
 +
      "Alistair's Intoxication"
 +
    },
 +
     value = 220
 
   },
 
   },
   {
+
   ["book of Power"] = {
    ["letter"] = "c",  
+
    description = "A book of powerful and destructive magic spells, rumbling and shuddering with barely-contained energies.",
     ["name"] = "Spider Form",  
+
     name = "book of Power",
     ["image"] = "[[File:spider form.png]]",  
+
     spells = {
    ["level"] = "3",  
+
      "Iskenderun's Battlesphere",
     ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",
+
      "Bombard",
 +
      "Spellforged Servitor"
 +
    },
 +
     value = 420
 
   },
 
   },
   {
+
   ["book of Scorching"] = {
    ["letter"] = "d",  
+
    description = "A magical book, blasted and scoured by long exposure to the desert sun. Upon its badly-weathered pages lie the secrets to inflicting the desert's dangers upon the caster's foes.",
     ["name"] = "Ice Form",  
+
     name = "book of Scorching",
     ["image"] = "[[File:ice form.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Scorch",
     ["schools"] = "[[Ice Magic|Ice]]/[[Transmutations|Transmutation]]",
+
      "Flame Wave",
 +
      "Summon Cactus Giant"
 +
    },
 +
     value = 420
 
   },
 
   },
   {
+
   ["book of Sloth"] = {
    ["letter"] = "e",  
+
    description = "A lazily written book.",
     ["name"] = "Blade Hands",  
+
     name = "book of Sloth",
     ["image"] = "[[File:blade hands.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Frozen Ramparts",
     ["schools"] = "[[Transmutations|Transmutation]]",
+
      "Leda's Liquefaction",
 +
      "Petrify",
 +
      "Metabolic Englaciation"
 +
    },
 +
     value = 400
 
   },
 
   },
}
+
  ["book of Spatial Translocations"] = {
m["Book of Clouds"] = {
+
     description = "A basic spellbook on the magical field of Translocations. Many would-be mages have seen it disappear just as they needed it most.",
  {
+
     name = "book of Spatial Translocations",
     ["letter"] = "a",  
+
     spells = {
     ["name"] = "Mephitic Cloud",  
+
      "Blink",
     ["image"] = "[[File:mephitic cloud.png]]",  
+
      "Momentum Strike",
    ["level"] = "3",  
+
      "Lesser Beckoning"
     ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]",
+
    },
 +
     value = 180
 
   },
 
   },
   {
+
   ["book of Spectacle"] = {
    ["letter"] = "b",  
+
    description = "A book covered in glittering sequins. An impromptu lightshow bursts from every page, clearly reserving this book for only the tackiest of wizards.",
     ["name"] = "Conjure Flame",  
+
     name = "book of Spectacle",
     ["image"] = "[[File:conjure flame.png]]",  
+
     spells = {
    ["level"] = "3",  
+
      "Volatile Blastmotes",
     ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
+
      "Dazzling Flash",
 +
      "Starburst",
 +
      "Maxwell's Capacitive Coupling"
 +
    },
 +
     value = 460
 
   },
 
   },
   {
+
   ["book of Spontaneous Combustion"] = {
    ["letter"] = "c",  
+
    description = "A heavy tome whose desiccated pages smell faintly of sulfer. The ink with which it was written is wildly flammable and care must be taken even opening it, but the power of the spells described therein is undeniable.",
     ["name"] = "Poisonous Cloud",  
+
     name = "book of Spontaneous Combustion",
     ["image"] = "[[File:poisonous cloud.png]]",  
+
     spells = {
    ["level"] = "6",  
+
      "Inner Flame",
     ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]",
+
      "Irradiate",
 +
      "Ignition"
 +
    },
 +
     value = 420
 
   },
 
   },
   {
+
   ["book of Storms"] = {
    ["letter"] = "d",  
+
    description = "A book written by the magician Lan Shi, who was preoccupied with the study and control of natural phenomena. Most of Shi's works have been lost, but those still remaining are treasured by wizards lucky (or unscrupulous) enough to get their hands on a copy.",
     ["name"] = "Freezing Cloud",  
+
     name = "book of Storms",
     ["image"] = "[[File:freezing cloud.png]]",  
+
     spells = {
    ["level"] = "6",  
+
      "Static Discharge",
     ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]/[[Air Magic|Air]]",
+
      "Airstrike",
 +
      "Summon Lightning Spire"
 +
    },
 +
     value = 260
 
   },
 
   },
   {
+
   ["book of the Dragon"] = {
    ["letter"] = "e",  
+
    description = "A magical book of spells which allow some command over dragons and their aspects.",
     ["name"] = "Ring of Flames",  
+
     name = "book of the Dragon",
     ["image"] = "[[File:ring of flames.png]]",  
+
     spells = {
    ["level"] = "7",  
+
      "Cause Fear",
     ["schools"] = "[[Charms]]/[[Fire Magic|Fire]]",
+
      "Fireball",
 +
      "Dragon's Call"
 +
    },
 +
     value = 420
 
   },
 
   },
}
+
  ["book of the Earth"] = {
m["Book of Conjurations"] = {
+
     description = "A guide to drawing immense power from the depths of the earth. The original was written as a collaboration between the hill dwarves and the mountain dwarves, but its compilation was cut short when a massive wave of earthquakes plunged their civilizations into ruin.",
  {
+
     name = "book of the Earth",
     ["letter"] = "a",  
+
     spells = {
     ["name"] = "Magic Dart",  
+
      "Leda's Liquefaction",
     ["image"] = "[[File:magic dart.png]]",  
+
      "Lee's Rapid Deconstruction",
    ["level"] = "1",  
+
      "Bombard"
     ["schools"] = "[[Conjurations|Conjuration]]",
+
    },
 +
     value = 360
 
   },
 
   },
   {
+
   ["book of the Hunter"] = {
    ["letter"] = "b",  
+
    description = "A mundane book on hunting. Someone has gone through and covered the book in corrections and scathing criticisms, crossing out entire sections in favor of spells that accomplish the same task.",
     ["name"] = "Searing Ray",  
+
     name = "book of the Hunter",
     ["image"] = "[[File:searing ray.png]]",  
+
     spells = {
    ["level"] = "2",  
+
      "Sigil of Binding",
     ["schools"] = "[[Conjurations|Conjuration]]",
+
      "Call Canine Familiar",
 +
      "Dimensional Bullseye"
 +
    },
 +
     value = 240
 
   },
 
   },
   {
+
   ["book of the Moon"] = {
    ["letter"] = "c",  
+
    description = "A book written by a mad wizard, who had become convinced that the moon far above was composed, not of shining light, but of rock as solid as that beneath one's feet. Many of the pages have been mangled beyond recognition, seemingly shredded by a pair of powerful claws... but what would a troll be doing with a spellbook?",
     ["name"] = "Dazzling Spray",  
+
     name = "book of the Moon",
     ["image"] = "[[File:dazzling spray.png]]",  
+
     spells = {
    ["level"] = "3",  
+
      "Passage of Golubria",
     ["schools"] = "[[Conjurations|Conjuration]]/[[Hexes]]",
+
      "Silence",
 +
      "Lehudib's Crystal Spear"
 +
    },
 +
     value = 400
 
   },
 
   },
   {
+
   ["book of the Senses"] = {
    ["letter"] = "d",  
+
    description = "A scholarly work, describing the senses used by living creatures to perceive the world around them. A handful of spells are included to demonstrate the principles being described.",
     ["name"] = "Fulminant Prism",  
+
     name = "book of the Senses",
     ["image"] = "[[File:fulminant prism.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Dazzling Flash",
     ["schools"] = "[[Conjurations|Conjuration]]/[[Hexes]]",
+
      "Mephitic Cloud",
 +
      "Curse of Agony",
 +
      "Silence"
 +
    },
 +
     value = 400
 
   },
 
   },
   {
+
   ["book of the Spheres"] = {
    ["letter"] = "e",  
+
    description = "A book containing a comprehensive, well-rounded collection of sphere-related spells. Its final pages begin to describe a spell titled 'Summon Orb of Zot', but sadly, the remainder of the book has been completely vaporised.",
     ["name"] = "Iskenderun's Mystic Blast",  
+
     name = "book of the Spheres",
     ["image"] = "[[File:iskenderun's mystic blast.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Brom's Barrelling Boulder",
    ["schools"] = "[[Conjurations|Conjuration]]",  
+
      "Iskenderun's Battlesphere",
 +
      "Fireball",
 +
      "Conjure Ball Lightning",
 +
      "Orb of Destruction"
 +
    },
 +
    value = 640
 
   },
 
   },
   {
+
   ["book of the Tundra"] = {
    ["letter"] = "f",
+
     description = "A book written by peoples of a cold and inhospitable realm. It's exceptionally large, but that's because many thick furs hang from its spine. Most of the remaining pages are devoted to long, proud descriptions of how those furs were taken. Some of these stories include relevant spells, generally as an aside.",
     ["name"] = "Iskenderun's Battlesphere",  
+
     name = "book of the Tundra",
     ["image"] = "[[File:iskenderun's battlesphere.png]]",  
+
     spells = {
     ["level"] = "5",  
+
      "Hailstorm",
    ["schools"] = "[[Conjurations|Conjuration]]/[[Charms]]",  
+
      "Summon Ice Beast",
 +
      "Sculpt Simulacrum"
 +
    },
 +
    value = 320
 
   },
 
   },
}
+
  ["book of the Warp"] = {
m["Book of Control"] = {
+
     description = "A book of advanced Translocations spells, written by a particularly misanthropic mage. After its completion, they were never seen again, which may or may not have been the point.",
  {
+
     name = "book of the Warp",
     ["letter"] = "a",  
+
     spells = {
     ["name"] = "Control Teleport",  
+
      "Manifold Assault",
     ["image"] = "[[File:control teleport.png]]",  
+
      "Dispersal",
    ["level"] = "4",  
+
      "Disjunction"
     ["schools"] = "[[Charms]]/[[Translocations|Translocation]]",
+
    },
 +
     value = 420
 
   },
 
   },
   {
+
   ["book of the Wilderness"] = {
    ["letter"] = "b",  
+
    description = "A book holding lore ripped from distant and untamed lands, allowing their denizens to be called forth to serve the reader. It smells distressingly musty.",
     ["name"] = "Control Undead",  
+
     name = "book of the Wilderness",
     ["image"] = "[[File:control undead.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Summon Forest",
     ["schools"] = "[[Necromancy]]",
+
      "Summon Mana Viper",
 +
      "Summon Cactus Giant"
 +
    },
 +
     value = 380
 
   },
 
   },
   {
+
   ["book of Touch"] = {
    ["letter"] = "c",  
+
    description = "A book describing spells requiring very close proximity to their target. The author seems to have had a low opinion of their wizardly peers, and spends much of the text describing the hygiene and social etiquette needed to enter close proximity to other sentient beings.",
     ["name"] = "Enslavement",  
+
     name = "book of Touch",
     ["image"] = "[[File:enslavement.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Kiss of Death",
     ["schools"] = "[[Hexes]]",
+
      "Confusing Touch",
 +
      "Dispel Undead"
 +
    },
 +
     value = 300
 
   },
 
   },
   {
+
   ["book of Transmutation"] = {
    ["letter"] = "d",  
+
    description = "A meticulous compendium of research notes, filled with formulae for decomposing and reconstituting all manner of substances. The author appears to have had a strange obsession with becoming a spider, but even if their ultimate aim eluded them, many of the spells detailed therein are nonetheless quite practical.",
     ["name"] = "Metabolic Englaciation",  
+
     name = "book of Transmutation",
     ["image"] = "[[File:metabolic englaciation.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Sublimation of Blood",
     ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]",
+
      "Petrify",
 +
      "Irradiate"
 +
    },
 +
     value = 280
 
   },
 
   },
   {
+
   ["book of Unlife"] = {
    ["letter"] = "e",  
+
    description = "An unholy book describing a variety of magical methods for the creation and command of undead servants.",
     ["name"] = "Mass Confusion",  
+
     name = "book of Unlife",
     ["image"] = "[[File:mass confusion.png]]",  
+
     spells = {
    ["level"] = "6",  
+
      "Animate Dead",
     ["schools"] = "[[Hexes]]",
+
      "Borgnjor's Vile Clutch",
 +
      "Death Channel"
 +
    },
 +
     value = 360
 
   },
 
   },
}
+
  ["book of Vapours"] = {
m["Book of Death"] = {
+
     description = "A book of magic spells for creating an assortment of clouds, vapours and mists. 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 Vapours",
     ["letter"] = "a",  
+
     spells = {
     ["name"] = "Corpse Rot",  
+
      "Mercury Vapours",
     ["image"] = "[[File:corpse rot.png]]",  
+
      "Mephitic Cloud",
    ["level"] = "2",  
+
      "Freezing Cloud"
     ["schools"] = "[[Necromancy]]",
+
    },
 +
     value = 260
 
   },
 
   },
   {
+
   ["book of Weapons"] = {
    ["letter"] = "b",  
+
    description = "A book of spells used by rebels against an ancient and evil empire. The rebels were crushed, but this book was rediscovered years later, found by paladins of the crusade that finally destroyed the empire and slew its immortal twin sovereigns.",
     ["name"] = "Sublimation of Blood",  
+
     name = "book of Weapons",
     ["image"] = "[[File:sublimation of blood.png]]",  
+
     spells = {
    ["level"] = "2",  
+
      "Tukima's Dance",
     ["schools"] = "[[Necromancy]]",
+
      "Dimensional Bullseye",
 +
      "Iskenderun's Mystic Blast"
 +
    },
 +
     value = 280
 
   },
 
   },
   {
+
   ["book of Winter"] = {
    ["letter"] = "c",  
+
    description = "A book of spells written by the sorceress Ellawe, who sought to use her time productively while trapped inside by particularly harsh weather for over six months. A postscript details the bloody vengeance she took after discovering the weather mage responsible.",
     ["name"] = "Agony",  
+
     name = "book of Winter",
     ["image"] = "[[File:agony.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Ozocubu's Armour",
     ["schools"] = "[[Necromancy]]",
+
      "Metabolic Englaciation",
 +
      "Sculpt Simulacrum"
 +
    },
 +
     value = 340
 
   },
 
   },
   {
+
   ["Everburning Encyclopedia"] = {
    ["letter"] = "d",  
+
    description = "A book of magical spells, meticulously organized, dense, and almost entirely burnt black. Only a few pages are still legible, but the power within still blasts the reader with a furnace-like heat.",
     ["name"] = "Dispel Undead",  
+
     name = "Everburning Encyclopedia",
     ["image"] = "[[File:dispel undead.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Ignite Poison",
     ["schools"] = "[[Necromancy]]",
+
      "Sticky Flame",
 +
      "Ignition"
 +
    },
 +
     value = 380
 
   },
 
   },
   {
+
   ["Fen Folio"] = {
    ["letter"] = "e",  
+
    description = "A collection of spells once used by the great swamp civilizations.",
     ["name"] = "Excruciating Wounds",  
+
     name = "Fen Folio",
     ["image"] = "[[File:excruciating wounds.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Summon Forest",
     ["schools"] = "[[Charms]]/[[Necromancy]]",
+
      "Eringya's Noxious Bog",
 +
      "Summon Hydra"
 +
    },
 +
     value = 420
 
   },
 
   },
   {
+
   ["Grand Grimoire"] = {
    ["letter"] = "f",  
+
    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"] = "Bolt of Draining",  
+
     name = "Grand Grimoire",
     ["image"] = "[[File:bolt of draining.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Malign Gateway",
     ["schools"] = "[[Conjurations|Conjuration]]/[[Necromancy]]",
+
      "Summon Horrible Things"
 +
    },
 +
     value = 340
 
   },
 
   },
}
+
  ["Great Wizards, Vol. II"] = {
m["Book of Debilitation"] = {
+
     description = "A collection of spells from great wizards throughout history. The author seems to have been extremely enthusiastic, and each wizard is described in voluminous, comprehensive detail.",
  {
+
     name = "Great Wizards, Vol. II",
     ["letter"] = "a",  
+
     spells = {
     ["name"] = "Corona",  
+
      "Alistair's Intoxication",
     ["image"] = "[[File:corona.png]]",  
+
      "Borgnjor's Vile Clutch",
    ["level"] = "1",  
+
      "Eringya's Noxious Bog"
     ["schools"] = "[[Hexes]]",
+
    },
 +
     value = 380
 
   },
 
   },
   {
+
   ["Great Wizards, Vol. VII"] = {
    ["letter"] = "b",
+
     description = "A collection of spells from great wizards throughout history. The author seems to have been quite tired of their project - the wizards' descriptions are terse and minimal, meeting the lowest requirement for completeness.",
    ["name"] = "Slow",
+
     name = "Great Wizards, Vol. VII",
    ["image"] = "[[File:slow.png]]",
+
     spells = {
    ["level"] = "2",
+
      "Tukima's Dance",
    ["schools"] = "[[Hexes]]",
+
      "Passage of Golubria",
  },
+
      "Yara's Violent Unravelling"
  {
+
     },
    ["letter"] = "c",
+
     value = 300
    ["name"] = "Inner Flame",  
 
    ["image"] = "[[File:inner flame.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Hexes]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
     ["letter"] = "d",
 
    ["name"] = "Enslavement",
 
    ["image"] = "[[File:enslavement.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Cause Fear",
 
    ["image"] = "[[File:cause fear.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Leda's Liquefaction",
 
    ["image"] = "[[File:leda's liquefaction.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Earth Magic|Earth]]/[[Hexes]]",
 
  },
 
}
 
m["Book of Dreams"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Ensorcelled Hibernation",
 
    ["image"] = "[[File:ensorcelled hibernation.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Flight",
 
    ["image"] = "[[File:flight.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Phase Shift",
 
    ["image"] = "[[File:phase shift.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Shadow Creatures",
 
    ["image"] = "[[File:shadow creatures.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Mass Confusion",
 
    ["image"] = "[[File:mass confusion.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Darkness",
 
    ["image"] = "[[File:darkness.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
}
 
m["Book of Earth"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Leda's Liquefaction",  
 
    ["image"] = "[[File:leda's liquefaction.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Earth Magic|Earth]]/[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "b",  
 
     ["name"] = "Bolt of Magma",  
 
    ["image"] = "[[File:bolt of magma.png]]",
 
    ["level"] = "5",  
 
     ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Statue Form",
 
    ["image"] = "[[File:statue form.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Iron Shot",
 
    ["image"] = "[[File:iron shot.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Shatter",
 
    ["image"] = "[[File:shatter.png]]",
 
    ["level"] = "9",
 
    ["schools"] = "[[Earth Magic|Earth]]",
 
  },
 
}
 
m["Book of Enchantments"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Cause Fear",
 
    ["image"] = "[[File:cause fear.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Silence",
 
    ["image"] = "[[File:silence.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Hexes]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Tukima's Dance",  
 
    ["image"] = "[[File:tukima's dance.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Deflect Missiles",
 
    ["image"] = "[[File:deflect missiles.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Haste",
 
    ["image"] = "[[File:haste.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Charms]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Discord",
 
    ["image"] = "[[File:discord.png]]",
 
    ["level"] = "8",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
}
 
m["Book of Envenomations"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Spider Form",
 
    ["image"] = "[[File:spider form.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Poison Weapon",
 
    ["image"] = "[[File:poison weapon.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Charms]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Alistair's Intoxication",
 
    ["image"] = "[[File:alistair's intoxication.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Olgreb's Toxic Radiance",
 
    ["image"] = "[[File:olgreb's toxic radiance.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Poisonous Cloud",
 
    ["image"] = "[[File:poisonous cloud.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]",
 
  },
 
}
 
m["Book of Fire"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Fire Brand",
 
    ["image"] = "[[File:fire brand.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Charms]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Ignite Poison",
 
    ["image"] = "[[File:ignite poison.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Fire Magic|Fire]]/[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Fireball",
 
    ["image"] = "[[File:fireball.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Bolt of Fire",
 
    ["image"] = "[[File:bolt of fire.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Delayed Fireball",
 
    ["image"] = "[[File:delayed fireball.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Fire Magic|Fire]]/[[Conjurations|Conjuration]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Ring of Flames",
 
    ["image"] = "[[File:ring of flames.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Charms]]/[[Fire Magic|Fire]]",
 
  },
 
}
 
m["Book of Flames"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Flame Tongue",
 
    ["image"] = "[[File:flame tongue.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Throw Flame",
 
    ["image"] = "[[File:throw flame.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Conjure Flame",
 
    ["image"] = "[[File:conjure flame.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Inner Flame",
 
    ["image"] = "[[File:inner flame.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Hexes]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Sticky Flame",
 
    ["image"] = "[[File:sticky flame.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Fireball",
 
    ["image"] = "[[File:fireball.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
}
 
m["Book of Frost"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Freeze",
 
    ["image"] = "[[File:freeze.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Throw Frost",
 
    ["image"] = "[[File:throw frost.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Ozocubu's Armour",
 
    ["image"] = "[[File:ozocubu's armour.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Charms]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Throw Icicle",
 
    ["image"] = "[[File:throw icicle.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Summon Ice Beast",
 
    ["image"] = "[[File:summon ice beast.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Ice Magic|Ice]]/[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Condensation Shield",
 
    ["image"] = "[[File:condensation shield.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Ice Magic|Ice]]",
 
  },
 
}
 
m["Book of Geomancy"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Sandblast",
 
    ["image"] = "[[File:sandblast.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Stoneskin",
 
    ["image"] = "[[File:stoneskin.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Earth Magic|Earth]]/[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Passwall",
 
    ["image"] = "[[File:passwall.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Stone Arrow",
 
    ["image"] = "[[File:stone arrow.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Petrify",
 
    ["image"] = "[[File:petrify.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Lee's Rapid Deconstruction",
 
    ["image"] = "[[File:lee's rapid deconstruction.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Earth Magic|Earth]]",
 
  },
 
}
 
m["Book of Hinderance"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Confusing Touch",
 
    ["image"] = "[[File:confusing touch.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Confuse",
 
    ["image"] = "[[File:confuse.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Petrify",
 
    ["image"] = "[[File:petrify.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Leda's Liquefaction",
 
    ["image"] = "[[File:leda's liquefaction.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Earth Magic|Earth]]/[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Metabolic Englaciation",
 
    ["image"] = "[[File:metabolic englaciation.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Summon Mana Viper",
 
    ["image"] = "[[File:summon mana viper.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Hexes]]",
 
  },
 
}
 
m["Book of Ice"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Freezing Aura",
 
    ["image"] = "[[File:freezing aura.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Charms]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["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"] = "Sure Blade",
 
    ["image"] = "[[File:sure blade.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Hexes]]/[[Charms]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Ensorcelled Hibernation",
 
    ["image"] = "[[File:ensorcelled hibernation.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Confuse",
 
    ["image"] = "[[File:confuse.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Enslavement",
 
    ["image"] = "[[File:enslavement.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Invisibility",
 
    ["image"] = "[[File:invisibility.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
}
 
m["Book of Minor Magic"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Magic Dart",
 
    ["image"] = "[[File:magic dart.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Conjurations|Conjuration]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Blink",
 
    ["image"] = "[[File:blink.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Call Imp",
 
    ["image"] = "[[File:call imp.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Repel Missiles",
 
    ["image"] = "[[File:repel missiles.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Slow",
 
    ["image"] = "[[File:slow.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Conjure Flame",
 
    ["image"] = "[[File:conjure flame.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "g",
 
    ["name"] = "Mephitic Cloud",
 
    ["image"] = "[[File:mephitic cloud.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]",
 
  },
 
}
 
m["Book of Necromancy"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Pain",
 
    ["image"] = "[[File:pain.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Animate Skeleton",
 
    ["image"] = "[[File:animate skeleton.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Lethal Infusion",
 
    ["image"] = "[[File:lethal infusion.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Charms]]/[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Vampiric Draining",
 
    ["image"] = "[[File:vampiric draining.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Regeneration",
 
    ["image"] = "[[File:regeneration.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Charms]]/[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Animate Dead",
 
    ["image"] = "[[File:animate dead.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "g",
 
    ["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"] = "Blink",
 
    ["image"] = "[[File:blink.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Alistair's Intoxication",
 
    ["image"] = "[[File:alistair's intoxication.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Tukima's Dance",
 
    ["image"] = "[[File:tukima's dance.png]]",
 
    ["level"] = "5",
 
    ["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]]",
 
  },
 
}
 
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"] = "Abjuration",
 
    ["image"] = "[[File:abjuration.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Recall",
 
    ["image"] = "[[File:recall.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Summon Elemental",
 
    ["image"] = "[[File:summon elemental.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Shadow Creatures",
 
    ["image"] = "[[File:shadow creatures.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Summon Demon",
 
    ["image"] = "[[File:summon demon.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Monstrous Menagerie",
 
    ["image"] = "[[File:monstrous menagerie.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
}
 
m["Book of Transfigurations"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Stoneskin",
 
    ["image"] = "[[File:stoneskin.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Earth Magic|Earth]]/[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Ice Form",
 
    ["image"] = "[[File:ice form.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Ice Magic|Ice]]/[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Statue Form",
 
    ["image"] = "[[File:statue form.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["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"] = "Twisted Resurrection",
 
    ["image"] = "[[File:twisted resurrection.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 War Chants"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Fire Brand",
 
    ["image"] = "[[File:fire brand.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Charms]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Freezing Aura",
 
    ["image"] = "[[File:freezing aura.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Charms]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Shroud of Golubria",
 
    ["image"] = "[[File:shroud of golubria.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Charms]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Repel Missiles",
 
    ["image"] = "[[File:repel missiles.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Poison Weapon",
 
    ["image"] = "[[File:poison weapon.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Charms]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Regeneration",
 
    ["image"] = "[[File:regeneration.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Charms]]/[[Necromancy]]",
 
  },
 
}
 
m["Book of Wizardry"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Summon Elemental",
 
    ["image"] = "[[File:summon elemental.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Agony",
 
    ["image"] = "[[File:agony.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Force Lance",
 
    ["image"] = "[[File:force lance.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Haste",
 
    ["image"] = "[[File:haste.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Charms]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Invisibility",
 
    ["image"] = "[[File:invisibility.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Spellforged Servitor",
 
    ["image"] = "[[File:spellforged servitor.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Summonings|Summoning]]",
 
  },
 
}
 
m["Book of the Dragon"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Flight",
 
    ["image"] = "[[File:flight.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["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"] = "Flight",
 
    ["image"] = "[[File:flight.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Charms]]/[[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"] = "Control Teleport",
 
    ["image"] = "[[File:control teleport.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Charms]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Phase Shift",
 
    ["image"] = "[[File:phase shift.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Warp Weapon",
 
    ["image"] = "[[File:warp weapon.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Charms]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Summon Forest",
 
    ["image"] = "[[File:summon forest.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Dispersal",
 
    ["image"] = "[[File:dispersal.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Controlled Blink",
 
    ["image"] = "[[File:controlled blink.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "g",
 
    ["name"] = "Disjunction",
 
    ["image"] = "[[File:disjunction.png]]",
 
    ["level"] = "8",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
}
 
m["Grand Grimoire"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Aura of Abjuration",
 
    ["image"] = "[[File:aura of abjuration.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Forceful Dismissal",
 
    ["image"] = "[[File:forceful dismissal.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Haunt",
 
    ["image"] = "[[File:haunt.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Summon Greater Demon",
 
    ["image"] = "[[File:summon greater demon.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Malign Gateway",
 
    ["image"] = "[[File:malign gateway.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["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]]",
 
 
   },
 
   },
  {
+
["Maxwell's Memoranda"] = {
     ["letter"] = "b",  
+
     description = "A loosely bound collection of the infamous Maxwell's schemes, diagrams, and plans. Amidst messages written to and by his many minions, allies of convenience and hated rivals, a patient reader can discover spells of electrifying power.",
     ["name"] = "Cure Poison",  
+
    name = "Maxwell's Memoranda",
    ["image"] = "[[File:cure poison.png]]",  
+
     spells = {
     ["level"] = "2",  
+
      "Vhi's Electric Charge",
    ["schools"] = "[[Poison Magic|Poison]]",  
+
      "Arcjolt",
 +
      "Maxwell's Capacitive Coupling",
 +
    },
 +
    value = 400
 +
  },
 +
  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",
 +
    spells = {
 +
      "Haunt",
 +
      "Borgnjor's Revivification",
 +
      "Death's Door"
 +
    },
 +
    value = 540
 
   },
 
   },
   {
+
   ["the Unrestrained Analects"] = {
    ["letter"] = "c",  
+
    description = "A collection of spells that assault everything in sight of the caster, unrestrained by petty limitations like 'needing a clear shot' or 'concern about collateral damage'.",
     ["name"] = "Mephitic Cloud",  
+
     name = "the Unrestrained Analects",
     ["image"] = "[[File:mephitic cloud.png]]",  
+
     spells = {
    ["level"] = "3",  
+
      "Olgreb's Toxic Radiance",
     ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]",
+
      "Ozocubu's Refrigeration",
 +
      "Discord"
 +
    },
 +
     value = 440
 
   },
 
   },
   {
+
   ["There-And-Back Book"] = {
    ["letter"] = "d",  
+
    description = "A compilation of children's stories about great adventures, always ending with the traveller returning to the place they started. The love infused into its pages by countless generations has granted it power, allowing a skilled mage to transport others by reciting specific passages.",
     ["name"] = "Olgreb's Toxic Radiance",  
+
     name = "There-And-Back Book",
     ["image"] = "[[File:olgreb's toxic radiance.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Gell's Gravitas",
     ["schools"] = "[[Poison Magic|Poison]]",
+
      "Teleport Other",
 +
      "Dispersal"
 +
    },
 +
     value = 300
 
   },
 
   },
   {
+
   ["Trismegistus Codex"] = {
    ["letter"] = "e",  
+
    description = "A magical book written by a numerologically obsessed wizard. Everything from sentence length to overall organization is structured. It's unclear whether the author thought this was helpful.",
     ["name"] = "Venom Bolt",  
+
     name = "Trismegistus Codex",
     ["image"] = "[[File:venom bolt.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Cigotuvi's Dreadful Rot",
     ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]",
+
      "Ignite Poison",
 +
      "Freezing Cloud"
 +
    },
 +
     value = 280
 
   },
 
   },
 +
  ["Young Poisoner's Handbook"] = {
 +
    description = "An introductory book for the magic arts of poison. Readers are recommended to wear a pair of very thick, non-absorbent gloves.",
 +
    name = "Young Poisoner's Handbook",
 +
    spells = {
 +
      "Sting",
 +
      "Mercury Vapours",
 +
      "Olgreb's Toxic Radiance"
 +
    },
 +
    value = 200
 +
  }
 
}
 
}
return m
 

Latest revision as of 00:26, 21 February 2024

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 (originally generated in 0.29.1, now up-to-date for 0.31 except possibly descriptions)
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",
    spells = {
      "Shock",
      "Swiftness",
      "Airstrike"
    },
    value = 220
  },
  ["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",
    spells = {
      "Chain Lightning",
      "Fire Storm",
      "Shatter"
    },
    value = 600
  },
  ["book of Armaments"] = {
    description = "A book describing various magical arms and armours. It was written in the midst of a particularly bloody civil war, and the text is made substantially less helpful by its author's frequent digressions describing the crimes committed by the other side.",
    name = "book of Armaments",
    spells = {
      "Stone Arrow",
      "Animate Armour",
      "Lehudib's Crystal Spear"
    },
    value = 360
  },
  ["book of Battle"] = {
    description = "An astonishingly vain and self-aggrandizing work. The author claims credit for a wide swathe of weapon-augmenting magics, but seems to have misunderstood or misrepresented most of them. Only a few of the spells described in the book actually work.",
    name = "book of Battle",
    spells = {
      "Fugue of the Fallen",
      "Ozocubu's Armour",
      "Manifold Assault"
    },
    value = 260
  },
  ["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",
    spells = {
      "Summon Ice Beast",
      "Summon Mana Viper",
      "Monstrous Menagerie"
    },
    value = 360
  },
  ["book of Blasting"] = {
    description = "A book of spells used to set off powerful explosions. This edition's binder was careful to pad the cover, so that if its reader lacked sufficient caution, the book, at least, would survive.",
    name = "book of Blasting",
    spells = {
      "Volatile Blastmotes",
      "Fulminant Prism",
      "Iskenderun's Mystic Blast"
    },
    value = 280
  },
  ["book of Blood"] = {
    description = "A book of works dedicated to the manipulation of blood, both that of the caster and of creatures with particularly unusual ichor flowing through their veins. Some claim it to have been composed by the vampire lord Jory, but it's unclear why he would deign to share his secrets with others.",
    name = "book of Blood",
    spells = {
      "Call Imp",
      "Sublimation of Blood",
      "Summon Hydra"
    },
    value = 280
  },
  ["book of Burglary"] = {
    description = "A book containing spells useful for theft, breaking and entering, and other miscellaneous larceny.",
    name = "book of Burglary",
    spells = {
      "Ensorcelled Hibernation",
      "Swiftness",
      "Passwall"
    },
    value = 200
  },
  ["book of Callings"] = {
    description = "An introductory text on the magical summoning of beasts and beings from other realms.",
    name = "book of Callings",
    spells = {
      "Summon Small Mammal",
      "Call Canine Familiar",
      "Summon Blazeheart Golem"
    },
    value = 200
  },
  ["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",
    spells = {
      "Sting",
      "Necrotise",
      "Summon Small Mammal",
      "Apportation"
    },
    value = 160
  },
  ["book of Chaos"] = {
    description = "A book of spells that leave the caster's surroundings in a state of complete disarray. It's not clear why anyone would write such a thing, but it's here.",
    name = "book of Chaos",
    spells = {
      "Conjure Ball Lightning",
      "Disjunction",
      "Discord"
    },
    value = 500
  },
  ["book of Conjurations"] = {
    description = "A book containing an introduction to the destructive magical arts of Conjurations.",
    name = "book of Conjurations",
    spells = {
      "Magic Dart",
      "Searing Ray",
      "Fulminant Prism"
    },
    value = 200
  },
  ["book of Dangerous Friends"] = {
    description = "A book describing the creation and use of magical entities best kept at arm's reach. Or, preferably, even farther.",
    name = "book of Dangerous Friends",
    spells = {
      "Summon Blazeheart Golem",
      "Orb of Destruction",
      "Spellforged Servitor"
    },
    value = 400
  },
  ["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",
    spells = {
      "Animate Dead",
      "Haunt",
      "Infestation"
    },
    value = 440
  },
  ["book of Debilitation"] = {
    description = "A spellbook containing spells known for having a particularly unpleasant effect on their victims. It's considered something of a faux pas in the wizarding community to be seen with this book in one's collection.",
    name = "book of Debilitation",
    spells = {
      "Slow",
      "Sigil of Binding",
      "Vampiric Draining",
      "Confusing Touch"
    },
    value = 260
  },
  ["book of Decay"] = {
    description = "A book of necromancy, dictated by the god Kikubaaqudgha to an unfortunate apostle across the course of a nine-day fugue. The necromancer is said to have finished the dread work with their own life's blood... but of course this is just a copy, written in almost entirely normal ink.",
    name = "book of Decay",
    spells = {
      "Cigotuvi's Dreadful Rot",
      "Dispel Undead",
      "Martyr's Knell",
      "Death Channel"
    },
    value = 400
  },
  ["book of Displacement"] = {
    description = "A book of spells to bring others closer, or sometimes farther, depending on the user's whim.",
    name = "book of Displacement",
    spells = {
      "Lesser Beckoning",
      "Gell's Gravitas",
      "Teleport Other"
    },
    value = 220
  },
  ["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",
    spells = {
      "Ensorcelled Hibernation",
      "Fugue of the Fallen",
      "Anguish"
    },
    value = 240
  },
  ["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",
    spells = {
      "Foxfire",
      "Plasma Beam",
      "Starburst",
    },
    value = 420
  },
  ["book of Flames"] = {
    description = "The standard text used in arcane academies by students of the elemental magic of Fire. Readers are recommended to wear a pair of insulated gloves.",
    name = "book of Flames",
    spells = {
      "Inner Flame",
      "Sticky Flame",
      "Flame Wave"
    },
    value = 280
  },
  ["book of Frost"] = {
    description = "A book of magic spells, often used as an introduction to the elemental magics of Ice. Its pages feel unusually brittle, as if they'd crumble at a touch.",
    name = "book of Frost",
    spells = {
      "Freeze",
      "Frozen Ramparts",
      "Hailstorm"
    },
    value = 220
  },
  ["book of Geomancy"] = {
    description = "A book containing basic spells involving the element of Earth. Readers are recommended to wear a pair of gardening gloves.",
    name = "book of Geomancy",
    spells = {
      "Sandblast",
      "Passwall",
      "Stone Arrow",
      "Brom's Barrelling Boulder"
    },
    value = 300
  },
  ["book of Hexes"] = {
    description = "A spellbook containing an assortment of powerful Hexes, which sparkles and shimmers as the pages are flipped.",
    name = "book of Hexes",
    spells = {
      "Anguish",
      "Cause Fear",
      "Enfeeble"
    },
    value = 360
  },
  ["book of Ice"] = {
    description = "A book of advanced magical spells using the element of Ice. Readers are recommended to wear a pair of warm gloves.",
    name = "book of Ice",
    spells = {
      "Sculpt Simulacrum",
      "Ozocubu's Refrigeration",
      "Polar Vortex"
    },
    value = 500
  },
  ["book of Iron"] = {
    description = "An ancient, metal-bound spellbook, covered in dark red blotches. Are they rust stains, or..?",
    name = "book of Iron",
    spells = {
      "Summon Lightning Spire",
      "Animate Armour",
      "Lee's Rapid Deconstruction"
    },
    value = 320
  },
  ["book of Lightning"] = {
    description = "A book that fairly crackles with arcane power.",
    name = "book of Lightning",
    spells = {
      "Vhi's Electric Charge",
      "Arcjolt",
      "Plasma Beam"
    },
    value = 340
  },
  ["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",
    spells = {
      "Magic Dart",
      "Blink",
      "Call Imp"
    },
    value = 160
  },
  ["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",
    spells = {
      "Jinxbite",
      "Yara's Violent Unravelling",
      "Enfeeble"
    },
    value = 320
  },
  ["book of Necromancy"] = {
    description = "A macabre book containing basic Necromancy spells. Readers are recommended to wear a pair of gloves they don't mind disposing of afterward.",
    name = "book of Necromancy",
    spells = {
      "Necrotise",
      "Vampiric Draining",
      "Martyr's Knell",
      "Curse of Agony"
    },
    value = 340
  },
  ["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",
    spells = {
      "Apportation",
      "Jinxbite",
      "Alistair's Intoxication"
    },
    value = 220
  },
  ["book of Power"] = {
    description = "A book of powerful and destructive magic spells, rumbling and shuddering with barely-contained energies.",
    name = "book of Power",
    spells = {
      "Iskenderun's Battlesphere",
      "Bombard",
      "Spellforged Servitor"
    },
    value = 420
  },
  ["book of Scorching"] = {
    description = "A magical book, blasted and scoured by long exposure to the desert sun. Upon its badly-weathered pages lie the secrets to inflicting the desert's dangers upon the caster's foes.",
    name = "book of Scorching",
    spells = {
      "Scorch",
      "Flame Wave",
      "Summon Cactus Giant"
    },
    value = 420
  },
  ["book of Sloth"] = {
    description = "A lazily written book.",
    name = "book of Sloth",
    spells = {
      "Frozen Ramparts",
      "Leda's Liquefaction",
      "Petrify",
      "Metabolic Englaciation"
    },
    value = 400
  },
  ["book of Spatial Translocations"] = {
    description = "A basic spellbook on the magical field of Translocations. Many would-be mages have seen it disappear just as they needed it most.",
    name = "book of Spatial Translocations",
    spells = {
      "Blink",
      "Momentum Strike",
      "Lesser Beckoning"
    },
    value = 180
  },
  ["book of Spectacle"] = {
    description = "A book covered in glittering sequins. An impromptu lightshow bursts from every page, clearly reserving this book for only the tackiest of wizards.",
    name = "book of Spectacle",
    spells = {
      "Volatile Blastmotes",
      "Dazzling Flash",
      "Starburst",
      "Maxwell's Capacitive Coupling"
    },
    value = 460
  },
  ["book of Spontaneous Combustion"] = {
    description = "A heavy tome whose desiccated pages smell faintly of sulfer. The ink with which it was written is wildly flammable and care must be taken even opening it, but the power of the spells described therein is undeniable.",
    name = "book of Spontaneous Combustion",
    spells = {
      "Inner Flame",
      "Irradiate",
      "Ignition"
    },
    value = 420
  },
  ["book of Storms"] = {
    description = "A book written by the magician Lan Shi, who was preoccupied with the study and control of natural phenomena. Most of Shi's works have been lost, but those still remaining are treasured by wizards lucky (or unscrupulous) enough to get their hands on a copy.",
    name = "book of Storms",
    spells = {
      "Static Discharge",
      "Airstrike",
      "Summon Lightning Spire"
    },
    value = 260
  },
  ["book of the Dragon"] = {
    description = "A magical book of spells which allow some command over dragons and their aspects.",
    name = "book of the Dragon",
    spells = {
      "Cause Fear",
      "Fireball",
      "Dragon's Call"
    },
    value = 420
  },
  ["book of the Earth"] = {
    description = "A guide to drawing immense power from the depths of the earth. The original was written as a collaboration between the hill dwarves and the mountain dwarves, but its compilation was cut short when a massive wave of earthquakes plunged their civilizations into ruin.",
    name = "book of the Earth",
    spells = {
      "Leda's Liquefaction",
      "Lee's Rapid Deconstruction",
      "Bombard"
    },
    value = 360
  },
  ["book of the Hunter"] = {
    description = "A mundane book on hunting. Someone has gone through and covered the book in corrections and scathing criticisms, crossing out entire sections in favor of spells that accomplish the same task.",
    name = "book of the Hunter",
    spells = {
      "Sigil of Binding",
      "Call Canine Familiar",
      "Dimensional Bullseye"
    },
    value = 240
  },
  ["book of the Moon"] = {
    description = "A book written by a mad wizard, who had become convinced that the moon far above was composed, not of shining light, but of rock as solid as that beneath one's feet. Many of the pages have been mangled beyond recognition, seemingly shredded by a pair of powerful claws... but what would a troll be doing with a spellbook?",
    name = "book of the Moon",
    spells = {
      "Passage of Golubria",
      "Silence",
      "Lehudib's Crystal Spear"
    },
    value = 400
  },
  ["book of the Senses"] = {
    description = "A scholarly work, describing the senses used by living creatures to perceive the world around them. A handful of spells are included to demonstrate the principles being described.",
    name = "book of the Senses",
    spells = {
      "Dazzling Flash",
      "Mephitic Cloud",
      "Curse of Agony",
      "Silence"
    },
    value = 400
  },
  ["book of the Spheres"] = {
    description = "A book containing a comprehensive, well-rounded collection of sphere-related spells. Its final pages begin to describe a spell titled 'Summon Orb of Zot', but sadly, the remainder of the book has been completely vaporised.",
    name = "book of the Spheres",
    spells = {
      "Brom's Barrelling Boulder",
      "Iskenderun's Battlesphere",
      "Fireball",
      "Conjure Ball Lightning",
      "Orb of Destruction"
    },
    value = 640
  },
  ["book of the Tundra"] = {
    description = "A book written by peoples of a cold and inhospitable realm. It's exceptionally large, but that's because many thick furs hang from its spine. Most of the remaining pages are devoted to long, proud descriptions of how those furs were taken. Some of these stories include relevant spells, generally as an aside.",
    name = "book of the Tundra",
    spells = {
      "Hailstorm",
      "Summon Ice Beast",
      "Sculpt Simulacrum"
    },
    value = 320
  },
  ["book of the Warp"] = {
    description = "A book of advanced Translocations spells, written by a particularly misanthropic mage. After its completion, they were never seen again, which may or may not have been the point.",
    name = "book of the Warp",
    spells = {
      "Manifold Assault",
      "Dispersal",
      "Disjunction"
    },
    value = 420
  },
  ["book of the Wilderness"] = {
    description = "A book holding lore ripped from distant and untamed lands, allowing their denizens to be called forth to serve the reader. It smells distressingly musty.",
    name = "book of the Wilderness",
    spells = {
      "Summon Forest",
      "Summon Mana Viper",
      "Summon Cactus Giant"
    },
    value = 380
  },
  ["book of Touch"] = {
    description = "A book describing spells requiring very close proximity to their target. The author seems to have had a low opinion of their wizardly peers, and spends much of the text describing the hygiene and social etiquette needed to enter close proximity to other sentient beings.",
    name = "book of Touch",
    spells = {
      "Kiss of Death",
      "Confusing Touch",
      "Dispel Undead"
    },
    value = 300
  },
  ["book of Transmutation"] = {
    description = "A meticulous compendium of research notes, filled with formulae for decomposing and reconstituting all manner of substances. The author appears to have had a strange obsession with becoming a spider, but even if their ultimate aim eluded them, many of the spells detailed therein are nonetheless quite practical.",
    name = "book of Transmutation",
    spells = {
      "Sublimation of Blood",
      "Petrify",
      "Irradiate"
    },
    value = 280
  },
  ["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",
    spells = {
      "Animate Dead",
      "Borgnjor's Vile Clutch",
      "Death Channel"
    },
    value = 360
  },
  ["book of Vapours"] = {
    description = "A book of magic spells for creating an assortment of clouds, vapours and mists. 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 Vapours",
    spells = {
      "Mercury Vapours",
      "Mephitic Cloud",
      "Freezing Cloud"
    },
    value = 260
  },
  ["book of Weapons"] = {
    description = "A book of spells used by rebels against an ancient and evil empire. The rebels were crushed, but this book was rediscovered years later, found by paladins of the crusade that finally destroyed the empire and slew its immortal twin sovereigns.",
    name = "book of Weapons",
    spells = {
      "Tukima's Dance",
      "Dimensional Bullseye",
      "Iskenderun's Mystic Blast"
    },
    value = 280
  },
  ["book of Winter"] = {
    description = "A book of spells written by the sorceress Ellawe, who sought to use her time productively while trapped inside by particularly harsh weather for over six months. A postscript details the bloody vengeance she took after discovering the weather mage responsible.",
    name = "book of Winter",
    spells = {
      "Ozocubu's Armour",
      "Metabolic Englaciation",
      "Sculpt Simulacrum"
    },
    value = 340
  },
  ["Everburning Encyclopedia"] = {
    description = "A book of magical spells, meticulously organized, dense, and almost entirely burnt black. Only a few pages are still legible, but the power within still blasts the reader with a furnace-like heat.",
    name = "Everburning Encyclopedia",
    spells = {
      "Ignite Poison",
      "Sticky Flame",
      "Ignition"
    },
    value = 380
  },
  ["Fen Folio"] = {
    description = "A collection of spells once used by the great swamp civilizations.",
    name = "Fen Folio",
    spells = {
      "Summon Forest",
      "Eringya's Noxious Bog",
      "Summon Hydra"
    },
    value = 420
  },
  ["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",
    spells = {
      "Malign Gateway",
      "Summon Horrible Things"
    },
    value = 340
  },
  ["Great Wizards, Vol. II"] = {
    description = "A collection of spells from great wizards throughout history. The author seems to have been extremely enthusiastic, and each wizard is described in voluminous, comprehensive detail.",
    name = "Great Wizards, Vol. II",
    spells = {
      "Alistair's Intoxication",
      "Borgnjor's Vile Clutch",
      "Eringya's Noxious Bog"
    },
    value = 380
  },
  ["Great Wizards, Vol. VII"] = {
    description = "A collection of spells from great wizards throughout history. The author seems to have been quite tired of their project - the wizards' descriptions are terse and minimal, meeting the lowest requirement for completeness.",
    name = "Great Wizards, Vol. VII",
    spells = {
      "Tukima's Dance",
      "Passage of Golubria",
      "Yara's Violent Unravelling"
    },
    value = 300
  },
 ["Maxwell's Memoranda"] = {
    description = "A loosely bound collection of the infamous Maxwell's schemes, diagrams, and plans. Amidst messages written to and by his many minions, allies of convenience and hated rivals, a patient reader can discover spells of electrifying power.",
    name = "Maxwell's Memoranda",
    spells = {
      "Vhi's Electric Charge",
      "Arcjolt",
      "Maxwell's Capacitive Coupling",
    },
    value = 400
   },
  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",
    spells = {
      "Haunt",
      "Borgnjor's Revivification",
      "Death's Door"
    },
    value = 540
  },
  ["the Unrestrained Analects"] = {
    description = "A collection of spells that assault everything in sight of the caster, unrestrained by petty limitations like 'needing a clear shot' or 'concern about collateral damage'.",
    name = "the Unrestrained Analects",
    spells = {
      "Olgreb's Toxic Radiance",
      "Ozocubu's Refrigeration",
      "Discord"
    },
    value = 440
  },
  ["There-And-Back Book"] = {
    description = "A compilation of children's stories about great adventures, always ending with the traveller returning to the place they started. The love infused into its pages by countless generations has granted it power, allowing a skilled mage to transport others by reciting specific passages.",
    name = "There-And-Back Book",
    spells = {
      "Gell's Gravitas",
      "Teleport Other",
      "Dispersal"
    },
    value = 300
  },
  ["Trismegistus Codex"] = {
    description = "A magical book written by a numerologically obsessed wizard. Everything from sentence length to overall organization is structured. It's unclear whether the author thought this was helpful.",
    name = "Trismegistus Codex",
    spells = {
      "Cigotuvi's Dreadful Rot",
      "Ignite Poison",
      "Freezing Cloud"
    },
    value = 280
  },
  ["Young Poisoner's Handbook"] = {
    description = "An introductory book for the magic arts of poison. Readers are recommended to wear a pair of very thick, non-absorbent gloves.",
    name = "Young Poisoner's Handbook",
    spells = {
      "Sting",
      "Mercury Vapours",
      "Olgreb's Toxic Radiance"
    },
    value = 200
  }
}