Files
FightClub5eXML/Sources/ExplorersGuideToWildemount/races-egw.xml
Z. Charles Dziura cd2e289641 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.
2021-11-03 10:55:25 -04:00

56 lines
2.0 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<compendium version="5" auto_indent="NO">
<race>
<name>Orc</name>
<size>M</size>
<speed>30</speed>
<ability>Str 2, Con 1</ability>
<proficiency></proficiency>
<spellAbility></spellAbility>
<trait>
<name>Description</name>
<text>Source: Explorer's Guide to Wildemount p. 178</text>
</trait>
<trait>
<name>Age</name>
<text>Orcs reach adulthood at age 16, and live up to 80 years.
</text>
</trait>
<trait>
<name>Alignment</name>
<text>Orcs fear the curse of ruin that is said to plague their race, and tend strongly toward either chaos (accepting their fate), or toward law (rejecting it).
</text>
</trait>
<trait>
<name>Size</name>
<text>Orcs stand easily 8 feet tall and corded with powerful muscles, weighing up to 280 pounds. Your size is Medium.
</text>
</trait>
<trait>
<name>Darkvision</name>
<text>You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.
</text>
</trait>
<trait>
<name>Aggressive</name>
<text>As a bonus action, you can move up to your movement speed toward a hostile creature you can see or hear. You must end this move closer to the enemy than you started.
</text>
</trait>
<trait>
<name>Primal Intuition</name>
<text>You have proficiency in two of the following skills of your choice: Animal Handling, Insight, Intimidation, Medicine, Perception, and Survival.
</text>
</trait>
<trait>
<name>Powerful Build</name>
<text>You count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift.
</text>
</trait>
<trait>
<name>Languages</name>
<text>You can speak, read, and write Common and Orc.
</text>
</trait>
</race>
</compendium>