PDA

View Full Version : Syntax in XML for this?



Willot
October 24th, 2017, 20:14
Im trying to create a custom class, which I used Par5e for, however...
I wish to have One Skill proficiency assigned (no choice) then the player can select Two more
Which Par5e cant do So I thought Id just manually add it in....
What am I missing? if anything?


<proficiencies>
.
.
.
.
.

<skills>
<name type="string">Skills</name>
<text type="string">Choose three from History, Riddle, Traditions, Insight, Investigation, Nature, Perception, Survival, Medicine</text>
</skills>
</proficiencies>


Simply changing it to


<skills>
<name type="string">Skills</name>
<text type="string">Medicine</text>
</skills>

Doesnt even achieve the result...
FG simply says "Unrecognized Format"
Is there no way of doing this? Seems it should be simple This Class has -->This proficiency :confused:

Zacchaeus
October 24th, 2017, 23:13
I think you need some text instead of just the skill name. But having said that I don’t think there is a way to do it. It’s not a question of the XML but what FG recognises. I don’t think there is any existing class which has this kind of set up. I think a couple of the backgrounds in SCAG has different wording but not sure that will work for a class.