Files
FightClub5eXML/Sources/AdventureWithMuk/races-awm.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

51 lines
1.8 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<compendium version="5" auto_indent="NO">
<race>
<name>Goblin (Dankwood)</name>
<size>S</size>
<speed>30</speed>
<ability>Dex 2, Con 1</ability>
<proficiency></proficiency>
<spellAbility></spellAbility>
<trait>
<name>Description</name>
<text>Source: Adventure with Muk p. 35, Explorer's Guide to Wildemount p. 174</text>
</trait>
<trait>
<name>Age</name>
<text>Goblins reach adulthood at age 8 and live up to 60 years.
</text>
</trait>
<trait>
<name>Alignment</name>
<text>Dankwood goblins are typically neutral or neutral good, though some mischievous dankwood goblins are chaotic neutral.
</text>
</trait>
<trait>
<name>Size</name>
<text>Goblins are between 3 and 4 feet tall and weigh between 40 and 80 pounds. Your size is Small.
</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>Speak with Small Beasts</name>
<text>Through sounds and gestures, you can communicate simple ideas with Small or smaller beasts. Dankwood goblins love animals and often keep squirrels, badgers, rabbits, moles, woodpeckers, and other creatures as beloved pets.
</text>
</trait>
<trait>
<name>Nimble Escape</name>
<text>You can take the Disengage or Hide action as a bonus action on each of your turns.
</text>
</trait>
<trait>
<name>Languages</name>
<text>You can speak, read, and write Common and Goblin.
</text>
</trait>
</race>
</compendium>