PDA

View Full Version : Addition to 5E character sheet



donortiz
March 11th, 2019, 23:09
Hello fellow adventurers. I apologize if this is in the incorrect thread, however, I wanted to ask if there was a way to add onto the character sheet with extra details and spots which will be detailed in the image below. I am not the greatest at messing around with code or any fancy things, I am simply just a DM looking to follow some homebrewed rules I found from u/giffyglyph on reddit.

Here is the link to the sheet: https://www.reddit.com/r/darkerdungeons5e/comments/avgsyd/darker_dungeons_roll20_character_sheet_v20_is_live/

I would paste the image but for some reason the insert image is not working for me at the moment.

Thank you,

donortiz

Zacchaeus
March 11th, 2019, 23:11
Not without messing with the code. The only free space where you could add things without messing with the code would be in the notes tab.

donortiz
March 11th, 2019, 23:13
Not without messing with the code. The only free space where you could add things without messing with the code would be in the notes tab.

Hm so theoretically, if I was to mess with the code would there be a way to add in the extra things that I wish to include?

Moon Wizard
March 11th, 2019, 23:16
Yes, the interface and database is completely customizable; but it does require programming in XML and Lua to implement the changes.

Regards,
JPG

donortiz
March 11th, 2019, 23:17
Yes, the interface and database is completely customizable; but it does require programming in XML and Lua to implement the changes.

Regards,
JPG

Well I guess it is time to do some learning. Thank you both for the quick replies!

Cheers,

Donortiz

LordEntrails
March 11th, 2019, 23:59
Check out the 5E stickes Resources thread. You will find some extension in there that do things like add Sanity and Honor fields to the character sheet. Taking them apart will be a good place to start learning how to do things.