Merge pull request #71 from kinkofer/Theros

feature: Add supplement source Mythic Odysseys of Theros
pull/73/head
Chris Jennewein 2020-06-06 15:20:58 -07:00 committed by GitHub
commit 380f28334f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 3847 additions and 1 deletions

View File

@ -16,6 +16,7 @@
<doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio.xml" /> <doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio.xml" />
<doc href="../FightClub5eXML/Sources/TheTortlePackage.xml" /> <doc href="../FightClub5eXML/Sources/TheTortlePackage.xml" />
<doc href="../FightClub5eXML/Sources/OneGrungAbove.xml" /> <doc href="../FightClub5eXML/Sources/OneGrungAbove.xml" />
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros.xml" />
<!-- Adventures --> <!-- Adventures -->
<doc href="../FightClub5eXML/Sources/Adventures.xml" /> <doc href="../FightClub5eXML/Sources/Adventures.xml" />

View File

@ -16,6 +16,7 @@
<doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio.xml" /> <doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio.xml" />
<doc href="../FightClub5eXML/Sources/TheTortlePackage.xml" /> <doc href="../FightClub5eXML/Sources/TheTortlePackage.xml" />
<doc href="../FightClub5eXML/Sources/OneGrungAbove.xml" /> <doc href="../FightClub5eXML/Sources/OneGrungAbove.xml" />
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros.xml" />
<!-- Adventures --> <!-- Adventures -->
<doc href="../FightClub5eXML/Sources/Adventures.xml" /> <doc href="../FightClub5eXML/Sources/Adventures.xml" />

View File

@ -16,6 +16,7 @@
<doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio.xml" /> <doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio.xml" />
<doc href="../FightClub5eXML/Sources/TheTortlePackage.xml" /> <doc href="../FightClub5eXML/Sources/TheTortlePackage.xml" />
<doc href="../FightClub5eXML/Sources/OneGrungAbove.xml" /> <doc href="../FightClub5eXML/Sources/OneGrungAbove.xml" />
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros.xml" />
<!-- Adventures --> <!-- Adventures -->
<doc href="../FightClub5eXML/Sources/Adventures.xml" /> <doc href="../FightClub5eXML/Sources/Adventures.xml" />

View File

@ -16,6 +16,7 @@
<doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio.xml" /> <doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio.xml" />
<doc href="../FightClub5eXML/Sources/TheTortlePackage.xml" /> <doc href="../FightClub5eXML/Sources/TheTortlePackage.xml" />
<doc href="../FightClub5eXML/Sources/OneGrungAbove.xml" /> <doc href="../FightClub5eXML/Sources/OneGrungAbove.xml" />
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros.xml" />
<!-- Adventures --> <!-- Adventures -->
<doc href="../FightClub5eXML/Sources/Adventures.xml" /> <doc href="../FightClub5eXML/Sources/Adventures.xml" />

View File

@ -16,6 +16,7 @@
<doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio.xml" /> <doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio.xml" />
<doc href="../FightClub5eXML/Sources/TheTortlePackage.xml" /> <doc href="../FightClub5eXML/Sources/TheTortlePackage.xml" />
<doc href="../FightClub5eXML/Sources/OneGrungAbove.xml" /> <doc href="../FightClub5eXML/Sources/OneGrungAbove.xml" />
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros.xml" />
<!-- Adventures --> <!-- Adventures -->
<doc href="../FightClub5eXML/Sources/Adventures.xml" /> <doc href="../FightClub5eXML/Sources/Adventures.xml" />

View File

@ -16,4 +16,5 @@
<doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio.xml" /> <doc href="../FightClub5eXML/Sources/MordenkainensFiendishFolio.xml" />
<doc href="../FightClub5eXML/Sources/TheTortlePackage.xml" /> <doc href="../FightClub5eXML/Sources/TheTortlePackage.xml" />
<doc href="../FightClub5eXML/Sources/OneGrungAbove.xml" /> <doc href="../FightClub5eXML/Sources/OneGrungAbove.xml" />
<doc href="../FightClub5eXML/Sources/MythicOdysseysOfTheros.xml" />
</collection> </collection>

View File

@ -1,5 +1,9 @@
## CHANGE LOG ## CHANGE LOG
### 2020-06-06
Added Mythic Odysseys of Theros as a supplement source.
### 2020-04-06 ### 2020-04-06
Added Spells from UA Spells and Magic Tattoos Added Spells from UA Spells and Magic Tattoos

View File

@ -18,7 +18,7 @@ Import one of the Collection files into the Fight Club app.
**CoreRulebooks**: Player's Handbook, Dungeon Master's Guide, and Monster Manual **CoreRulebooks**: Player's Handbook, Dungeon Master's Guide, and Monster Manual
**CoreRulebooksAndSupplements**: _CoreRulebooks_ plus Rulebook Supplements (XGtE, MToF, VGtM, SCAG, GGtR, WGtE, ERftLW, AI, EGtW, MFF, Tortle Package, and One Grung Above) **CoreRulebooksAndSupplements**: _CoreRulebooks_ plus Rulebook Supplements (XGtE, MToF, VGtM, SCAG, GGtR, WGtE, ERftLW, AI, EGtW, MFF, Tortle Package, One Grung Above, MOoT)
**CoreOnly**: _CoreRulebooksAndSupplements_ plus Adventures **CoreOnly**: _CoreRulebooksAndSupplements_ plus Adventures

File diff suppressed because it is too large Load Diff