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,35 @@
<?xml version='1.0' encoding='utf-8'?>
<compendium version="5" auto_indent="NO">
<class>
<name>Ranger (Spell-less) (UA)</name>
<hd>10</hd>
<proficiency>Strength, Dexterity, Animal Handling, Athletics, Insight, Investigation, Nature, Perception, Stealth, Survival</proficiency>
<numSkills>3</numSkills>
<autolevel level="1">
<feature optional="YES">
<name>Starting Ranger (Spell-less) (UA)</name>
<text>As a 1st-level Ranger (Spell-less) (UA), you begin play with 10+your Constitution modifier hit points.</text>
<text></text>
<text>You are proficient with the following items, in addition to any proficiencies provided by your race or background.</text>
<text>• Armor: light, medium, shields</text>
<text>• Weapons: simple, martial</text>
<text>• Tools: none</text>
<text>• Skills: Choose 3 from Animal Handling, Athletics, Insight, Investigation, Nature, Perception, Stealth, Survival</text>
<text></text>
<text>You begin play with the following equipment, in addition to any equipment provided by your background.</text>
<text>• (a) scale mail or (b) leather armor</text>
<text>• (a) two shortsword or (b) two simple melee weapons</text>
<text>• (a) a dungeoneer's pack or (b) an explorer's pack</text>
<text>• A longbow and a quiver of arrows (20)</text>
<text></text>
<text>Alternatively, you may start with 5d4 x 10 gp and choose your own equipment.</text>
<text></text>
<text>Source: Unearthed Arcana: Modifying Classes p. 5</text>
</feature>
</autolevel>
<armor>light, medium, shields</armor>
<weapons>simple, martial</weapons>
<tools>none</tools>
<wealth>5d4x10</wealth>
</class>
</compendium>