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.
37 lines
1.1 KiB
XML
Executable File
37 lines
1.1 KiB
XML
Executable File
<?xml version='1.0' encoding='utf-8'?>
|
|
<compendium version="5" auto_indent="NO">
|
|
<monster>
|
|
<name>Tiny Servant</name>
|
|
<size>T</size>
|
|
<type>construct</type>
|
|
<alignment>Unaligned</alignment>
|
|
<ac>15 (natural armor)</ac>
|
|
<hp>10 (4d4)</hp>
|
|
<speed>walk 30 ft., climb 30 ft.</speed>
|
|
<str>4</str>
|
|
<dex>16</dex>
|
|
<con>10</con>
|
|
<int>2</int>
|
|
<wis>10</wis>
|
|
<cha>1</cha>
|
|
<save></save>
|
|
<skill></skill>
|
|
<passive>10</passive>
|
|
<languages></languages>
|
|
<cr></cr>
|
|
<resist></resist>
|
|
<immune>poison, psychic</immune>
|
|
<vulnerable></vulnerable>
|
|
<conditionImmune>blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned</conditionImmune>
|
|
<senses>blindsight 60 ft. (blind beyond this radius)</senses>
|
|
<action>
|
|
<name>Slam</name>
|
|
<text>Melee Weapon Attack: +5 to hit, reach 5 ft., one target. 5 (1d4 + 3) bludgeoning damage.</text>
|
|
<attack>Slam|+5|1d4+3</attack>
|
|
</action>
|
|
<description>
|
|
Source: Xanathar's Guide to Everything p. 169</description>
|
|
<environment></environment>
|
|
</monster>
|
|
</compendium>
|