Module:Table of spellbooks/doc

From CrawlWiki
< Module:Table of spellbooks
Revision as of 21:24, 21 February 2024 by Ge0ff (talk | contribs) (Move the note about the value field here. Otherwise it's just gonna drown in History)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is the documentation page for Module:Table of spellbooks

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.