Merge branch 'master' into master
commit
f5afaf57dd
|
|
@ -1,4 +1,3 @@
|
|||
FightClub5eXML/Collections
|
||||
Compendiums
|
||||
tmp
|
||||
.vscode
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ addons:
|
|||
before_install:
|
||||
- rvm install 2.3.8
|
||||
script:
|
||||
- xmlstarlet val -e FightClub5eXML/Sources/*.xml
|
||||
- xmlstarlet val -e Sources/*.xml
|
||||
- xmlstarlet val -e Collections/*.xml
|
||||
- xmlstarlet val -e -s Utilities/collection.xsd Collections/*.xml
|
||||
- xmlstarlet val -e -s Utilities/compendium.xsd FightClub5eXML/Sources/*.xml
|
||||
- for i in Collections/*.xml; do xsltproc -o FightClub5eXML/$i Utilities/merge.xslt $i; done
|
||||
- xmlstarlet val -e -s Utilities/compendium.xsd Sources/*.xml
|
||||
- for i in Collections/*.xml; do xsltproc -o Compendiums/${i##*/} Utilities/merge.xslt $i; done
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
## CHANGE LOG
|
||||
|
||||
### 2021-11-02
|
||||
|
||||
Update the root-level README to provide clear instructions on how to use this repository to import data into Fight Club 5e.
|
||||
|
||||
Reorganize the READMEs across the repo to better reflect the purpose of their containing directories.
|
||||
|
||||
Rename the FightClub5eXML folder to Sources to better reflect its given purpose.
|
||||
|
||||
### 2021-08-04
|
||||
|
||||
Removed deployment to Dropbox.
|
||||
|
|
@ -1,479 +1,479 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<collection>
|
||||
<!-- Core Rulebooks -->
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/backgrounds-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/bestiary-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-barbarian-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-bard-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-cleric-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-druid-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-fighter-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-monk-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-paladin-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-ranger-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-rogue-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-sorcerer-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-warlock-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-wizard-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/feats-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/items-base-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/items-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/optionalfeatures-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/races-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/spells-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/backgrounds-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/bestiary-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-barbarian-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-bard-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-cleric-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-druid-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-fighter-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-monk-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-paladin-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-ranger-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-rogue-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-sorcerer-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-warlock-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-wizard-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/feats-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/items-base-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/items-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/optionalfeatures-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/races-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/spells-phb.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/bestiary-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/class-cleric-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/class-paladin-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/items-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/races-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/spells-phb+dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/bestiary-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/class-cleric-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/class-paladin-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/items-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/races-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/spells-phb+dmg.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MonsterManual/bestiary-mm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MonsterManual/items-mm.xml" />
|
||||
<doc href="../Sources/MonsterManual/bestiary-mm.xml" />
|
||||
<doc href="../Sources/MonsterManual/items-mm.xml" />
|
||||
|
||||
|
||||
<!-- Supplements -->
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/races-eepc.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/races-eepc.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/bestiary-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-barbarian-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-bard-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-cleric-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-druid-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-fighter-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-monk-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-paladin-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-ranger-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-rogue-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-sorcerer-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-warlock-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-wizard-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/feats-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/items-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/optionalfeatures-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/spells-phb+xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/spells-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/bestiary-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-barbarian-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-bard-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-cleric-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-druid-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-fighter-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-monk-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-paladin-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-ranger-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-rogue-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-sorcerer-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-warlock-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-wizard-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/feats-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/items-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/optionalfeatures-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/spells-phb+xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/spells-xge.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/bestiary-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/feats-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/items-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/races-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/vehicles-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/bestiary-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/feats-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/items-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/races-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/vehicles-mtf.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/bestiary-vgm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/items-vgm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/races-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/bestiary-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/items-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/races-vgm.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/backgrounds-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-barbarian-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-cleric-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-fighter-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-monk-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-paladin-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-rogue-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-sorcerer-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-warlock-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-wizard-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/items-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/spells-phb+scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/spells-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/backgrounds-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-barbarian-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-cleric-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-fighter-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-monk-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-paladin-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-rogue-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-sorcerer-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-warlock-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-wizard-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/items-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/spells-phb+scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/spells-scag.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/backgrounds-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/bestiary-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/class-cleric-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/class-druid-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/items-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/races-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/spells-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/spells-phb+ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/backgrounds-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/bestiary-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/class-cleric-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/class-druid-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/items-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/races-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/spells-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/spells-phb+ggr.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/backgrounds-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/bestiary-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/feats-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/items-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/races-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/spells-phb+erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/spells-xge+erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/backgrounds-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/bestiary-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/feats-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/items-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/races-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/spells-phb+erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/spells-xge+erlw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/backgrounds-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/bestiary-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/items-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/races-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/spells-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/vehicles-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/backgrounds-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/bestiary-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/items-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/races-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/spells-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/vehicles-ai.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/backgrounds-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/bestiary-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/class-fighter-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/class-wizard-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/items-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/races-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/spells-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/vehicles-dd.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/backgrounds-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/bestiary-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/class-fighter-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/class-wizard-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/items-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/races-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/spells-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/vehicles-dd.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio/bestiary-mff.xml" />
|
||||
<doc href="../Sources/MordenkainensFiendishFolio/bestiary-mff.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/bestiary-ttp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/items-ttp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/races-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/bestiary-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/items-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/races-ttp.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/OneGrungAbove/races-oga.xml" />
|
||||
<doc href="../Sources/OneGrungAbove/races-oga.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/backgrounds-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/bestiary-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/class-bard-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/class-paladin-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/items-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/races-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/spells-phb+mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/backgrounds-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/bestiary-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/class-bard-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/class-paladin-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/items-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/races-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/spells-phb+mot.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/bestiary-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-artificer-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-barbarian-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-bard-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-cleric-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-druid-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-fighter-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-monk-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-paladin-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-ranger-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-rogue-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-sorcerer-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-warlock-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-wizard-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/feats-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/items-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/optionalfeatures-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/spells-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/spells-phb+tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/races-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/bestiary-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-artificer-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-barbarian-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-bard-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-cleric-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-druid-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-fighter-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-monk-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-paladin-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-ranger-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-rogue-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-sorcerer-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-warlock-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-wizard-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/feats-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/items-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/optionalfeatures-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/spells-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/spells-phb+tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/races-tce.xml" />
|
||||
|
||||
|
||||
<!-- Adventures -->
|
||||
<doc href="../FightClub5eXML/Sources/LostMineOfPhandelver/bestiary-lmop.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LostMineOfPhandelver/items-lmop.xml" />
|
||||
<doc href="../Sources/LostMineOfPhandelver/bestiary-lmop.xml" />
|
||||
<doc href="../Sources/LostMineOfPhandelver/items-lmop.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/HoardOfTheDragonQueen/bestiary-hotdq.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/HoardOfTheDragonQueen/items-hotdq.xml" />
|
||||
<doc href="../Sources/HoardOfTheDragonQueen/bestiary-hotdq.xml" />
|
||||
<doc href="../Sources/HoardOfTheDragonQueen/items-hotdq.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/RiseOfTiamat/bestiary-rot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/RiseOfTiamat/items-rot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/RiseOfTiamat/items-rotos.xml" />
|
||||
<doc href="../Sources/RiseOfTiamat/bestiary-rot.xml" />
|
||||
<doc href="../Sources/RiseOfTiamat/items-rot.xml" />
|
||||
<doc href="../Sources/RiseOfTiamat/items-rotos.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/bestiary-pota.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/items-eet.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/items-pota.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/bestiary-pota.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/items-eet.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/items-pota.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/OutOfTheAbyss/bestiary-oota.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/OutOfTheAbyss/items-oota.xml" />
|
||||
<doc href="../Sources/OutOfTheAbyss/bestiary-oota.xml" />
|
||||
<doc href="../Sources/OutOfTheAbyss/items-oota.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/CurseOfStrahd/backgrounds-cos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/CurseOfStrahd/bestiary-cos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/CurseOfStrahd/items-cos.xml" />
|
||||
<doc href="../Sources/CurseOfStrahd/backgrounds-cos.xml" />
|
||||
<doc href="../Sources/CurseOfStrahd/bestiary-cos.xml" />
|
||||
<doc href="../Sources/CurseOfStrahd/items-cos.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/StormKingsThunder/bestiary-skt.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/StormKingsThunder/items-skt.xml" />
|
||||
<doc href="../Sources/StormKingsThunder/bestiary-skt.xml" />
|
||||
<doc href="../Sources/StormKingsThunder/items-skt.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TalesFromTheYawningPortal/bestiary-tftyp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TalesFromTheYawningPortal/items-tftyp.xml" />
|
||||
<doc href="../Sources/TalesFromTheYawningPortal/bestiary-tftyp.xml" />
|
||||
<doc href="../Sources/TalesFromTheYawningPortal/items-tftyp.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TombOfAnnihilation/backgrounds-toa.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TombOfAnnihilation/bestiary-toa.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TombOfAnnihilation/items-toa.xml" />
|
||||
<doc href="../Sources/TombOfAnnihilation/backgrounds-toa.xml" />
|
||||
<doc href="../Sources/TombOfAnnihilation/bestiary-toa.xml" />
|
||||
<doc href="../Sources/TombOfAnnihilation/items-toa.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDragonHeist/bestiary-wdh.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDragonHeist/items-wdh.xml" />
|
||||
<doc href="../Sources/WaterdeepDragonHeist/bestiary-wdh.xml" />
|
||||
<doc href="../Sources/WaterdeepDragonHeist/items-wdh.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDungeonOfTheMadMage/bestiary-wdmm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDungeonOfTheMadMage/items-wdmm.xml" />
|
||||
<doc href="../Sources/WaterdeepDungeonOfTheMadMage/bestiary-wdmm.xml" />
|
||||
<doc href="../Sources/WaterdeepDungeonOfTheMadMage/items-wdmm.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/LostLaboratoryOfKwalish/bestiary-llk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LostLaboratoryOfKwalish/items-llk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LostLaboratoryOfKwalish/spells-llk.xml" />
|
||||
<doc href="../Sources/LostLaboratoryOfKwalish/bestiary-llk.xml" />
|
||||
<doc href="../Sources/LostLaboratoryOfKwalish/items-llk.xml" />
|
||||
<doc href="../Sources/LostLaboratoryOfKwalish/spells-llk.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/KrenkosWay/bestiary-kkw.xml" />
|
||||
<doc href="../Sources/KrenkosWay/bestiary-kkw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/backgrounds-gos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/bestiary-gos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/items-gos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/vehicles-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/backgrounds-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/bestiary-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/items-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/vehicles-gos.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/HuntForTheThesselhydra/bestiary-hftt.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/HuntForTheThesselhydra/items-hftt.xml" />
|
||||
<doc href="../Sources/HuntForTheThesselhydra/bestiary-hftt.xml" />
|
||||
<doc href="../Sources/HuntForTheThesselhydra/items-hftt.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TheOrreryOfTheWanderer/bestiary-oow.xml" />
|
||||
<doc href="../Sources/TheOrreryOfTheWanderer/bestiary-oow.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DragonOfIcespirePeak/bestiary-dip.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DragonOfIcespirePeak/bestiary-esk.xml" />
|
||||
<doc href="../Sources/DragonOfIcespirePeak/bestiary-dip.xml" />
|
||||
<doc href="../Sources/DragonOfIcespirePeak/bestiary-esk.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/StormLordsWrath/bestiary-slw.xml" />
|
||||
<doc href="../Sources/StormLordsWrath/bestiary-slw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/SleepingDragonsWake/bestiary-sdw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SleepingDragonsWake/items-sdw.xml" />
|
||||
<doc href="../Sources/SleepingDragonsWake/bestiary-sdw.xml" />
|
||||
<doc href="../Sources/SleepingDragonsWake/items-sdw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DivineContention/bestiary-dc.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DivineContention/items-dc.xml" />
|
||||
<doc href="../Sources/DivineContention/bestiary-dc.xml" />
|
||||
<doc href="../Sources/DivineContention/items-dc.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/backgrounds-bgdia.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/bestiary-bgdia.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/items-bgdia.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/vehicles-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/backgrounds-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/bestiary-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/items-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/vehicles-bgdia.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/LocathahRising/bestiary-lr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LocathahRising/races-lr.xml" />
|
||||
<doc href="../Sources/LocathahRising/bestiary-lr.xml" />
|
||||
<doc href="../Sources/LocathahRising/races-lr.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/RickAndMorty/bestiary-rmbre.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/RickAndMorty/items-rmbre.xml" />
|
||||
<doc href="../Sources/RickAndMorty/bestiary-rmbre.xml" />
|
||||
<doc href="../Sources/RickAndMorty/items-rmbre.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/InfernalMachineRebuild/bestiary-imr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/InfernalMachineRebuild/items-imr.xml" />
|
||||
<doc href="../Sources/InfernalMachineRebuild/bestiary-imr.xml" />
|
||||
<doc href="../Sources/InfernalMachineRebuild/items-imr.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/IcewindDaleRimeOfTheFrostmaiden/bestiary-idrotf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/IcewindDaleRimeOfTheFrostmaiden/spells-idrotf.xml" />
|
||||
<doc href="../Sources/IcewindDaleRimeOfTheFrostmaiden/bestiary-idrotf.xml" />
|
||||
<doc href="../Sources/IcewindDaleRimeOfTheFrostmaiden/spells-idrotf.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/AdventureWithMuk/races-awm.xml" />
|
||||
<doc href="../Sources/AdventureWithMuk/races-awm.xml" />
|
||||
|
||||
|
||||
<!-- Adventurers League -->
|
||||
<doc href="../FightClub5eXML/Sources/AdventurersLeague/backgrounds-al-cos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AdventurersLeague/backgrounds-al-ee.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AdventurersLeague/backgrounds-al-rod.xml" />
|
||||
<doc href="../Sources/AdventurersLeague/backgrounds-al-cos.xml" />
|
||||
<doc href="../Sources/AdventurersLeague/backgrounds-al-ee.xml" />
|
||||
<doc href="../Sources/AdventurersLeague/backgrounds-al-rod.xml" />
|
||||
|
||||
|
||||
<!-- Miscellaneous -->
|
||||
<doc href="../FightClub5eXML/Sources/Miscellaneous/bestiary-mag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/Miscellaneous/bestiary-sads.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/Miscellaneous/bestiary-stream.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/Miscellaneous/bestiary-stream.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/Miscellaneous/class-cleric-twitter.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/Miscellaneous/class-fighter-stream.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/Miscellaneous/class-monk-stream.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/Miscellaneous/class-rogue-stream.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/Miscellaneous/class-warlock-stream.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/Miscellaneous/class-warlock-twitter.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/Miscellaneous/spells-stream.xml" />
|
||||
<doc href="../Sources/Miscellaneous/bestiary-mag.xml" />
|
||||
<doc href="../Sources/Miscellaneous/bestiary-sads.xml" />
|
||||
<doc href="../Sources/Miscellaneous/bestiary-stream.xml" />
|
||||
<doc href="../Sources/Miscellaneous/bestiary-stream.xml" />
|
||||
<doc href="../Sources/Miscellaneous/class-cleric-twitter.xml" />
|
||||
<doc href="../Sources/Miscellaneous/class-fighter-stream.xml" />
|
||||
<doc href="../Sources/Miscellaneous/class-monk-stream.xml" />
|
||||
<doc href="../Sources/Miscellaneous/class-rogue-stream.xml" />
|
||||
<doc href="../Sources/Miscellaneous/class-warlock-stream.xml" />
|
||||
<doc href="../Sources/Miscellaneous/class-warlock-twitter.xml" />
|
||||
<doc href="../Sources/Miscellaneous/spells-stream.xml" />
|
||||
|
||||
|
||||
<!-- Plane Shift -->
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/backgrounds-psa.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/backgrounds-psi.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/bestiary-ps-a.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/bestiary-ps-d.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/bestiary-ps-i.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/bestiary-ps-k.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/bestiary-ps-x.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/bestiary-ps-z.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/class-cleric-psa.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/class-sorcerer-psk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/feats-psk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/feats-psx.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/items-psx.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/races-psa.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/races-psd.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/races-psi.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/races-psk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/races-psx.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/races-psz.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlaneShift/spells-phb+psa.xml" />
|
||||
<doc href="../Sources/PlaneShift/backgrounds-psa.xml" />
|
||||
<doc href="../Sources/PlaneShift/backgrounds-psi.xml" />
|
||||
<doc href="../Sources/PlaneShift/bestiary-ps-a.xml" />
|
||||
<doc href="../Sources/PlaneShift/bestiary-ps-d.xml" />
|
||||
<doc href="../Sources/PlaneShift/bestiary-ps-i.xml" />
|
||||
<doc href="../Sources/PlaneShift/bestiary-ps-k.xml" />
|
||||
<doc href="../Sources/PlaneShift/bestiary-ps-x.xml" />
|
||||
<doc href="../Sources/PlaneShift/bestiary-ps-z.xml" />
|
||||
<doc href="../Sources/PlaneShift/class-cleric-psa.xml" />
|
||||
<doc href="../Sources/PlaneShift/class-sorcerer-psk.xml" />
|
||||
<doc href="../Sources/PlaneShift/feats-psk.xml" />
|
||||
<doc href="../Sources/PlaneShift/feats-psx.xml" />
|
||||
<doc href="../Sources/PlaneShift/items-psx.xml" />
|
||||
<doc href="../Sources/PlaneShift/races-psa.xml" />
|
||||
<doc href="../Sources/PlaneShift/races-psd.xml" />
|
||||
<doc href="../Sources/PlaneShift/races-psi.xml" />
|
||||
<doc href="../Sources/PlaneShift/races-psk.xml" />
|
||||
<doc href="../Sources/PlaneShift/races-psx.xml" />
|
||||
<doc href="../Sources/PlaneShift/races-psz.xml" />
|
||||
<doc href="../Sources/PlaneShift/spells-phb+psa.xml" />
|
||||
|
||||
|
||||
<!-- UnearthedArcana -->
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/bestiary-ua-20s2.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/bestiary-ua-20s5.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/bestiary-ua-2020smt.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/bestiary-ua-ar.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/bestiary-ua-cdw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/bestiary-ua-cfv.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-artificer-ua-2020subclassespt3.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-artificer-ua-artificer.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-artificer-ua-artificerrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-barbarian-ua-2020subclassespt1.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-barbarian-ua-barbarianandmonk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-barbarian-ua-barbarianprimalpaths.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-barbarian-ua-revisedsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-bard-ua-2020subclassespt2.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-bard-ua-2020subclassespt4.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-bard-ua-bardandpaladin.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-bard-ua-bardbardcolleges.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-bard-ua-kitsofold.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-bard-ua-revisedsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-cleric-ua-2020subclassespt2.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-cleric-ua-clericdivinedomains.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-cleric-ua-clericdruidwizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-cleric-ua-modernmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-cleric-ua-orderdomain.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-druid-ua-2020subclassespt3.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-druid-ua-clericdruidwizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-druid-ua-druid.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-druid-ua-revisedclassoptions.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-druid-ua-threesubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-fighter.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-fighterrangerrogue.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-fighterroguewizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-gothicheroes.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-kitsofold.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-revisedclassoptions.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-revisedsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-threesubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-monk-ua-2020subclassespt1.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-monk-ua-2020subclassespt5.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-monk-ua-atrioofsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-monk-ua-barbarianandmonk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-monk-ua-monk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-monk-ua-revisedsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-mystic-ua-themysticclass.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-paladin-ua-2020subclassespt1.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-paladin-ua-atrioofsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-paladin-ua-bardandpaladin.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-paladin-ua-paladin.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-paladin-ua-revisedclassoptions.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-2020subclassespt3.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-2020subclassespt5.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-atrioofsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-fighterrangerrogue.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-lightdarkunderdark.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-modifyingclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-ranger.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-rangerandrogue.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-therangerrevised.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-rogue-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-rogue-ua-2020subclassesrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-rogue-ua-fighterrangerrogue.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-rogue-ua-fighterroguewizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-rogue-ua-gothicheroes.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-rogue-ua-rangerandrogue.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-2020subclassespt2.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-giantsoulsorcerer.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-lightdarkunderdark.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-modifyingclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-revisedsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-sorcerer.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-sorcererandwarlock.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-waterborneadventures.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-2020subclassespt1.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-2020subclassespt4.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-2020subclassesrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-lightdarkunderdark.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-modernmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-revisedclassoptions.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-sorcererandwarlock.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-thefaithful.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-warlockandwizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-2020subclassesrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-clericdruidwizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-eberron.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-fighterroguewizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-modernmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-threesubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-warlockandwizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-wizardrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-2020feats.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-eberron.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-feats.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-featsforraces.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-featsforskills.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-fighterroguewizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/items-ua-2020spellsandmagictattoos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/items-ua-prestigeclassesrunmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/items-ua-wge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-2020subclassespt3.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-artificerrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-classfeaturevariants.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-lightdarkunderdark.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-modernmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-revisedclassoptions.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-warlockandwizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-waterborneadventures.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/races-ua-centaursminotaurs.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/races-ua-eberron.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/races-ua-eladrinandgith.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/races-ua-gothicheroes.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/races-ua-racesofeberron.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/races-ua-racesofravnica.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/races-ua-waterborneadventures.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-2020subclassespt1.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-2020subclassespt2.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-2020subclassespt3.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-2020subclassespt4.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-artificer.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-artificerrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-atrioofsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-bardandpaladin.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-classfeaturevariants.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-clericdivinedomains.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-clericdruidwizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-fighterrangerrogue.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-fighterroguewizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-giantsoulsorcerer.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-lightdarkunderdark.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-modernmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-orderdomain.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-paladin.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-rangerandrogue.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-revisedclassoptions.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-sorcerer.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-sorcererandwarlock.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-thefaithful.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-therangerrevised.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-threesubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-warlockandwizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-waterborneadventures.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-2020por.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-2020smt.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-ar.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-frw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-mm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-saw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-ss.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-tobm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-xge+ua-artificerrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-xge+ua-classfeaturevariants.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/vehicles-ua-ofshipsandsea.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/bestiary-ua-20s2.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/bestiary-ua-20s5.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/bestiary-ua-2020smt.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/bestiary-ua-ar.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/bestiary-ua-cdw.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/bestiary-ua-cfv.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-artificer-ua-2020subclassespt3.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-artificer-ua-artificer.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-artificer-ua-artificerrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-barbarian-ua-2020subclassespt1.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-barbarian-ua-barbarianandmonk.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-barbarian-ua-barbarianprimalpaths.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-barbarian-ua-revisedsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-bard-ua-2020subclassespt2.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-bard-ua-2020subclassespt4.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-bard-ua-bardandpaladin.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-bard-ua-bardbardcolleges.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-bard-ua-kitsofold.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-bard-ua-revisedsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-cleric-ua-2020subclassespt2.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-cleric-ua-clericdivinedomains.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-cleric-ua-clericdruidwizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-cleric-ua-modernmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-cleric-ua-orderdomain.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-druid-ua-2020subclassespt3.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-druid-ua-clericdruidwizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-druid-ua-druid.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-druid-ua-revisedclassoptions.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-druid-ua-threesubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-fighter.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-fighterrangerrogue.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-fighterroguewizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-gothicheroes.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-kitsofold.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-revisedclassoptions.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-revisedsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-threesubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-monk-ua-2020subclassespt1.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-monk-ua-2020subclassespt5.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-monk-ua-atrioofsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-monk-ua-barbarianandmonk.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-monk-ua-monk.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-monk-ua-revisedsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-mystic-ua-themysticclass.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-paladin-ua-2020subclassespt1.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-paladin-ua-atrioofsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-paladin-ua-bardandpaladin.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-paladin-ua-paladin.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-paladin-ua-revisedclassoptions.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-2020subclassespt3.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-2020subclassespt5.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-atrioofsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-fighterrangerrogue.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-lightdarkunderdark.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-modifyingclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-ranger.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-rangerandrogue.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-therangerrevised.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-rogue-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-rogue-ua-2020subclassesrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-rogue-ua-fighterrangerrogue.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-rogue-ua-fighterroguewizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-rogue-ua-gothicheroes.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-rogue-ua-rangerandrogue.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-2020subclassespt2.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-giantsoulsorcerer.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-lightdarkunderdark.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-modifyingclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-revisedsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-sorcerer.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-sorcererandwarlock.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-waterborneadventures.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-2020subclassespt1.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-2020subclassespt4.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-2020subclassesrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-lightdarkunderdark.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-modernmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-revisedclassoptions.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-sorcererandwarlock.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-thefaithful.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-warlockandwizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-2020subclassesrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-clericdruidwizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-eberron.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-fighterroguewizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-modernmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-threesubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-warlockandwizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-wizardrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-2020feats.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-eberron.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-feats.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-featsforraces.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-featsforskills.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-fighterroguewizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/items-ua-2020spellsandmagictattoos.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/items-ua-prestigeclassesrunmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/items-ua-wge.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-2020subclassespt3.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-artificerrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-classfeaturevariants.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-lightdarkunderdark.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-modernmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-revisedclassoptions.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-warlockandwizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-waterborneadventures.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/races-ua-centaursminotaurs.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/races-ua-eberron.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/races-ua-eladrinandgith.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/races-ua-gothicheroes.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/races-ua-racesofeberron.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/races-ua-racesofravnica.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/races-ua-waterborneadventures.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-2020subclassespt1.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-2020subclassespt2.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-2020subclassespt3.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-2020subclassespt4.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-artificer.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-artificerrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-atrioofsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-bardandpaladin.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-classfeaturevariants.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-clericdivinedomains.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-clericdruidwizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-fighterrangerrogue.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-fighterroguewizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-giantsoulsorcerer.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-lightdarkunderdark.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-modernmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-orderdomain.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-paladin.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-rangerandrogue.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-revisedclassoptions.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-sorcerer.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-sorcererandwarlock.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-thefaithful.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-therangerrevised.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-threesubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-warlockandwizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-waterborneadventures.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-2020por.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-2020smt.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-ar.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-frw.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-mm.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-saw.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-ss.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-tobm.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-xge+ua-artificerrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-xge+ua-classfeaturevariants.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/vehicles-ua-ofshipsandsea.xml" />
|
||||
|
||||
|
||||
<!-- Homebrew -->
|
||||
<doc href="../FightClub5eXML/Sources/Homebrew.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ThirdParty/TomeOfBeasts.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ThirdParty/CreatureCodex.xml" />
|
||||
<doc href="../Sources/Homebrew.xml" />
|
||||
<doc href="../Sources/ThirdParty/TomeOfBeasts.xml" />
|
||||
<doc href="../Sources/ThirdParty/CreatureCodex.xml" />
|
||||
</collection>
|
||||
|
|
|
|||
|
|
@ -1,274 +1,274 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<collection>
|
||||
<!-- Core Rulebooks -->
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/backgrounds-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/bestiary-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-barbarian-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-bard-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-cleric-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-druid-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-fighter-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-monk-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-paladin-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-ranger-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-rogue-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-sorcerer-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-warlock-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-wizard-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/feats-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/items-base-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/items-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/optionalfeatures-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/races-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/spells-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/backgrounds-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/bestiary-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-barbarian-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-bard-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-cleric-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-druid-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-fighter-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-monk-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-paladin-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-ranger-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-rogue-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-sorcerer-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-warlock-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-wizard-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/feats-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/items-base-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/items-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/optionalfeatures-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/races-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/spells-phb.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/bestiary-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/class-cleric-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/class-paladin-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/items-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/races-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/spells-phb+dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/bestiary-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/class-cleric-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/class-paladin-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/items-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/races-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/spells-phb+dmg.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MonsterManual/bestiary-mm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MonsterManual/items-mm.xml" />
|
||||
<doc href="../Sources/MonsterManual/bestiary-mm.xml" />
|
||||
<doc href="../Sources/MonsterManual/items-mm.xml" />
|
||||
|
||||
|
||||
<!-- Supplements -->
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/races-eepc.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/races-eepc.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/bestiary-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-barbarian-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-bard-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-cleric-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-druid-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-fighter-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-monk-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-paladin-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-ranger-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-rogue-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-sorcerer-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-warlock-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-wizard-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/feats-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/items-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/optionalfeatures-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/spells-phb+xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/spells-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/bestiary-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-barbarian-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-bard-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-cleric-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-druid-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-fighter-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-monk-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-paladin-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-ranger-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-rogue-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-sorcerer-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-warlock-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-wizard-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/feats-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/items-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/optionalfeatures-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/spells-phb+xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/spells-xge.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/bestiary-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/feats-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/items-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/races-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/vehicles-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/bestiary-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/feats-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/items-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/races-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/vehicles-mtf.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/bestiary-vgm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/items-vgm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/races-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/bestiary-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/items-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/races-vgm.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/backgrounds-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-barbarian-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-cleric-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-fighter-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-monk-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-paladin-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-rogue-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-sorcerer-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-warlock-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-wizard-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/items-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/spells-phb+scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/spells-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/backgrounds-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-barbarian-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-cleric-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-fighter-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-monk-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-paladin-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-rogue-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-sorcerer-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-warlock-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-wizard-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/items-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/spells-phb+scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/spells-scag.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/backgrounds-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/bestiary-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/class-cleric-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/class-druid-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/items-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/races-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/spells-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/spells-phb+ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/backgrounds-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/bestiary-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/class-cleric-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/class-druid-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/items-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/races-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/spells-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/spells-phb+ggr.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/backgrounds-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/bestiary-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/feats-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/items-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/races-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/spells-phb+erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/spells-xge+erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/backgrounds-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/bestiary-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/feats-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/items-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/races-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/spells-phb+erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/spells-xge+erlw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/backgrounds-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/bestiary-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/items-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/races-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/spells-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/vehicles-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/backgrounds-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/bestiary-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/items-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/races-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/spells-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/vehicles-ai.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/backgrounds-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/bestiary-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/class-fighter-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/class-wizard-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/items-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/races-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/spells-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/vehicles-dd.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/backgrounds-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/bestiary-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/class-fighter-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/class-wizard-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/items-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/races-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/spells-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/vehicles-dd.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio/bestiary-mff.xml" />
|
||||
<doc href="../Sources/MordenkainensFiendishFolio/bestiary-mff.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/bestiary-ttp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/items-ttp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/races-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/bestiary-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/items-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/races-ttp.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/OneGrungAbove/races-oga.xml" />
|
||||
<doc href="../Sources/OneGrungAbove/races-oga.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/backgrounds-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/bestiary-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/class-bard-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/class-paladin-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/items-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/races-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/spells-phb+mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/backgrounds-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/bestiary-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/class-bard-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/class-paladin-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/items-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/races-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/spells-phb+mot.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/bestiary-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-artificer-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-barbarian-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-bard-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-cleric-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-druid-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-fighter-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-monk-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-paladin-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-ranger-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-rogue-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-sorcerer-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-warlock-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-wizard-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/feats-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/items-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/optionalfeatures-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/spells-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/spells-phb+tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/races-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/bestiary-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-artificer-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-barbarian-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-bard-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-cleric-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-druid-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-fighter-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-monk-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-paladin-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-ranger-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-rogue-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-sorcerer-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-warlock-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-wizard-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/feats-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/items-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/optionalfeatures-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/spells-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/spells-phb+tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/races-tce.xml" />
|
||||
|
||||
|
||||
<!-- Adventures -->
|
||||
<doc href="../FightClub5eXML/Sources/LostMineOfPhandelver/bestiary-lmop.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LostMineOfPhandelver/items-lmop.xml" />
|
||||
<doc href="../Sources/LostMineOfPhandelver/bestiary-lmop.xml" />
|
||||
<doc href="../Sources/LostMineOfPhandelver/items-lmop.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/HoardOfTheDragonQueen/bestiary-hotdq.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/HoardOfTheDragonQueen/items-hotdq.xml" />
|
||||
<doc href="../Sources/HoardOfTheDragonQueen/bestiary-hotdq.xml" />
|
||||
<doc href="../Sources/HoardOfTheDragonQueen/items-hotdq.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/RiseOfTiamat/bestiary-rot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/RiseOfTiamat/items-rot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/RiseOfTiamat/items-rotos.xml" />
|
||||
<doc href="../Sources/RiseOfTiamat/bestiary-rot.xml" />
|
||||
<doc href="../Sources/RiseOfTiamat/items-rot.xml" />
|
||||
<doc href="../Sources/RiseOfTiamat/items-rotos.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/bestiary-pota.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/items-eet.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/items-pota.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/bestiary-pota.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/items-eet.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/items-pota.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/OutOfTheAbyss/bestiary-oota.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/OutOfTheAbyss/items-oota.xml" />
|
||||
<doc href="../Sources/OutOfTheAbyss/bestiary-oota.xml" />
|
||||
<doc href="../Sources/OutOfTheAbyss/items-oota.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/CurseOfStrahd/backgrounds-cos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/CurseOfStrahd/bestiary-cos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/CurseOfStrahd/items-cos.xml" />
|
||||
<doc href="../Sources/CurseOfStrahd/backgrounds-cos.xml" />
|
||||
<doc href="../Sources/CurseOfStrahd/bestiary-cos.xml" />
|
||||
<doc href="../Sources/CurseOfStrahd/items-cos.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/StormKingsThunder/bestiary-skt.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/StormKingsThunder/items-skt.xml" />
|
||||
<doc href="../Sources/StormKingsThunder/bestiary-skt.xml" />
|
||||
<doc href="../Sources/StormKingsThunder/items-skt.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TalesFromTheYawningPortal/bestiary-tftyp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TalesFromTheYawningPortal/items-tftyp.xml" />
|
||||
<doc href="../Sources/TalesFromTheYawningPortal/bestiary-tftyp.xml" />
|
||||
<doc href="../Sources/TalesFromTheYawningPortal/items-tftyp.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TombOfAnnihilation/backgrounds-toa.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TombOfAnnihilation/bestiary-toa.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TombOfAnnihilation/items-toa.xml" />
|
||||
<doc href="../Sources/TombOfAnnihilation/backgrounds-toa.xml" />
|
||||
<doc href="../Sources/TombOfAnnihilation/bestiary-toa.xml" />
|
||||
<doc href="../Sources/TombOfAnnihilation/items-toa.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDragonHeist/bestiary-wdh.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDragonHeist/items-wdh.xml" />
|
||||
<doc href="../Sources/WaterdeepDragonHeist/bestiary-wdh.xml" />
|
||||
<doc href="../Sources/WaterdeepDragonHeist/items-wdh.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDungeonOfTheMadMage/bestiary-wdmm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDungeonOfTheMadMage/items-wdmm.xml" />
|
||||
<doc href="../Sources/WaterdeepDungeonOfTheMadMage/bestiary-wdmm.xml" />
|
||||
<doc href="../Sources/WaterdeepDungeonOfTheMadMage/items-wdmm.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/LostLaboratoryOfKwalish/bestiary-llk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LostLaboratoryOfKwalish/items-llk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LostLaboratoryOfKwalish/spells-llk.xml" />
|
||||
<doc href="../Sources/LostLaboratoryOfKwalish/bestiary-llk.xml" />
|
||||
<doc href="../Sources/LostLaboratoryOfKwalish/items-llk.xml" />
|
||||
<doc href="../Sources/LostLaboratoryOfKwalish/spells-llk.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/KrenkosWay/bestiary-kkw.xml" />
|
||||
<doc href="../Sources/KrenkosWay/bestiary-kkw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/backgrounds-gos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/bestiary-gos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/items-gos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/vehicles-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/backgrounds-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/bestiary-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/items-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/vehicles-gos.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/HuntForTheThesselhydra/bestiary-hftt.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/HuntForTheThesselhydra/items-hftt.xml" />
|
||||
<doc href="../Sources/HuntForTheThesselhydra/bestiary-hftt.xml" />
|
||||
<doc href="../Sources/HuntForTheThesselhydra/items-hftt.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TheOrreryOfTheWanderer/bestiary-oow.xml" />
|
||||
<doc href="../Sources/TheOrreryOfTheWanderer/bestiary-oow.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DragonOfIcespirePeak/bestiary-dip.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DragonOfIcespirePeak/bestiary-esk.xml" />
|
||||
<doc href="../Sources/DragonOfIcespirePeak/bestiary-dip.xml" />
|
||||
<doc href="../Sources/DragonOfIcespirePeak/bestiary-esk.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/StormLordsWrath/bestiary-slw.xml" />
|
||||
<doc href="../Sources/StormLordsWrath/bestiary-slw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/SleepingDragonsWake/bestiary-sdw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SleepingDragonsWake/items-sdw.xml" />
|
||||
<doc href="../Sources/SleepingDragonsWake/bestiary-sdw.xml" />
|
||||
<doc href="../Sources/SleepingDragonsWake/items-sdw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DivineContention/bestiary-dc.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DivineContention/items-dc.xml" />
|
||||
<doc href="../Sources/DivineContention/bestiary-dc.xml" />
|
||||
<doc href="../Sources/DivineContention/items-dc.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/backgrounds-bgdia.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/bestiary-bgdia.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/items-bgdia.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/vehicles-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/backgrounds-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/bestiary-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/items-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/vehicles-bgdia.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/LocathahRising/bestiary-lr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LocathahRising/races-lr.xml" />
|
||||
<doc href="../Sources/LocathahRising/bestiary-lr.xml" />
|
||||
<doc href="../Sources/LocathahRising/races-lr.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/RickAndMorty/bestiary-rmbre.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/RickAndMorty/items-rmbre.xml" />
|
||||
<doc href="../Sources/RickAndMorty/bestiary-rmbre.xml" />
|
||||
<doc href="../Sources/RickAndMorty/items-rmbre.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/InfernalMachineRebuild/bestiary-imr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/InfernalMachineRebuild/items-imr.xml" />
|
||||
<doc href="../Sources/InfernalMachineRebuild/bestiary-imr.xml" />
|
||||
<doc href="../Sources/InfernalMachineRebuild/items-imr.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/IcewindDaleRimeOfTheFrostmaiden/bestiary-idrotf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/IcewindDaleRimeOfTheFrostmaiden/spells-idrotf.xml" />
|
||||
<doc href="../Sources/IcewindDaleRimeOfTheFrostmaiden/bestiary-idrotf.xml" />
|
||||
<doc href="../Sources/IcewindDaleRimeOfTheFrostmaiden/spells-idrotf.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/AdventureWithMuk/races-awm.xml" />
|
||||
<doc href="../Sources/AdventureWithMuk/races-awm.xml" />
|
||||
|
||||
</collection>
|
||||
|
|
|
|||
|
|
@ -1,279 +1,279 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<collection>
|
||||
<!-- Core Rulebooks -->
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/backgrounds-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/bestiary-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-barbarian-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-bard-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-cleric-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-druid-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-fighter-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-monk-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-paladin-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-ranger-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-rogue-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-sorcerer-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-warlock-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-wizard-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/feats-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/items-base-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/items-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/optionalfeatures-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/races-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/spells-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/backgrounds-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/bestiary-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-barbarian-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-bard-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-cleric-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-druid-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-fighter-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-monk-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-paladin-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-ranger-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-rogue-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-sorcerer-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-warlock-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-wizard-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/feats-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/items-base-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/items-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/optionalfeatures-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/races-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/spells-phb.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/bestiary-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/class-cleric-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/class-paladin-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/items-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/races-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/spells-phb+dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/bestiary-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/class-cleric-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/class-paladin-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/items-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/races-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/spells-phb+dmg.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MonsterManual/bestiary-mm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MonsterManual/items-mm.xml" />
|
||||
<doc href="../Sources/MonsterManual/bestiary-mm.xml" />
|
||||
<doc href="../Sources/MonsterManual/items-mm.xml" />
|
||||
|
||||
|
||||
|
||||
<!-- Supplements -->
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/races-eepc.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/races-eepc.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/bestiary-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-barbarian-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-bard-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-cleric-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-druid-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-fighter-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-monk-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-paladin-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-ranger-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-rogue-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-sorcerer-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-warlock-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-wizard-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/feats-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/items-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/optionalfeatures-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/spells-phb+xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/spells-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/bestiary-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-barbarian-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-bard-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-cleric-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-druid-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-fighter-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-monk-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-paladin-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-ranger-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-rogue-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-sorcerer-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-warlock-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-wizard-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/feats-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/items-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/optionalfeatures-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/spells-phb+xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/spells-xge.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/bestiary-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/feats-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/items-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/races-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/vehicles-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/bestiary-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/feats-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/items-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/races-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/vehicles-mtf.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/bestiary-vgm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/items-vgm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/races-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/bestiary-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/items-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/races-vgm.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/backgrounds-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-barbarian-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-cleric-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-fighter-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-monk-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-paladin-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-rogue-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-sorcerer-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-warlock-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-wizard-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/items-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/spells-phb+scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/spells-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/backgrounds-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-barbarian-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-cleric-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-fighter-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-monk-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-paladin-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-rogue-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-sorcerer-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-warlock-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-wizard-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/items-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/spells-phb+scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/spells-scag.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/backgrounds-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/bestiary-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/class-cleric-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/class-druid-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/items-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/races-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/spells-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/spells-phb+ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/backgrounds-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/bestiary-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/class-cleric-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/class-druid-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/items-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/races-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/spells-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/spells-phb+ggr.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/backgrounds-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/bestiary-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/feats-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/items-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/races-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/spells-phb+erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/spells-xge+erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/backgrounds-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/bestiary-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/feats-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/items-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/races-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/spells-phb+erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/spells-xge+erlw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/backgrounds-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/bestiary-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/items-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/races-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/spells-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/vehicles-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/backgrounds-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/bestiary-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/items-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/races-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/spells-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/vehicles-ai.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/backgrounds-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/bestiary-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/class-fighter-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/class-wizard-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/items-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/races-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/spells-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/vehicles-dd.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/backgrounds-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/bestiary-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/class-fighter-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/class-wizard-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/items-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/races-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/spells-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/vehicles-dd.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio/bestiary-mff.xml" />
|
||||
<doc href="../Sources/MordenkainensFiendishFolio/bestiary-mff.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/bestiary-ttp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/items-ttp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/races-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/bestiary-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/items-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/races-ttp.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/OneGrungAbove/races-oga.xml" />
|
||||
<doc href="../Sources/OneGrungAbove/races-oga.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/backgrounds-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/bestiary-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/class-bard-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/class-paladin-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/items-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/races-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/spells-phb+mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/backgrounds-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/bestiary-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/class-bard-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/class-paladin-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/items-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/races-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/spells-phb+mot.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/bestiary-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-artificer-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-barbarian-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-bard-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-cleric-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-druid-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-fighter-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-monk-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-paladin-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-ranger-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-rogue-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-sorcerer-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-warlock-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-wizard-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/feats-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/items-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/optionalfeatures-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/spells-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/spells-phb+tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/races-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/bestiary-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-artificer-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-barbarian-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-bard-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-cleric-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-druid-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-fighter-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-monk-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-paladin-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-ranger-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-rogue-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-sorcerer-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-warlock-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-wizard-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/feats-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/items-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/optionalfeatures-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/spells-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/spells-phb+tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/races-tce.xml" />
|
||||
|
||||
|
||||
|
||||
<!-- Adventures -->
|
||||
<doc href="../FightClub5eXML/Sources/LostMineOfPhandelver/bestiary-lmop.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LostMineOfPhandelver/items-lmop.xml" />
|
||||
<doc href="../Sources/LostMineOfPhandelver/bestiary-lmop.xml" />
|
||||
<doc href="../Sources/LostMineOfPhandelver/items-lmop.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/HoardOfTheDragonQueen/bestiary-hotdq.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/HoardOfTheDragonQueen/items-hotdq.xml" />
|
||||
<doc href="../Sources/HoardOfTheDragonQueen/bestiary-hotdq.xml" />
|
||||
<doc href="../Sources/HoardOfTheDragonQueen/items-hotdq.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/RiseOfTiamat/bestiary-rot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/RiseOfTiamat/items-rot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/RiseOfTiamat/items-rotos.xml" />
|
||||
<doc href="../Sources/RiseOfTiamat/bestiary-rot.xml" />
|
||||
<doc href="../Sources/RiseOfTiamat/items-rot.xml" />
|
||||
<doc href="../Sources/RiseOfTiamat/items-rotos.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/bestiary-pota.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/items-eet.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/items-pota.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/bestiary-pota.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/items-eet.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/items-pota.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/OutOfTheAbyss/bestiary-oota.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/OutOfTheAbyss/items-oota.xml" />
|
||||
<doc href="../Sources/OutOfTheAbyss/bestiary-oota.xml" />
|
||||
<doc href="../Sources/OutOfTheAbyss/items-oota.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/CurseOfStrahd/backgrounds-cos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/CurseOfStrahd/bestiary-cos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/CurseOfStrahd/items-cos.xml" />
|
||||
<doc href="../Sources/CurseOfStrahd/backgrounds-cos.xml" />
|
||||
<doc href="../Sources/CurseOfStrahd/bestiary-cos.xml" />
|
||||
<doc href="../Sources/CurseOfStrahd/items-cos.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/StormKingsThunder/bestiary-skt.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/StormKingsThunder/items-skt.xml" />
|
||||
<doc href="../Sources/StormKingsThunder/bestiary-skt.xml" />
|
||||
<doc href="../Sources/StormKingsThunder/items-skt.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TalesFromTheYawningPortal/bestiary-tftyp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TalesFromTheYawningPortal/items-tftyp.xml" />
|
||||
<doc href="../Sources/TalesFromTheYawningPortal/bestiary-tftyp.xml" />
|
||||
<doc href="../Sources/TalesFromTheYawningPortal/items-tftyp.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TombOfAnnihilation/backgrounds-toa.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TombOfAnnihilation/bestiary-toa.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TombOfAnnihilation/items-toa.xml" />
|
||||
<doc href="../Sources/TombOfAnnihilation/backgrounds-toa.xml" />
|
||||
<doc href="../Sources/TombOfAnnihilation/bestiary-toa.xml" />
|
||||
<doc href="../Sources/TombOfAnnihilation/items-toa.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDragonHeist/bestiary-wdh.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDragonHeist/items-wdh.xml" />
|
||||
<doc href="../Sources/WaterdeepDragonHeist/bestiary-wdh.xml" />
|
||||
<doc href="../Sources/WaterdeepDragonHeist/items-wdh.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDungeonOfTheMadMage/bestiary-wdmm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDungeonOfTheMadMage/items-wdmm.xml" />
|
||||
<doc href="../Sources/WaterdeepDungeonOfTheMadMage/bestiary-wdmm.xml" />
|
||||
<doc href="../Sources/WaterdeepDungeonOfTheMadMage/items-wdmm.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/LostLaboratoryOfKwalish/bestiary-llk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LostLaboratoryOfKwalish/items-llk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LostLaboratoryOfKwalish/spells-llk.xml" />
|
||||
<doc href="../Sources/LostLaboratoryOfKwalish/bestiary-llk.xml" />
|
||||
<doc href="../Sources/LostLaboratoryOfKwalish/items-llk.xml" />
|
||||
<doc href="../Sources/LostLaboratoryOfKwalish/spells-llk.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/KrenkosWay/bestiary-kkw.xml" />
|
||||
<doc href="../Sources/KrenkosWay/bestiary-kkw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/backgrounds-gos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/bestiary-gos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/items-gos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/vehicles-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/backgrounds-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/bestiary-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/items-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/vehicles-gos.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/HuntForTheThesselhydra/bestiary-hftt.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/HuntForTheThesselhydra/items-hftt.xml" />
|
||||
<doc href="../Sources/HuntForTheThesselhydra/bestiary-hftt.xml" />
|
||||
<doc href="../Sources/HuntForTheThesselhydra/items-hftt.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TheOrreryOfTheWanderer/bestiary-oow.xml" />
|
||||
<doc href="../Sources/TheOrreryOfTheWanderer/bestiary-oow.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DragonOfIcespirePeak/bestiary-dip.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DragonOfIcespirePeak/bestiary-esk.xml" />
|
||||
<doc href="../Sources/DragonOfIcespirePeak/bestiary-dip.xml" />
|
||||
<doc href="../Sources/DragonOfIcespirePeak/bestiary-esk.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/StormLordsWrath/bestiary-slw.xml" />
|
||||
<doc href="../Sources/StormLordsWrath/bestiary-slw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/SleepingDragonsWake/bestiary-sdw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SleepingDragonsWake/items-sdw.xml" />
|
||||
<doc href="../Sources/SleepingDragonsWake/bestiary-sdw.xml" />
|
||||
<doc href="../Sources/SleepingDragonsWake/items-sdw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DivineContention/bestiary-dc.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DivineContention/items-dc.xml" />
|
||||
<doc href="../Sources/DivineContention/bestiary-dc.xml" />
|
||||
<doc href="../Sources/DivineContention/items-dc.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/backgrounds-bgdia.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/bestiary-bgdia.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/items-bgdia.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/vehicles-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/backgrounds-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/bestiary-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/items-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/vehicles-bgdia.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/LocathahRising/bestiary-lr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LocathahRising/races-lr.xml" />
|
||||
<doc href="../Sources/LocathahRising/bestiary-lr.xml" />
|
||||
<doc href="../Sources/LocathahRising/races-lr.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/RickAndMorty/bestiary-rmbre.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/RickAndMorty/items-rmbre.xml" />
|
||||
<doc href="../Sources/RickAndMorty/bestiary-rmbre.xml" />
|
||||
<doc href="../Sources/RickAndMorty/items-rmbre.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/InfernalMachineRebuild/bestiary-imr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/InfernalMachineRebuild/items-imr.xml" />
|
||||
<doc href="../Sources/InfernalMachineRebuild/bestiary-imr.xml" />
|
||||
<doc href="../Sources/InfernalMachineRebuild/items-imr.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/IcewindDaleRimeOfTheFrostmaiden/bestiary-idrotf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/IcewindDaleRimeOfTheFrostmaiden/spells-idrotf.xml" />
|
||||
<doc href="../Sources/IcewindDaleRimeOfTheFrostmaiden/bestiary-idrotf.xml" />
|
||||
<doc href="../Sources/IcewindDaleRimeOfTheFrostmaiden/spells-idrotf.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/AdventureWithMuk/races-awm.xml" />
|
||||
<doc href="../Sources/AdventureWithMuk/races-awm.xml" />
|
||||
|
||||
|
||||
<!-- Homebrew -->
|
||||
<doc href="../FightClub5eXML/Sources/Homebrew.xml" />
|
||||
<doc href="../Sources/Homebrew.xml" />
|
||||
</collection>
|
||||
|
|
|
|||
|
|
@ -1,430 +1,430 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<collection>
|
||||
<!-- Core Rulebooks -->
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/backgrounds-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/bestiary-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-barbarian-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-bard-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-cleric-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-druid-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-fighter-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-monk-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-paladin-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-ranger-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-rogue-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-sorcerer-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-warlock-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-wizard-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/feats-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/items-base-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/items-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/optionalfeatures-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/races-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/spells-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/backgrounds-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/bestiary-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-barbarian-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-bard-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-cleric-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-druid-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-fighter-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-monk-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-paladin-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-ranger-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-rogue-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-sorcerer-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-warlock-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-wizard-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/feats-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/items-base-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/items-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/optionalfeatures-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/races-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/spells-phb.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/bestiary-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/class-cleric-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/class-paladin-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/items-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/races-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/spells-phb+dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/bestiary-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/class-cleric-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/class-paladin-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/items-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/races-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/spells-phb+dmg.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MonsterManual/bestiary-mm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MonsterManual/items-mm.xml" />
|
||||
<doc href="../Sources/MonsterManual/bestiary-mm.xml" />
|
||||
<doc href="../Sources/MonsterManual/items-mm.xml" />
|
||||
|
||||
|
||||
<!-- Supplements -->
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/races-eepc.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/races-eepc.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/bestiary-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-barbarian-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-bard-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-cleric-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-druid-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-fighter-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-monk-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-paladin-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-ranger-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-rogue-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-sorcerer-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-warlock-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-wizard-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/feats-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/items-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/optionalfeatures-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/spells-phb+xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/spells-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/bestiary-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-barbarian-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-bard-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-cleric-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-druid-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-fighter-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-monk-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-paladin-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-ranger-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-rogue-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-sorcerer-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-warlock-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-wizard-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/feats-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/items-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/optionalfeatures-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/spells-phb+xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/spells-xge.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/bestiary-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/feats-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/items-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/races-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/vehicles-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/bestiary-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/feats-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/items-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/races-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/vehicles-mtf.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/bestiary-vgm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/items-vgm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/races-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/bestiary-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/items-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/races-vgm.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/backgrounds-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-barbarian-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-cleric-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-fighter-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-monk-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-paladin-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-rogue-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-sorcerer-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-warlock-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-wizard-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/items-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/spells-phb+scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/spells-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/backgrounds-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-barbarian-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-cleric-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-fighter-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-monk-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-paladin-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-rogue-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-sorcerer-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-warlock-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-wizard-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/items-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/spells-phb+scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/spells-scag.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/backgrounds-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/bestiary-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/class-cleric-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/class-druid-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/items-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/races-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/spells-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/spells-phb+ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/backgrounds-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/bestiary-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/class-cleric-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/class-druid-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/items-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/races-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/spells-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/spells-phb+ggr.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/backgrounds-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/bestiary-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/feats-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/items-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/races-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/spells-phb+erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/spells-xge+erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/backgrounds-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/bestiary-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/feats-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/items-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/races-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/spells-phb+erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/spells-xge+erlw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/backgrounds-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/bestiary-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/items-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/races-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/spells-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/vehicles-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/backgrounds-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/bestiary-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/items-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/races-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/spells-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/vehicles-ai.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/backgrounds-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/bestiary-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/class-fighter-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/class-wizard-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/items-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/races-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/spells-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/vehicles-dd.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/backgrounds-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/bestiary-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/class-fighter-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/class-wizard-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/items-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/races-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/spells-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/vehicles-dd.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio/bestiary-mff.xml" />
|
||||
<doc href="../Sources/MordenkainensFiendishFolio/bestiary-mff.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/bestiary-ttp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/items-ttp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/races-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/bestiary-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/items-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/races-ttp.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/OneGrungAbove/races-oga.xml" />
|
||||
<doc href="../Sources/OneGrungAbove/races-oga.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/backgrounds-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/bestiary-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/class-bard-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/class-paladin-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/items-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/races-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/spells-phb+mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/backgrounds-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/bestiary-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/class-bard-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/class-paladin-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/items-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/races-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/spells-phb+mot.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/bestiary-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-artificer-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-barbarian-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-bard-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-cleric-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-druid-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-fighter-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-monk-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-paladin-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-ranger-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-rogue-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-sorcerer-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-warlock-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-wizard-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/feats-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/items-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/optionalfeatures-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/spells-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/spells-phb+tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/races-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/bestiary-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-artificer-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-barbarian-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-bard-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-cleric-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-druid-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-fighter-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-monk-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-paladin-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-ranger-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-rogue-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-sorcerer-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-warlock-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-wizard-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/feats-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/items-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/optionalfeatures-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/spells-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/spells-phb+tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/races-tce.xml" />
|
||||
|
||||
|
||||
<!-- Adventures -->
|
||||
<doc href="../FightClub5eXML/Sources/LostMineOfPhandelver/bestiary-lmop.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LostMineOfPhandelver/items-lmop.xml" />
|
||||
<doc href="../Sources/LostMineOfPhandelver/bestiary-lmop.xml" />
|
||||
<doc href="../Sources/LostMineOfPhandelver/items-lmop.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/HoardOfTheDragonQueen/bestiary-hotdq.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/HoardOfTheDragonQueen/items-hotdq.xml" />
|
||||
<doc href="../Sources/HoardOfTheDragonQueen/bestiary-hotdq.xml" />
|
||||
<doc href="../Sources/HoardOfTheDragonQueen/items-hotdq.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/RiseOfTiamat/bestiary-rot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/RiseOfTiamat/items-rot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/RiseOfTiamat/items-rotos.xml" />
|
||||
<doc href="../Sources/RiseOfTiamat/bestiary-rot.xml" />
|
||||
<doc href="../Sources/RiseOfTiamat/items-rot.xml" />
|
||||
<doc href="../Sources/RiseOfTiamat/items-rotos.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/bestiary-pota.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/items-eet.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/items-pota.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/bestiary-pota.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/items-eet.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/items-pota.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/OutOfTheAbyss/bestiary-oota.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/OutOfTheAbyss/items-oota.xml" />
|
||||
<doc href="../Sources/OutOfTheAbyss/bestiary-oota.xml" />
|
||||
<doc href="../Sources/OutOfTheAbyss/items-oota.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/CurseOfStrahd/backgrounds-cos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/CurseOfStrahd/bestiary-cos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/CurseOfStrahd/items-cos.xml" />
|
||||
<doc href="../Sources/CurseOfStrahd/backgrounds-cos.xml" />
|
||||
<doc href="../Sources/CurseOfStrahd/bestiary-cos.xml" />
|
||||
<doc href="../Sources/CurseOfStrahd/items-cos.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/StormKingsThunder/bestiary-skt.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/StormKingsThunder/items-skt.xml" />
|
||||
<doc href="../Sources/StormKingsThunder/bestiary-skt.xml" />
|
||||
<doc href="../Sources/StormKingsThunder/items-skt.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TalesFromTheYawningPortal/bestiary-tftyp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TalesFromTheYawningPortal/items-tftyp.xml" />
|
||||
<doc href="../Sources/TalesFromTheYawningPortal/bestiary-tftyp.xml" />
|
||||
<doc href="../Sources/TalesFromTheYawningPortal/items-tftyp.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TombOfAnnihilation/backgrounds-toa.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TombOfAnnihilation/bestiary-toa.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TombOfAnnihilation/items-toa.xml" />
|
||||
<doc href="../Sources/TombOfAnnihilation/backgrounds-toa.xml" />
|
||||
<doc href="../Sources/TombOfAnnihilation/bestiary-toa.xml" />
|
||||
<doc href="../Sources/TombOfAnnihilation/items-toa.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDragonHeist/bestiary-wdh.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDragonHeist/items-wdh.xml" />
|
||||
<doc href="../Sources/WaterdeepDragonHeist/bestiary-wdh.xml" />
|
||||
<doc href="../Sources/WaterdeepDragonHeist/items-wdh.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDungeonOfTheMadMage/bestiary-wdmm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDungeonOfTheMadMage/items-wdmm.xml" />
|
||||
<doc href="../Sources/WaterdeepDungeonOfTheMadMage/bestiary-wdmm.xml" />
|
||||
<doc href="../Sources/WaterdeepDungeonOfTheMadMage/items-wdmm.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/LostLaboratoryOfKwalish/bestiary-llk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LostLaboratoryOfKwalish/items-llk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LostLaboratoryOfKwalish/spells-llk.xml" />
|
||||
<doc href="../Sources/LostLaboratoryOfKwalish/bestiary-llk.xml" />
|
||||
<doc href="../Sources/LostLaboratoryOfKwalish/items-llk.xml" />
|
||||
<doc href="../Sources/LostLaboratoryOfKwalish/spells-llk.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/KrenkosWay/bestiary-kkw.xml" />
|
||||
<doc href="../Sources/KrenkosWay/bestiary-kkw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/backgrounds-gos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/bestiary-gos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/items-gos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/vehicles-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/backgrounds-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/bestiary-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/items-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/vehicles-gos.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/HuntForTheThesselhydra/bestiary-hftt.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/HuntForTheThesselhydra/items-hftt.xml" />
|
||||
<doc href="../Sources/HuntForTheThesselhydra/bestiary-hftt.xml" />
|
||||
<doc href="../Sources/HuntForTheThesselhydra/items-hftt.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TheOrreryOfTheWanderer/bestiary-oow.xml" />
|
||||
<doc href="../Sources/TheOrreryOfTheWanderer/bestiary-oow.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DragonOfIcespirePeak/bestiary-dip.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DragonOfIcespirePeak/bestiary-esk.xml" />
|
||||
<doc href="../Sources/DragonOfIcespirePeak/bestiary-dip.xml" />
|
||||
<doc href="../Sources/DragonOfIcespirePeak/bestiary-esk.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/StormLordsWrath/bestiary-slw.xml" />
|
||||
<doc href="../Sources/StormLordsWrath/bestiary-slw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/SleepingDragonsWake/bestiary-sdw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SleepingDragonsWake/items-sdw.xml" />
|
||||
<doc href="../Sources/SleepingDragonsWake/bestiary-sdw.xml" />
|
||||
<doc href="../Sources/SleepingDragonsWake/items-sdw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DivineContention/bestiary-dc.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DivineContention/items-dc.xml" />
|
||||
<doc href="../Sources/DivineContention/bestiary-dc.xml" />
|
||||
<doc href="../Sources/DivineContention/items-dc.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/backgrounds-bgdia.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/bestiary-bgdia.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/items-bgdia.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/vehicles-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/backgrounds-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/bestiary-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/items-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/vehicles-bgdia.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/LocathahRising/bestiary-lr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LocathahRising/races-lr.xml" />
|
||||
<doc href="../Sources/LocathahRising/bestiary-lr.xml" />
|
||||
<doc href="../Sources/LocathahRising/races-lr.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/RickAndMorty/bestiary-rmbre.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/RickAndMorty/items-rmbre.xml" />
|
||||
<doc href="../Sources/RickAndMorty/bestiary-rmbre.xml" />
|
||||
<doc href="../Sources/RickAndMorty/items-rmbre.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/InfernalMachineRebuild/bestiary-imr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/InfernalMachineRebuild/items-imr.xml" />
|
||||
<doc href="../Sources/InfernalMachineRebuild/bestiary-imr.xml" />
|
||||
<doc href="../Sources/InfernalMachineRebuild/items-imr.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/IcewindDaleRimeOfTheFrostmaiden/bestiary-idrotf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/IcewindDaleRimeOfTheFrostmaiden/spells-idrotf.xml" />
|
||||
<doc href="../Sources/IcewindDaleRimeOfTheFrostmaiden/bestiary-idrotf.xml" />
|
||||
<doc href="../Sources/IcewindDaleRimeOfTheFrostmaiden/spells-idrotf.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/AdventureWithMuk/races-awm.xml" />
|
||||
<doc href="../Sources/AdventureWithMuk/races-awm.xml" />
|
||||
|
||||
|
||||
<!-- UnearthedArcana -->
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/bestiary-ua-20s2.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/bestiary-ua-20s5.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/bestiary-ua-2020smt.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/bestiary-ua-ar.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/bestiary-ua-cdw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/bestiary-ua-cfv.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-artificer-ua-2020subclassespt3.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-artificer-ua-artificer.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-artificer-ua-artificerrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-barbarian-ua-2020subclassespt1.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-barbarian-ua-barbarianandmonk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-barbarian-ua-barbarianprimalpaths.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-barbarian-ua-revisedsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-bard-ua-2020subclassespt2.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-bard-ua-2020subclassespt4.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-bard-ua-bardandpaladin.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-bard-ua-bardbardcolleges.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-bard-ua-kitsofold.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-bard-ua-revisedsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-cleric-ua-2020subclassespt2.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-cleric-ua-clericdivinedomains.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-cleric-ua-clericdruidwizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-cleric-ua-modernmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-cleric-ua-orderdomain.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-druid-ua-2020subclassespt3.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-druid-ua-clericdruidwizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-druid-ua-druid.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-druid-ua-revisedclassoptions.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-druid-ua-threesubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-fighter.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-fighterrangerrogue.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-fighterroguewizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-gothicheroes.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-kitsofold.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-revisedclassoptions.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-revisedsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-fighter-ua-threesubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-monk-ua-2020subclassespt1.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-monk-ua-2020subclassespt5.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-monk-ua-atrioofsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-monk-ua-barbarianandmonk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-monk-ua-monk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-monk-ua-revisedsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-mystic-ua-themysticclass.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-paladin-ua-2020subclassespt1.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-paladin-ua-atrioofsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-paladin-ua-bardandpaladin.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-paladin-ua-paladin.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-paladin-ua-revisedclassoptions.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-2020subclassespt3.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-2020subclassespt5.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-atrioofsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-fighterrangerrogue.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-lightdarkunderdark.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-modifyingclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-ranger.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-rangerandrogue.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-therangerrevised.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-rogue-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-rogue-ua-2020subclassesrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-rogue-ua-fighterrangerrogue.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-rogue-ua-fighterroguewizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-rogue-ua-gothicheroes.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-rogue-ua-rangerandrogue.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-2020subclassespt2.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-giantsoulsorcerer.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-lightdarkunderdark.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-modifyingclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-revisedsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-sorcerer.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-sorcererandwarlock.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-waterborneadventures.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-2020subclassespt1.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-2020subclassespt4.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-2020subclassesrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-lightdarkunderdark.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-modernmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-revisedclassoptions.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-sorcererandwarlock.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-thefaithful.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-warlockandwizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-2020subclassesrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-clericdruidwizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-eberron.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-fighterroguewizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-modernmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-threesubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-warlockandwizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-wizardrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-2020feats.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-eberron.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-feats.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-featsforraces.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-featsforskills.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-fighterroguewizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/items-ua-2020spellsandmagictattoos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/items-ua-prestigeclassesrunmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/items-ua-wge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-2020subclassespt3.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-artificerrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-classfeaturevariants.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-lightdarkunderdark.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-modernmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-revisedclassoptions.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-warlockandwizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-waterborneadventures.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/races-ua-centaursminotaurs.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/races-ua-eberron.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/races-ua-eladrinandgith.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/races-ua-gothicheroes.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/races-ua-racesofeberron.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/races-ua-racesofravnica.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/races-ua-waterborneadventures.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-2020subclassespt1.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-2020subclassespt2.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-2020subclassespt3.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-2020subclassespt4.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-artificer.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-artificerrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-atrioofsubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-bardandpaladin.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-classfeaturevariants.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-clericdivinedomains.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-clericdruidwizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-fighterrangerrogue.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-fighterroguewizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-giantsoulsorcerer.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-lightdarkunderdark.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-modernmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-orderdomain.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-paladin.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-rangerandrogue.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-revisedclassoptions.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-sorcerer.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-sorcererandwarlock.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-thefaithful.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-therangerrevised.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-threesubclasses.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-warlockandwizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-waterborneadventures.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-2020por.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-2020smt.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-ar.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-frw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-mm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-saw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-ss.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-tobm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-xge+ua-artificerrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-xge+ua-classfeaturevariants.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/vehicles-ua-ofshipsandsea.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/bestiary-ua-20s2.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/bestiary-ua-20s5.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/bestiary-ua-2020smt.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/bestiary-ua-ar.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/bestiary-ua-cdw.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/bestiary-ua-cfv.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-artificer-ua-2020subclassespt3.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-artificer-ua-artificer.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-artificer-ua-artificerrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-barbarian-ua-2020subclassespt1.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-barbarian-ua-barbarianandmonk.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-barbarian-ua-barbarianprimalpaths.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-barbarian-ua-revisedsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-bard-ua-2020subclassespt2.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-bard-ua-2020subclassespt4.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-bard-ua-bardandpaladin.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-bard-ua-bardbardcolleges.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-bard-ua-kitsofold.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-bard-ua-revisedsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-cleric-ua-2020subclassespt2.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-cleric-ua-clericdivinedomains.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-cleric-ua-clericdruidwizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-cleric-ua-modernmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-cleric-ua-orderdomain.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-druid-ua-2020subclassespt3.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-druid-ua-clericdruidwizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-druid-ua-druid.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-druid-ua-revisedclassoptions.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-druid-ua-threesubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-fighter.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-fighterrangerrogue.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-fighterroguewizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-gothicheroes.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-kitsofold.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-revisedclassoptions.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-revisedsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-fighter-ua-threesubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-monk-ua-2020subclassespt1.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-monk-ua-2020subclassespt5.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-monk-ua-atrioofsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-monk-ua-barbarianandmonk.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-monk-ua-monk.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-monk-ua-revisedsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-mystic-ua-themysticclass.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-paladin-ua-2020subclassespt1.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-paladin-ua-atrioofsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-paladin-ua-bardandpaladin.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-paladin-ua-paladin.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-paladin-ua-revisedclassoptions.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-2020subclassespt3.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-2020subclassespt5.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-atrioofsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-fighterrangerrogue.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-lightdarkunderdark.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-modifyingclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-ranger.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-rangerandrogue.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-therangerrevised.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-rogue-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-rogue-ua-2020subclassesrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-rogue-ua-fighterrangerrogue.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-rogue-ua-fighterroguewizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-rogue-ua-gothicheroes.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-rogue-ua-rangerandrogue.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-2020subclassespt2.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-giantsoulsorcerer.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-lightdarkunderdark.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-modifyingclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-revisedsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-sorcerer.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-sorcererandwarlock.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-waterborneadventures.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-2020subclassespt1.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-2020subclassespt4.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-2020subclassesrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-lightdarkunderdark.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-modernmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-revisedclassoptions.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-sorcererandwarlock.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-thefaithful.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-warlockandwizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-2020subclassesrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-clericdruidwizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-eberron.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-fighterroguewizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-modernmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-threesubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-warlockandwizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-wizardrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-2020feats.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-eberron.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-feats.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-featsforraces.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-featsforskills.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-fighterroguewizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/items-ua-2020spellsandmagictattoos.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/items-ua-prestigeclassesrunmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/items-ua-wge.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-2020subclassespt3.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-artificerrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-classfeaturevariants.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-lightdarkunderdark.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-modernmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-revisedclassoptions.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-warlockandwizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-waterborneadventures.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/races-ua-centaursminotaurs.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/races-ua-eberron.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/races-ua-eladrinandgith.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/races-ua-gothicheroes.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/races-ua-racesofeberron.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/races-ua-racesofravnica.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/races-ua-waterborneadventures.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-2020subclassespt1.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-2020subclassespt2.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-2020subclassespt3.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-2020subclassespt4.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-artificer.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-artificerrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-atrioofsubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-bardandpaladin.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-classfeaturevariants.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-clericdivinedomains.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-clericdruidwizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-fighterrangerrogue.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-fighterroguewizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-giantsoulsorcerer.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-lightdarkunderdark.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-modernmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-orderdomain.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-paladin.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-rangerandrogue.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-revisedclassoptions.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-sorcerer.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-sorcererandwarlock.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-thefaithful.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-therangerrevised.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-threesubclasses.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-warlockandwizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-waterborneadventures.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-2020por.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-2020smt.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-ar.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-frw.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-mm.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-saw.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-ss.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-tobm.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-xge+ua-artificerrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-xge+ua-classfeaturevariants.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/vehicles-ua-ofshipsandsea.xml" />
|
||||
</collection>
|
||||
|
|
|
|||
|
|
@ -1,309 +1,309 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<collection>
|
||||
<!-- Core Rulebooks -->
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/backgrounds-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/bestiary-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-barbarian-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-bard-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-cleric-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-druid-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-fighter-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-monk-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-paladin-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-ranger-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-rogue-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-sorcerer-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-warlock-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-wizard-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/feats-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/items-base-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/items-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/optionalfeatures-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/races-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/spells-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/backgrounds-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/bestiary-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-barbarian-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-bard-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-cleric-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-druid-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-fighter-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-monk-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-paladin-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-ranger-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-rogue-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-sorcerer-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-warlock-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-wizard-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/feats-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/items-base-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/items-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/optionalfeatures-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/races-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/spells-phb.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/bestiary-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/class-cleric-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/class-paladin-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/items-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/races-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/spells-phb+dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/bestiary-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/class-cleric-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/class-paladin-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/items-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/races-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/spells-phb+dmg.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MonsterManual/bestiary-mm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MonsterManual/items-mm.xml" />
|
||||
<doc href="../Sources/MonsterManual/bestiary-mm.xml" />
|
||||
<doc href="../Sources/MonsterManual/items-mm.xml" />
|
||||
|
||||
|
||||
<!-- Supplements -->
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/races-eepc.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/races-eepc.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/bestiary-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-barbarian-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-bard-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-cleric-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-druid-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-fighter-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-monk-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-paladin-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-ranger-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-rogue-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-sorcerer-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-warlock-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-wizard-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/feats-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/items-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/optionalfeatures-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/spells-phb+xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/spells-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/bestiary-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-barbarian-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-bard-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-cleric-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-druid-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-fighter-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-monk-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-paladin-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-ranger-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-rogue-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-sorcerer-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-warlock-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-wizard-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/feats-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/items-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/optionalfeatures-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/spells-phb+xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/spells-xge.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/bestiary-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/feats-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/items-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/races-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/vehicles-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/bestiary-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/feats-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/items-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/races-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/vehicles-mtf.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/bestiary-vgm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/items-vgm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/races-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/bestiary-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/items-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/races-vgm.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/backgrounds-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-barbarian-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-cleric-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-fighter-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-monk-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-paladin-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-rogue-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-sorcerer-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-warlock-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-wizard-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/items-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/spells-phb+scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/spells-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/backgrounds-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-barbarian-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-cleric-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-fighter-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-monk-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-paladin-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-rogue-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-sorcerer-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-warlock-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-wizard-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/items-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/spells-phb+scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/spells-scag.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/backgrounds-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/bestiary-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/class-cleric-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/class-druid-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/items-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/races-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/spells-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/spells-phb+ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/backgrounds-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/bestiary-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/class-cleric-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/class-druid-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/items-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/races-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/spells-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/spells-phb+ggr.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/backgrounds-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/bestiary-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/feats-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/items-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/races-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/spells-phb+erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/spells-xge+erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/backgrounds-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/bestiary-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/feats-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/items-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/races-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/spells-phb+erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/spells-xge+erlw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/backgrounds-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/bestiary-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/items-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/races-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/spells-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/vehicles-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/backgrounds-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/bestiary-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/items-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/races-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/spells-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/vehicles-ai.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/backgrounds-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/bestiary-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/class-fighter-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/class-wizard-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/items-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/races-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/spells-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/vehicles-dd.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/backgrounds-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/bestiary-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/class-fighter-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/class-wizard-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/items-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/races-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/spells-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/vehicles-dd.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio/bestiary-mff.xml" />
|
||||
<doc href="../Sources/MordenkainensFiendishFolio/bestiary-mff.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/bestiary-ttp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/items-ttp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/races-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/bestiary-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/items-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/races-ttp.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/OneGrungAbove/races-oga.xml" />
|
||||
<doc href="../Sources/OneGrungAbove/races-oga.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/backgrounds-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/bestiary-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/class-bard-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/class-paladin-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/items-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/races-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/spells-phb+mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/backgrounds-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/bestiary-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/class-bard-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/class-paladin-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/items-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/races-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/spells-phb+mot.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/bestiary-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-artificer-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-barbarian-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-bard-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-cleric-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-druid-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-fighter-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-monk-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-paladin-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-ranger-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-rogue-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-sorcerer-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-warlock-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-wizard-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/feats-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/items-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/optionalfeatures-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/spells-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/spells-phb+tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/races-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/bestiary-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-artificer-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-barbarian-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-bard-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-cleric-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-druid-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-fighter-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-monk-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-paladin-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-ranger-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-rogue-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-sorcerer-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-warlock-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-wizard-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/feats-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/items-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/optionalfeatures-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/spells-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/spells-phb+tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/races-tce.xml" />
|
||||
|
||||
|
||||
<!-- Adventures -->
|
||||
<doc href="../FightClub5eXML/Sources/LostMineOfPhandelver/bestiary-lmop.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LostMineOfPhandelver/items-lmop.xml" />
|
||||
<doc href="../Sources/LostMineOfPhandelver/bestiary-lmop.xml" />
|
||||
<doc href="../Sources/LostMineOfPhandelver/items-lmop.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/HoardOfTheDragonQueen/bestiary-hotdq.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/HoardOfTheDragonQueen/items-hotdq.xml" />
|
||||
<doc href="../Sources/HoardOfTheDragonQueen/bestiary-hotdq.xml" />
|
||||
<doc href="../Sources/HoardOfTheDragonQueen/items-hotdq.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/RiseOfTiamat/bestiary-rot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/RiseOfTiamat/items-rot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/RiseOfTiamat/items-rotos.xml" />
|
||||
<doc href="../Sources/RiseOfTiamat/bestiary-rot.xml" />
|
||||
<doc href="../Sources/RiseOfTiamat/items-rot.xml" />
|
||||
<doc href="../Sources/RiseOfTiamat/items-rotos.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/bestiary-pota.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/items-eet.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/items-pota.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/bestiary-pota.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/items-eet.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/items-pota.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/OutOfTheAbyss/bestiary-oota.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/OutOfTheAbyss/items-oota.xml" />
|
||||
<doc href="../Sources/OutOfTheAbyss/bestiary-oota.xml" />
|
||||
<doc href="../Sources/OutOfTheAbyss/items-oota.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/CurseOfStrahd/backgrounds-cos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/CurseOfStrahd/bestiary-cos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/CurseOfStrahd/items-cos.xml" />
|
||||
<doc href="../Sources/CurseOfStrahd/backgrounds-cos.xml" />
|
||||
<doc href="../Sources/CurseOfStrahd/bestiary-cos.xml" />
|
||||
<doc href="../Sources/CurseOfStrahd/items-cos.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/StormKingsThunder/bestiary-skt.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/StormKingsThunder/items-skt.xml" />
|
||||
<doc href="../Sources/StormKingsThunder/bestiary-skt.xml" />
|
||||
<doc href="../Sources/StormKingsThunder/items-skt.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TalesFromTheYawningPortal/bestiary-tftyp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TalesFromTheYawningPortal/items-tftyp.xml" />
|
||||
<doc href="../Sources/TalesFromTheYawningPortal/bestiary-tftyp.xml" />
|
||||
<doc href="../Sources/TalesFromTheYawningPortal/items-tftyp.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TombOfAnnihilation/backgrounds-toa.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TombOfAnnihilation/bestiary-toa.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TombOfAnnihilation/items-toa.xml" />
|
||||
<doc href="../Sources/TombOfAnnihilation/backgrounds-toa.xml" />
|
||||
<doc href="../Sources/TombOfAnnihilation/bestiary-toa.xml" />
|
||||
<doc href="../Sources/TombOfAnnihilation/items-toa.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDragonHeist/bestiary-wdh.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDragonHeist/items-wdh.xml" />
|
||||
<doc href="../Sources/WaterdeepDragonHeist/bestiary-wdh.xml" />
|
||||
<doc href="../Sources/WaterdeepDragonHeist/items-wdh.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDungeonOfTheMadMage/bestiary-wdmm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/WaterdeepDungeonOfTheMadMage/items-wdmm.xml" />
|
||||
<doc href="../Sources/WaterdeepDungeonOfTheMadMage/bestiary-wdmm.xml" />
|
||||
<doc href="../Sources/WaterdeepDungeonOfTheMadMage/items-wdmm.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/LostLaboratoryOfKwalish/bestiary-llk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LostLaboratoryOfKwalish/items-llk.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LostLaboratoryOfKwalish/spells-llk.xml" />
|
||||
<doc href="../Sources/LostLaboratoryOfKwalish/bestiary-llk.xml" />
|
||||
<doc href="../Sources/LostLaboratoryOfKwalish/items-llk.xml" />
|
||||
<doc href="../Sources/LostLaboratoryOfKwalish/spells-llk.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/KrenkosWay/bestiary-kkw.xml" />
|
||||
<doc href="../Sources/KrenkosWay/bestiary-kkw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/backgrounds-gos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/bestiary-gos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/items-gos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GhostsOfSaltmarsh/vehicles-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/backgrounds-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/bestiary-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/items-gos.xml" />
|
||||
<doc href="../Sources/GhostsOfSaltmarsh/vehicles-gos.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/HuntForTheThesselhydra/bestiary-hftt.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/HuntForTheThesselhydra/items-hftt.xml" />
|
||||
<doc href="../Sources/HuntForTheThesselhydra/bestiary-hftt.xml" />
|
||||
<doc href="../Sources/HuntForTheThesselhydra/items-hftt.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TheOrreryOfTheWanderer/bestiary-oow.xml" />
|
||||
<doc href="../Sources/TheOrreryOfTheWanderer/bestiary-oow.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DragonOfIcespirePeak/bestiary-dip.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DragonOfIcespirePeak/bestiary-esk.xml" />
|
||||
<doc href="../Sources/DragonOfIcespirePeak/bestiary-dip.xml" />
|
||||
<doc href="../Sources/DragonOfIcespirePeak/bestiary-esk.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/StormLordsWrath/bestiary-slw.xml" />
|
||||
<doc href="../Sources/StormLordsWrath/bestiary-slw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/SleepingDragonsWake/bestiary-sdw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SleepingDragonsWake/items-sdw.xml" />
|
||||
<doc href="../Sources/SleepingDragonsWake/bestiary-sdw.xml" />
|
||||
<doc href="../Sources/SleepingDragonsWake/items-sdw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DivineContention/bestiary-dc.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DivineContention/items-dc.xml" />
|
||||
<doc href="../Sources/DivineContention/bestiary-dc.xml" />
|
||||
<doc href="../Sources/DivineContention/items-dc.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/backgrounds-bgdia.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/bestiary-bgdia.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/items-bgdia.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus/vehicles-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/backgrounds-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/bestiary-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/items-bgdia.xml" />
|
||||
<doc href="../Sources/BaldursGateDescentIntoAvernus/vehicles-bgdia.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/LocathahRising/bestiary-lr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/LocathahRising/races-lr.xml" />
|
||||
<doc href="../Sources/LocathahRising/bestiary-lr.xml" />
|
||||
<doc href="../Sources/LocathahRising/races-lr.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/RickAndMorty/bestiary-rmbre.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/RickAndMorty/items-rmbre.xml" />
|
||||
<doc href="../Sources/RickAndMorty/bestiary-rmbre.xml" />
|
||||
<doc href="../Sources/RickAndMorty/items-rmbre.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/InfernalMachineRebuild/bestiary-imr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/InfernalMachineRebuild/items-imr.xml" />
|
||||
<doc href="../Sources/InfernalMachineRebuild/bestiary-imr.xml" />
|
||||
<doc href="../Sources/InfernalMachineRebuild/items-imr.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/IcewindDaleRimeOfTheFrostmaiden/bestiary-idrotf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/IcewindDaleRimeOfTheFrostmaiden/spells-idrotf.xml" />
|
||||
<doc href="../Sources/IcewindDaleRimeOfTheFrostmaiden/bestiary-idrotf.xml" />
|
||||
<doc href="../Sources/IcewindDaleRimeOfTheFrostmaiden/spells-idrotf.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/AdventureWithMuk/races-awm.xml" />
|
||||
<doc href="../Sources/AdventureWithMuk/races-awm.xml" />
|
||||
|
||||
|
||||
<!-- UnearthedArcana -->
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/bestiary-ua-20s2.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/bestiary-ua-20s5.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/bestiary-ua-2020smt.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/bestiary-ua-cfv.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-bard-ua-2020subclassespt4.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-cleric-ua-modernmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-monk-ua-2020subclassespt5.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-mystic-ua-themysticclass.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-2020subclassespt5.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-ranger.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-ranger-ua-therangerrevised.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-sorcerer-ua-giantsoulsorcerer.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-2020subclassespt4.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-modernmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-warlock-ua-thefaithful.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/class-wizard-ua-modernmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-2020feats.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-feats.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-featsforraces.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-featsforskills.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/feats-ua-fighterroguewizard.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/items-ua-2020spellsandmagictattoos.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/optionalfeatures-ua-modernmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-2020subclassespt4.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-bardandpaladin.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-giantsoulsorcerer.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-modernmagic.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-phb+ua-thefaithful.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-2020smt.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-mm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana/spells-ua-tobm.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/bestiary-ua-20s2.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/bestiary-ua-20s5.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/bestiary-ua-2020smt.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/bestiary-ua-cfv.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-bard-ua-2020subclassespt4.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-cleric-ua-modernmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-monk-ua-2020subclassespt5.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-mystic-ua-themysticclass.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-2020subclassespt5.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-ranger.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-ranger-ua-therangerrevised.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-sorcerer-ua-giantsoulsorcerer.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-2020subclassespt4.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-modernmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-warlock-ua-thefaithful.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/class-wizard-ua-modernmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-2020feats.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-2020psionicoptionsrevisited.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-feats.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-featsforraces.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-featsforskills.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/feats-ua-fighterroguewizard.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/items-ua-2020spellsandmagictattoos.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/optionalfeatures-ua-modernmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-2020subclassespt4.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-bardandpaladin.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-giantsoulsorcerer.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-modernmagic.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-phb+ua-thefaithful.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-2020smt.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-mm.xml" />
|
||||
<doc href="../Sources/UnearthedArcana/spells-ua-tobm.xml" />
|
||||
|
||||
</collection>
|
||||
|
|
|
|||
|
|
@ -1,34 +1,34 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<collection>
|
||||
<!-- Core Rulebooks -->
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/backgrounds-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/bestiary-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-barbarian-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-bard-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-cleric-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-druid-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-fighter-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-monk-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-paladin-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-ranger-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-rogue-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-sorcerer-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-warlock-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-wizard-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/feats-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/items-base-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/items-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/optionalfeatures-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/races-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/spells-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/backgrounds-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/bestiary-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-barbarian-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-bard-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-cleric-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-druid-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-fighter-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-monk-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-paladin-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-ranger-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-rogue-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-sorcerer-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-warlock-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-wizard-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/feats-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/items-base-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/items-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/optionalfeatures-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/races-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/spells-phb.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/bestiary-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/class-cleric-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/class-paladin-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/items-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/races-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/spells-phb+dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/bestiary-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/class-cleric-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/class-paladin-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/items-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/races-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/spells-phb+dmg.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MonsterManual/bestiary-mm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MonsterManual/items-mm.xml" />
|
||||
<doc href="../Sources/MonsterManual/bestiary-mm.xml" />
|
||||
<doc href="../Sources/MonsterManual/items-mm.xml" />
|
||||
</collection>
|
||||
|
|
|
|||
|
|
@ -1,163 +1,163 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<collection>
|
||||
<!-- Core Rulebooks -->
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/backgrounds-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/bestiary-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-barbarian-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-bard-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-cleric-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-druid-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-fighter-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-monk-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-paladin-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-ranger-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-rogue-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-sorcerer-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-warlock-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/class-wizard-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/feats-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/items-base-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/items-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/optionalfeatures-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/races-phb.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook/spells-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/backgrounds-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/bestiary-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-barbarian-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-bard-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-cleric-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-druid-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-fighter-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-monk-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-paladin-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-ranger-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-rogue-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-sorcerer-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-warlock-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/class-wizard-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/feats-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/items-base-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/items-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/optionalfeatures-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/races-phb.xml" />
|
||||
<doc href="../Sources/PlayersHandbook/spells-phb.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/bestiary-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/class-cleric-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/class-paladin-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/items-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/races-dmg.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide/spells-phb+dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/bestiary-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/class-cleric-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/class-paladin-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/items-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/races-dmg.xml" />
|
||||
<doc href="../Sources/DungeonMastersGuide/spells-phb+dmg.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MonsterManual/bestiary-mm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MonsterManual/items-mm.xml" />
|
||||
<doc href="../Sources/MonsterManual/bestiary-mm.xml" />
|
||||
<doc href="../Sources/MonsterManual/items-mm.xml" />
|
||||
|
||||
|
||||
<!-- Supplements -->
|
||||
<doc href="../FightClub5eXML/Sources/PrincesOfTheApocalypse/races-eepc.xml" />
|
||||
<doc href="../Sources/PrincesOfTheApocalypse/races-eepc.xml" />
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/bestiary-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-barbarian-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-bard-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-cleric-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-druid-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-fighter-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-monk-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-paladin-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-ranger-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-rogue-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-sorcerer-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-warlock-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/class-wizard-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/feats-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/items-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/optionalfeatures-xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/spells-phb+xge.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/XanatharsGuideToEverything/spells-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/bestiary-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-barbarian-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-bard-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-cleric-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-druid-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-fighter-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-monk-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-paladin-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-ranger-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-rogue-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-sorcerer-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-warlock-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/class-wizard-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/feats-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/items-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/optionalfeatures-xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/spells-phb+xge.xml" />
|
||||
<doc href="../Sources/XanatharsGuideToEverything/spells-xge.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/bestiary-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/feats-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/items-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/races-mtf.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensTomeOfFoes/vehicles-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/bestiary-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/feats-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/items-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/races-mtf.xml" />
|
||||
<doc href="../Sources/MordenkainensTomeOfFoes/vehicles-mtf.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/bestiary-vgm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/items-vgm.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/VolosGuideToMonsters/races-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/bestiary-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/items-vgm.xml" />
|
||||
<doc href="../Sources/VolosGuideToMonsters/races-vgm.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/backgrounds-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-barbarian-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-cleric-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-fighter-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-monk-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-paladin-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-rogue-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-sorcerer-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-warlock-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/class-wizard-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/items-scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/spells-phb+scag.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/SwordCoastAdventurersGuide/spells-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/backgrounds-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-barbarian-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-cleric-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-fighter-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-monk-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-paladin-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-rogue-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-sorcerer-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-warlock-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/class-wizard-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/items-scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/spells-phb+scag.xml" />
|
||||
<doc href="../Sources/SwordCoastAdventurersGuide/spells-scag.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/backgrounds-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/bestiary-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/class-cleric-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/class-druid-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/items-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/races-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/spells-ggr.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/GuildmastersGuideToRavnica/spells-phb+ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/backgrounds-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/bestiary-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/class-cleric-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/class-druid-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/items-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/races-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/spells-ggr.xml" />
|
||||
<doc href="../Sources/GuildmastersGuideToRavnica/spells-phb+ggr.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/backgrounds-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/bestiary-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/feats-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/items-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/races-erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/spells-phb+erlw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/EberronRisingFromTheLastWar/spells-xge+erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/backgrounds-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/bestiary-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/feats-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/items-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/races-erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/spells-phb+erlw.xml" />
|
||||
<doc href="../Sources/EberronRisingFromTheLastWar/spells-xge+erlw.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/backgrounds-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/bestiary-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/items-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/races-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/spells-ai.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/AcquisitionsIncorporated/vehicles-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/backgrounds-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/bestiary-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/items-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/races-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/spells-ai.xml" />
|
||||
<doc href="../Sources/AcquisitionsIncorporated/vehicles-ai.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/backgrounds-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/bestiary-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/class-fighter-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/class-wizard-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/items-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/races-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/spells-egw.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/ExplorersGuideToWildemount/vehicles-dd.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/backgrounds-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/bestiary-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/class-fighter-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/class-wizard-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/items-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/races-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/spells-egw.xml" />
|
||||
<doc href="../Sources/ExplorersGuideToWildemount/vehicles-dd.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio/bestiary-mff.xml" />
|
||||
<doc href="../Sources/MordenkainensFiendishFolio/bestiary-mff.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/bestiary-ttp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/items-ttp.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TheTortlePackage/races-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/bestiary-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/items-ttp.xml" />
|
||||
<doc href="../Sources/TheTortlePackage/races-ttp.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/OneGrungAbove/races-oga.xml" />
|
||||
<doc href="../Sources/OneGrungAbove/races-oga.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/backgrounds-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/bestiary-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/class-bard-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/class-paladin-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/items-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/races-mot.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros/spells-phb+mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/backgrounds-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/bestiary-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/class-bard-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/class-paladin-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/items-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/races-mot.xml" />
|
||||
<doc href="../Sources/MythicOdysseysOfTheros/spells-phb+mot.xml" />
|
||||
|
||||
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/bestiary-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-artificer-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-barbarian-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-bard-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-cleric-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-druid-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-fighter-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-monk-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-paladin-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-ranger-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-rogue-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-sorcerer-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-warlock-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/class-wizard-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/feats-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/items-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/optionalfeatures-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/spells-tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/spells-phb+tce.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/TashasCauldronOfEverything/races-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/bestiary-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-artificer-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-barbarian-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-bard-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-cleric-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-druid-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-fighter-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-monk-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-paladin-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-ranger-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-rogue-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-sorcerer-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-warlock-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/class-wizard-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/feats-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/items-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/optionalfeatures-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/spells-tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/spells-phb+tce.xml" />
|
||||
<doc href="../Sources/TashasCauldronOfEverything/races-tce.xml" />
|
||||
</collection>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,17 @@
|
|||
# Collections
|
||||
|
||||
**Everything**: Newly formatted XML that includes all rulebooks, supplements, adventures, Unearthed Arcana, and some miscellaneous and unofficial content, like Plane Shift and Adventurers League.
|
||||
|
||||
**CoreRulebooks**: Player's Handbook, Dungeon Master's Guide, and Monster Manual
|
||||
|
||||
**CoreRulebooksAndSupplements**: _CoreRulebooks_ plus Rulebook Supplements (XGtE, MToF, VGtM, SCAG, GGtR, WGtE, ERftLW, AI, EGtW, MFF, Tortle Package, One Grung Above, MOoT)
|
||||
|
||||
**CoreOnly**: _CoreRulebooksAndSupplements_ plus Adventures
|
||||
|
||||
**CorePlusHomebrew-NoUA**: _CoreOnly_ plus homebrew, which includes the Blood Hunter class and Gunslinger subclass for Fighter
|
||||
|
||||
**CorePlusUnreleasedUA**: _CoreOnly_ plus unreleased Unearthed Arcana
|
||||
|
||||
**CorePlusUA-NoHomebrew**: _CoreOnly_ plus all Unearthed Arcana
|
||||
|
||||
**Complete**: _CorePlusUA-NoHomebrew_ plus homebrew and third party content
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
# README
|
||||
|
||||
|
||||
## About
|
||||
|
||||
We have been a dedicated group of D&D fans who manually added XML for Lion's Den Fight Club 5e and Game Master 5e apps. We've now found a reliable source to auto-generate the XML, and have transitioned to that as of November 2020. If you have feedback, follow the instructions in [Issues](#Issues).
|
||||
|
||||
We are unaffiliated with Lion's Den and Wizards of the Coast.
|
||||
|
||||
|
||||
## How-To
|
||||
|
||||
Import only one of the Collection files into the Fight Club app.
|
||||
|
||||
**Everything**: Newly formatted XML that includes all rulebooks, supplements, adventures, Unearthed Arcana, and some miscellaneous and unofficial content, like Plane Shift and Adventurers League.
|
||||
|
||||
**CoreRulebooks**: Player's Handbook, Dungeon Master's Guide, and Monster Manual
|
||||
|
||||
**CoreRulebooksAndSupplements**: _CoreRulebooks_ plus Rulebook Supplements (XGtE, MToF, VGtM, SCAG, GGtR, WGtE, ERftLW, AI, EGtW, MFF, Tortle Package, One Grung Above, MOoT)
|
||||
|
||||
**CoreOnly**: _CoreRulebooksAndSupplements_ plus Adventures
|
||||
|
||||
**CorePlusHomebrew-NoUA**: _CoreOnly_ plus homebrew, which includes the Blood Hunter class and Gunslinger subclass for Fighter
|
||||
|
||||
**CorePlusUnreleasedUA**: _CoreOnly_ plus unreleased Unearthed Arcana
|
||||
|
||||
**CorePlusUA-NoHomebrew**: _CoreOnly_ plus all Unearthed Arcana
|
||||
|
||||
**Complete**: _CorePlusUA-NoHomebrew_ plus homebrew and third party content
|
||||
|
||||
|
||||
## Additional Contributors
|
||||
|
||||
`@kinkofer` for XML generation systems to allow github collections to be auto generated.
|
||||
|
||||
`@felix_mil_` for XML creation tools [https://felixmil.shinyapps.io/compendiumbuildr/](https://felixmil.shinyapps.io/compendiumbuildr/).
|
||||
|
||||
`@rrgeorge` and `zamrod` for their JSON to XML scripts.
|
||||
|
||||
`@MrFarland` for Artificer Infusions and other XML.
|
||||
|
||||
`@fightclub5exml` and `@dragonahcas` for carrying the mantle.
|
||||
|
||||
|
||||
## Contribute
|
||||
|
||||
Visit the [FightClub5eXML GitHub](https://github.com/kinkofer/FightClub5eXML) to contribute. Although we are not accepting manual changes to the XML data, we are open to your feedback.
|
||||
|
||||
The GitHub repository has instructions for creating your own compendium, allowing you to choose only the sources you'd like to import into your app.
|
||||
|
||||
|
||||
## Issues
|
||||
|
||||
Find a mistake in the compendium? Report it on our [GitHub Issues](https://github.com/kinkofer/FightClub5eXML/issues). We'll try out best to report issues back to our source to fix.
|
||||
159
README.md
159
README.md
|
|
@ -2,131 +2,64 @@
|
|||
|
||||
Creating XML files of all official D&D sources compatible with Fight Club 5e and Game Master 5e apps for iOS and Android.
|
||||
|
||||
## How-to Use This Repository
|
||||
|
||||
## Usage
|
||||
The files listed in this repository as-is are not compatible with Fight Club 5e. They are instead a collection of individual source files that must be compiled together into a "compendium". That resulting compendium can then be imported into and used by Fight Club 5e.
|
||||
|
||||
If you're here to import the sources into your app, these files are not compatible with Fight Club by themselves. Dropbox no longer hosts the compiled compendiums, so it must be built manually with the instructions below or found somewhere else.
|
||||
This document makes a distinction between a **compendium** file and a **collection** file. A compendium file is what you ultimately import into Fight Club 5e; it is an XML file that contains all of the source data and is in a format that Fight Club 5e can process. A collection file is the raw source data that exists within this repository, and is not in a format that can be imported into Fight Club 5e. You must first compile a collection file into a compendium file.
|
||||
|
||||
This repository is not an application in itself, but you can use it to build your own custom Compendium (see below).
|
||||
This repository contains several collection files which can be found within the `Collections` folder. It's worth opening some of those files and noting the data found within them along with their basic structure. Each of those collection files contain entries that point to raw source data file found within the `Sources` folder.
|
||||
|
||||
### Download and Extract the Repository to Your Computer
|
||||
|
||||
Click on the green "Code" button towards the top of the page, and then click on the "Download ZIP" button on the subsequent modal popup. Extract the ZIP archive to your `Documents` folder. On Windows, this will be `C:\Users\YOUR_USER_NAME\Documents`; on macOS, this will be `/Users/YOUR_USER_NAME/Documents`.
|
||||
|
||||
The location on your computer that you extract this repository to will be referred to as the **repository root** folder. The path to the repository root should be something like `C:\Users\YOUR_USER_NAME\Documents\FightClub5eXML-master` or `/Users/YOUR_USER_NAME/Documents/FightClub5eXML-master`.
|
||||
|
||||
### Install `xsltproc`
|
||||
|
||||
You will need to install the `xsltproc` program in order to compile a collection into a compendium.
|
||||
|
||||
#### Windows
|
||||
|
||||
1. Install `chocolatey` by following the [official instructions](https://chocolatey.org/install).
|
||||
1. Open up PowerShell with administrative privileges, and execute the following: `choco install xsltproc`.
|
||||
|
||||
#### macOS
|
||||
|
||||
1. Install `homebrew` by following the [official instructions](https://brew.sh/).
|
||||
1. Open up Terminal and install `libxslt`: `brew install libxslt`.
|
||||
|
||||
#### Linux
|
||||
|
||||
You should be able to use your distro's official package manager to install either `xsltproc` or `libxslt` if `xsltproc` isn't available as a standalone package.
|
||||
|
||||
### Compile a Collection Into a Compendium
|
||||
|
||||
Open a command-line terminal (such as PowerShell on Windows or Terminal on macOS) and navigate to the repository root. You can do so by executing `cd C:\Users\YOUR_USER_NAME\Documents\FightClub5eXML-master` on Windows, or `cd /Users/YOUR_USER_NAME/Documents/FightClub5eXML-master` on macOS.
|
||||
|
||||
Next, execute the `xsltproc` program to compile a collection file into a compendium file. For example, if you wanted to compile the `CoreOnly.xml` collection, you would execute the following command:
|
||||
|
||||
```bash
|
||||
xsltproc -o Compendiums/CoreOnly.xml Utilities/merge.xslt Collections/CoreOnly.xml
|
||||
```
|
||||
|
||||
After that command has completed, you should see a file called `Compendium.xml` in the newly created `Compendiums` folder. You can then download that file onto your smartphone and import it into Fight Club 5e.
|
||||
|
||||
## Contributing
|
||||
|
||||
If you'd like to contribute, feel free to fork the repository and submit pull requests with your changes. We are no longer accepting manual changes to the XML source files because these files are now generated from an external source.
|
||||
|
||||
## Additional Contributors
|
||||
|
||||
## Development
|
||||
`@kinkofer` for XML generation systems to allow github collections to be auto generated.
|
||||
|
||||
* The XML files in the FightClub5eXML directory are Compendiums organized by source book.
|
||||
* The files in Collections define which sources are merged into their own Compendium XML.
|
||||
`@felix_mil_` for XML creation tools [https://felixmil.shinyapps.io/compendiumbuildr/](https://felixmil.shinyapps.io/compendiumbuildr/).
|
||||
|
||||
`@rrgeorge` and `zamrod` for their JSON to XML scripts.
|
||||
|
||||
### Adding a Source
|
||||
`@MrFarland` for Artificer Infusions and other XML.
|
||||
|
||||
New material is added to D&D 5e quite frequently, especially through Unearthed Arcana which is typically used for beta testing. Keeping each source in its own file makes it easier to add new content and select which sources you want to include in your Compendium.
|
||||
`@fightclub5exml` and `@dragonahcas` for carrying the mantle.
|
||||
|
||||
Each source is like its own Compendium, and could potentially be imported on its own, with two exceptions (classes and spells) which are explained below. The structure of the XML file should be:
|
||||
|
||||
```xml
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<compendium version="5" auto_indent="NO">
|
||||
<!-- Items -->
|
||||
<!-- Races -->
|
||||
<!-- Classes -->
|
||||
<!-- Feats -->
|
||||
<!-- Backgrounds -->
|
||||
<!-- Spells -->
|
||||
<!-- Monsters -->
|
||||
</compendium>
|
||||
```
|
||||
|
||||
Add the specific elements under the appropriate comment (e.g. `<item>...</item>` goes under `<!-- Items -->`). See the Fight Club Import Tutorial for the format of each element, or use our existing sources as a foundation. You can also check out the schema we use for validation in `Utilities/compendium.xsd`.
|
||||
|
||||
When merged with other sources (see "Build Your Own Compendium" below), items, races, feats, backgrounds, and monsters are all added to the resulting Compendium. It's recommended that subraces be added as their own race. Classes and spells, however, are merged when their names match, making it easier to add subclasses without modifying existing sources.
|
||||
|
||||
#### Subclasses
|
||||
|
||||
Adding a subclass in Fight Club is as easy as adding new `<autolevel>` tags to a class. When selecting sources for a Compendium, the merge finds classes with matching `<name>` tags and appends the `<autolevel>` tags to the end.
|
||||
|
||||
```xml
|
||||
<class>
|
||||
<name>Barbarian</name>
|
||||
<autolevel level="3">
|
||||
<feature optional="YES">...</feature>
|
||||
</autolevel>
|
||||
...
|
||||
</class>
|
||||
```
|
||||
|
||||
Because the rest of the class data is not included, this means you would need to include the original source of the class in your Compendium as well.
|
||||
|
||||
#### Spells
|
||||
|
||||
In the Fight Club compendium, spell lists are defined by the spell, not the class. If you want to add a spell to a class list, you would need to modify the spell's `<classes>` tag. This can be done without modifying the original spell by adding only the name and new class in your source XML. During the Compendium merge, the value of `<classes>` is concatenated to any matching spells.
|
||||
|
||||
New source:
|
||||
|
||||
```xml
|
||||
<spell>
|
||||
<name>Acid Splash</name>
|
||||
<classes>Artificer</classes>
|
||||
</spell>
|
||||
```
|
||||
|
||||
Resulting merge with original source:
|
||||
|
||||
```xml
|
||||
<spell>
|
||||
<name>Acid Splash</name>
|
||||
<level>0</level>
|
||||
<school>C</school>
|
||||
...
|
||||
<classes>Fighter, Rogue, Sorcerer, Wizard, Artificer</classes>
|
||||
...
|
||||
</spell>
|
||||
```
|
||||
|
||||
Just like classes, the original source would be required in order for the full spell details to appear in the Compendium.
|
||||
|
||||
### Manual Validation
|
||||
|
||||
While you add to XML source files, you can manually validate the XML to catch any errors.
|
||||
|
||||
You can find an online XML Linter or use xmllint in the command line. The schema files are in the Utilities folder.
|
||||
|
||||
Here is an example, running xmllint at the top level of the repo, using the compendium schema to validate an xml file in Sources:
|
||||
|
||||
```bash
|
||||
xmllint --noout --schema Utilities/compendium.xsd FightClub5eXML/Sources/CoreRulebooks.xml
|
||||
```
|
||||
|
||||
|
||||
## Build Your Own Compendium
|
||||
|
||||
### Create a collection file
|
||||
|
||||
A collection file is an XML file that lists which sources you would like to merge into your custom Compendium. It must follow this format:
|
||||
|
||||
```xml
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<collection>
|
||||
<doc href="../FightClub5eXML/Sources/PlayersHandbook.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/DungeonMastersGuide.xml" />
|
||||
<doc href="../FightClub5eXML/Sources/MonsterManual.xml" />
|
||||
</collection>
|
||||
```
|
||||
You can have one or more `<doc>` tags. Each doc must reference an xml file with a `<compendium>` root element.
|
||||
|
||||
The name of the collection file will be the name of the final Compendium.
|
||||
|
||||
### Execute the merge
|
||||
|
||||
With your collection in place, you're ready to build your Compendium by merging the sources together.
|
||||
|
||||
Execute this line in your shell at the top level of the repo:
|
||||
|
||||
```bash
|
||||
for i in Collections/*.xml; do xsltproc -o FightClub5eXML/$i Utilities/merge.xslt $i; done
|
||||
```
|
||||
|
||||
This is the same line that is executed in our .travis.yml and will place all combined Compendiums in FightClub5eXML/Collections/
|
||||
`@zcdziura` for answering user's questions.
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue