In an effort to mitigate questions from new, inexperienced users on how to import data into Fight Club 5e, I rewrote and reorganized the root-level README file to include detailed instructions on how to compile their own compendiums using the sources found within this repository. Some existing data, such as how to create your own collection file, was moved into other READMEs under the Collections and Sources directories. I also took some liberty in reorganizing the directory structure of this repository and renamed some of the top-level directories. In my view, having sources under the "FightClub5eXML" folder didn't make a lot of sense, so I moved those sources into the top-level "Sources" folder. I made sure to update all of the collection files, along with the "travis.yml" config file, to properly point to the correct folders. Finally, while updating the "travis.yml" config file, I changed the output folder of those build compendiums to be under a top-level "Compendiums" folder. This folder is ignored by git.
42 lines
1.4 KiB
XML
42 lines
1.4 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<compendium version="5" auto_indent="NO">
|
|
<race>
|
|
<name>Custom Lineage</name>
|
|
<size>M</size>
|
|
<speed>30</speed>
|
|
<ability></ability>
|
|
<proficiency></proficiency>
|
|
<spellAbility></spellAbility>
|
|
<trait>
|
|
<name>Description</name>
|
|
<text>Instead of choosing one of the game's races for your character at 1st level, you can use the following traits to represent your character's lineage, giving you full control over how your character's origin shaped them:
|
|
Source: Tasha's Cauldron of Everything p. 8</text>
|
|
</trait>
|
|
<trait>
|
|
<name>Creature Type</name>
|
|
<text>You are a humanoid. You determine your appearance and whether you resemble any of your kin.
|
|
</text>
|
|
</trait>
|
|
<trait>
|
|
<name>Size</name>
|
|
<text>You are Small or Medium (your choice).
|
|
</text>
|
|
</trait>
|
|
<trait>
|
|
<name>Feat</name>
|
|
<text>You gain one feat of your choice for which you qualify.
|
|
</text>
|
|
</trait>
|
|
<trait>
|
|
<name>Variable Trait</name>
|
|
<text>You gain one of the following options of your choice: (a) darkvision with a range of 60 feet or (b) proficiency in one skill of your choice.
|
|
</text>
|
|
</trait>
|
|
<trait>
|
|
<name>Languages</name>
|
|
<text>You can speak, read, and write Common and one other language that you and your DM agree is appropriate for your character.
|
|
</text>
|
|
</trait>
|
|
</race>
|
|
</compendium>
|