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.)
 
(71 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.15)
+
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"] = "Sublimation of Blood",
+
      "Call Imp",
    ["image"] = "[[File:sublimation of blood.png]]",
+
      "Sublimation of Blood",
    ["level"] = "2",
+
      "Summon Hydra"
    ["schools"] = "[[Necromancy]]",
+
     },
  },
+
     value = 280
  {
 
    ["letter"] = "b",
 
    ["name"] = "Alistair's Intoxication",
 
    ["image"] = "[[File:alistair's intoxication.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["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]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Regeneration",
 
    ["image"] = "[[File:regeneration.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Charms]]/[[Necromancy]]",
 
  },
 
}
 
m["Book of Beasts"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Summon Butterflies",
 
    ["image"] = "[[File:summon butterflies.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Call Canine Familiar",
 
    ["image"] = "[[File:call canine familiar.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Summon Ice Beast",
 
    ["image"] = "[[File:summon ice beast.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Ice Magic|Ice]]/[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Summon Mana Viper",
 
    ["image"] = "[[File:summon mana viper.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Monstrous Menagerie",
 
    ["image"] = "[[File:monstrous menagerie.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Summon Hydra",
 
    ["image"] = "[[File:summon hydra.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
}
 
m["Book of Burglary"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Swiftness",  
 
    ["image"] = "[[File:swiftness.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Passwall",
 
    ["image"] = "[[File:passwall.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Passage of Golubria",
 
    ["image"] = "[[File:passage of golubria.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Lee's Rapid Deconstruction",
 
    ["image"] = "[[File:lee's rapid deconstruction.png]]",
 
    ["level"] = "5",  
 
     ["schools"] = "[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Invisibility",
 
    ["image"] = "[[File:invisibility.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["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]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Call Imp",  
 
    ["image"] = "[[File:call imp.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Call Canine Familiar",
 
    ["image"] = "[[File:call canine familiar.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Summon Guardian Golem",
 
    ["image"] = "[[File:summon guardian golem.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Summon Lightning Spire",
 
    ["image"] = "[[File:summon lightning spire.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Summon Ice Beast",
 
    ["image"] = "[[File:summon ice beast.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Ice Magic|Ice]]/[[Summonings|Summoning]]",
 
  },
 
}
 
m["Book of Cantrips"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Corona",
 
    ["image"] = "[[File:corona.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Animate Skeleton",
 
    ["image"] = "[[File:animate skeleton.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Summon Small Mammal",
 
    ["image"] = "[[File:summon small mammal.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Apportation",
 
    ["image"] = "[[File:apportation.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
}
 
m["Book of Changes"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Beastly Appendage",
 
    ["image"] = "[[File:beastly appendage.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Sticks to Snakes",
 
    ["image"] = "[[File:sticks to snakes.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Spider Form",
 
    ["image"] = "[[File:spider form.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Ice Form",
 
    ["image"] = "[[File:ice form.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Ice Magic|Ice]]/[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Blade Hands",
 
    ["image"] = "[[File:blade hands.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Transmutations|Transmutation]]",
 
  },
 
}
 
m["Book of Clouds"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Mephitic Cloud",
 
    ["image"] = "[[File:mephitic cloud.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Conjure Flame",
 
    ["image"] = "[[File:conjure flame.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Poisonous Cloud",
 
    ["image"] = "[[File:poisonous cloud.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Freezing Cloud",
 
    ["image"] = "[[File:freezing cloud.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Ring of Flames",
 
    ["image"] = "[[File:ring of flames.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Charms]]/[[Fire Magic|Fire]]",
 
  },
 
}
 
m["Book of Conjurations"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Magic Dart",
 
    ["image"] = "[[File:magic dart.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Conjurations|Conjuration]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Searing Ray",
 
    ["image"] = "[[File:searing ray.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Conjurations|Conjuration]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Dazzling Spray",
 
    ["image"] = "[[File:dazzling spray.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Fulminant Prism",
 
    ["image"] = "[[File:fulminant prism.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Iskenderun's Mystic Blast",
 
    ["image"] = "[[File:iskenderun's mystic blast.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Conjurations|Conjuration]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Iskenderun's Battlesphere",
 
    ["image"] = "[[File:iskenderun's battlesphere.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Charms]]",
 
  },
 
}
 
