Files
roll20-character-sheets/13th_Age-neovatar

A new 13th Age Character Sheet for roll20.net

This character sheet has a website with an interactive preview!

View Interactive Sheet Preview

Usage

This character sheet requires a modern web browser.

Bugs and Suggestions

Report bugs or suggestions to the projects issue tracker.

Development Tools

This sheet uses Grunt to make development more easy.

If you havent used Grunt before, be sure to check out the Getting Started guide.

Developing the Sheet

To make changes to the sheet and test things out use

grunt

Then open testbed/index.html in your browser to preview the sheet.

You can also use

grunt serve

Then open http://localhost:9001/testbed/ in your browser to preview the sheet. With LiveReload integration, the view in your browser is updated, whenever you save the html or css file.

Releasing the Sheet

When youre ready to use the sheet in Roll20 then use

grunt build

This will create 13th_Age-neovatar.[css|html] that you can copy and paste into Roll 20 directly.