Difference between revisions of "Module:Table of spellbooks"
(removed Volatile Blastmotes from book of Spectacle, replaced Maxwell's Capacitive Coupling with Fulsome Fusillade to reflect changes in version 0.32, updated value accordingly) |
(I have written my own script to generate this file - now up to date to 0.33 - revert if this breaks everything) |
||
| Line 1: | Line 1: | ||
| − | -- Table of spell books ( | + | -- Table of spell books (last generated in 0.33) |
return { | return { | ||
| − | ["book of | + | ["book of Minor Magic"] = { |
| − | description = "A | + | 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 | + | name = "book of Minor Magic", |
spells = { | spells = { | ||
| − | " | + | "Magic Dart", |
| − | " | + | "Blink", |
| − | " | + | "Call Imp", |
}, | }, | ||
| − | value = | + | value = 160, |
}, | }, | ||
| − | ["book of | + | ["book of Conjurations"] = { |
| − | description = "A | + | description = "A book containing an introduction to the destructive magical arts of Conjurations.", |
| − | name = "book of | + | name = "book of Conjurations", |
spells = { | spells = { | ||
| − | " | + | "Magic Dart", |
| − | " | + | "Searing Ray", |
| − | " | + | "Fulminant Prism", |
}, | }, | ||
| − | value = | + | value = 200, |
}, | }, | ||
| − | ["book of | + | ["book of Flames"] = { |
| − | description = " | + | 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 | + | name = "book of Flames", |
spells = { | spells = { | ||
| − | " | + | "Inner Flame", |
| − | " | + | "Sticky Flame", |
| − | " | + | "Flame Wave", |
}, | }, | ||
| − | value = | + | value = 280, |
}, | }, | ||
| − | ["book of | + | ["book of Frost"] = { |
| − | description = " | + | 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 | + | name = "book of Frost", |
spells = { | spells = { | ||
| − | " | + | "Freeze", |
| − | " | + | "Frozen Ramparts", |
| − | " | + | "Hailstorm", |
}, | }, | ||
| − | value = | + | value = 200, |
}, | }, | ||
| − | ["book of | + | ["book of the Wilderness"] = { |
| − | description = "A book | + | 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 | + | name = "book of the Wilderness", |
spells = { | spells = { | ||
| − | "Summon | + | "Summon Seismosaurus Egg", |
| + | "Summon Forest", | ||
"Summon Mana Viper", | "Summon Mana Viper", | ||
| − | " | + | "Summon Cactus Giant", |
| + | }, | ||
| + | value = 480, | ||
| + | }, | ||
| + | ["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 = | + | value = 320, |
}, | }, | ||
| − | ["book of | + | ["book of Ice"] = { |
| − | description = "A book of spells | + | 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 | + | name = "book of Ice", |
spells = { | spells = { | ||
| − | " | + | "Freezing Cloud", |
| − | " | + | "Ozocubu's Refrigeration", |
| − | " | + | "Polar Vortex", |
}, | }, | ||
| − | value = | + | value = 480, |
}, | }, | ||
| − | ["book of | + | ["book of Spatial Translocations"] = { |
| − | description = "A | + | 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 | + | name = "book of Spatial Translocations", |
spells = { | spells = { | ||
| − | " | + | "Blink", |
| − | " | + | "Momentum Strike", |
| − | " | + | "Lesser Beckoning", |
}, | }, | ||
| − | value = | + | value = 180, |
}, | }, | ||
| − | ["book of | + | ["book of Hexes"] = { |
| − | description = "A | + | description = "A spellbook containing an assortment of powerful Hexes, which sparkles and shimmers as the pages are flipped.", |
| − | name = "book of | + | name = "book of Hexes", |
spells = { | spells = { | ||
| − | " | + | "Anguish", |
| − | " | + | "Cause Fear", |
| − | " | + | "Enfeeble", |
}, | }, | ||
| − | value = | + | value = 360, |
}, | }, | ||
| − | [" | + | ["Young Poisoner's Handbook"] = { |
| − | description = "An introductory | + | description = "An introductory book for the magic arts of poison. Readers are recommended to wear a pair of very thick, non-absorbent gloves.", |
| − | name = " | + | name = "Young Poisoner's Handbook", |
spells = { | spells = { | ||
| − | " | + | "Poisonous Vapours", |
| − | " | + | "Mercury Arrow", |
| − | " | + | "Olgreb's Toxic Radiance", |
}, | }, | ||
| − | value = 200 | + | value = 200, |
}, | }, | ||
| − | ["book of | + | ["book of Lightning"] = { |
| − | description = "A book | + | description = "A book that fairly crackles with arcane power.", |
| − | name = "book of | + | name = "book of Lightning", |
spells = { | spells = { | ||
| − | " | + | "Vhi's Electric Charge", |
| − | " | + | "Arcjolt", |
| − | " | + | "Plasma Beam", |
}, | }, | ||
| − | value = | + | value = 360, |
}, | }, | ||
| − | ["book of | + | ["book of Death"] = { |
| − | description = "A | + | description = "A manuscript containing dark spells of Necromancy. Each page is filled with grotesque art depicting scenes of disgusting decay.", |
| − | name = "book of | + | name = "book of Death", |
spells = { | spells = { | ||
| − | " | + | "Animate Dead", |
| − | " | + | "Haunt", |
| − | " | + | "Infestation", |
}, | }, | ||
| − | value = | + | value = 440, |
}, | }, | ||
| − | ["book of | + | ["book of Misfortune"] = { |
| − | description = "A book | + | 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 good-luck charm, but the effects of this seem subtle at best.", |
| − | name = "book of | + | name = "book of Misfortune", |
spells = { | spells = { | ||
| − | " | + | "Jinxbite", |
| − | " | + | "Yara's Violent Unravelling", |
| − | " | + | "Enfeeble", |
| + | "Sphinx Sisters", | ||
}, | }, | ||
| − | value = | + | value = 500, |
}, | }, | ||
| − | ["book of | + | ["book of Spontaneous Combustion"] = { |
| − | description = "A | + | description = "A heavy tome whose desiccated pages smell faintly of sulphur. 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 | + | name = "book of Spontaneous Combustion", |
spells = { | spells = { | ||
| − | " | + | "Inner Flame", |
| − | " | + | "Detonation Catalyst", |
| − | " | + | "Irradiate", |
| + | "Ignition", | ||
}, | }, | ||
| − | value = | + | value = 500, |
}, | }, | ||
| − | [" | + | ["Fen Folio"] = { |
| − | description = "A | + | description = "A collection of spells once used by the great swamp civilisations.", |
| − | name = " | + | name = "Fen Folio", |
spells = { | spells = { | ||
| − | " | + | "Summon Forest", |
| − | " | + | "Eringya's Noxious Bog", |
| − | " | + | "Summon Hydra", |
}, | }, | ||
| − | value = | + | value = 420, |
}, | }, | ||
| − | [" | + | ["My Sojourn through Swampland"] = { |
| − | description = " | + | description = "While purporting itself to be the personal account of a famous naturalist, it becomes clear upon reading that this book was compiled from multiple unrelated sources, including notes from a stagehand of a travelling magical circus. The travelogue may be fictitious, but but some of the spell diagrams carefully transcribed in the margins seem quite real.", |
| − | name = " | + | name = "My Sojourn through Swampland", |
spells = { | spells = { | ||
| − | " | + | "Mercury Arrow", |
| − | " | + | "Launch Clockwork Bee", |
| − | " | + | "Eringya's Surprising Crocodile", |
}, | }, | ||
| − | value = | + | value = 240, |
}, | }, | ||
| − | ["book of | + | ["book of Necromancy"] = { |
| − | description = "A book | + | 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 | + | name = "book of Necromancy", |
spells = { | spells = { | ||
| − | " | + | "Soul Splinter", |
| − | " | + | "Grave Claw", |
| − | " | + | "Vampiric Draining", |
}, | }, | ||
| − | value = | + | value = 180, |
}, | }, | ||
| − | ["book of | + | ["book of Callings"] = { |
| − | description = " | + | description = "An introductory text on the magical summoning of beasts and beings from other realms.", |
| − | name = "book of | + | name = "book of Callings", |
spells = { | spells = { | ||
| − | " | + | "Summon Small Mammal", |
| − | " | + | "Call Imp", |
| + | "Call Canine Familiar", | ||
| + | "Eringya's Surprising Crocodile", | ||
}, | }, | ||
| − | value = | + | value = 280, |
}, | }, | ||
| − | ["book of | + | ["book of Air"] = { |
| − | description = "The | + | description = "A primer on the elemental magics of Air. The great minotaur hero Vuxhurn, given a copy of this book while trapped atop the tower of a wizard with a particularly perverse sense of humor, used its pages to construct a rudimentary glider and soared to freedom.", |
| − | name = "book of | + | name = "book of Air", |
spells = { | spells = { | ||
| − | " | + | "Shock", |
| − | " | + | "Swiftness", |
| − | " | + | "Airstrike", |
}, | }, | ||
| − | value = | + | value = 220, |
}, | }, | ||
| − | ["book of | + | ["book of the Warp"] = { |
| − | description = "A book | + | 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 | + | name = "book of the Warp", |
spells = { | spells = { | ||
| − | " | + | "Dispersal", |
| − | " | + | "Manifold Assault", |
| − | " | + | "Disjunction", |
}, | }, | ||
| − | value = | + | value = 480, |
}, | }, | ||
| − | ["book of | + | ["book of Unlife"] = { |
| − | description = " | + | description = "An unholy book describing a variety of magical methods for the creation and command of undead servants.", |
| − | name = "book of | + | name = "book of Unlife", |
spells = { | spells = { | ||
| − | " | + | "Soul Splinter", |
| − | " | + | "Martyr's Knell", |
| − | " | + | "Death Channel", |
}, | }, | ||
| − | value = 280 | + | value = 280, |
}, | }, | ||
| − | ["book of | + | ["book of Battle"] = { |
| − | description = " | + | 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 | + | name = "book of Battle", |
spells = { | spells = { | ||
| − | " | + | "Fugue of the Fallen", |
| − | " | + | "Ozocubu's Armour", |
| − | " | + | "Detonation Catalyst", |
| + | "Manifold Assault", | ||
}, | }, | ||
| − | value = | + | value = 440, |
}, | }, | ||
["book of Geomancy"] = { | ["book of Geomancy"] = { | ||
| Line 215: | Line 231: | ||
spells = { | spells = { | ||
"Sandblast", | "Sandblast", | ||
| + | "Stone Arrow", | ||
"Passwall", | "Passwall", | ||
| − | |||
| − | |||
}, | }, | ||
| − | value = | + | value = 200, |
| + | }, | ||
| + | ["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", | ||
| + | "Fortress Blast", | ||
| + | "Spellspark Servitor", | ||
| + | }, | ||
| + | value = 540, | ||
| + | }, | ||
| + | ["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 = { | ||
| + | "Poisonous Vapours", | ||
| + | "Kinetic Grapnel", | ||
| + | "Summon Small Mammal", | ||
| + | "Apportation", | ||
| + | }, | ||
| + | value = 160, | ||
}, | }, | ||
| − | ["book of | + | ["book of Party Tricks"] = { |
| − | description = "A | + | 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 | + | name = "book of Party Tricks", |
spells = { | spells = { | ||
| − | " | + | "Apportation", |
| − | " | + | "Jinxbite", |
| − | " | + | "Alistair's Intoxication", |
}, | }, | ||
| − | value = | + | value = 220, |
}, | }, | ||
| − | ["book of | + | ["book of Debilitation"] = { |
| − | description = "A | + | 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 | + | name = "book of Debilitation", |
spells = { | spells = { | ||
| − | " | + | "Slow", |
| − | " | + | "Confusing Touch", |
| − | " | + | "Cigotuvi's Putrefaction", |
}, | }, | ||
| − | value = | + | value = 220, |
}, | }, | ||
| − | ["book of | + | ["book of the Dragon"] = { |
| − | description = " | + | description = "A magical book of spells which allow some command over dragons and their aspects.", |
| − | name = "book of | + | name = "book of the Dragon", |
spells = { | spells = { | ||
| − | " | + | "Cause Fear", |
| − | " | + | "Fireball", |
| − | " | + | "Dragon's Call", |
}, | }, | ||
| − | value = | + | value = 420, |
}, | }, | ||
| − | ["book of | + | ["book of Burglary"] = { |
| − | description = "A book | + | description = "A book containing spells useful for theft, breaking and entering, and other miscellaneous larceny.", |
| − | name = "book of | + | name = "book of Burglary", |
spells = { | spells = { | ||
| − | " | + | "Ensorcelled Hibernation", |
| − | " | + | "Swiftness", |
| − | " | + | "Passwall", |
}, | }, | ||
| − | value = | + | value = 220, |
}, | }, | ||
| − | ["book of | + | ["book of Dreams"] = { |
| − | description = " | + | 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 | + | name = "book of Dreams", |
spells = { | spells = { | ||
| − | " | + | "Ensorcelled Hibernation", |
| − | " | + | "Fugue of the Fallen", |
| − | " | + | "Anguish", |
}, | }, | ||
| − | value = | + | value = 240, |
}, | }, | ||
| − | ["book of | + | ["book of Transmutation"] = { |
| − | description = "A | + | 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 | + | name = "book of Transmutation", |
spells = { | spells = { | ||
| − | " | + | "Petrify", |
| − | " | + | "Irradiate", |
| − | " | + | "Fulsome Fusillade", |
}, | }, | ||
| − | value = | + | value = 400, |
}, | }, | ||
| − | ["book of | + | ["book of Beasts"] = { |
| − | description = "A | + | description = "A book of spells focused on the summoning of beasts. Its pages nip at careless readers' fingers.", |
| − | name = "book of | + | name = "book of Beasts", |
spells = { | spells = { | ||
| − | " | + | "Summon Ice Beast", |
| − | " | + | "Summon Seismosaurus Egg", |
| − | " | + | "Summon Mana Viper", |
| + | "Sphinx Sisters", | ||
}, | }, | ||
| − | value = | + | value = 460, |
}, | }, | ||
| − | ["book of | + | ["book of Annihilations"] = { |
| − | description = "A | + | 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 | + | name = "book of Annihilations", |
spells = { | spells = { | ||
| − | " | + | "Chain Lightning", |
| − | " | + | "Fire Storm", |
| − | " | + | "Shatter", |
}, | }, | ||
| − | value = | + | value = 600, |
}, | }, | ||
| − | [" | + | ["Grand Grimoire"] = { |
| − | description = "A book | + | 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 = " | + | name = "Grand Grimoire", |
spells = { | spells = { | ||
| − | " | + | "Malign Gateway", |
| − | " | + | "Summon Horrible Things", |
| − | |||
}, | }, | ||
| − | value = | + | value = 340, |
}, | }, | ||
| − | [" | + | ["Necronomicon"] = { |
| − | description = " | + | 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 = " | + | name = "Necronomicon", |
spells = { | spells = { | ||
| − | " | + | "Haunt", |
| − | " | + | "Borgnjor's Revivification", |
| − | " | + | "Death's Door", |
}, | }, | ||
| − | value = | + | value = 540, |
}, | }, | ||
| − | ["book of | + | ["book of Fixed Level"] = { |
| − | description = "A | + | description = "A book of magic spells.", |
| − | name = "book of | + | name = "book of Fixed Level", |
spells = { | spells = { | ||
| − | |||
| − | |||
| − | |||
| − | |||
}, | }, | ||
| − | value = | + | value = 0, |
}, | }, | ||
| − | ["book of | + | ["book of Fixed Theme"] = { |
| − | description = "A | + | description = "A book of magic spells.", |
| − | name = "book of | + | name = "book of Fixed Theme", |
spells = { | spells = { | ||
| − | |||
| − | |||
| − | |||
}, | }, | ||
| − | value = | + | value = 0, |
}, | }, | ||
["book of Spectacle"] = { | ["book of Spectacle"] = { | ||
| Line 348: | Line 378: | ||
"Dazzling Flash", | "Dazzling Flash", | ||
"Starburst", | "Starburst", | ||
| − | "Fulsome Fusillade" | + | "Fulsome Fusillade", |
| + | }, | ||
| + | value = 400, | ||
| + | }, | ||
| + | ["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 = { | ||
| + | "Frozen Ramparts", | ||
| + | "Ozocubu's Armour", | ||
| + | "Metabolic Englaciation", | ||
| + | }, | ||
| + | value = 280, | ||
| + | }, | ||
| + | ["book of the Spheres"] = { | ||
| + | description = "A book containing a 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 = 620, | ||
| + | }, | ||
| + | ["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", | ||
| + | "Rending Blade", | ||
| + | "Lehudib's Crystal Spear", | ||
}, | }, | ||
| − | value = | + | value = 360, |
}, | }, | ||
| − | ["book of | + | ["book of Decay"] = { |
| − | description = "A | + | 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 | + | name = "book of Decay", |
spells = { | spells = { | ||
| − | " | + | "Cigotuvi's Putrefaction", |
| − | " | + | "Dispel Undead", |
| − | " | + | "Martyr's Knell", |
}, | }, | ||
| − | value = | + | value = 300, |
}, | }, | ||
| − | ["book of | + | ["book of Displacement"] = { |
| − | description = "A book | + | description = "A book of spells to bring others closer, or sometimes farther, depending on the user's whim.", |
| − | name = "book of | + | name = "book of Displacement", |
spells = { | spells = { | ||
| − | " | + | "Lesser Beckoning", |
| − | " | + | "Teleport Other", |
| − | " | + | "Maxwell's Portable Piledriver", |
}, | }, | ||
| − | value = | + | value = 220, |
}, | }, | ||
| − | [" | + | ["Everburning Encyclopedia"] = { |
| − | description = "A | + | 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 = " | + | name = "Everburning Encyclopedia", |
spells = { | spells = { | ||
| − | " | + | "Ignite Poison", |
| − | " | + | "Sticky Flame", |
| − | " | + | "Ignition", |
}, | }, | ||
| − | value = | + | value = 380, |
}, | }, | ||
["book of the Earth"] = { | ["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 | + | 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 the hill dwarves' civilisation into ruin.", |
name = "book of the Earth", | name = "book of the Earth", | ||
spells = { | spells = { | ||
"Leda's Liquefaction", | "Leda's Liquefaction", | ||
"Lee's Rapid Deconstruction", | "Lee's Rapid Deconstruction", | ||
| − | + | "Permafrost Eruption", | |
| − | "Permafrost Eruption" | ||
}, | }, | ||
| − | value = 360 | + | value = 360, |
}, | }, | ||
| − | ["book of the | + | ["book of the Senses"] = { |
| − | description = "A | + | 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 | + | name = "book of the Senses", |
spells = { | spells = { | ||
| − | " | + | "Dazzling Flash", |
| − | " | + | "Mephitic Cloud", |
| − | " | + | "Silence", |
| + | "Curse of Agony", | ||
}, | }, | ||
| − | value = | + | value = 400, |
}, | }, | ||
["book of the Moon"] = { | ["book of the Moon"] = { | ||
| Line 409: | Line 471: | ||
"Passage of Golubria", | "Passage of Golubria", | ||
"Silence", | "Silence", | ||
| − | "Lehudib's Crystal Spear" | + | "Lehudib's Crystal Spear", |
}, | }, | ||
| − | value = 400 | + | value = 400, |
}, | }, | ||
| − | ["book of | + | ["book of Blasting"] = { |
| − | description = "A | + | 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 | + | name = "book of Blasting", |
spells = { | spells = { | ||
| − | " | + | "Volatile Blastmotes", |
| − | " | + | "Fulminant Prism", |
| − | " | + | "Iskenderun's Mystic Blast", |
| − | " | + | "Forge Monarch Bomb", |
}, | }, | ||
| − | value = | + | value = 420, |
}, | }, | ||
| − | ["book of | + | ["book of Iron"] = { |
| − | description = " | + | description = "An ancient, metal-bound spellbook, covered in dark red blotches. Are they rust stains, or..?", |
| − | name = "book of | + | name = "book of Iron", |
spells = { | spells = { | ||
| − | " | + | "Awaken Armour", |
| − | " | + | "Lee's Rapid Deconstruction", |
| − | " | + | "Magnavolt", |
| − | |||
| − | |||
}, | }, | ||
| − | value = | + | value = 380, |
}, | }, | ||
["book of the Tundra"] = { | ["book of the Tundra"] = { | ||
| − | description = "A | + | description = "A frost-gripped tome describing icy spells, somewhat abridged. The Vaults are said to hold the full text, but the guardians of that place guard their treasures jealously.", |
name = "book of the Tundra", | name = "book of the Tundra", | ||
spells = { | spells = { | ||
"Hailstorm", | "Hailstorm", | ||
"Summon Ice Beast", | "Summon Ice Beast", | ||
| − | " | + | "Permafrost Eruption", |
| − | " | + | }, |
| + | value = 300, | ||
| + | }, | ||
| + | ["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", | ||
| + | "Forge Lightning Spire", | ||
| + | }, | ||
| + | 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", | ||
| + | "Rending Blade", | ||
| + | "Platinum Paragon", | ||
| + | }, | ||
| + | value = 480, | ||
| + | }, | ||
| + | ["book of Sloth"] = { | ||
| + | description = "A lazily written book.", | ||
| + | name = "book of Sloth", | ||
| + | spells = { | ||
| + | "Leda's Liquefaction", | ||
| + | "Petrify", | ||
| + | "Metabolic Englaciation", | ||
| + | }, | ||
| + | value = 320, | ||
| + | }, | ||
| + | ["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 = { | ||
| + | "Sublimation of Blood", | ||
| + | "Ignite Poison", | ||
| + | "Summon Hydra", | ||
}, | }, | ||
| − | value = 320 | + | value = 320, |
}, | }, | ||
| − | [" | + | ["There-And-Back Book"] = { |
| − | description = "A | + | 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 = " | + | name = "There-And-Back Book", |
spells = { | spells = { | ||
| − | " | + | "Teleport Other", |
| + | "Gell's Gavotte", | ||
"Dispersal", | "Dispersal", | ||
| − | |||
| − | |||
}, | }, | ||
| − | value = | + | value = 360, |
}, | }, | ||
| − | ["book of | + | ["book of Dangerous Friends"] = { |
| − | description = "A book | + | description = "A book describing the creation and use of magical entities best kept at arm's reach. Or, preferably, even farther.", |
| − | name = "book of | + | name = "book of Dangerous Friends", |
spells = { | spells = { | ||
| − | " | + | "Forge Blazeheart Golem", |
| − | " | + | "Orb of Destruction", |
| − | " | + | "Spellspark Servitor", |
}, | }, | ||
| − | value = | + | value = 420, |
}, | }, | ||
["book of Touch"] = { | ["book of Touch"] = { | ||
| Line 474: | Line 573: | ||
"Kiss of Death", | "Kiss of Death", | ||
"Confusing Touch", | "Confusing Touch", | ||
| − | "Dispel Undead" | + | "Dispel Undead", |
}, | }, | ||
| − | value = | + | value = 220, |
}, | }, | ||
| − | ["book of | + | ["book of Chaos"] = { |
| − | description = "A | + | 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 = " | + | name = "book of Chaos", |
| + | spells = { | ||
| + | "Conjure Ball Lightning", | ||
| + | "Disjunction", | ||
| + | "Discord", | ||
| + | }, | ||
| + | value = 500, | ||
| + | }, | ||
| + | ["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 = { | spells = { | ||
| − | " | + | "Olgreb's Toxic Radiance", |
| − | " | + | "Ozocubu's Refrigeration", |
| − | " | + | "Discord", |
}, | }, | ||
| − | value = | + | value = 440, |
}, | }, | ||
| − | [" | + | ["Great Wizards, Vol. II"] = { |
| − | description = " | + | 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 = " | + | name = "Great Wizards, Vol. II", |
spells = { | spells = { | ||
| − | " | + | "Alistair's Intoxication", |
"Borgnjor's Vile Clutch", | "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 = | + | value = 300, |
}, | }, | ||
| − | [" | + | ["Trismegistus Codex"] = { |
| − | description = "A book | + | 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 = " | + | name = "Trismegistus Codex", |
spells = { | spells = { | ||
| − | |||
"Mephitic Cloud", | "Mephitic Cloud", | ||
| − | "Freezing Cloud" | + | "Freezing Cloud", |
| + | "Hellfire Mortar", | ||
}, | }, | ||
| − | value = | + | value = 360, |
}, | }, | ||
| − | ["book of | + | ["book of the Hunter"] = { |
| − | description = "A book | + | description = "A mundane book on hunting. Someone has gone through and covered the book in corrections and scathing criticisms, crossing out entire sections in favour of spells that accomplish the same task.", |
| − | name = "book of | + | name = "book of the Hunter", |
spells = { | spells = { | ||
| − | " | + | "Sigil of Binding", |
| + | "Call Canine Familiar", | ||
"Dimensional Bullseye", | "Dimensional Bullseye", | ||
| − | |||
}, | }, | ||
| − | value = | + | value = 260, |
}, | }, | ||
| − | ["book of | + | ["book of Scorching"] = { |
| − | description = "A book | + | 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 | + | name = "book of Scorching", |
spells = { | spells = { | ||
| − | " | + | "Scorch", |
| − | " | + | "Flame Wave", |
| − | " | + | "Summon Cactus Giant", |
}, | }, | ||
| − | value = | + | value = 300, |
}, | }, | ||
| − | [" | + | ["Maxwell's Memoranda"] = { |
| − | description = "A | + | 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 = " | + | name = "Maxwell's Memoranda", |
spells = { | spells = { | ||
| − | " | + | "Maxwell's Portable Piledriver", |
| − | " | + | "Magnavolt", |
| − | " | + | "Maxwell's Capacitive Coupling", |
}, | }, | ||
| − | value = | + | value = 420, |
}, | }, | ||
| − | [" | + | ["book of Movement"] = { |
| − | description = "A | + | description = "A spellbook that seems to leap open at the slightest touch. Its writing flits from description of one spell to another, giving enough information to truly understand only a few of them, though all seem to relate to movement in some way.", |
| − | name = " | + | name = "book of Movement", |
spells = { | spells = { | ||
| − | " | + | "Volatile Blastmotes", |
| − | " | + | "Vhi's Electric Charge", |
| − | " | + | "Gell's Gavotte", |
}, | }, | ||
| − | value = | + | value = 320, |
}, | }, | ||
| − | [" | + | ["book of Wicked Creation"] = { |
| − | description = "A book | + | description = "A long-forbidden tome, describing spells for various unholy (or, at least, underhanded) creations. It would be unwise to bring such a book back to the surface world - better to read it and discard it in some well-hidden location.", |
| − | name = " | + | name = "book of Wicked Creation", |
spells = { | spells = { | ||
| − | " | + | "Sculpt Simulacrum", |
| − | " | + | "Death Channel", |
| + | "Rimeblight", | ||
}, | }, | ||
| − | value = | + | value = 440, |
}, | }, | ||
| − | [" | + | ["Compendium of Siegecraft"] = { |
| − | description = "A | + | description = "An analytical treatise on siege warfare, written in a clear and readable manner. A majority of its chapters are concerned with logistics and the maintenance of supply lines, but several detail spells useful for breaching fortifications (and also other, softer, things).", |
| − | name = " | + | name = "Compendium of Siegecraft", |
spells = { | spells = { | ||
| − | " | + | "Brom's Barrelling Boulder", |
| − | " | + | "Hoarfrost Cannonade", |
| − | " | + | "Bombard", |
| + | "Hellfire Mortar", | ||
}, | }, | ||
| − | value = | + | value = 520, |
}, | }, | ||
| − | [" | + | ["book of Maladies"] = { |
| − | description = "A | + | description = "A concise catalogue of afflictions, both magical and mundane, often described with a disquieting degree of cheerfulness. Most of them operate on timescales too slow to be useful to an adventurer, but a few sound remarkably efficacious.", |
| − | name = " | + | name = "book of Maladies", |
spells = { | spells = { | ||
| − | " | + | "Sublimation of Blood", |
| − | " | + | "Curse of Agony", |
| − | " | + | "Rimeblight", |
}, | }, | ||
| − | value = | + | value = 340, |
}, | }, | ||
| − | + | ["Codex of Conductivity"] = { | |
| − | description = " | + | description = "An exhaustive collection of research notes on the effects of electricity upon everything from sawdust to snozzcumbers, interspersed with spell formulae and usable technical schematics. The author's handwriting deteriorates shockingly in the middle of the chapter on spriggan electrophysiology, leading to much speculation about both their identity and their sense of self-preservation.", |
| − | name = " | + | name = "Codex of Conductivity", |
spells = { | spells = { | ||
| − | " | + | "Forge Lightning Spire", |
"Arcjolt", | "Arcjolt", | ||
"Maxwell's Capacitive Coupling", | "Maxwell's Capacitive Coupling", | ||
}, | }, | ||
| − | value = 400 | + | value = 400, |
| − | + | }, | |
| − | + | ["Handbook of Applied Construction"] = { | |
| − | description = " | + | description = "A practical introduction to Forgecraft, covering basic principles and their common applications.", |
| − | name = " | + | name = "Handbook of Applied Construction", |
| + | spells = { | ||
| + | "Construct Spike Launcher", | ||
| + | "Launch Clockwork Bee", | ||
| + | "Forge Blazeheart Golem", | ||
| + | }, | ||
| + | value = 240, | ||
| + | }, | ||
| + | ["book of the Fortress"] = { | ||
| + | description = "A book of spells that purports to make their caster as resilient as a stone fortress. Its cover is fashioned from thick, magically-reinforced steel, making the book unreasonably heavy for no obvious benefit.", | ||
| + | name = "book of the Fortress", | ||
| + | spells = { | ||
| + | "Awaken Armour", | ||
| + | "Forge Phalanx Beetle", | ||
| + | "Fortress Blast", | ||
| + | }, | ||
| + | value = 380, | ||
| + | }, | ||
| + | ["Treatise on Traps"] = { | ||
| + | description = "An analytical volume discussing methods and materials with which to construct a dizzying array of traps - from those intended to safeguard a pantry from ants to ones which would please even the most sadistic dungeon architect.", | ||
| + | name = "Treatise on Traps", | ||
| + | spells = { | ||
| + | "Construct Spike Launcher", | ||
| + | "Sigil of Binding", | ||
| + | "Diamond Sawblades", | ||
| + | }, | ||
| + | value = 300, | ||
| + | }, | ||
| + | ["book of Cryoformation"] = { | ||
| + | description = "An illustrated guide to shaping ice into both practical and artistic forms. An entire chapter is devoted to tables of mineral impurities and their effect on colour and melting point.", | ||
| + | name = "book of Cryoformation", | ||
spells = { | spells = { | ||
| − | " | + | "Hoarfrost Cannonade", |
| − | " | + | "Sculpt Simulacrum", |
| − | " | + | "Splinterfrost Shell", |
}, | }, | ||
| − | value = | + | value = 420, |
}, | }, | ||
| − | ["the | + | ["book of the Grave"] = { |
| − | description = "A | + | description = "A heavy tome whose vellum smells faintly of dirt and decay. Those who touch it frequently report a palpable sense of unease, as if something unwholesome were buried between its very pages.", |
| − | name = "the | + | name = "book of the Grave", |
spells = { | spells = { | ||
| − | " | + | "Grave Claw", |
| − | " | + | "Animate Dead", |
| − | " | + | "Borgnjor's Vile Clutch", |
}, | }, | ||
| − | value = | + | value = 280, |
}, | }, | ||
| − | [" | + | ["book of Metalworking"] = { |
| − | description = "A | + | description = "A tome of advanced Forgecraft magic. Its pages are regularly inlaid with technical figures made from elaborate metal filigree, perhaps as an illustration of the author's own skill with the art described herein.", |
| − | name = " | + | name = "book of Metalworking", |
spells = { | spells = { | ||
| − | " | + | "Nazja's Percussive Tempering", |
| − | " | + | "Alistair's Walking Alembic", |
| − | " | + | "Forge Phalanx Beetle", |
}, | }, | ||
| − | value = | + | value = 380, |
}, | }, | ||
| − | [" | + | ["book of Duality"] = { |
| − | description = " | + | description = "An eclectic spellbook, mingled with rambling philosophical anecdotes about the twin nature of every action. Even by the end, it remains unclear whether the author considered there to be some spiritual purity to spells which incorporate offence and defence into a single motion, or if they just lived a life extremely pressed for time.", |
| − | name = " | + | name = "book of Duality", |
spells = { | spells = { | ||
| − | " | + | "Vampiric Draining", |
| − | " | + | "Iskenderun's Mystic Blast", |
| + | "Nazja's Percussive Tempering", | ||
| + | "Splinterfrost Shell", | ||
}, | }, | ||
| − | value = | + | value = 460, |
}, | }, | ||
| − | [" | + | ["book of Contraptions"] = { |
| − | description = " | + | description = "A book of schematics and spells to construct a variety of elaborate mechanisms. The obvious safety hazards involved with many of them are relegated to a single footnote on page 157, but to an enterprising adventurer, that might be considered an upside.", |
| − | name = " | + | name = "book of Contraptions", |
spells = { | spells = { | ||
| − | " | + | "Alistair's Walking Alembic", |
| − | " | + | "Forge Monarch Bomb", |
| − | " | + | "Diamond Sawblades", |
}, | }, | ||
| − | value = | + | value = 420, |
| − | } | + | }, |
} | } | ||
Latest revision as of 21:23, 10 May 2025
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 (last generated in 0.33)
return {
["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 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 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 = 200,
},
["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 Seismosaurus Egg",
"Summon Forest",
"Summon Mana Viper",
"Summon Cactus Giant",
},
value = 480,
},
["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 = 320,
},
["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 = {
"Freezing Cloud",
"Ozocubu's Refrigeration",
"Polar Vortex",
},
value = 480,
},
["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 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,
},
["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 = {
"Poisonous Vapours",
"Mercury Arrow",
"Olgreb's Toxic Radiance",
},
value = 200,
},
["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 = 360,
},
["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 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 good-luck charm, but the effects of this seem subtle at best.",
name = "book of Misfortune",
spells = {
"Jinxbite",
"Yara's Violent Unravelling",
"Enfeeble",
"Sphinx Sisters",
},
value = 500,
},
["book of Spontaneous Combustion"] = {
description = "A heavy tome whose desiccated pages smell faintly of sulphur. 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",
"Detonation Catalyst",
"Irradiate",
"Ignition",
},
value = 500,
},
["Fen Folio"] = {
description = "A collection of spells once used by the great swamp civilisations.",
name = "Fen Folio",
spells = {
"Summon Forest",
"Eringya's Noxious Bog",
"Summon Hydra",
},
value = 420,
},
["My Sojourn through Swampland"] = {
description = "While purporting itself to be the personal account of a famous naturalist, it becomes clear upon reading that this book was compiled from multiple unrelated sources, including notes from a stagehand of a travelling magical circus. The travelogue may be fictitious, but but some of the spell diagrams carefully transcribed in the margins seem quite real.",
name = "My Sojourn through Swampland",
spells = {
"Mercury Arrow",
"Launch Clockwork Bee",
"Eringya's Surprising Crocodile",
},
value = 240,
},
["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 = {
"Soul Splinter",
"Grave Claw",
"Vampiric Draining",
},
value = 180,
},
["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 Imp",
"Call Canine Familiar",
"Eringya's Surprising Crocodile",
},
value = 280,
},
["book of Air"] = {
description = "A primer on the elemental magics of Air. The great minotaur hero Vuxhurn, given a copy of this book while trapped atop the tower of a wizard with a particularly perverse sense of humor, used its pages to construct a rudimentary glider and soared to freedom.",
name = "book of Air",
spells = {
"Shock",
"Swiftness",
"Airstrike",
},
value = 220,
},
["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 = {
"Dispersal",
"Manifold Assault",
"Disjunction",
},
value = 480,
},
["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 = {
"Soul Splinter",
"Martyr's Knell",
"Death Channel",
},
value = 280,
},
["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",
"Detonation Catalyst",
"Manifold Assault",
},
value = 440,
},
["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",
"Stone Arrow",
"Passwall",
},
value = 200,
},
["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",
"Fortress Blast",
"Spellspark Servitor",
},
value = 540,
},
["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 = {
"Poisonous Vapours",
"Kinetic Grapnel",
"Summon Small Mammal",
"Apportation",
},
value = 160,
},
["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 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",
"Confusing Touch",
"Cigotuvi's Putrefaction",
},
value = 220,
},
["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 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 = 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 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 = {
"Petrify",
"Irradiate",
"Fulsome Fusillade",
},
value = 400,
},
["book of Beasts"] = {
description = "A book of spells focused on the summoning of beasts. Its pages nip at careless readers' fingers.",
name = "book of Beasts",
spells = {
"Summon Ice Beast",
"Summon Seismosaurus Egg",
"Summon Mana Viper",
"Sphinx Sisters",
},
value = 460,
},
["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,
},
["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,
},
["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,
},
["book of Fixed Level"] = {
description = "A book of magic spells.",
name = "book of Fixed Level",
spells = {
},
value = 0,
},
["book of Fixed Theme"] = {
description = "A book of magic spells.",
name = "book of Fixed Theme",
spells = {
},
value = 0,
},
["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 = {
"Dazzling Flash",
"Starburst",
"Fulsome Fusillade",
},
value = 400,
},
["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 = {
"Frozen Ramparts",
"Ozocubu's Armour",
"Metabolic Englaciation",
},
value = 280,
},
["book of the Spheres"] = {
description = "A book containing a 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 = 620,
},
["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",
"Rending Blade",
"Lehudib's Crystal Spear",
},
value = 360,
},
["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 Putrefaction",
"Dispel Undead",
"Martyr's Knell",
},
value = 300,
},
["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",
"Teleport Other",
"Maxwell's Portable Piledriver",
},
value = 220,
},
["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,
},
["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 the hill dwarves' civilisation into ruin.",
name = "book of the Earth",
spells = {
"Leda's Liquefaction",
"Lee's Rapid Deconstruction",
"Permafrost Eruption",
},
value = 360,
},
["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",
"Silence",
"Curse of Agony",
},
value = 400,
},
["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 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",
"Forge Monarch Bomb",
},
value = 420,
},
["book of Iron"] = {
description = "An ancient, metal-bound spellbook, covered in dark red blotches. Are they rust stains, or..?",
name = "book of Iron",
spells = {
"Awaken Armour",
"Lee's Rapid Deconstruction",
"Magnavolt",
},
value = 380,
},
["book of the Tundra"] = {
description = "A frost-gripped tome describing icy spells, somewhat abridged. The Vaults are said to hold the full text, but the guardians of that place guard their treasures jealously.",
name = "book of the Tundra",
spells = {
"Hailstorm",
"Summon Ice Beast",
"Permafrost Eruption",
},
value = 300,
},
["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",
"Forge Lightning Spire",
},
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",
"Rending Blade",
"Platinum Paragon",
},
value = 480,
},
["book of Sloth"] = {
description = "A lazily written book.",
name = "book of Sloth",
spells = {
"Leda's Liquefaction",
"Petrify",
"Metabolic Englaciation",
},
value = 320,
},
["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 = {
"Sublimation of Blood",
"Ignite Poison",
"Summon Hydra",
},
value = 320,
},
["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 = {
"Teleport Other",
"Gell's Gavotte",
"Dispersal",
},
value = 360,
},
["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 = {
"Forge Blazeheart Golem",
"Orb of Destruction",
"Spellspark Servitor",
},
value = 420,
},
["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 = 220,
},
["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,
},
["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,
},
["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,
},
["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 = {
"Mephitic Cloud",
"Freezing Cloud",
"Hellfire Mortar",
},
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 favour of spells that accomplish the same task.",
name = "book of the Hunter",
spells = {
"Sigil of Binding",
"Call Canine Familiar",
"Dimensional Bullseye",
},
value = 260,
},
["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 = 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 = {
"Maxwell's Portable Piledriver",
"Magnavolt",
"Maxwell's Capacitive Coupling",
},
value = 420,
},
["book of Movement"] = {
description = "A spellbook that seems to leap open at the slightest touch. Its writing flits from description of one spell to another, giving enough information to truly understand only a few of them, though all seem to relate to movement in some way.",
name = "book of Movement",
spells = {
"Volatile Blastmotes",
"Vhi's Electric Charge",
"Gell's Gavotte",
},
value = 320,
},
["book of Wicked Creation"] = {
description = "A long-forbidden tome, describing spells for various unholy (or, at least, underhanded) creations. It would be unwise to bring such a book back to the surface world - better to read it and discard it in some well-hidden location.",
name = "book of Wicked Creation",
spells = {
"Sculpt Simulacrum",
"Death Channel",
"Rimeblight",
},
value = 440,
},
["Compendium of Siegecraft"] = {
description = "An analytical treatise on siege warfare, written in a clear and readable manner. A majority of its chapters are concerned with logistics and the maintenance of supply lines, but several detail spells useful for breaching fortifications (and also other, softer, things).",
name = "Compendium of Siegecraft",
spells = {
"Brom's Barrelling Boulder",
"Hoarfrost Cannonade",
"Bombard",
"Hellfire Mortar",
},
value = 520,
},
["book of Maladies"] = {
description = "A concise catalogue of afflictions, both magical and mundane, often described with a disquieting degree of cheerfulness. Most of them operate on timescales too slow to be useful to an adventurer, but a few sound remarkably efficacious.",
name = "book of Maladies",
spells = {
"Sublimation of Blood",
"Curse of Agony",
"Rimeblight",
},
value = 340,
},
["Codex of Conductivity"] = {
description = "An exhaustive collection of research notes on the effects of electricity upon everything from sawdust to snozzcumbers, interspersed with spell formulae and usable technical schematics. The author's handwriting deteriorates shockingly in the middle of the chapter on spriggan electrophysiology, leading to much speculation about both their identity and their sense of self-preservation.",
name = "Codex of Conductivity",
spells = {
"Forge Lightning Spire",
"Arcjolt",
"Maxwell's Capacitive Coupling",
},
value = 400,
},
["Handbook of Applied Construction"] = {
description = "A practical introduction to Forgecraft, covering basic principles and their common applications.",
name = "Handbook of Applied Construction",
spells = {
"Construct Spike Launcher",
"Launch Clockwork Bee",
"Forge Blazeheart Golem",
},
value = 240,
},
["book of the Fortress"] = {
description = "A book of spells that purports to make their caster as resilient as a stone fortress. Its cover is fashioned from thick, magically-reinforced steel, making the book unreasonably heavy for no obvious benefit.",
name = "book of the Fortress",
spells = {
"Awaken Armour",
"Forge Phalanx Beetle",
"Fortress Blast",
},
value = 380,
},
["Treatise on Traps"] = {
description = "An analytical volume discussing methods and materials with which to construct a dizzying array of traps - from those intended to safeguard a pantry from ants to ones which would please even the most sadistic dungeon architect.",
name = "Treatise on Traps",
spells = {
"Construct Spike Launcher",
"Sigil of Binding",
"Diamond Sawblades",
},
value = 300,
},
["book of Cryoformation"] = {
description = "An illustrated guide to shaping ice into both practical and artistic forms. An entire chapter is devoted to tables of mineral impurities and their effect on colour and melting point.",
name = "book of Cryoformation",
spells = {
"Hoarfrost Cannonade",
"Sculpt Simulacrum",
"Splinterfrost Shell",
},
value = 420,
},
["book of the Grave"] = {
description = "A heavy tome whose vellum smells faintly of dirt and decay. Those who touch it frequently report a palpable sense of unease, as if something unwholesome were buried between its very pages.",
name = "book of the Grave",
spells = {
"Grave Claw",
"Animate Dead",
"Borgnjor's Vile Clutch",
},
value = 280,
},
["book of Metalworking"] = {
description = "A tome of advanced Forgecraft magic. Its pages are regularly inlaid with technical figures made from elaborate metal filigree, perhaps as an illustration of the author's own skill with the art described herein.",
name = "book of Metalworking",
spells = {
"Nazja's Percussive Tempering",
"Alistair's Walking Alembic",
"Forge Phalanx Beetle",
},
value = 380,
},
["book of Duality"] = {
description = "An eclectic spellbook, mingled with rambling philosophical anecdotes about the twin nature of every action. Even by the end, it remains unclear whether the author considered there to be some spiritual purity to spells which incorporate offence and defence into a single motion, or if they just lived a life extremely pressed for time.",
name = "book of Duality",
spells = {
"Vampiric Draining",
"Iskenderun's Mystic Blast",
"Nazja's Percussive Tempering",
"Splinterfrost Shell",
},
value = 460,
},
["book of Contraptions"] = {
description = "A book of schematics and spells to construct a variety of elaborate mechanisms. The obvious safety hazards involved with many of them are relegated to a single footnote on page 157, but to an enterprising adventurer, that might be considered an upside.",
name = "book of Contraptions",
spells = {
"Alistair's Walking Alembic",
"Forge Monarch Bomb",
"Diamond Sawblades",
},
value = 420,
},
}