Difference between revisions of "Module:Table of spellbooks"

From CrawlWiki
Jump to: navigation, search
(Move IB to Book of Power, Remove Delayed Fireball and RMsl, Add Ignition, then mark as up to date to 0.21.1.)
(Remove BVC from the book of Necromancy)
Line 318: Line 318:
 
       "Vampiric Draining",
 
       "Vampiric Draining",
 
       "Regeneration",
 
       "Regeneration",
       "Animate Dead",
+
       "Animate Dead"
      "Borgnjor's Vile Clutch"
 
 
     },
 
     },
 
     value = 300
 
     value = 300

Revision as of 19:51, 19 October 2018

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 (fully updated to 0.21.1) 
return {
  ["book of Air"] = {
    description = "A primer on the elemental magics of Air. Particularly dedicated students have found themselves convinced of their own ability to fly, with tragic results.",
    name = "book of Air",
    rarity = 4,
    spells = {
      "Shock",
      "Swiftness",
      "Static Discharge",
      "Airstrike",
      "Lightning Bolt"
    },
    value = 350
  },
  ["book of Alchemy"] = {
    description = "A book focusing on alchemical processes and their use in magic spells, collecting the wisdom of many ancient alchemists.",
    name = "book of Alchemy",
    rarity = 12,
    spells = {
      "Sublimation of Blood",
      "Ignite Poison",
      "Petrify",
      "Alistair's Intoxication",
      "Irradiate"
    },
    value = 750
  },
  ["book of Annihilations"] = {
    description = "A tome of arcane fury, greatly sought after by sorcerers. It allows the gifted and resourceful to conjure destruction with ease.",
    name = "book of Annihilations",
    rare = true,
    rarity = 20,
    spells = {
      "Poison Arrow",
      "Chain Lightning",
      "Lehudib's Crystal Spear",
      "Glaciate",
      "Fire Storm"
    },
    value = 1104
  },
  ["book of Battle"] = {
    description = "A book of battle songs, containing spells to assist in combat.",
    name = "book of Battle",
    rarity = 5,
    spells = {
      "Infusion",
      "Shroud of Golubria",
      "Song of Slaying",
      "Spectral Weapon",
      "Regeneration"
    },
    value = 400
  },
  ["book of Beasts"] = {
    description = "A book of spells focused on the summoning of beasts. Its pages nip at careless readers' fingers.",
    name = "book of Beasts",
    rarity = 8,
    spells = {
      "Summon Butterflies",
      "Call Canine Familiar",
      "Summon Ice Beast",
      "Summon Mana Viper",
      "Summon Hydra"
    },
    value = 550
  },
  ["book of Burglary"] = {
    description = "A book containing many diverse spells useful for theft, breaking and entering, and other miscellaneous larceny.",
    name = "book of Burglary",
    rarity = 12,
    spells = {
      "Swiftness",
      "Passwall",
      "Passage of Golubria",
      "Lee's Rapid Deconstruction",
      "Darkness",
      "Invisibility"
    },
    value = 750
  },
  ["book of Callings"] = {
    description = "An introductory text on the magical summoning of beasts and beings from other realms.",
    name = "book of Callings",
    rarity = 3,
    spells = {
      "Summon Small Mammal",
      "Call Imp",
      "Call Canine Familiar",
      "Summon Guardian Golem",
      "Summon Lightning Spire",
      "Summon Ice Beast"
    },
    value = 300
  },
  ["book of Cantrips"] = {
    description = "A book containing a small selection of very basic magic spells, intended for beginners who wish to learn the rudiments of one of the featured magical schools.",
    name = "book of Cantrips",
    rarity = 1,
    spells = {
      "Confusing Touch",
      "Animate Skeleton",
      "Summon Small Mammal",
      "Apportation"
    },
    value = 200
  },
  ["book of Changes"] = {
    description = "A student's primer to the magic arts of Transmutations, filled with lavish illustrations of spellcasting mistakes: half-wizard-half-spiders, blade noses, beaked tentacles where legs belong. The text is full of reassurances that these almost never happen.",
    name = "book of Changes",
    rarity = 2,
    spells = {
      "Beastly Appendage",
      "Sticks to Snakes",
      "Spider Form",
      "Ice Form",
      "Blade Hands"
    },
    value = 250
  },
  ["book of Clouds"] = {
    description = "A book of magic spells for creating an assortment of clouds. It is difficult to read, as the text is frequently interrupted by descriptions of unusually-shaped clouds the author spotted while writing.",
    name = "book of Clouds",
    rarity = 6,
    spells = {
      "Poisonous Vapours",
      "Mephitic Cloud",
      "Conjure Flame",
      "Freezing Cloud",
      "Ring of Flames"
    },
    value = 450
  },
  ["book of Conjurations"] = {
    description = "A book containing an introduction to the destructive magical arts of Conjurations.",
    name = "book of Conjurations",
    rarity = 3,
    spells = {
      "Magic Dart",
      "Searing Ray",
      "Dazzling Spray",
      "Force Lance",
      "Fulminant Prism",
      "Iskenderun's Mystic Blast",
    },
    value = 300
  },
  ["book of Death"] = {
    description = "A manuscript containing dark spells of Necromancy. Each page is filled with grotesque art depicting scenes of disgusting decay.",
    name = "book of Death",
    rarity = 11,
    spells = {
      "Corpse Rot",
      "Sublimation of Blood",
      "Agony",
      "Dispel Undead",
      "Excruciating Wounds",
      "Bolt of Draining"
    },
    value = 700
  },
  ["book of Debilitation"] = {
    description = "A spellbook containing Hexes that obstruct and impede, compiled by rebels fighting an empire long-since passed.",
    name = "book of Debilitation",
    rarity = 5,
    spells = {
      "Corona",
      "Slow",
      "Inner Flame",
      "Portal Projectile",
      "Cause Fear",
      "Leda's Liquefaction"
    },
    value = 400
  },
  ["book of Dreams"] = {
    description = "The somniloquent utterings of a famed mystic, using uniquely bizarre imagery and cryptic digressions to describe spells drawn from the mystic's visions.",
    name = "book of Dreams",
    rarity = 12,
    spells = {
      "Ensorcelled Hibernation",
      "Silence",
      "Borgnjor's Vile Clutch",
      "Darkness",
      "Shadow Creatures"
    },
    value = 750
  },
  ["book of Enchantments"] = {
    description = "A spellbook containing an assortment of powerful Hexes and Charms, which sparkles and shimmers as the pages are flipped.",
    name = "book of Enchantments",
    rarity = 7,
    spells = {
      "Cause Fear",
      "Yara's Violent Unravelling",
      "Silence",
      "Deflect Missiles",
      "Discord"
    },
    value = 500
  },
  ["book of Fire"] = {
    description = "A book containing advanced spells in the elemental school of Fire, stolen from the secret college of the djinn.",
    name = "book of Fire",
    rarity = 10,
    spells = {
      "Ignite Poison",
      "Fireball",
      "Bolt of Fire",
      "Ring of Flames",
      "Ignition"
    },
    value = 650
  },
  ["book of Flames"] = {
    description = "The standard text used in arcane academies by students of the elemental magic of Fire.",
    name = "book of Flames",
    rarity = 4,
    spells = {
      "Flame Tongue",
      "Throw Flame",
      "Conjure Flame",
      "Inner Flame",
      "Sticky Flame",
      "Fireball"
    },
    value = 350
  },
  ["book of Frost"] = {
    description = "A book of magic spells, often used as an introduction to the elemental magics of Ice.",
    name = "book of Frost",
    rarity = 4,
    spells = {
      "Freeze",
      "Throw Frost",
      "Ozocubu's Armour",
      "Throw Icicle",
      "Summon Ice Beast"
    },
    value = 350
  },
  ["book of Geomancy"] = {
    description = "A book containing basic spells involving the element of Earth.",
    name = "book of Geomancy",
    rarity = 4,
    spells = {
      "Sandblast",
      "Passwall",
      "Stone Arrow",
      "Petrify",
      "Lee's Rapid Deconstruction"
    },
    value = 350
  },
  ["book of Ice"] = {
    description = "A book of advanced magical spells using the element of Ice.",
    name = "book of Ice",
    rarity = 10,
    spells = {
      "Ice Form",
      "Metabolic Englaciation",
      "Ozocubu's Refrigeration",
      "Bolt of Cold",
      "Freezing Cloud",
      "Simulacrum"
    },
    value = 650
  },
  ["book of Maledictions"] = {
    description = "A book of Hexes, describing spells to confound and weaken.",
    name = "book of Maledictions",
    rarity = 2,
    spells = {
      "Corona",
      "Ensorcelled Hibernation",
      "Confuse",
      "Tukima's Dance",
      "Dazzling Spray"
    },
    value = 250
  },
  ["book of Minor Magic"] = {
    description = "A spellbook containing a variety of simple but useful magical incantations. Many prominent spellcasters used this book to begin their arcane studies.",
    name = "book of Minor Magic",
    rarity = 1,
    spells = {
      "Magic Dart",
      "Blink",
      "Call Imp",
      "Slow",
      "Conjure Flame",
      "Mephitic Cloud"
    },
    value = 200
  },
  ["book of Misfortune"] = {
    description = "A spellbook dedicated to the art of inflicting creative calamities on one's foes. Superstitious wizards claim that the book itself actually absorbs ill fortune, and carry it around as a talisman, but the effects of this seem subtle at best.",
    name = "book of Misfortune",
    rarity = 1,
    spells = {
      "Confusing Touch",
      "Confuse",
      "Gell's Gravitas",
      "Petrify",
      "Metabolic Englaciation",
      "Yara's Violent Unravelling"
    },
    value = 200
  },
  ["book of Necromancy"] = {
    description = "A macabre book containing basic Necromancy spells.",
    name = "book of Necromancy",
    rarity = 3,
    spells = {
      "Pain",
      "Animate Skeleton",
      "Vampiric Draining",
      "Regeneration",
      "Animate Dead"
    },
    value = 300
  },
  ["book of Party Tricks"] = {
    description = "A book containing a variety of fun spells guaranteed to liven up any wizarding party, as well as a number of toasts, jokes, and party games.",
    name = "book of Party Tricks",
    rarity = 7,
    spells = {
      "Summon Butterflies",
      "Apportation",
      "Lesser Beckoning",
      "Tukima's Dance",
      "Alistair's Intoxication",
      "Invisibility"
    },
    value = 500
  },
  ["book of Power"] = {
    description = "A book of powerful magic spells, crackling and shuddering with barely-contained energies.",
    name = "book of Power",
    rarity = 6,
    spells = {
      "Iskenderun's Battlesphere",
      "Venom Bolt",
      "Bolt of Magma",
      "Iron Shot",
      "Orb of Destruction",
      "Spellforged Servitor"
    },
    value = 450
  },
  ["book of Spatial Translocations"] = {
    description = "A basic spellbook on the magical field of Translocations.",
    name = "book of Spatial Translocations",
    rarity = 10,
    spells = {
      "Blink",
      "Shroud of Golubria",
      "Lesser Beckoning",
      "Gell's Gravitas",
      "Teleport Other",
      "Passage of Golubria"
    },
    value = 650
  },
  ["book of Summonings"] = {
    description = "An advanced treatise on Summoning magics, detailing ways of summoning and binding creatures from all manners of realms.",
    name = "book of Summonings",
    rarity = 11,
    spells = {
      "Recall",
      "Aura of Abjuration",
      "Summon Demon",
      "Summon Forest",
      "Summon Mana Viper",
      "Shadow Creatures"
    },
    value = 700
  },
  ["book of the Dragon"] = {
    description = "A magical book of spells which allow some command over dragons and their aspects.",
    name = "book of the Dragon",
    rarity = 15,
    spells = {
      "Flame Tongue",
      "Cause Fear",
      "Bolt of Fire",
      "Dragon Form",
      "Dragon's Call"
    },
    value = 900
  },
  ["book of the Earth"] = {
    description = "A textbook of advanced Earth magic.",
    name = "book of the Earth",
    rarity = 10,
    spells = {
      "Leda's Liquefaction",
      "Bolt of Magma",
      "Statue Form",
      "Iron Shot",
      "Shatter"
    },
    value = 650
  },
  ["book of the Sky"] = {
    description = "A magical book containing powerful elemental spells of Air.",
    name = "book of the Sky",
    rarity = 10,
    spells = {
      "Summon Lightning Spire",
      "Airstrike",
      "Silence",
      "Deflect Missiles",
      "Conjure Ball Lightning",
      "Tornado"
    },
    value = 650
  },
  ["book of the Tempests"] = {
    description = "A book containing magic spells which command some of the most destructive forces of nature.",
    name = "book of the Tempests",
    rarity = 11,
    spells = {
      "Static Discharge",
      "Lightning Bolt",
      "Ignition",
      "Tornado",
      "Shatter"
    },
    value = 700
  },
  ["book of the Warp"] = {
    description = "A book of advanced Translocations spells.",
    name = "book of the Warp",
    rarity = 15,
    spells = {
      "Gell's Gravitas",
      "Portal Projectile",
      "Force Lance",
      "Dispersal",
      "Controlled Blink",
      "Disjunction"
    },
    value = 900
  },
  ["book of Transfigurations"] = {
    description = "An advanced book of Transmutations spells.",
    name = "book of Transfigurations",
    rarity = 8,
    spells = {
      "Irradiate",
      "Statue Form",
      "Hydra Form",
      "Dragon Form"
    },
    value = 550
  },
  ["book of Unlife"] = {
    description = "An unholy book describing a variety of magical methods for the creation and command of undead servants.",
    name = "book of Unlife",
    rarity = 10,
    spells = {
      "Recall",
      "Animate Dead",
      "Borgnjor's Vile Clutch",
      "Death Channel",
      "Simulacrum"
    },
    value = 650
  },
  ["Fen Folio"] = {
    description = "A collection of spells once used by the great swamp civilizations.",
    name = "Fen Folio",
    rarity = 12,
    spells = {
      "Corpse Rot",
      "Stone Arrow",
      "Leda's Liquefaction",
      "Summon Forest",
      "Hydra Form",
      "Summon Hydra"
    },
    value = 750
  },
  ["Grand Grimoire"] = {
    description = "A book describing how the mighty among summoners can bend to their will the terrible things from betwixt the planes. Many have been the unwary souls, however, who have toyed with this tome and been driven mad by unimaginable eldritch horrors.",
    name = "Grand Grimoire",
    rare = true,
    rarity = 20,
    spells = {
      "Monstrous Menagerie",
      "Summon Greater Demon",
      "Malign Gateway",
      "Summon Horrible Things"
    },
    value = 1104
  },
  Necronomicon = {
    description = "An extremely rare book, powerful and sinister. Many foolhardy magicians have tried to study this tome, only to find themselves entangled within necromantic forces they could not hope to control.",
    name = "Necronomicon",
    rare = true,
    rarity = 20,
    spells = {
      "Haunt",
      "Borgnjor's Revivification",
      "Death's Door",
      "Infestation",
      "Necromutation"
    },
    value = 1104
  },
  ["Young Poisoner's Handbook"] = {
    description = "An introductory book for the magic arts of poison.",
    name = "Young Poisoner's Handbook",
    rarity = 5,
    spells = {
      "Sting",
      "Poisonous Vapours",
      "Mephitic Cloud",
      "Olgreb's Toxic Radiance",
      "Venom Bolt"
    },
    value = 400
  }
}