m["Book of Control"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Control Teleport",
 
    ["image"] = "[[File:control teleport.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Charms]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Control Undead",
 
    ["image"] = "[[File:control undead.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Enslavement",
 
    ["image"] = "[[File:enslavement.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Metabolic Englaciation",
 
    ["image"] = "[[File:metabolic englaciation.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Mass Confusion",
 
    ["image"] = "[[File:mass confusion.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
}
 
m["Book of Death"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Corpse Rot",
 
    ["image"] = "[[File:corpse rot.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Sublimation of Blood",  
 
    ["image"] = "[[File:sublimation of blood.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Agony",
 
    ["image"] = "[[File:agony.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Dispel Undead",
 
    ["image"] = "[[File:dispel undead.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Excruciating Wounds",
 
    ["image"] = "[[File:excruciating wounds.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Charms]]/[[Necromancy]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Bolt of Draining",
 
    ["image"] = "[[File:bolt of draining.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Necromancy]]",
 
  },
 
}
 
m["Book of Debilitation"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Corona",
 
    ["image"] = "[[File:corona.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Slow",
 
    ["image"] = "[[File:slow.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "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"] = "Tukima's Dance",
 
    ["image"] = "[[File:tukima's dance.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Cause Fear",
 
    ["image"] = "[[File:cause fear.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Hexes]]",
 
  },
 
  {
 
    ["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"] = "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"] = "Alistair's Intoxication",
 
    ["image"] = "[[File:alistair's intoxication.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Olgreb's Toxic Radiance",
 
    ["image"] = "[[File:olgreb's toxic radiance.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Poison Magic|Poison]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Poisonous Cloud",
 
    ["image"] = "[[File:poisonous cloud.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]/[[Air Magic|Air]]",
 
  },
 
}
 
m["Book of Fire"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Ignite Poison",
 
    ["image"] = "[[File:ignite poison.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Fire Magic|Fire]]/[[Transmutations|Transmutation]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Fireball",
 
    ["image"] = "[[File:fireball.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Bolt of Fire",
 
    ["image"] = "[[File:bolt of fire.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Delayed Fireball",
 
    ["image"] = "[[File:delayed fireball.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Fire Magic|Fire]]/[[Conjurations|Conjuration]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Ring of Flames",
 
    ["image"] = "[[File:ring of flames.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Charms]]/[[Fire Magic|Fire]]",
 
  },
 
}
 
m["Book of Flames"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Flame Tongue",
 
    ["image"] = "[[File:flame tongue.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Throw Flame",
 
    ["image"] = "[[File:throw flame.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Conjure Flame",
 
    ["image"] = "[[File:conjure flame.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Inner Flame",
 
    ["image"] = "[[File:inner flame.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Hexes]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Sticky Flame",
 
    ["image"] = "[[File:sticky flame.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Fireball",
 
    ["image"] = "[[File:fireball.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]",
 
  },
 
}
 
m["Book of Frost"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Freeze",
 
    ["image"] = "[[File:freeze.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Throw Frost",
 
    ["image"] = "[[File:throw frost.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Ozocubu's Armour",
 
    ["image"] = "[[File:ozocubu's armour.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Charms]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Throw Icicle",
 
    ["image"] = "[[File:throw icicle.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Summon Ice Beast",
 
    ["image"] = "[[File:summon ice beast.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Ice Magic|Ice]]/[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Condensation Shield",
 
    ["image"] = "[[File:condensation shield.png]]",
 
    ["level"] = "4",
 
    ["schools"] = "[[Ice Magic|Ice]]",
 
  },
 
}
 
