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:
45
Sources/Miscellaneous/bestiary-stream.xml
Executable file
45
Sources/Miscellaneous/bestiary-stream.xml
Executable file
@@ -0,0 +1,45 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<compendium version="5" auto_indent="NO">
|
||||
<monster>
|
||||
<name>Blazing Skeleton</name>
|
||||
<size>M</size>
|
||||
<type>undead</type>
|
||||
<alignment>Chaotic Evil</alignment>
|
||||
<ac>14</ac>
|
||||
<hp>27 (5d8+5)</hp>
|
||||
<speed>walk 40 ft.</speed>
|
||||
<str>7</str>
|
||||
<dex>18</dex>
|
||||
<con>13</con>
|
||||
<int>8</int>
|
||||
<wis>10</wis>
|
||||
<cha>14</cha>
|
||||
<save>Dex +6, Cha +4</save>
|
||||
<skill></skill>
|
||||
<passive>10</passive>
|
||||
<languages>Common, Abyssal</languages>
|
||||
<cr>1</cr>
|
||||
<resist></resist>
|
||||
<immune>fire, poison</immune>
|
||||
<vulnerable>bludgeoning</vulnerable>
|
||||
<conditionImmune>exhaustion, poisoned</conditionImmune>
|
||||
<senses>darkvision 60 ft.</senses>
|
||||
<trait>
|
||||
<name>Fiery Aura</name>
|
||||
<text>A creature that enters the area or begins its turn within 5 feet of the blazing skeleton takes 3 (1d6) fire damage.</text>
|
||||
</trait>
|
||||
<action>
|
||||
<name>Fiery Touch</name>
|
||||
<text>Melee Weapon Attack: +6 to hit, reach 5 ft., one target. 6 (1d4 + 4) fire damage.</text>
|
||||
<attack>Fiery Touch|+6|1d4+4</attack>
|
||||
</action>
|
||||
<action>
|
||||
<name>Explosive Ember</name>
|
||||
<text>Ranged Weapon Attack: +6 to hit, range 120 ft., one target. 7 (1d6 + 4) fire damage, and creatures within 5 feet of the target take 3 (1d6) fire damage.</text>
|
||||
<attack>Explosive Ember|+6|1d6+4</attack>
|
||||
</action>
|
||||
<description>
|
||||
Source: Livestream p. -1</description>
|
||||
<environment></environment>
|
||||
</monster>
|
||||
</compendium>
|
||||
Reference in New Issue
Block a user