New Character Sheet/Generator

JayeAeotiv

Mongoose
This is done in Google docs. Somewhat similar to another one floating around out there. This one mirrors the layout of an actual character sheet, and ideally could be used to easily print/share character information with your GM.

I don't have it auto-fill information for cultures/professions yet. I'm posting somewhat early on just to get some feedback.

Fields intended to be editable are highlighted, unfortunately google docs does not appear to have a way to lock specific cells.

https://spreadsheets.google.com/ccc?key=0Aj9mNn0YL3yidGxVRFVnd2ppMFU2elpsU1lnaEdMcXc&hl=en
 
Looks nice - I like the layout. I can't see how you are going to do Advanced Skills though, I went with having all advanced skills in the list rather than worrying about how I could populate a list with just the ones that a profession gives plus whatever ones the player wanted. It's calculating the default Damage Modifier as -1D8 though, that can't be right.

Fixed:
Code:
=QUERY(DB_DamageMod!A2:C16, "SELECT C WHERE "&B13+B15&" >= A AND "&B13+B15&" <=B")

Tip for sharing Google Docs: never share your master copy. When you are ready to share a version of it, make a copy and share that. I always give the shared copies a new version number. This avoids the problem of someone trying to make a copy of your character sheet whilst you are making changes and getting a broken, half-changed copy.
 
Back
Top