├── .editorconfig ├── .gitignore ├── .travis.yml ├── CHANGELOG.md ├── Collections ├── Complete.xml ├── CoreOnly.xml ├── CorePlusHomebrew-NoUA.xml ├── CorePlusUA-NoHomebrew.xml ├── CorePlusUnreleasedUA.xml ├── CoreRulebooks.xml ├── CoreRulebooksAndSupplements.xml └── README.md ├── LICENSE ├── README.md ├── Sources ├── AcquisitionsIncorporated │ ├── backgrounds-ai.xml │ ├── bestiary-ai.xml │ ├── items-ai.xml │ ├── races-ai.xml │ ├── spells-ai.xml │ └── vehicles-ai.xml ├── AdventureWithMuk │ └── races-awm.xml ├── AdventurersLeague │ ├── backgrounds-al-cos.xml │ ├── backgrounds-al-ee.xml │ └── backgrounds-al-rod.xml ├── BaldursGateDescentIntoAvernus │ ├── backgrounds-bgdia.xml │ ├── bestiary-bgdia.xml │ ├── items-bgdia.xml │ └── vehicles-bgdia.xml ├── CurseOfStrahd │ ├── backgrounds-cos.xml │ ├── bestiary-cos.xml │ └── items-cos.xml ├── DivineContention │ ├── bestiary-dc.xml │ └── items-dc.xml ├── DragonOfIcespirePeak │ ├── bestiary-dip.xml │ └── bestiary-esk.xml ├── DungeonMastersGuide │ ├── bestiary-dmg.xml │ ├── class-cleric-dmg.xml │ ├── class-paladin-dmg.xml │ ├── items-dmg.xml │ ├── races-dmg.xml │ └── spells-phb+dmg.xml ├── EberronRisingFromTheLastWar │ ├── backgrounds-erlw.xml │ ├── bestiary-erlw.xml │ ├── feats-erlw.xml │ ├── items-erlw.xml │ ├── races-erlw.xml │ ├── spells-phb+erlw.xml │ └── spells-xge+erlw.xml ├── ExplorersGuideToWildemount │ ├── backgrounds-egw.xml │ ├── bestiary-egw.xml │ ├── class-fighter-egw.xml │ ├── class-wizard-egw.xml │ ├── items-egw.xml │ ├── races-egw.xml │ ├── spells-egw.xml │ └── vehicles-dd.xml ├── GhostsOfSaltmarsh │ ├── backgrounds-gos.xml │ ├── bestiary-gos.xml │ ├── items-gos.xml │ └── vehicles-gos.xml ├── GuildmastersGuideToRavnica │ ├── backgrounds-ggr.xml │ ├── bestiary-ggr.xml │ ├── class-cleric-ggr.xml │ ├── class-druid-ggr.xml │ ├── items-ggr.xml │ ├── races-ggr.xml │ ├── spells-ggr.xml │ └── spells-phb+ggr.xml ├── HoardOfTheDragonQueen │ ├── bestiary-hotdq.xml │ └── items-hotdq.xml ├── Homebrew.xml ├── HuntForTheThesselhydra │ ├── bestiary-hftt.xml │ └── items-hftt.xml ├── IcewindDaleRimeOfTheFrostmaiden │ ├── bestiary-idrotf.xml │ ├── items-idrotf.xml │ └── spells-idrotf.xml ├── InfernalMachineRebuild │ ├── bestiary-imr.xml │ └── items-imr.xml ├── KrenkosWay │ └── bestiary-kkw.xml ├── LocathahRising │ ├── bestiary-lr.xml │ └── races-lr.xml ├── LostLaboratoryOfKwalish │ ├── bestiary-llk.xml │ ├── items-llk.xml │ └── spells-llk.xml ├── LostMineOfPhandelver │ ├── bestiary-lmop.xml │ └── items-lmop.xml ├── Miscellaneous │ ├── bestiary-mag.xml │ ├── bestiary-sads.xml │ ├── bestiary-stream.xml │ ├── class-cleric-twitter.xml │ ├── class-fighter-stream.xml │ ├── class-monk-stream.xml │ ├── class-rogue-stream.xml │ ├── class-warlock-stream.xml │ ├── class-warlock-twitter.xml │ └── spells-stream.xml ├── MonsterManual │ ├── bestiary-mm.xml │ └── items-mm.xml ├── MordenkainensFiendishFolio │ └── bestiary-mff.xml ├── MordenkainensTomeOfFoes │ ├── bestiary-mtf.xml │ ├── feats-mtf.xml │ ├── items-mtf.xml │ ├── races-mtf.xml │ └── vehicles-mtf.xml ├── MythicOdysseysOfTheros │ ├── backgrounds-mot.xml │ ├── bestiary-mot.xml │ ├── class-bard-mot.xml │ ├── class-paladin-mot.xml │ ├── items-mot.xml │ ├── races-mot.xml │ └── spells-phb+mot.xml ├── OneGrungAbove │ └── races-oga.xml ├── OutOfTheAbyss │ ├── bestiary-oota.xml │ └── items-oota.xml ├── PlaneShift │ ├── backgrounds-psa.xml │ ├── backgrounds-psi.xml │ ├── bestiary-ps-a.xml │ ├── bestiary-ps-d.xml │ ├── bestiary-ps-i.xml │ ├── bestiary-ps-k.xml │ ├── bestiary-ps-x.xml │ ├── bestiary-ps-z.xml │ ├── class-cleric-psa.xml │ ├── class-sorcerer-psk.xml │ ├── feats-psk.xml │ ├── feats-psx.xml │ ├── items-psx.xml │ ├── races-psa.xml │ ├── races-psd.xml │ ├── races-psi.xml │ ├── races-psk.xml │ ├── races-psx.xml │ ├── races-psz.xml │ └── spells-phb+psa.xml ├── PlayersHandbook │ ├── backgrounds-phb.xml │ ├── bestiary-phb.xml │ ├── class-barbarian-phb.xml │ ├── class-bard-phb.xml │ ├── class-cleric-phb.xml │ ├── class-druid-phb.xml │ ├── class-fighter-phb.xml │ ├── class-monk-phb.xml │ ├── class-paladin-phb.xml │ ├── class-ranger-phb.xml │ ├── class-rogue-phb.xml │ ├── class-sorcerer-phb.xml │ ├── class-warlock-phb.xml │ ├── class-wizard-phb.xml │ ├── feats-phb.xml │ ├── items-base-phb.xml │ ├── items-phb.xml │ ├── optionalfeatures-phb.xml │ ├── races-phb.xml │ └── spells-phb.xml ├── PrincesOfTheApocalypse │ ├── bestiary-pota.xml │ ├── items-eet.xml │ ├── items-pota.xml │ └── races-eepc.xml ├── README.md ├── RickAndMorty │ ├── bestiary-rmbre.xml │ └── items-rmbre.xml ├── RiseOfTiamat │ ├── bestiary-rot.xml │ ├── items-rot.xml │ └── items-rotos.xml ├── SleepingDragonsWake │ ├── bestiary-sdw.xml │ └── items-sdw.xml ├── StormKingsThunder │ ├── bestiary-skt.xml │ └── items-skt.xml ├── StormLordsWrath │ └── bestiary-slw.xml ├── SwordCoastAdventurersGuide │ ├── backgrounds-scag.xml │ ├── class-barbarian-scag.xml │ ├── class-cleric-scag.xml │ ├── class-fighter-scag.xml │ ├── class-monk-scag.xml │ ├── class-paladin-scag.xml │ ├── class-rogue-scag.xml │ ├── class-sorcerer-scag.xml │ ├── class-warlock-scag.xml │ ├── class-wizard-scag.xml │ ├── items-scag.xml │ ├── spells-phb+scag.xml │ └── spells-scag.xml ├── SystemReferenceDocument │ └── all-srd.xml ├── TalesFromTheYawningPortal │ ├── bestiary-tftyp.xml │ └── items-tftyp.xml ├── TashasCauldronOfEverything │ ├── bestiary-tce.xml │ ├── class-artificer-tce.xml │ ├── class-barbarian-tce.xml │ ├── class-bard-tce.xml │ ├── class-cleric-tce.xml │ ├── class-druid-tce.xml │ ├── class-fighter-tce.xml │ ├── class-monk-tce.xml │ ├── class-paladin-tce.xml │ ├── class-ranger-tce.xml │ ├── class-rogue-tce.xml │ ├── class-sorcerer-tce.xml │ ├── class-warlock-tce.xml │ ├── class-wizard-tce.xml │ ├── feats-tce.xml │ ├── items-tce.xml │ ├── optionalfeatures-tce.xml │ ├── races-tce.xml │ ├── spells-phb+tce.xml │ └── spells-tce.xml ├── TheOrreryOfTheWanderer │ └── bestiary-oow.xml ├── TheTortlePackage │ ├── bestiary-ttp.xml │ ├── items-ttp.xml │ └── races-ttp.xml ├── ThirdParty │ ├── CreatureCodex.xml │ └── TomeOfBeasts.xml ├── TombOfAnnihilation │ ├── backgrounds-toa.xml │ ├── bestiary-toa.xml │ └── items-toa.xml ├── UnearthedArcana │ ├── bestiary-ua-2020smt.xml │ ├── bestiary-ua-20s2.xml │ ├── bestiary-ua-20s5.xml │ ├── bestiary-ua-ar.xml │ ├── bestiary-ua-cdw.xml │ ├── bestiary-ua-cfv.xml │ ├── class-artificer-ua-2020subclassespt3.xml │ ├── class-artificer-ua-artificer.xml │ ├── class-artificer-ua-artificerrevisited.xml │ ├── class-barbarian-ua-2020subclassespt1.xml │ ├── class-barbarian-ua-barbarianandmonk.xml │ ├── class-barbarian-ua-barbarianprimalpaths.xml │ ├── class-barbarian-ua-revisedsubclasses.xml │ ├── class-bard-ua-2020subclassespt2.xml │ ├── class-bard-ua-2020subclassespt4.xml │ ├── class-bard-ua-bardandpaladin.xml │ ├── class-bard-ua-bardbardcolleges.xml │ ├── class-bard-ua-kitsofold.xml │ ├── class-bard-ua-revisedsubclasses.xml │ ├── class-cleric-ua-2020subclassespt2.xml │ ├── class-cleric-ua-clericdivinedomains.xml │ ├── class-cleric-ua-clericdruidwizard.xml │ ├── class-cleric-ua-modernmagic.xml │ ├── class-cleric-ua-orderdomain.xml │ ├── class-druid-ua-2020subclassespt3.xml │ ├── class-druid-ua-clericdruidwizard.xml │ ├── class-druid-ua-druid.xml │ ├── class-druid-ua-revisedclassoptions.xml │ ├── class-druid-ua-threesubclasses.xml │ ├── class-fighter-ua-2020psionicoptionsrevisited.xml │ ├── class-fighter-ua-fighter.xml │ ├── class-fighter-ua-fighterrangerrogue.xml │ ├── class-fighter-ua-fighterroguewizard.xml │ ├── class-fighter-ua-gothicheroes.xml │ ├── class-fighter-ua-kitsofold.xml │ ├── class-fighter-ua-revisedclassoptions.xml │ ├── class-fighter-ua-revisedsubclasses.xml │ ├── class-fighter-ua-threesubclasses.xml │ ├── class-monk-ua-2020subclassespt1.xml │ ├── class-monk-ua-2020subclassespt5.xml │ ├── class-monk-ua-atrioofsubclasses.xml │ ├── class-monk-ua-barbarianandmonk.xml │ ├── class-monk-ua-monk.xml │ ├── class-monk-ua-revisedsubclasses.xml │ ├── class-mystic-ua-themysticclass.xml │ ├── class-paladin-ua-2020subclassespt1.xml │ ├── class-paladin-ua-atrioofsubclasses.xml │ ├── class-paladin-ua-bardandpaladin.xml │ ├── class-paladin-ua-paladin.xml │ ├── class-paladin-ua-revisedclassoptions.xml │ ├── class-ranger-ua-2020subclassespt3.xml │ ├── class-ranger-ua-2020subclassespt5.xml │ ├── class-ranger-ua-atrioofsubclasses.xml │ ├── class-ranger-ua-fighterrangerrogue.xml │ ├── class-ranger-ua-lightdarkunderdark.xml │ ├── class-ranger-ua-modifyingclasses.xml │ ├── class-ranger-ua-ranger.xml │ ├── class-ranger-ua-rangerandrogue.xml │ ├── class-ranger-ua-therangerrevised.xml │ ├── class-rogue-ua-2020psionicoptionsrevisited.xml │ ├── class-rogue-ua-2020subclassesrevisited.xml │ ├── class-rogue-ua-fighterrangerrogue.xml │ ├── class-rogue-ua-fighterroguewizard.xml │ ├── class-rogue-ua-gothicheroes.xml │ ├── class-rogue-ua-rangerandrogue.xml │ ├── class-sorcerer-ua-2020psionicoptionsrevisited.xml │ ├── class-sorcerer-ua-2020subclassespt2.xml │ ├── class-sorcerer-ua-giantsoulsorcerer.xml │ ├── class-sorcerer-ua-lightdarkunderdark.xml │ ├── class-sorcerer-ua-modifyingclasses.xml │ ├── class-sorcerer-ua-revisedsubclasses.xml │ ├── class-sorcerer-ua-sorcerer.xml │ ├── class-sorcerer-ua-sorcererandwarlock.xml │ ├── class-sorcerer-ua-waterborneadventures.xml │ ├── class-warlock-ua-2020subclassespt1.xml │ ├── class-warlock-ua-2020subclassespt4.xml │ ├── class-warlock-ua-2020subclassesrevisited.xml │ ├── class-warlock-ua-lightdarkunderdark.xml │ ├── class-warlock-ua-modernmagic.xml │ ├── class-warlock-ua-revisedclassoptions.xml │ ├── class-warlock-ua-sorcererandwarlock.xml │ ├── class-warlock-ua-thefaithful.xml │ ├── class-warlock-ua-warlockandwizard.xml │ ├── class-wizard-ua-2020subclassesrevisited.xml │ ├── class-wizard-ua-clericdruidwizard.xml │ ├── class-wizard-ua-eberron.xml │ ├── class-wizard-ua-fighterroguewizard.xml │ ├── class-wizard-ua-modernmagic.xml │ ├── class-wizard-ua-threesubclasses.xml │ ├── class-wizard-ua-warlockandwizard.xml │ ├── class-wizard-ua-wizardrevisited.xml │ ├── feats-ua-2020feats.xml │ ├── feats-ua-2020psionicoptionsrevisited.xml │ ├── feats-ua-eberron.xml │ ├── feats-ua-feats.xml │ ├── feats-ua-featsforraces.xml │ ├── feats-ua-featsforskills.xml │ ├── feats-ua-fighterroguewizard.xml │ ├── items-ua-2020spellsandmagictattoos.xml │ ├── items-ua-prestigeclassesrunmagic.xml │ ├── items-ua-wge.xml │ ├── optionalfeatures-ua-2020subclassespt3.xml │ ├── optionalfeatures-ua-artificer.xml │ ├── optionalfeatures-ua-artificerrevisited.xml │ ├── optionalfeatures-ua-classfeaturevariants.xml │ ├── optionalfeatures-ua-clericdruidwizard.xml │ ├── optionalfeatures-ua-fighter.xml │ ├── optionalfeatures-ua-fighterrangerrogue.xml │ ├── optionalfeatures-ua-lightdarkunderdark.xml │ ├── optionalfeatures-ua-modernmagic.xml │ ├── optionalfeatures-ua-revisedclassoptions.xml │ ├── optionalfeatures-ua-revisedsubclasses.xml │ ├── optionalfeatures-ua-thefaithful.xml │ ├── optionalfeatures-ua-warlockandwizard.xml │ ├── optionalfeatures-ua-waterborneadventures.xml │ ├── races-ua-centaursminotaurs.xml │ ├── races-ua-eberron.xml │ ├── races-ua-eladrinandgith.xml │ ├── races-ua-gothicheroes.xml │ ├── races-ua-racesofeberron.xml │ ├── races-ua-racesofravnica.xml │ ├── races-ua-waterborneadventures.xml │ ├── spells-phb+ua-2020subclassespt1.xml │ ├── spells-phb+ua-2020subclassespt2.xml │ ├── spells-phb+ua-2020subclassespt3.xml │ ├── spells-phb+ua-2020subclassespt4.xml │ ├── spells-phb+ua-2020subclassesrevisited.xml │ ├── spells-phb+ua-artificer.xml │ ├── spells-phb+ua-artificerrevisited.xml │ ├── spells-phb+ua-atrioofsubclasses.xml │ ├── spells-phb+ua-bardandpaladin.xml │ ├── spells-phb+ua-classfeaturevariants.xml │ ├── spells-phb+ua-clericdivinedomains.xml │ ├── spells-phb+ua-clericdruidwizard.xml │ ├── spells-phb+ua-fighterrangerrogue.xml │ ├── spells-phb+ua-fighterroguewizard.xml │ ├── spells-phb+ua-giantsoulsorcerer.xml │ ├── spells-phb+ua-lightdarkunderdark.xml │ ├── spells-phb+ua-modernmagic.xml │ ├── spells-phb+ua-orderdomain.xml │ ├── spells-phb+ua-paladin.xml │ ├── spells-phb+ua-rangerandrogue.xml │ ├── spells-phb+ua-revisedclassoptions.xml │ ├── spells-phb+ua-sorcerer.xml │ ├── spells-phb+ua-sorcererandwarlock.xml │ ├── spells-phb+ua-thefaithful.xml │ ├── spells-phb+ua-therangerrevised.xml │ ├── spells-phb+ua-threesubclasses.xml │ ├── spells-phb+ua-warlockandwizard.xml │ ├── spells-phb+ua-waterborneadventures.xml │ ├── spells-ua-2020por.xml │ ├── spells-ua-2020smt.xml │ ├── spells-ua-ar.xml │ ├── spells-ua-frw.xml │ ├── spells-ua-mm.xml │ ├── spells-ua-saw.xml │ ├── spells-ua-ss.xml │ ├── spells-ua-tobm.xml │ ├── spells-xge+ua-artificerrevisited.xml │ ├── spells-xge+ua-classfeaturevariants.xml │ └── vehicles-ua-ofshipsandsea.xml ├── VolosGuideToMonsters │ ├── bestiary-vgm.xml │ ├── items-vgm.xml │ └── races-vgm.xml ├── WaterdeepDragonHeist │ ├── bestiary-wdh.xml │ └── items-wdh.xml ├── WaterdeepDungeonOfTheMadMage │ ├── bestiary-wdmm.xml │ └── items-wdmm.xml └── XanatharsGuideToEverything │ ├── bestiary-xge.xml │ ├── class-barbarian-xge.xml │ ├── class-bard-xge.xml │ ├── class-cleric-xge.xml │ ├── class-druid-xge.xml │ ├── class-fighter-xge.xml │ ├── class-monk-xge.xml │ ├── class-paladin-xge.xml │ ├── class-ranger-xge.xml │ ├── class-rogue-xge.xml │ ├── class-sorcerer-xge.xml │ ├── class-warlock-xge.xml │ ├── class-wizard-xge.xml │ ├── feats-xge.xml │ ├── items-xge.xml │ ├── optionalfeatures-xge.xml │ ├── spells-phb+xge.xml │ └── spells-xge.xml └── Utilities ├── collection.xsd ├── compendium.xsd └── merge.xslt /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | Compendiums 2 | tmp 3 | .vscode 4 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/.travis.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /Collections/Complete.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Collections/Complete.xml -------------------------------------------------------------------------------- /Collections/CoreOnly.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Collections/CoreOnly.xml -------------------------------------------------------------------------------- /Collections/CorePlusHomebrew-NoUA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Collections/CorePlusHomebrew-NoUA.xml -------------------------------------------------------------------------------- /Collections/CorePlusUA-NoHomebrew.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Collections/CorePlusUA-NoHomebrew.xml -------------------------------------------------------------------------------- /Collections/CorePlusUnreleasedUA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Collections/CorePlusUnreleasedUA.xml -------------------------------------------------------------------------------- /Collections/CoreRulebooks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Collections/CoreRulebooks.xml -------------------------------------------------------------------------------- /Collections/CoreRulebooksAndSupplements.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Collections/CoreRulebooksAndSupplements.xml -------------------------------------------------------------------------------- /Collections/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Collections/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/README.md -------------------------------------------------------------------------------- /Sources/AcquisitionsIncorporated/backgrounds-ai.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/AcquisitionsIncorporated/backgrounds-ai.xml -------------------------------------------------------------------------------- /Sources/AcquisitionsIncorporated/bestiary-ai.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/AcquisitionsIncorporated/bestiary-ai.xml -------------------------------------------------------------------------------- /Sources/AcquisitionsIncorporated/items-ai.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/AcquisitionsIncorporated/items-ai.xml -------------------------------------------------------------------------------- /Sources/AcquisitionsIncorporated/races-ai.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/AcquisitionsIncorporated/races-ai.xml -------------------------------------------------------------------------------- /Sources/AcquisitionsIncorporated/spells-ai.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/AcquisitionsIncorporated/spells-ai.xml -------------------------------------------------------------------------------- /Sources/AcquisitionsIncorporated/vehicles-ai.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/AcquisitionsIncorporated/vehicles-ai.xml -------------------------------------------------------------------------------- /Sources/AdventureWithMuk/races-awm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/AdventureWithMuk/races-awm.xml -------------------------------------------------------------------------------- /Sources/AdventurersLeague/backgrounds-al-cos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/AdventurersLeague/backgrounds-al-cos.xml -------------------------------------------------------------------------------- /Sources/AdventurersLeague/backgrounds-al-ee.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/AdventurersLeague/backgrounds-al-ee.xml -------------------------------------------------------------------------------- /Sources/AdventurersLeague/backgrounds-al-rod.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/AdventurersLeague/backgrounds-al-rod.xml -------------------------------------------------------------------------------- /Sources/BaldursGateDescentIntoAvernus/backgrounds-bgdia.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/BaldursGateDescentIntoAvernus/backgrounds-bgdia.xml -------------------------------------------------------------------------------- /Sources/BaldursGateDescentIntoAvernus/bestiary-bgdia.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/BaldursGateDescentIntoAvernus/bestiary-bgdia.xml -------------------------------------------------------------------------------- /Sources/BaldursGateDescentIntoAvernus/items-bgdia.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/BaldursGateDescentIntoAvernus/items-bgdia.xml -------------------------------------------------------------------------------- /Sources/BaldursGateDescentIntoAvernus/vehicles-bgdia.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/BaldursGateDescentIntoAvernus/vehicles-bgdia.xml -------------------------------------------------------------------------------- /Sources/CurseOfStrahd/backgrounds-cos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/CurseOfStrahd/backgrounds-cos.xml -------------------------------------------------------------------------------- /Sources/CurseOfStrahd/bestiary-cos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/CurseOfStrahd/bestiary-cos.xml -------------------------------------------------------------------------------- /Sources/CurseOfStrahd/items-cos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/CurseOfStrahd/items-cos.xml -------------------------------------------------------------------------------- /Sources/DivineContention/bestiary-dc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/DivineContention/bestiary-dc.xml -------------------------------------------------------------------------------- /Sources/DivineContention/items-dc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/DivineContention/items-dc.xml -------------------------------------------------------------------------------- /Sources/DragonOfIcespirePeak/bestiary-dip.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/DragonOfIcespirePeak/bestiary-dip.xml -------------------------------------------------------------------------------- /Sources/DragonOfIcespirePeak/bestiary-esk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/DragonOfIcespirePeak/bestiary-esk.xml -------------------------------------------------------------------------------- /Sources/DungeonMastersGuide/bestiary-dmg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/DungeonMastersGuide/bestiary-dmg.xml -------------------------------------------------------------------------------- /Sources/DungeonMastersGuide/class-cleric-dmg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/DungeonMastersGuide/class-cleric-dmg.xml -------------------------------------------------------------------------------- /Sources/DungeonMastersGuide/class-paladin-dmg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/DungeonMastersGuide/class-paladin-dmg.xml -------------------------------------------------------------------------------- /Sources/DungeonMastersGuide/items-dmg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/DungeonMastersGuide/items-dmg.xml -------------------------------------------------------------------------------- /Sources/DungeonMastersGuide/races-dmg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/DungeonMastersGuide/races-dmg.xml -------------------------------------------------------------------------------- /Sources/DungeonMastersGuide/spells-phb+dmg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/DungeonMastersGuide/spells-phb+dmg.xml -------------------------------------------------------------------------------- /Sources/EberronRisingFromTheLastWar/backgrounds-erlw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/EberronRisingFromTheLastWar/backgrounds-erlw.xml -------------------------------------------------------------------------------- /Sources/EberronRisingFromTheLastWar/bestiary-erlw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/EberronRisingFromTheLastWar/bestiary-erlw.xml -------------------------------------------------------------------------------- /Sources/EberronRisingFromTheLastWar/feats-erlw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/EberronRisingFromTheLastWar/feats-erlw.xml -------------------------------------------------------------------------------- /Sources/EberronRisingFromTheLastWar/items-erlw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/EberronRisingFromTheLastWar/items-erlw.xml -------------------------------------------------------------------------------- /Sources/EberronRisingFromTheLastWar/races-erlw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/EberronRisingFromTheLastWar/races-erlw.xml -------------------------------------------------------------------------------- /Sources/EberronRisingFromTheLastWar/spells-phb+erlw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/EberronRisingFromTheLastWar/spells-phb+erlw.xml -------------------------------------------------------------------------------- /Sources/EberronRisingFromTheLastWar/spells-xge+erlw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/EberronRisingFromTheLastWar/spells-xge+erlw.xml -------------------------------------------------------------------------------- /Sources/ExplorersGuideToWildemount/backgrounds-egw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/ExplorersGuideToWildemount/backgrounds-egw.xml -------------------------------------------------------------------------------- /Sources/ExplorersGuideToWildemount/bestiary-egw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/ExplorersGuideToWildemount/bestiary-egw.xml -------------------------------------------------------------------------------- /Sources/ExplorersGuideToWildemount/class-fighter-egw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/ExplorersGuideToWildemount/class-fighter-egw.xml -------------------------------------------------------------------------------- /Sources/ExplorersGuideToWildemount/class-wizard-egw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/ExplorersGuideToWildemount/class-wizard-egw.xml -------------------------------------------------------------------------------- /Sources/ExplorersGuideToWildemount/items-egw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/ExplorersGuideToWildemount/items-egw.xml -------------------------------------------------------------------------------- /Sources/ExplorersGuideToWildemount/races-egw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/ExplorersGuideToWildemount/races-egw.xml -------------------------------------------------------------------------------- /Sources/ExplorersGuideToWildemount/spells-egw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/ExplorersGuideToWildemount/spells-egw.xml -------------------------------------------------------------------------------- /Sources/ExplorersGuideToWildemount/vehicles-dd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/ExplorersGuideToWildemount/vehicles-dd.xml -------------------------------------------------------------------------------- /Sources/GhostsOfSaltmarsh/backgrounds-gos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/GhostsOfSaltmarsh/backgrounds-gos.xml -------------------------------------------------------------------------------- /Sources/GhostsOfSaltmarsh/bestiary-gos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/GhostsOfSaltmarsh/bestiary-gos.xml -------------------------------------------------------------------------------- /Sources/GhostsOfSaltmarsh/items-gos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/GhostsOfSaltmarsh/items-gos.xml -------------------------------------------------------------------------------- /Sources/GhostsOfSaltmarsh/vehicles-gos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/GhostsOfSaltmarsh/vehicles-gos.xml -------------------------------------------------------------------------------- /Sources/GuildmastersGuideToRavnica/backgrounds-ggr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/GuildmastersGuideToRavnica/backgrounds-ggr.xml -------------------------------------------------------------------------------- /Sources/GuildmastersGuideToRavnica/bestiary-ggr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/GuildmastersGuideToRavnica/bestiary-ggr.xml -------------------------------------------------------------------------------- /Sources/GuildmastersGuideToRavnica/class-cleric-ggr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/GuildmastersGuideToRavnica/class-cleric-ggr.xml -------------------------------------------------------------------------------- /Sources/GuildmastersGuideToRavnica/class-druid-ggr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/GuildmastersGuideToRavnica/class-druid-ggr.xml -------------------------------------------------------------------------------- /Sources/GuildmastersGuideToRavnica/items-ggr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/GuildmastersGuideToRavnica/items-ggr.xml -------------------------------------------------------------------------------- /Sources/GuildmastersGuideToRavnica/races-ggr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/GuildmastersGuideToRavnica/races-ggr.xml -------------------------------------------------------------------------------- /Sources/GuildmastersGuideToRavnica/spells-ggr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/GuildmastersGuideToRavnica/spells-ggr.xml -------------------------------------------------------------------------------- /Sources/GuildmastersGuideToRavnica/spells-phb+ggr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/GuildmastersGuideToRavnica/spells-phb+ggr.xml -------------------------------------------------------------------------------- /Sources/HoardOfTheDragonQueen/bestiary-hotdq.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/HoardOfTheDragonQueen/bestiary-hotdq.xml -------------------------------------------------------------------------------- /Sources/HoardOfTheDragonQueen/items-hotdq.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/HoardOfTheDragonQueen/items-hotdq.xml -------------------------------------------------------------------------------- /Sources/Homebrew.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/Homebrew.xml -------------------------------------------------------------------------------- /Sources/HuntForTheThesselhydra/bestiary-hftt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/HuntForTheThesselhydra/bestiary-hftt.xml -------------------------------------------------------------------------------- /Sources/HuntForTheThesselhydra/items-hftt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/HuntForTheThesselhydra/items-hftt.xml -------------------------------------------------------------------------------- /Sources/IcewindDaleRimeOfTheFrostmaiden/bestiary-idrotf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/IcewindDaleRimeOfTheFrostmaiden/bestiary-idrotf.xml -------------------------------------------------------------------------------- /Sources/IcewindDaleRimeOfTheFrostmaiden/items-idrotf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/IcewindDaleRimeOfTheFrostmaiden/items-idrotf.xml -------------------------------------------------------------------------------- /Sources/IcewindDaleRimeOfTheFrostmaiden/spells-idrotf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/IcewindDaleRimeOfTheFrostmaiden/spells-idrotf.xml -------------------------------------------------------------------------------- /Sources/InfernalMachineRebuild/bestiary-imr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/InfernalMachineRebuild/bestiary-imr.xml -------------------------------------------------------------------------------- /Sources/InfernalMachineRebuild/items-imr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/InfernalMachineRebuild/items-imr.xml -------------------------------------------------------------------------------- /Sources/KrenkosWay/bestiary-kkw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/KrenkosWay/bestiary-kkw.xml -------------------------------------------------------------------------------- /Sources/LocathahRising/bestiary-lr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/LocathahRising/bestiary-lr.xml -------------------------------------------------------------------------------- /Sources/LocathahRising/races-lr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/LocathahRising/races-lr.xml -------------------------------------------------------------------------------- /Sources/LostLaboratoryOfKwalish/bestiary-llk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/LostLaboratoryOfKwalish/bestiary-llk.xml -------------------------------------------------------------------------------- /Sources/LostLaboratoryOfKwalish/items-llk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/LostLaboratoryOfKwalish/items-llk.xml -------------------------------------------------------------------------------- /Sources/LostLaboratoryOfKwalish/spells-llk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/LostLaboratoryOfKwalish/spells-llk.xml -------------------------------------------------------------------------------- /Sources/LostMineOfPhandelver/bestiary-lmop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/LostMineOfPhandelver/bestiary-lmop.xml -------------------------------------------------------------------------------- /Sources/LostMineOfPhandelver/items-lmop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/LostMineOfPhandelver/items-lmop.xml -------------------------------------------------------------------------------- /Sources/Miscellaneous/bestiary-mag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/Miscellaneous/bestiary-mag.xml -------------------------------------------------------------------------------- /Sources/Miscellaneous/bestiary-sads.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/Miscellaneous/bestiary-sads.xml -------------------------------------------------------------------------------- /Sources/Miscellaneous/bestiary-stream.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/Miscellaneous/bestiary-stream.xml -------------------------------------------------------------------------------- /Sources/Miscellaneous/class-cleric-twitter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/Miscellaneous/class-cleric-twitter.xml -------------------------------------------------------------------------------- /Sources/Miscellaneous/class-fighter-stream.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/Miscellaneous/class-fighter-stream.xml -------------------------------------------------------------------------------- /Sources/Miscellaneous/class-monk-stream.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/Miscellaneous/class-monk-stream.xml -------------------------------------------------------------------------------- /Sources/Miscellaneous/class-rogue-stream.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/Miscellaneous/class-rogue-stream.xml -------------------------------------------------------------------------------- /Sources/Miscellaneous/class-warlock-stream.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/Miscellaneous/class-warlock-stream.xml -------------------------------------------------------------------------------- /Sources/Miscellaneous/class-warlock-twitter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/Miscellaneous/class-warlock-twitter.xml -------------------------------------------------------------------------------- /Sources/Miscellaneous/spells-stream.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/Miscellaneous/spells-stream.xml -------------------------------------------------------------------------------- /Sources/MonsterManual/bestiary-mm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/MonsterManual/bestiary-mm.xml -------------------------------------------------------------------------------- /Sources/MonsterManual/items-mm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/MonsterManual/items-mm.xml -------------------------------------------------------------------------------- /Sources/MordenkainensFiendishFolio/bestiary-mff.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/MordenkainensFiendishFolio/bestiary-mff.xml -------------------------------------------------------------------------------- /Sources/MordenkainensTomeOfFoes/bestiary-mtf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/MordenkainensTomeOfFoes/bestiary-mtf.xml -------------------------------------------------------------------------------- /Sources/MordenkainensTomeOfFoes/feats-mtf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/MordenkainensTomeOfFoes/feats-mtf.xml -------------------------------------------------------------------------------- /Sources/MordenkainensTomeOfFoes/items-mtf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/MordenkainensTomeOfFoes/items-mtf.xml -------------------------------------------------------------------------------- /Sources/MordenkainensTomeOfFoes/races-mtf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/MordenkainensTomeOfFoes/races-mtf.xml -------------------------------------------------------------------------------- /Sources/MordenkainensTomeOfFoes/vehicles-mtf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/MordenkainensTomeOfFoes/vehicles-mtf.xml -------------------------------------------------------------------------------- /Sources/MythicOdysseysOfTheros/backgrounds-mot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/MythicOdysseysOfTheros/backgrounds-mot.xml -------------------------------------------------------------------------------- /Sources/MythicOdysseysOfTheros/bestiary-mot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/MythicOdysseysOfTheros/bestiary-mot.xml -------------------------------------------------------------------------------- /Sources/MythicOdysseysOfTheros/class-bard-mot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/MythicOdysseysOfTheros/class-bard-mot.xml -------------------------------------------------------------------------------- /Sources/MythicOdysseysOfTheros/class-paladin-mot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/MythicOdysseysOfTheros/class-paladin-mot.xml -------------------------------------------------------------------------------- /Sources/MythicOdysseysOfTheros/items-mot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/MythicOdysseysOfTheros/items-mot.xml -------------------------------------------------------------------------------- /Sources/MythicOdysseysOfTheros/races-mot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/MythicOdysseysOfTheros/races-mot.xml -------------------------------------------------------------------------------- /Sources/MythicOdysseysOfTheros/spells-phb+mot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/MythicOdysseysOfTheros/spells-phb+mot.xml -------------------------------------------------------------------------------- /Sources/OneGrungAbove/races-oga.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/OneGrungAbove/races-oga.xml -------------------------------------------------------------------------------- /Sources/OutOfTheAbyss/bestiary-oota.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/OutOfTheAbyss/bestiary-oota.xml -------------------------------------------------------------------------------- /Sources/OutOfTheAbyss/items-oota.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/OutOfTheAbyss/items-oota.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/backgrounds-psa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/backgrounds-psa.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/backgrounds-psi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/backgrounds-psi.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/bestiary-ps-a.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/bestiary-ps-a.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/bestiary-ps-d.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/bestiary-ps-d.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/bestiary-ps-i.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/bestiary-ps-i.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/bestiary-ps-k.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/bestiary-ps-k.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/bestiary-ps-x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/bestiary-ps-x.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/bestiary-ps-z.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/bestiary-ps-z.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/class-cleric-psa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/class-cleric-psa.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/class-sorcerer-psk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/class-sorcerer-psk.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/feats-psk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/feats-psk.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/feats-psx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/feats-psx.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/items-psx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/items-psx.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/races-psa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/races-psa.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/races-psd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/races-psd.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/races-psi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/races-psi.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/races-psk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/races-psk.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/races-psx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/races-psx.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/races-psz.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/races-psz.xml -------------------------------------------------------------------------------- /Sources/PlaneShift/spells-phb+psa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlaneShift/spells-phb+psa.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/backgrounds-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/backgrounds-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/bestiary-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/bestiary-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/class-barbarian-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/class-barbarian-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/class-bard-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/class-bard-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/class-cleric-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/class-cleric-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/class-druid-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/class-druid-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/class-fighter-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/class-fighter-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/class-monk-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/class-monk-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/class-paladin-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/class-paladin-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/class-ranger-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/class-ranger-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/class-rogue-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/class-rogue-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/class-sorcerer-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/class-sorcerer-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/class-warlock-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/class-warlock-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/class-wizard-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/class-wizard-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/feats-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/feats-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/items-base-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/items-base-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/items-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/items-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/optionalfeatures-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/optionalfeatures-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/races-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/races-phb.xml -------------------------------------------------------------------------------- /Sources/PlayersHandbook/spells-phb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PlayersHandbook/spells-phb.xml -------------------------------------------------------------------------------- /Sources/PrincesOfTheApocalypse/bestiary-pota.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PrincesOfTheApocalypse/bestiary-pota.xml -------------------------------------------------------------------------------- /Sources/PrincesOfTheApocalypse/items-eet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PrincesOfTheApocalypse/items-eet.xml -------------------------------------------------------------------------------- /Sources/PrincesOfTheApocalypse/items-pota.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PrincesOfTheApocalypse/items-pota.xml -------------------------------------------------------------------------------- /Sources/PrincesOfTheApocalypse/races-eepc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/PrincesOfTheApocalypse/races-eepc.xml -------------------------------------------------------------------------------- /Sources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/README.md -------------------------------------------------------------------------------- /Sources/RickAndMorty/bestiary-rmbre.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/RickAndMorty/bestiary-rmbre.xml -------------------------------------------------------------------------------- /Sources/RickAndMorty/items-rmbre.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/RickAndMorty/items-rmbre.xml -------------------------------------------------------------------------------- /Sources/RiseOfTiamat/bestiary-rot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/RiseOfTiamat/bestiary-rot.xml -------------------------------------------------------------------------------- /Sources/RiseOfTiamat/items-rot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/RiseOfTiamat/items-rot.xml -------------------------------------------------------------------------------- /Sources/RiseOfTiamat/items-rotos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/RiseOfTiamat/items-rotos.xml -------------------------------------------------------------------------------- /Sources/SleepingDragonsWake/bestiary-sdw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/SleepingDragonsWake/bestiary-sdw.xml -------------------------------------------------------------------------------- /Sources/SleepingDragonsWake/items-sdw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/SleepingDragonsWake/items-sdw.xml -------------------------------------------------------------------------------- /Sources/StormKingsThunder/bestiary-skt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/StormKingsThunder/bestiary-skt.xml -------------------------------------------------------------------------------- /Sources/StormKingsThunder/items-skt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/StormKingsThunder/items-skt.xml -------------------------------------------------------------------------------- /Sources/StormLordsWrath/bestiary-slw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/StormLordsWrath/bestiary-slw.xml -------------------------------------------------------------------------------- /Sources/SwordCoastAdventurersGuide/backgrounds-scag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/SwordCoastAdventurersGuide/backgrounds-scag.xml -------------------------------------------------------------------------------- /Sources/SwordCoastAdventurersGuide/class-barbarian-scag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/SwordCoastAdventurersGuide/class-barbarian-scag.xml -------------------------------------------------------------------------------- /Sources/SwordCoastAdventurersGuide/class-cleric-scag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/SwordCoastAdventurersGuide/class-cleric-scag.xml -------------------------------------------------------------------------------- /Sources/SwordCoastAdventurersGuide/class-fighter-scag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/SwordCoastAdventurersGuide/class-fighter-scag.xml -------------------------------------------------------------------------------- /Sources/SwordCoastAdventurersGuide/class-monk-scag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/SwordCoastAdventurersGuide/class-monk-scag.xml -------------------------------------------------------------------------------- /Sources/SwordCoastAdventurersGuide/class-paladin-scag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/SwordCoastAdventurersGuide/class-paladin-scag.xml -------------------------------------------------------------------------------- /Sources/SwordCoastAdventurersGuide/class-rogue-scag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/SwordCoastAdventurersGuide/class-rogue-scag.xml -------------------------------------------------------------------------------- /Sources/SwordCoastAdventurersGuide/class-sorcerer-scag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/SwordCoastAdventurersGuide/class-sorcerer-scag.xml -------------------------------------------------------------------------------- /Sources/SwordCoastAdventurersGuide/class-warlock-scag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/SwordCoastAdventurersGuide/class-warlock-scag.xml -------------------------------------------------------------------------------- /Sources/SwordCoastAdventurersGuide/class-wizard-scag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/SwordCoastAdventurersGuide/class-wizard-scag.xml -------------------------------------------------------------------------------- /Sources/SwordCoastAdventurersGuide/items-scag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/SwordCoastAdventurersGuide/items-scag.xml -------------------------------------------------------------------------------- /Sources/SwordCoastAdventurersGuide/spells-phb+scag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/SwordCoastAdventurersGuide/spells-phb+scag.xml -------------------------------------------------------------------------------- /Sources/SwordCoastAdventurersGuide/spells-scag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/SwordCoastAdventurersGuide/spells-scag.xml -------------------------------------------------------------------------------- /Sources/SystemReferenceDocument/all-srd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/SystemReferenceDocument/all-srd.xml -------------------------------------------------------------------------------- /Sources/TalesFromTheYawningPortal/bestiary-tftyp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TalesFromTheYawningPortal/bestiary-tftyp.xml -------------------------------------------------------------------------------- /Sources/TalesFromTheYawningPortal/items-tftyp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TalesFromTheYawningPortal/items-tftyp.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/bestiary-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/bestiary-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/class-artificer-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/class-artificer-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/class-barbarian-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/class-barbarian-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/class-bard-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/class-bard-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/class-cleric-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/class-cleric-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/class-druid-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/class-druid-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/class-fighter-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/class-fighter-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/class-monk-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/class-monk-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/class-paladin-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/class-paladin-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/class-ranger-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/class-ranger-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/class-rogue-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/class-rogue-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/class-sorcerer-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/class-sorcerer-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/class-warlock-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/class-warlock-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/class-wizard-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/class-wizard-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/feats-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/feats-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/items-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/items-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/optionalfeatures-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/optionalfeatures-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/races-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/races-tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/spells-phb+tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/spells-phb+tce.xml -------------------------------------------------------------------------------- /Sources/TashasCauldronOfEverything/spells-tce.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TashasCauldronOfEverything/spells-tce.xml -------------------------------------------------------------------------------- /Sources/TheOrreryOfTheWanderer/bestiary-oow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TheOrreryOfTheWanderer/bestiary-oow.xml -------------------------------------------------------------------------------- /Sources/TheTortlePackage/bestiary-ttp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TheTortlePackage/bestiary-ttp.xml -------------------------------------------------------------------------------- /Sources/TheTortlePackage/items-ttp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TheTortlePackage/items-ttp.xml -------------------------------------------------------------------------------- /Sources/TheTortlePackage/races-ttp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TheTortlePackage/races-ttp.xml -------------------------------------------------------------------------------- /Sources/ThirdParty/CreatureCodex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/ThirdParty/CreatureCodex.xml -------------------------------------------------------------------------------- /Sources/ThirdParty/TomeOfBeasts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/ThirdParty/TomeOfBeasts.xml -------------------------------------------------------------------------------- /Sources/TombOfAnnihilation/backgrounds-toa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TombOfAnnihilation/backgrounds-toa.xml -------------------------------------------------------------------------------- /Sources/TombOfAnnihilation/bestiary-toa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TombOfAnnihilation/bestiary-toa.xml -------------------------------------------------------------------------------- /Sources/TombOfAnnihilation/items-toa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/TombOfAnnihilation/items-toa.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/bestiary-ua-2020smt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/bestiary-ua-2020smt.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/bestiary-ua-20s2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/bestiary-ua-20s2.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/bestiary-ua-20s5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/bestiary-ua-20s5.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/bestiary-ua-ar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/bestiary-ua-ar.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/bestiary-ua-cdw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/bestiary-ua-cdw.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/bestiary-ua-cfv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/bestiary-ua-cfv.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-artificer-ua-2020subclassespt3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-artificer-ua-2020subclassespt3.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-artificer-ua-artificer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-artificer-ua-artificer.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-artificer-ua-artificerrevisited.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-artificer-ua-artificerrevisited.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-barbarian-ua-2020subclassespt1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-barbarian-ua-2020subclassespt1.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-barbarian-ua-barbarianandmonk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-barbarian-ua-barbarianandmonk.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-barbarian-ua-barbarianprimalpaths.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-barbarian-ua-barbarianprimalpaths.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-barbarian-ua-revisedsubclasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-barbarian-ua-revisedsubclasses.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-bard-ua-2020subclassespt2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-bard-ua-2020subclassespt2.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-bard-ua-2020subclassespt4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-bard-ua-2020subclassespt4.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-bard-ua-bardandpaladin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-bard-ua-bardandpaladin.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-bard-ua-bardbardcolleges.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-bard-ua-bardbardcolleges.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-bard-ua-kitsofold.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-bard-ua-kitsofold.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-bard-ua-revisedsubclasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-bard-ua-revisedsubclasses.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-cleric-ua-2020subclassespt2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-cleric-ua-2020subclassespt2.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-cleric-ua-clericdivinedomains.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-cleric-ua-clericdivinedomains.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-cleric-ua-clericdruidwizard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-cleric-ua-clericdruidwizard.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-cleric-ua-modernmagic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-cleric-ua-modernmagic.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-cleric-ua-orderdomain.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-cleric-ua-orderdomain.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-druid-ua-2020subclassespt3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-druid-ua-2020subclassespt3.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-druid-ua-clericdruidwizard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-druid-ua-clericdruidwizard.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-druid-ua-druid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-druid-ua-druid.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-druid-ua-revisedclassoptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-druid-ua-revisedclassoptions.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-druid-ua-threesubclasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-druid-ua-threesubclasses.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-fighter-ua-2020psionicoptionsrevisited.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-fighter-ua-2020psionicoptionsrevisited.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-fighter-ua-fighter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-fighter-ua-fighter.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-fighter-ua-fighterrangerrogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-fighter-ua-fighterrangerrogue.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-fighter-ua-fighterroguewizard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-fighter-ua-fighterroguewizard.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-fighter-ua-gothicheroes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-fighter-ua-gothicheroes.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-fighter-ua-kitsofold.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-fighter-ua-kitsofold.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-fighter-ua-revisedclassoptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-fighter-ua-revisedclassoptions.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-fighter-ua-revisedsubclasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-fighter-ua-revisedsubclasses.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-fighter-ua-threesubclasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-fighter-ua-threesubclasses.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-monk-ua-2020subclassespt1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-monk-ua-2020subclassespt1.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-monk-ua-2020subclassespt5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-monk-ua-2020subclassespt5.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-monk-ua-atrioofsubclasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-monk-ua-atrioofsubclasses.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-monk-ua-barbarianandmonk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-monk-ua-barbarianandmonk.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-monk-ua-monk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-monk-ua-monk.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-monk-ua-revisedsubclasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-monk-ua-revisedsubclasses.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-mystic-ua-themysticclass.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-mystic-ua-themysticclass.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-paladin-ua-2020subclassespt1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-paladin-ua-2020subclassespt1.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-paladin-ua-atrioofsubclasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-paladin-ua-atrioofsubclasses.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-paladin-ua-bardandpaladin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-paladin-ua-bardandpaladin.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-paladin-ua-paladin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-paladin-ua-paladin.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-paladin-ua-revisedclassoptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-paladin-ua-revisedclassoptions.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-ranger-ua-2020subclassespt3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-ranger-ua-2020subclassespt3.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-ranger-ua-2020subclassespt5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-ranger-ua-2020subclassespt5.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-ranger-ua-atrioofsubclasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-ranger-ua-atrioofsubclasses.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-ranger-ua-fighterrangerrogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-ranger-ua-fighterrangerrogue.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-ranger-ua-lightdarkunderdark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-ranger-ua-lightdarkunderdark.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-ranger-ua-modifyingclasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-ranger-ua-modifyingclasses.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-ranger-ua-ranger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-ranger-ua-ranger.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-ranger-ua-rangerandrogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-ranger-ua-rangerandrogue.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-ranger-ua-therangerrevised.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-ranger-ua-therangerrevised.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-rogue-ua-2020psionicoptionsrevisited.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-rogue-ua-2020psionicoptionsrevisited.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-rogue-ua-2020subclassesrevisited.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-rogue-ua-2020subclassesrevisited.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-rogue-ua-fighterrangerrogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-rogue-ua-fighterrangerrogue.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-rogue-ua-fighterroguewizard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-rogue-ua-fighterroguewizard.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-rogue-ua-gothicheroes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-rogue-ua-gothicheroes.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-rogue-ua-rangerandrogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-rogue-ua-rangerandrogue.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-sorcerer-ua-2020psionicoptionsrevisited.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-sorcerer-ua-2020psionicoptionsrevisited.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-sorcerer-ua-2020subclassespt2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-sorcerer-ua-2020subclassespt2.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-sorcerer-ua-giantsoulsorcerer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-sorcerer-ua-giantsoulsorcerer.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-sorcerer-ua-lightdarkunderdark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-sorcerer-ua-lightdarkunderdark.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-sorcerer-ua-modifyingclasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-sorcerer-ua-modifyingclasses.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-sorcerer-ua-revisedsubclasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-sorcerer-ua-revisedsubclasses.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-sorcerer-ua-sorcerer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-sorcerer-ua-sorcerer.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-sorcerer-ua-sorcererandwarlock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-sorcerer-ua-sorcererandwarlock.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-sorcerer-ua-waterborneadventures.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-sorcerer-ua-waterborneadventures.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-warlock-ua-2020subclassespt1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-warlock-ua-2020subclassespt1.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-warlock-ua-2020subclassespt4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-warlock-ua-2020subclassespt4.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-warlock-ua-2020subclassesrevisited.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-warlock-ua-2020subclassesrevisited.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-warlock-ua-lightdarkunderdark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-warlock-ua-lightdarkunderdark.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-warlock-ua-modernmagic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-warlock-ua-modernmagic.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-warlock-ua-revisedclassoptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-warlock-ua-revisedclassoptions.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-warlock-ua-sorcererandwarlock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-warlock-ua-sorcererandwarlock.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-warlock-ua-thefaithful.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-warlock-ua-thefaithful.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-warlock-ua-warlockandwizard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-warlock-ua-warlockandwizard.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-wizard-ua-2020subclassesrevisited.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-wizard-ua-2020subclassesrevisited.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-wizard-ua-clericdruidwizard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-wizard-ua-clericdruidwizard.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-wizard-ua-eberron.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-wizard-ua-eberron.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-wizard-ua-fighterroguewizard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-wizard-ua-fighterroguewizard.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-wizard-ua-modernmagic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-wizard-ua-modernmagic.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-wizard-ua-threesubclasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-wizard-ua-threesubclasses.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-wizard-ua-warlockandwizard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-wizard-ua-warlockandwizard.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/class-wizard-ua-wizardrevisited.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/class-wizard-ua-wizardrevisited.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/feats-ua-2020feats.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/feats-ua-2020feats.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/feats-ua-2020psionicoptionsrevisited.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/feats-ua-2020psionicoptionsrevisited.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/feats-ua-eberron.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/feats-ua-eberron.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/feats-ua-feats.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/feats-ua-feats.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/feats-ua-featsforraces.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/feats-ua-featsforraces.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/feats-ua-featsforskills.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/feats-ua-featsforskills.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/feats-ua-fighterroguewizard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/feats-ua-fighterroguewizard.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/items-ua-2020spellsandmagictattoos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/items-ua-2020spellsandmagictattoos.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/items-ua-prestigeclassesrunmagic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/items-ua-prestigeclassesrunmagic.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/items-ua-wge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/items-ua-wge.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/optionalfeatures-ua-2020subclassespt3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/optionalfeatures-ua-2020subclassespt3.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/optionalfeatures-ua-artificer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/optionalfeatures-ua-artificer.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/optionalfeatures-ua-artificerrevisited.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/optionalfeatures-ua-artificerrevisited.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/optionalfeatures-ua-classfeaturevariants.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/optionalfeatures-ua-classfeaturevariants.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/optionalfeatures-ua-clericdruidwizard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/optionalfeatures-ua-clericdruidwizard.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/optionalfeatures-ua-fighter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/optionalfeatures-ua-fighter.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/optionalfeatures-ua-fighterrangerrogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/optionalfeatures-ua-fighterrangerrogue.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/optionalfeatures-ua-lightdarkunderdark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/optionalfeatures-ua-lightdarkunderdark.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/optionalfeatures-ua-modernmagic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/optionalfeatures-ua-modernmagic.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/optionalfeatures-ua-revisedclassoptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/optionalfeatures-ua-revisedclassoptions.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/optionalfeatures-ua-revisedsubclasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/optionalfeatures-ua-revisedsubclasses.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/optionalfeatures-ua-thefaithful.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/optionalfeatures-ua-thefaithful.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/optionalfeatures-ua-warlockandwizard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/optionalfeatures-ua-warlockandwizard.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/optionalfeatures-ua-waterborneadventures.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/optionalfeatures-ua-waterborneadventures.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/races-ua-centaursminotaurs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/races-ua-centaursminotaurs.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/races-ua-eberron.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/races-ua-eberron.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/races-ua-eladrinandgith.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/races-ua-eladrinandgith.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/races-ua-gothicheroes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/races-ua-gothicheroes.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/races-ua-racesofeberron.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/races-ua-racesofeberron.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/races-ua-racesofravnica.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/races-ua-racesofravnica.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/races-ua-waterborneadventures.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/races-ua-waterborneadventures.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-2020subclassespt1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-2020subclassespt1.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-2020subclassespt2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-2020subclassespt2.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-2020subclassespt3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-2020subclassespt3.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-2020subclassespt4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-2020subclassespt4.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-2020subclassesrevisited.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-2020subclassesrevisited.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-artificer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-artificer.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-artificerrevisited.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-artificerrevisited.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-atrioofsubclasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-atrioofsubclasses.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-bardandpaladin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-bardandpaladin.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-classfeaturevariants.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-classfeaturevariants.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-clericdivinedomains.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-clericdivinedomains.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-clericdruidwizard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-clericdruidwizard.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-fighterrangerrogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-fighterrangerrogue.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-fighterroguewizard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-fighterroguewizard.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-giantsoulsorcerer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-giantsoulsorcerer.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-lightdarkunderdark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-lightdarkunderdark.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-modernmagic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-modernmagic.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-orderdomain.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-orderdomain.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-paladin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-paladin.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-rangerandrogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-rangerandrogue.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-revisedclassoptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-revisedclassoptions.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-sorcerer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-sorcerer.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-sorcererandwarlock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-sorcererandwarlock.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-thefaithful.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-thefaithful.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-therangerrevised.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-therangerrevised.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-threesubclasses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-threesubclasses.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-warlockandwizard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-warlockandwizard.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-phb+ua-waterborneadventures.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-phb+ua-waterborneadventures.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-ua-2020por.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-ua-2020por.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-ua-2020smt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-ua-2020smt.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-ua-ar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-ua-ar.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-ua-frw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-ua-frw.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-ua-mm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-ua-mm.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-ua-saw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-ua-saw.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-ua-ss.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-ua-ss.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-ua-tobm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-ua-tobm.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-xge+ua-artificerrevisited.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-xge+ua-artificerrevisited.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/spells-xge+ua-classfeaturevariants.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/spells-xge+ua-classfeaturevariants.xml -------------------------------------------------------------------------------- /Sources/UnearthedArcana/vehicles-ua-ofshipsandsea.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/UnearthedArcana/vehicles-ua-ofshipsandsea.xml -------------------------------------------------------------------------------- /Sources/VolosGuideToMonsters/bestiary-vgm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/VolosGuideToMonsters/bestiary-vgm.xml -------------------------------------------------------------------------------- /Sources/VolosGuideToMonsters/items-vgm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/VolosGuideToMonsters/items-vgm.xml -------------------------------------------------------------------------------- /Sources/VolosGuideToMonsters/races-vgm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/VolosGuideToMonsters/races-vgm.xml -------------------------------------------------------------------------------- /Sources/WaterdeepDragonHeist/bestiary-wdh.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/WaterdeepDragonHeist/bestiary-wdh.xml -------------------------------------------------------------------------------- /Sources/WaterdeepDragonHeist/items-wdh.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/WaterdeepDragonHeist/items-wdh.xml -------------------------------------------------------------------------------- /Sources/WaterdeepDungeonOfTheMadMage/bestiary-wdmm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/WaterdeepDungeonOfTheMadMage/bestiary-wdmm.xml -------------------------------------------------------------------------------- /Sources/WaterdeepDungeonOfTheMadMage/items-wdmm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/WaterdeepDungeonOfTheMadMage/items-wdmm.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/bestiary-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/bestiary-xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/class-barbarian-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/class-barbarian-xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/class-bard-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/class-bard-xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/class-cleric-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/class-cleric-xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/class-druid-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/class-druid-xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/class-fighter-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/class-fighter-xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/class-monk-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/class-monk-xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/class-paladin-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/class-paladin-xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/class-ranger-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/class-ranger-xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/class-rogue-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/class-rogue-xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/class-sorcerer-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/class-sorcerer-xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/class-warlock-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/class-warlock-xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/class-wizard-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/class-wizard-xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/feats-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/feats-xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/items-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/items-xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/optionalfeatures-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/optionalfeatures-xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/spells-phb+xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/spells-phb+xge.xml -------------------------------------------------------------------------------- /Sources/XanatharsGuideToEverything/spells-xge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Sources/XanatharsGuideToEverything/spells-xge.xml -------------------------------------------------------------------------------- /Utilities/collection.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Utilities/collection.xsd -------------------------------------------------------------------------------- /Utilities/compendium.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Utilities/compendium.xsd -------------------------------------------------------------------------------- /Utilities/merge.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinkofer/FightClub5eXML/HEAD/Utilities/merge.xslt --------------------------------------------------------------------------------