View Single Post
dpmcalister
Junior Member
 
Join Date: Aug 2013
Location: The City of the Imp
Posts: 25

Old June 7th, 2017, 01:19 PM
A week on and I'm making some brilliant progress (even if I do say so myself ). I've attached the current version of my sheet. Everything aside from the character portrait within the shield is XML/HTML code (including the shield itself). It does mean that portrait pictures need to be a certain size (235x280 pixels) but that's a small price to pay I think.

I do have one current issue that I can't resolve though so hopefully someone can point me in the right direction. On the third page you'll see that this particular PC has 4x 1st-level and 3x 2nd level spell slots. I'd like to convert that to show boxes instead of the number four but I can't see how to convert the XML. I need to convert the count variable from a number into boxes:

Code:
			<spellslots>
				<spellslot name="1st" count="4" used="0"/>
				<spellslot name="2nd" count="3" used="0"/>
			</spellslots>
Can anyone help please?

Also, once I've completed this, what's the best way of sharing it with the community?
Attached Files
File Type: pdf DnD5e.info Character Sheet.pdf (107.3 KB, 106 views)
dpmcalister is offline   #17 Reply With Quote