m["Book of Geomancy"] = {
 
  {
 
    ["letter"] = "a",
 
    ["name"] = "Sandblast",
 
    ["image"] = "[[File:sandblast.png]]",
 
    ["level"] = "1",
 
    ["schools"] = "[[Earth Magic|Earth]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Stoneskin",
 
    ["image"] = "[[File:stoneskin.png]]",
 
    ["level"] = "2",
 
    ["schools"] = "[[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"] = "2",
 
    ["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"] = "Metabolic Englaciation",
 
    ["image"] = "[[File:metabolic englaciation.png]]",
 
    ["level"] = "5",
 
    ["schools"] = "[[Hexes]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "b",
 
    ["name"] = "Ozocubu's Refrigeration",
 
    ["image"] = "[[File:ozocubu's refrigeration.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "c",
 
    ["name"] = "Bolt of Cold",
 
    ["image"] = "[[File:bolt of cold.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Freezing Cloud",
 
    ["image"] = "[[File:freezing cloud.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Ice Magic|Ice]]/[[Air Magic|Air]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["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"] = "Dazzling Spray",
 
    ["image"] = "[[File:dazzling spray.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Conjurations|Conjuration]]/[[Hexes]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["name"] = "Enslavement",
 
    ["image"] = "[[File:enslavement.png]]",
 
    ["level"] = "4",
 
    ["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"] = "Vampiric Draining",
 
    ["image"] = "[[File:vampiric draining.png]]",
 
    ["level"] = "3",
 
    ["schools"] = "[[Necromancy]]",
 
 
   },
 
   },
   {
+
   ["book of Burglary"] = {
    ["letter"] = "d",  
+
    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"] = {
    ["letter"] = "e",  
+
    description = "An introductory text on the magical summoning of beasts and beings from other realms.",
     ["name"] = "Animate Dead",  
+
     name = "book of Callings",
     ["image"] = "[[File:animate dead.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Summon Small Mammal",
     ["schools"] = "[[Necromancy]]",
+
      "Call Canine Familiar",
 +
      "Summon Blazeheart Golem"
 +
    },
 +
     value = 200
 
   },
 
   },
   {
+
   ["book of Cantrips"] = {
    ["letter"] = "f",  
+
    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"] = "Control Undead",  
+
     name = "book of Cantrips",
     ["image"] = "[[File:control undead.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Sting",
     ["schools"] = "[[Necromancy]]",
+
      "Necrotise",
 +
      "Summon Small Mammal",
 +
      "Apportation"
 +
    },
 +
     value = 160
 
   },
 
   },
}
+
  ["book of Chaos"] = {
m["Book of Party Tricks"] = {
+
     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",
     ["letter"] = "a",  
+
     spells = {
     ["name"] = "Summon Butterflies",  
+
      "Conjure Ball Lightning",
     ["image"] = "[[File:summon butterflies.png]]",  
+
      "Disjunction",
    ["level"] = "1",  
+
      "Discord"
     ["schools"] = "[[Summonings|Summoning]]",
+
    },
 +
     value = 500
 
   },
 
   },
   {
+
   ["book of Conjurations"] = {
    ["letter"] = "b",  
+
    description = "A book containing an introduction to the destructive magical arts of Conjurations.",
     ["name"] = "Apportation",  
+
     name = "book of Conjurations",
     ["image"] = "[[File:apportation.png]]",  
+
     spells = {
    ["level"] = "1",  
+
      "Magic Dart",
     ["schools"] = "[[Translocations|Translocation]]",
+
      "Searing Ray",
 +
      "Fulminant Prism"
 +
    },
 +
     value = 200
 
   },
 
   },
   {
+
   ["book of Dangerous Friends"] = {
    ["letter"] = "c",  
+
    description = "A book describing the creation and use of magical entities best kept at arm's reach. Or, preferably, even farther.",
     ["name"] = "Blink",  
+
     name = "book of Dangerous Friends",
     ["image"] = "[[File:blink.png]]",  
+
     spells = {
    ["level"] = "2",  
+
      "Summon Blazeheart Golem",
     ["schools"] = "[[Translocations|Translocation]]",
+
      "Orb of Destruction",
 +
      "Spellforged Servitor"
 +
    },
 +
     value = 400
 
   },
 
   },
   {
+
   ["book of Death"] = {
    ["letter"] = "d",  
+
    description = "A manuscript containing dark spells of Necromancy. Each page is filled with grotesque art depicting scenes of disgusting decay.",
     ["name"] = "Tukima's Dance",  
+
     name = "book of Death",
     ["image"] = "[[File:tukima's dance.png]]",  
+
     spells = {
    ["level"] = "3",  
+
      "Animate Dead",
     ["schools"] = "[[Hexes]]",
+
      "Haunt",
 +
      "Infestation"
 +
    },
 +
     value = 440
 
   },
 
   },
   {
+
   ["book of Debilitation"] = {
    ["letter"] = "e",
+
     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"] = "Alistair's Intoxication",  
+
     name = "book of Debilitation",
     ["image"] = "[[File:alistair's intoxication.png]]",  
+
     spells = {
     ["level"] = "4",  
+
      "Slow",
    ["schools"] = "[[Transmutations|Transmutation]]/[[Poison Magic|Poison]]",  
+
      "Sigil of Binding",
 +
      "Vampiric Draining",
 +
      "Confusing Touch"
 +
    },
 +
    value = 260
 
   },
 
   },
}
+
  ["book of Decay"] = {
m["Book of Power"] = {
+
     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",
     ["letter"] = "a",  
+
     spells = {
     ["name"] = "Fulminant Prism",  
+
      "Cigotuvi's Dreadful Rot",
     ["image"] = "[[File:fulminant prism.png]]",  
+
      "Dispel Undead",
    ["level"] = "4",  
+
      "Martyr's Knell",
     ["schools"] = "[[Conjurations|Conjuration]]/[[Hexes]]",
+
      "Death Channel"
 +
    },
 +
     value = 400
 
   },
 
   },
   {
+
   ["book of Displacement"] = {
    ["letter"] = "b",  
+
    description = "A book of spells to bring others closer, or sometimes farther, depending on the user's whim.",
     ["name"] = "Iskenderun's Mystic Blast",  
+
     name = "book of Displacement",
     ["image"] = "[[File:iskenderun's mystic blast.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Lesser Beckoning",
     ["schools"] = "[[Conjurations|Conjuration]]",
+
      "Gell's Gravitas",
 +
      "Teleport Other"
 +
    },
 +
     value = 220
 
   },
 
   },
   {
+
   ["book of Dreams"] = {
    ["letter"] = "c",  
+
    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"] = "Venom Bolt",  
+
     name = "book of Dreams",
     ["image"] = "[[File:venom bolt.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Ensorcelled Hibernation",
     ["schools"] = "[[Conjurations|Conjuration]]/[[Poison Magic|Poison]]",
+
      "Fugue of the Fallen",
 +
      "Anguish"
 +
    },
 +
     value = 240
 
   },
 
   },
   {
+
   ["book of Fire"] = {
    ["letter"] = "d",  
+
    description = "A book containing advanced spells in the elemental school of Fire, stolen from the secret college of the djinn.",
     ["name"] = "Bolt of Magma",  
+
     name = "book of Fire",
     ["image"] = "[[File:bolt of magma.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Foxfire",
     ["schools"] = "[[Conjurations|Conjuration]]/[[Fire Magic|Fire]]/[[Earth Magic|Earth]]",
+
      "Plasma Beam",
 +
      "Starburst",
 +
     },
 +
    value = 420
 
   },
 
   },
   {
+
   ["book of Flames"] = {
    ["letter"] = "e",  
+
    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"] = "Iron Shot",  
+
     name = "book of Flames",
     ["image"] = "[[File:iron shot.png]]",  
+
     spells = {
    ["level"] = "6",  
+
      "Inner Flame",
     ["schools"] = "[[Conjurations|Conjuration]]/[[Earth Magic|Earth]]",
+
      "Sticky Flame",
 +
      "Flame Wave"
 +
    },
 +
     value = 280
 
   },
 
   },
   {
+
   ["book of Frost"] = {
    ["letter"] = "f",  
+
    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"] = "Orb of Destruction",  
+
     name = "book of Frost",
     ["image"] = "[[File:orb of destruction.png]]",  
+
     spells = {
    ["level"] = "7",  
+
      "Freeze",
     ["schools"] = "[[Conjurations|Conjuration]]",
+
      "Frozen Ramparts",
 +
      "Hailstorm"
 +
    },
 +
     value = 220
 
   },
 
   },
}
+
  ["book of Geomancy"] = {
m["Book of Spatial Translocations"] = {
+
     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",
     ["letter"] = "a",  
+
     spells = {
     ["name"] = "Apportation",  
+
      "Sandblast",
     ["image"] = "[[File:apportation.png]]",  
+
      "Passwall",
    ["level"] = "1",  
+
      "Stone Arrow",
     ["schools"] = "[[Translocations|Translocation]]",
+
      "Brom's Barrelling Boulder"
 +
    },
 +
     value = 300
 
   },
 
   },
   {
+
   ["book of Hexes"] = {
    ["letter"] = "b",  
+
    description = "A spellbook containing an assortment of powerful Hexes, which sparkles and shimmers as the pages are flipped.",
     ["name"] = "Blink",  
+
     name = "book of Hexes",
     ["image"] = "[[File:blink.png]]",  
+
     spells = {
    ["level"] = "2",  
+
      "Anguish",
     ["schools"] = "[[Translocations|Translocation]]",
+
      "Cause Fear",
 +
      "Enfeeble"
 +
    },
 +
     value = 360
 
   },
 
   },
   {
+
   ["book of Ice"] = {
    ["letter"] = "c",  
+
    description = "A book of advanced magical spells using the element of Ice. Readers are recommended to wear a pair of warm gloves.",
     ["name"] = "Shroud of Golubria",  
+
     name = "book of Ice",
     ["image"] = "[[File:shroud of golubria.png]]",  
+
     spells = {
    ["level"] = "2",  
+
      "Sculpt Simulacrum",
     ["schools"] = "[[Charms]]/[[Translocations|Translocation]]",
+
      "Ozocubu's Refrigeration",
 +
      "Polar Vortex"
 +
    },
 +
     value = 500
 
   },
 
   },
   {
+
   ["book of Iron"] = {
    ["letter"] = "d",  
+
    description = "An ancient, metal-bound spellbook, covered in dark red blotches. Are they rust stains, or..?",
     ["name"] = "Portal Projectile",  
+
     name = "book of Iron",
     ["image"] = "[[File:portal projectile.png]]",  
+
     spells = {
    ["level"] = "3",  
+
      "Summon Lightning Spire",
     ["schools"] = "[[Translocations|Translocation]]",
+
      "Animate Armour",
 +
      "Lee's Rapid Deconstruction"
 +
    },
 +
     value = 320
 
   },
 
   },
   {
+
   ["book of Lightning"] = {
    ["letter"] = "e",  
+
    description = "A book that fairly crackles with arcane power.",
     ["name"] = "Teleport Other",  
+
     name = "book of Lightning",
     ["image"] = "[[File:teleport other.png]]",  
+
     spells = {
    ["level"] = "3",  
+
      "Vhi's Electric Charge",
     ["schools"] = "[[Translocations|Translocation]]",
+
      "Arcjolt",
 +
      "Plasma Beam"
 +
    },
 +
     value = 340
 
   },
 
   },
   {
+
   ["book of Minor Magic"] = {
    ["letter"] = "f",  
+
    description = "A spellbook containing a variety of simple but useful magical incantations. Many prominent spellcasters used this book to begin their arcane studies.",
     ["name"] = "Passage of Golubria",  
+
     name = "book of Minor Magic",
     ["image"] = "[[File:passage of golubria.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Magic Dart",
     ["schools"] = "[[Translocations|Translocation]]",
+
      "Blink",
 +
      "Call Imp"
 +
    },
 +
     value = 160
 
   },
 
   },
}
+
  ["book of Misfortune"] = {
m["Book of Summonings"] = {
+
     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",
     ["letter"] = "a",  
+
     spells = {
     ["name"] = "Abjuration",  
+
      "Jinxbite",
     ["image"] = "[[File:abjuration.png]]",  
+
      "Yara's Violent Unravelling",
    ["level"] = "3",  
+
      "Enfeeble"
     ["schools"] = "[[Summonings|Summoning]]",
+
    },
 +
     value = 320
 
   },
 
   },
   {
+
   ["book of Necromancy"] = {
    ["letter"] = "b",  
+
    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"] = "Recall",  
+
     name = "book of Necromancy",
     ["image"] = "[[File:recall.png]]",  
+
     spells = {
    ["level"] = "3",  
+
      "Necrotise",
     ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
+
      "Vampiric Draining",
 +
      "Martyr's Knell",
 +
      "Curse of Agony"
 +
    },
 +
     value = 340
 
   },
 
   },
   {
+
   ["book of Party Tricks"] = {
    ["letter"] = "c",  
+
    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"] = "Shadow Creatures",  
+
     name = "book of Party Tricks",
     ["image"] = "[[File:shadow creatures.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Apportation",
     ["schools"] = "[[Summonings|Summoning]]",
+
      "Jinxbite",
 +
      "Alistair's Intoxication"
 +
    },
 +
     value = 220
 
   },
 
   },
   {
+
   ["book of Power"] = {
    ["letter"] = "d",  
+
    description = "A book of powerful and destructive magic spells, rumbling and shuddering with barely-contained energies.",
     ["name"] = "Summon Demon",  
+
     name = "book of Power",
     ["image"] = "[[File:summon demon.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Iskenderun's Battlesphere",
     ["schools"] = "[[Summonings|Summoning]]",
+
      "Bombard",
 +
      "Spellforged Servitor"
 +
    },
 +
     value = 420
 
   },
 
   },
   {
+
   ["book of Scorching"] = {
    ["letter"] = "e",  
+
    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"] = "Summon Forest",  
+
     name = "book of Scorching",
     ["image"] = "[[File:summon forest.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Scorch",
     ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
+
      "Flame Wave",
 +
      "Summon Cactus Giant"
 +
    },
 +
     value = 420
 
   },
 
   },
   {
+
   ["book of Sloth"] = {
    ["letter"] = "f",  
+
    description = "A lazily written book.",
     ["name"] = "Monstrous Menagerie",  
+
     name = "book of Sloth",
     ["image"] = "[[File:monstrous menagerie.png]]",  
+
     spells = {
    ["level"] = "6",  
+
      "Frozen Ramparts",
     ["schools"] = "[[Summonings|Summoning]]",
+
      "Leda's Liquefaction",
 +
      "Petrify",
 +
      "Metabolic Englaciation"
 +
    },
 +
     value = 400
 
   },
 
   },
}
+
  ["book of Spatial Translocations"] = {
m["Book of Transfigurations"] = {
+
     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"] = "Stoneskin",  
+
      "Blink",
     ["image"] = "[[File:stoneskin.png]]",  
+
      "Momentum Strike",
    ["level"] = "2",  
+
      "Lesser Beckoning"
     ["schools"] = "[[Earth Magic|Earth]]/[[Transmutations|Transmutation]]",
+
    },
 +
     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"] = "Ice Form",  
+
     name = "book of Spectacle",
     ["image"] = "[[File:ice form.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Volatile Blastmotes",
     ["schools"] = "[[Ice Magic|Ice]]/[[Transmutations|Transmutation]]",
+
      "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"] = "Statue Form",  
