Skip to content

fritzvd/npc-codex

Repository files navigation

NPC-Codex

NPC-Codex is a mobile-friendly tracker of npc's.

See the latest compiled build here: http:https://fritzvd.github.io/npc-codex/

To Do

  • Sort by location, sub-types, tags, CR, level, etc.
  • More Monsters from more sources!

Structure

Characters can be found inside _characters_/. Each creature gets its own post, written and stored as a Markdown 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 characters from the MM, for each new spell you make:

  1. Make a new post inside _characters_/ for each new creature, and copy the formatting from another creature.
  2. Submit a pull request for the characters(s) when you're finished, and that's it! Thank you so much. :)

Build Instructions

I've edited _config.yml for my own build purposes, but if you've got Jekyll set up locally, the following should create the build from your friendly command line terminal: jekyll serve -Vw --no-watch --baseurl ""

Thanks

I took most of this from http:https://chisaipete.github.io/bestiary. Thanks. Shoutout to Saph of http:https://ephe.github.io/grimoire from whom chisaipete shamelessly borrowed the majority of the codebase