detharonil / grimoire

Functional 5e spell list by class and level

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grimoire

Grimoire is a mobile-friendly 5e spellbook that organizes spell lists by class and level.

See the latest compiled build here.

To Do

  • Create another layout for the spell level tag pages. Also figure out what to do with those pages; they're just taking up space for now.
  • Find a real home for specializations (e.g. cleric's domains, spell schools)

Structure

Spells can be found inside the _posts/ directory. Each spell gets its own post, written and stored as a kramdown file. The date is arbitrary and never displayed, but still necessary for Jekyll to process the posts properly.

If you'd like to help fill out the rest of the spells from the PHB, EEPC, or SCAG, for each new spell you:

  1. Make a new post inside the _posts/ directory, and copy the formatting from the spell.template file
  2. Submit a pull request for the spell(s) when you're finished

Build Instructions

bundle exec jekyll build

Thanks

Thanks to Saph for doing nearly all of the work. I just got impatient.

Cleric and wizard spells from the Starter Kit were seeded from this Reddit post.

Thanks to sethxd for suggesting Jets.js, a CSS search engine that plays nicely with Jekyll.

About

Functional 5e spell list by class and level

License:Other


Languages

Language:CSS 65.9%Language:HTML 28.9%Language:Ruby 5.2%