diff --git a/Godbound/Godbound.png b/Godbound/Godbound.png new file mode 100644 index 0000000000..155643666b Binary files /dev/null and b/Godbound/Godbound.png differ diff --git a/Godbound/README.md b/Godbound/README.md new file mode 100644 index 0000000000..22c12cadd1 --- /dev/null +++ b/Godbound/README.md @@ -0,0 +1,34 @@ +# Godbound Character Sheet + +This sheet is created for use in Godbound games on Roll20. Based on the Character sheet design included with the game. Some reorganization done to make it easy to use on Roll20. + +## Features / Changelog + +- v1.0.0 + * Automatic Save and Modifier calculation + * Automatic HP calculation (including CON modifier adjustment) + * Automatic Resource Tracking + * Automatic AC calculation and save penalty tracking + * Weapon tracking and automatic to-hit rolls + - Damage must be rolled separately, because of the unique combat system in Godbound. + * Word/Gift cost tracking + * Gift/Miracle effort tracking + - Supports, like the manual-provided character sheet, a space for Word effort tracking as well. + * Expanding Fact section. + * Fancy Background Image + +## Future Plans + +* Roll Templates +* API script to optionally automate damage rolls +* Hide-able 'description' field for Gifts, click to print to chat (a la 5e + Spells) +* Get google-fonts integrated + +## Contributing and Feedback + +Report any problems, suggestions, or features by sending a private message on Roll20 to [jfredett](https://app.roll20.net/users/161749), *and* open a ticket for it on this Github repo (be sure to send me a link to the issue! + +If you'd like to contribute, I'd be happy to help answer questions about how the sheet works, and would love to coordinate with you. Please contact me as above if you are looking to help. + +Happy Godbounding! diff --git a/Godbound/sheet.json b/Godbound/sheet.json new file mode 100644 index 0000000000..00f46a2180 --- /dev/null +++ b/Godbound/sheet.json @@ -0,0 +1,8 @@ +{ + "html": "Godbound.html", + "css": "Godbound.css", + "authors": ["Joe Fredette (@jfredett)"], + "roll20userid": "161749", + "instructions": "Created by jfredett (jfredett at gmail dot com) based on the Character sheet available in the Godbound Manual\r\r\r", + "preview": "Godbound.png" +}