+
     name = "book of Spontaneous Combustion",
     ["image"] = "[[File:statue form.png]]",  
+
     spells = {
    ["level"] = "6",  
+
      "Inner Flame",
     ["schools"] = "[[Transmutations|Transmutation]]/[[Earth Magic|Earth]]",
+
      "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"] = "Dragon Form",  
+
     name = "book of Storms",
     ["image"] = "[[File:dragon form.png]]",  
+
     spells = {
    ["level"] = "7",  
+
      "Static Discharge",
     ["schools"] = "[[Transmutations|Transmutation]]",
+
      "Airstrike",
 +
      "Summon Lightning Spire"
 +
    },
 +
     value = 260
 
   },
 
   },
}
+
  ["book of the Dragon"] = {
m["Book of Unlife"] = {
+
     description = "A magical book of spells which allow some command over dragons and their aspects.",
  {
+
     name = "book of the Dragon",
     ["letter"] = "a",  
+
     spells = {
     ["name"] = "Recall",  
+
      "Cause Fear",
     ["image"] = "[[File:recall.png]]",  
+
      "Fireball",
    ["level"] = "3",  
+
      "Dragon's Call"
     ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
+
    },
 +
     value = 420
 
   },
 
   },
   {
+
   ["book of the Earth"] = {
    ["letter"] = "b",  
+
    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"] = "Animate Dead",  
+
     name = "book of the Earth",
     ["image"] = "[[File:animate dead.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Leda's Liquefaction",
     ["schools"] = "[[Necromancy]]",
+
      "Lee's Rapid Deconstruction",
 +
      "Bombard"
 +
    },
 +
     value = 360
 
   },
 
   },
   {
+
   ["book of the Hunter"] = {
    ["letter"] = "c",  
+
    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"] = "Control Undead",  
+
     name = "book of the Hunter",
     ["image"] = "[[File:control undead.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Sigil of Binding",
     ["schools"] = "[[Necromancy]]",
+
      "Call Canine Familiar",
 +
      "Dimensional Bullseye"
 +
    },
 +
     value = 240
 
   },
 
   },
   {
+
   ["book of the Moon"] = {
    ["letter"] = "d",  
+
    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"] = "Twisted Resurrection",  
+
     name = "book of the Moon",
     ["image"] = "[[File:twisted resurrection.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Passage of Golubria",
     ["schools"] = "[[Necromancy]]",
+
      "Silence",
 +
      "Lehudib's Crystal Spear"
 +
    },
 +
     value = 400
 
   },
 
   },
   {
+
   ["book of the Senses"] = {
    ["letter"] = "e",  
+
    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"] = "Death Channel",  
+
     name = "book of the Senses",
     ["image"] = "[[File:death channel.png]]",  
+
     spells = {
    ["level"] = "6",  
+
      "Dazzling Flash",
     ["schools"] = "[[Necromancy]]",
+
      "Mephitic Cloud",
 +
      "Curse of Agony",
 +
      "Silence"
 +
    },
 +
     value = 400
 
   },
 
   },
   {
+
   ["book of the Spheres"] = {
    ["letter"] = "f",  
+
    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"] = "Simulacrum",  
+
     name = "book of the Spheres",
     ["image"] = "[[File:simulacrum.png]]",  
+
     spells = {
    ["level"] = "6",  
+
      "Brom's Barrelling Boulder",
    ["schools"] = "[[Ice Magic|Ice]]/[[Necromancy]]",  
+
      "Iskenderun's Battlesphere",
 +
      "Fireball",
 +
      "Conjure Ball Lightning",
 +
      "Orb of Destruction"
 +
    },
 +
    value = 640
 
   },
 
   },
}
+
  ["book of the Tundra"] = {
m["Book of Wizardry"] = {
+
     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",
     ["letter"] = "a",  
+
     spells = {
     ["name"] = "Agony",  
+
      "Hailstorm",
     ["image"] = "[[File:agony.png]]",  
+
      "Summon Ice Beast",
    ["level"] = "5",  
+
      "Sculpt Simulacrum"
     ["schools"] = "[[Necromancy]]",
+
    },
 +
     value = 320
 
   },
 
   },
   {
+
   ["book of the Warp"] = {
    ["letter"] = "b",  
+
    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"] = "Force Lance",  
+
     name = "book of the Warp",
     ["image"] = "[[File:force lance.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Manifold Assault",
     ["schools"] = "[[Conjurations|Conjuration]]",
+
      "Dispersal",
 +
      "Disjunction"
 +
    },
 +
     value = 420
 
   },
 
   },
   {
+
   ["book of the Wilderness"] = {
    ["letter"] = "c",  
+
    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"] = "Dispersal",  
+
     name = "book of the Wilderness",
     ["image"] = "[[File:dispersal.png]]",  
+
     spells = {
    ["level"] = "6",  
+
      "Summon Forest",
     ["schools"] = "[[Translocations|Translocation]]",
+
      "Summon Mana Viper",
 +
      "Summon Cactus Giant"
 +
    },
 +
     value = 380
 
   },
 
   },
   {
+
   ["book of Touch"] = {
    ["letter"] = "d",  
+
    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"] = "Haste",  
+
     name = "book of Touch",
     ["image"] = "[[File:haste.png]]",  
+
     spells = {
    ["level"] = "6",  
+
      "Kiss of Death",
     ["schools"] = "[[Charms]]",
+
      "Confusing Touch",
 +
      "Dispel Undead"
 +
    },
 +
     value = 300
 
   },
 
   },
   {
+
   ["book of Transmutation"] = {
    ["letter"] = "e",  
+
    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"] = "Invisibility",  
+
     name = "book of Transmutation",
     ["image"] = "[[File:invisibility.png]]",  
+
     spells = {
    ["level"] = "6",  
+
      "Sublimation of Blood",
     ["schools"] = "[[Hexes]]",
+
      "Petrify",
 +
      "Irradiate"
 +
    },
 +
     value = 280
 
   },
 
   },
   {
+
   ["book of Unlife"] = {
    ["letter"] = "f",  
+
    description = "An unholy book describing a variety of magical methods for the creation and command of undead servants.",
     ["name"] = "Spellforged Servitor",  
+
     name = "book of Unlife",
     ["image"] = "[[File:spellforged servitor.png]]",  
+
     spells = {
    ["level"] = "7",  
+
      "Animate Dead",
     ["schools"] = "[[Conjurations|Conjuration]]/[[Summonings|Summoning]]",
+
      "Borgnjor's Vile Clutch",
 +
      "Death Channel"
 +
    },
 +
     value = 360
 
   },
 
   },
}
+
  ["book of Vapours"] = {
m["Book of the Dragon"] = {
+
     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"] = "Flight",
+
      "Mercury Vapours",
    ["image"] = "[[File:flight.png]]",  
+
      "Mephitic Cloud",
    ["level"] = "3",
+
      "Freezing Cloud"
    ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
+
     },
  },
