Vishera
February 25th, 2016, 23:48
I am trying to compile together my own "book" to use within my games. I am fairly good with comparing an existing XML document and creating my own but for my purposes its a bit daunting. I am looking to basically make a book of just custom classes etc but not sure of the format.
Looking at the 5e PHB I see it breaks down:
<PHB5e>
<classdata>
<class1name>
<name type="string">Class 1 Name</name>
<text type="formattedtext">
<p>Description Here</p>
<h>class features</h>
etc...
so what is the proper format for a class from start to finish? I can fill in the blanks but im unsure about how to make an alphabetical listing, and then they click "A" or "B" etc and it opens to list the custom classes under that letter. Then they click the class and it opens into a detailed window for that class.
Looking at the 5e PHB I see it breaks down:
<PHB5e>
<classdata>
<class1name>
<name type="string">Class 1 Name</name>
<text type="formattedtext">
<p>Description Here</p>
<h>class features</h>
etc...
so what is the proper format for a class from start to finish? I can fill in the blanks but im unsure about how to make an alphabetical listing, and then they click "A" or "B" etc and it opens to list the custom classes under that letter. Then they click the class and it opens into a detailed window for that class.