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.
21 lines
1.1 KiB
XML
21 lines
1.1 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<compendium version="5" auto_indent="NO">
|
|
<spell>
|
|
<name>Arcane Weapon</name>
|
|
<classes>Artificer (Revisited) (UA)</classes>
|
|
<level>1</level>
|
|
<school>T</school>
|
|
<ritual>NO</ritual>
|
|
<time>1 bonus action</time>
|
|
<range>Self</range>
|
|
<components>V, S</components>
|
|
<duration>Concentration, up to 1 hour</duration>
|
|
<text>You channel arcane energy into one simple or martial weapon you're holding, and choose one damage type: acid, cold, fire, lightning, poison, or thunder. Until the spell ends, you deal an extra 1d6 damage of the chosen type to any target you hit with the weapon. If the weapon isn't magical, it becomes a magic weapon for the spell's duration.
|
|
As a bonus action, you can change the damage type, choosing from the options above.
|
|
At Higher Levels:
|
|
When you cast this spell using a spell slot of 3rd level or higher, you can maintain your concentration on the spell for up to 8 hours.
|
|
Source: Unearthed Arcana: Artificer Revisited p. 10</text>
|
|
<roll>1d6</roll>
|
|
</spell>
|
|
</compendium>
|