+
     value = 260
  {
 
    ["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]]",
 
 
   },
 
   },
   {
+
   ["book of Weapons"] = {
    ["letter"] = "e",  
+
    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"] = "Dragon's Call",  
+
     name = "book of Weapons",
     ["image"] = "[[File:dragon's call.png]]",  
+
     spells = {
    ["level"] = "9",  
+
      "Tukima's Dance",
     ["schools"] = "[[Summonings|Summoning]]",
+
      "Dimensional Bullseye",
 +
      "Iskenderun's Mystic Blast"
 +
    },
 +
     value = 280
 
   },
 
   },
}
+
  ["book of Winter"] = {
m["Book of the Sky"] = {
+
     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",
     ["letter"] = "a",  
+
     spells = {
     ["name"] = "Flight",  
+
      "Ozocubu's Armour",
     ["image"] = "[[File:flight.png]]",  
+
      "Metabolic Englaciation",
    ["level"] = "3",  
+
      "Sculpt Simulacrum"
     ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
+
    },
 +
     value = 340
 
   },
 
   },
   {
+
   ["Everburning Encyclopedia"] = {
    ["letter"] = "b",  
+
    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"] = "Airstrike",  
+
     name = "Everburning Encyclopedia",
     ["image"] = "[[File:airstrike.png]]",  
+
     spells = {
    ["level"] = "4",  
+
      "Ignite Poison",
     ["schools"] = "[[Air Magic|Air]]",
+
      "Sticky Flame",
 +
      "Ignition"
 +
    },
 +
     value = 380
 
   },
 
   },
   {
+
   ["Fen Folio"] = {
    ["letter"] = "c",  
+
    description = "A collection of spells once used by the great swamp civilizations.",
     ["name"] = "Silence",  
+
     name = "Fen Folio",
     ["image"] = "[[File:silence.png]]",  
+
     spells = {
    ["level"] = "5",  
+
      "Summon Forest",
     ["schools"] = "[[Hexes]]/[[Air Magic|Air]]",
+
      "Eringya's Noxious Bog",
 +
      "Summon Hydra"
 +
    },
 +
     value = 420
 
   },
 
   },
   {
+
   ["Grand Grimoire"] = {
    ["letter"] = "d",  
+
    description = "A book describing how the mighty among summoners can bend to their will the terrible things from betwixt the planes. Many have been the unwary souls, however, who have toyed with this tome and been driven mad by unimaginable eldritch horrors.",
     ["name"] = "Deflect Missiles",  
+
     name = "Grand Grimoire",
     ["image"] = "[[File:deflect missiles.png]]",  
+
     spells = {
    ["level"] = "6",  
+
      "Malign Gateway",
     ["schools"] = "[[Charms]]/[[Air Magic|Air]]",
+
      "Summon Horrible Things"
 +
    },
 +
     value = 340
 
   },
 
   },
   {
+
   ["Great Wizards, Vol. II"] = {
    ["letter"] = "e",  
+
    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"] = "Conjure Ball Lightning",  
+
     name = "Great Wizards, Vol. II",
     ["image"] = "[[File:conjure ball lightning.png]]",  
+
     spells = {
    ["level"] = "6",  
+
      "Alistair's Intoxication",
     ["schools"] = "[[Air Magic|Air]]/[[Conjurations|Conjuration]]",
+
      "Borgnjor's Vile Clutch",
 +
      "Eringya's Noxious Bog"
 +
    },
 +
     value = 380
 
   },
 
   },
   {
+
   ["Great Wizards, Vol. VII"] = {
    ["letter"] = "f",
+
     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"] = "Tornado",  
+
     name = "Great Wizards, Vol. VII",
    ["image"] = "[[File:tornado.png]]",
+
     spells = {
    ["level"] = "9",
+
      "Tukima's Dance",
     ["schools"] = "[[Air Magic|Air]]",
+
      "Passage of Golubria",
  },
+
      "Yara's Violent Unravelling"
}
+
     },
m["Book of the Tempests"] = {
+
     value = 300
  {
 
    ["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"] = "Dispersal",
 
    ["image"] = "[[File:dispersal.png]]",
 
    ["level"] = "6",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["name"] = "Controlled Blink",
 
    ["image"] = "[[File:controlled blink.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "f",
 
    ["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"] = "Summon Greater Demon",
 
    ["image"] = "[[File:summon greater demon.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Summonings|Summoning]]",
 
  },
 
  {
 
    ["letter"] = "d",
 
    ["name"] = "Malign Gateway",
 
    ["image"] = "[[File:malign gateway.png]]",
 
    ["level"] = "7",
 
    ["schools"] = "[[Summonings|Summoning]]/[[Translocations|Translocation]]",
 
  },
 
  {
 
    ["letter"] = "e",
 
    ["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
  }
}