Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Non-calculating D&D/Pathfinder fillable character sheets

I'm looking for D&D (3.x through 5th) and Pathfinder character sheets that won't auto-calculate. I want to be able to fill in all the fields with my own data and reference them with my own macros. I don't know enough about html/css to strip out or alter anything that currently exists to get what I need. Can someone get me a link? Google is not cooperating very well with my searches.
1409422257
Diana P
Pro
Sheet Author
I don't have a non-auto-calc version of the 3.5 sheet, but.... in the html code, the disabled="true" is what sets a field to be auto-calculated and value="xxxxxx" gives what the formula or starting value is. You could strip those out (or just set the value to be "0") on your custom version of the sheet you wish to use and perhaps come up with something close to what you are looking for. Other fill-in artifacts would be the drop downs <select...> through </select> and the buttons <button xxxxxx> through </button>
1409498820
Paul S.
Sheet Author
API Scripter
Jon - here is my Pathfinder Mythweavers clone. Hope it works for your needs. It does what you desire ... Hover over fields for names to ref in macros.. <a href="https://github.com/happywanderer/Pathfinder-Mythclone" rel="nofollow">https://github.com/happywanderer/Pathfinder-Mythclone</a>
Thanks. I'll try it out.
1409684423
Gauss
Forum Champion
Paul , do you have a screenshot of your Pathfinder-Mythclone?
1409701350
Paul S.
Sheet Author
API Scripter
Gauss .. let me get one... I had a video of it ... but I don't recall where I put that. Here's a link to the images of the sheet: <a href="https://flic.kr/ps/2gr5Wc" rel="nofollow">https://flic.kr/ps/2gr5Wc</a>
Paul, just to follow up. Thanks again for your character sheet. Even though I was looking for something without any auto calculations, yours is much easier to use that the two currently available. Just FYI, I noticed that CMB/CMD is calculating penalties for creatures larger than Medium. My data I'm using from PCGen and the PRD says it should be a bonus. I was able to work out where to make a change to have the calculations come out at least close to what I was working with (advanced animal companion). Thanks again. You've greatly helped me streamline my campaign update.
How can I use this sheet for my game?
I think having a non-"auto" version of these sheets makes sense. Paul if you'd be willing to let us I'd love to add them to our official community list that folks can choose from. If you'd like to go ahead and submit a pull request to our repo feel free, otherwise I'm more than happy to do it on your behalf. Let me know.
1409763485

Edited 1409765946
Paul S.
Sheet Author
API Scripter
Riley D. - Sounds good to me. As I'm not well versed in Github - feel free to grab it. I don't have a json file but can put one together. I'll jump on that later today. Edit - I got the sheet.json and a .png in the github directory but yeah, being a github noob, I'll let you grab it. location: <a href="https://github.com/happywanderer/Pathfinder-Mythcl" rel="nofollow">https://github.com/happywanderer/Pathfinder-Mythcl</a>...
1409765977

Edited 1409766931
Paul S.
Sheet Author
API Scripter
Jon said: Paul, just to follow up. Thanks again for your character sheet. Even though I was looking for something without any auto calculations, yours is much easier to use that the two currently available. Just FYI, I noticed that CMB/CMD is calculating penalties for creatures larger than Medium. My data I'm using from PCGen and the PRD says it should be a bonus. I was able to work out where to make a change to have the calculations come out at least close to what I was working with (advanced animal companion). Thanks again. You've greatly helped me streamline my campaign update. Glad it works for you. I'll take a look at CMB/CMD. Probably something silly in my math there. Edit: The math is fixed. That should work for you now if you goto github and copy the updated html into your game. Thanks for pointing it out.