jstevans / DnD-character-sheets

Collection of DnD character sheets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DnD Character Sheets on Github Pages

Build Status

Drop a markdown file the respective folder, either _characters or _monsters, and all the layouts will automatically be set. The home page will ever generate all the links to all of the characters and monsters you have.

Template usage

Here is template for all the minimal required fields to properly render everything.

---
name: "Some awesome name"
class: monk
race: half-elf
---

List of all character fields

Field Description
name Creature's name
class Creature's class
level Current creatures level
hp Creature's hit points
sex Creature's gender
race Creature's race. This is set to "human" if no value is provided.
alignment Creature's alignment
ac Armour Class
str The Strength attribute associated with this creature. This is set to 10 if no value is provided.
dex The Dexterity attribute associated with this creature. This is set to 10 if no value is provided.
con The Constitution attribute associated with this creature. This is set to 10 if no value is provided.
int The Intelligence attribute associated with this creature. This is set to 10 if no value is provided.
wis The Wisdom attribute associated with this creature. This is set to 10 if no value is provided.
cha The Charisma attribute associated with this creature. This is set to 10 if no value is provided.
proficiencies list of all the skills your character is proficient in. Refer to this list for proper cast sensitive strings.
feats Refer here for proper spelling and casing for the available options. This pulls all the data from this great 5E compendium.
spells Refer here for proper spelling and casing for the available options. This pulls all the data from this great 5E compendium.

list of all monster fields

Field Description
name Creature's name
class Creature's class
level Current creatures level
hp Creature's hit points
sex Creature's gender
race Creature's race
alignment Creature's alignment
ac Armour Class
str The Strength attribute associated with this creature. This is set to 8 if no value is provided.
dex The Dexterity attribute associated with this creature. This is set to 8 if no value is provided.
con The Constitution attribute associated with this creature. This is set to 8 if no value is provided.
int The Intelligence attribute associated with this creature. This is set to 8 if no value is provided.
wis The Wisdom attribute associated with this creature. This is set to 8 if no value is provided.
cha The Charisma attribute associated with this creature. This is set to 8 if no value is provided.

Docker Development

Included is a Docker Compose file to make setup of a development environment as easy as docker-compose up. The image that used is one that was built to do development on Github Pages sites easy, jekyll-website.

About

Collection of DnD character sheets


Languages

Language:HTML 66.8%Language:Ruby 30.1%Language:CSS 3.0%