Update root-level README and reorganize sources

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.
This commit is contained in:
Z. Charles Dziura
2021-11-03 10:55:25 -04:00
parent 94441f22ff
commit cd2e289641
399 changed files with 1648 additions and 1636 deletions

View File

@@ -0,0 +1,55 @@
<?xml version='1.0' encoding='utf-8'?>
<compendium version="5" auto_indent="NO">
<race>
<name>Locathah</name>
<size>M</size>
<speed>30</speed>
<ability>Str 2, Dex 1</ability>
<proficiency>Athletics, Perception</proficiency>
<spellAbility></spellAbility>
<trait>
<name>Description</name>
<text>Source: Locathah Rising p. 24</text>
</trait>
<trait>
<name>Age</name>
<text>Locathah mature to adulthood by the age of 10 but have been known to live up to 80 years.
</text>
</trait>
<trait>
<name>Alignment</name>
<text>Most locathah are true neutral or have some aspect of neutrality in their alignment. They tend toward good, coming from a culture where compassion for the downtrodden is a commonality.
</text>
</trait>
<trait>
<name>Natural Armor</name>
<text>You have tough, scaly skin. When you aren't wearing armor, your AC is 12 + your Dexterity modifier. You can use your natural armor to determine your AC if the armor you wear would leave you with a lower AC. A shield's benefits apply as normal while you use your natural armor.
</text>
</trait>
<trait>
<name>Observant &amp; Athletic</name>
<text>You have proficiency in the Athletics and Perception skills.
</text>
</trait>
<trait>
<name>Leviathan Will</name>
<text>You have advantage on saving throws against being charmed, frightened, paralyzed, poisoned, stunned, or put to sleep.
</text>
</trait>
<trait>
<name>Limited Amphibiousness</name>
<text>You can breathe air and water, but you need to be submerged at least once every 4 hours to avoid suffocating.
</text>
</trait>
<trait>
<name>Size</name>
<text>Locathah stand between 5 and 6 feet tall and average about 150 pounds. Your size is Medium.
</text>
</trait>
<trait>
<name>Language</name>
<text>You can speak, read, and write Aquan and Common.
</text>
</trait>
</race>
</compendium>