Merge pull request #24 from kinkofer/CoreRulebooks
feature: Add CoreRulebooks collectionpull/28/head
commit
82efa87bbd
|
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<collection>
|
<collection>
|
||||||
<doc href="../FightClub5eXML/Sources/Core.xml" />
|
<doc href="../FightClub5eXML/Sources/CoreRulebooks.xml" />
|
||||||
|
<doc href="../FightClub5eXML/Sources/RulesSupplementsAndAdventures.xml" />
|
||||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus.xml" />
|
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus.xml" />
|
||||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana.xml" />
|
<doc href="../FightClub5eXML/Sources/UnearthedArcana.xml" />
|
||||||
<doc href="../FightClub5eXML/Sources/Homebrew.xml" />
|
<doc href="../FightClub5eXML/Sources/Homebrew.xml" />
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<collection>
|
<collection>
|
||||||
<doc href="../FightClub5eXML/Sources/Core.xml" />
|
<doc href="../FightClub5eXML/Sources/CoreRulebooks.xml" />
|
||||||
|
<doc href="../FightClub5eXML/Sources/RulesSupplementsAndAdventures.xml" />
|
||||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus.xml" />
|
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus.xml" />
|
||||||
</collection>
|
</collection>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<collection>
|
<collection>
|
||||||
<doc href="../FightClub5eXML/Sources/Core.xml" />
|
<doc href="../FightClub5eXML/Sources/CoreRulebooks.xml" />
|
||||||
|
<doc href="../FightClub5eXML/Sources/RulesSupplementsAndAdventures.xml" />
|
||||||
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus.xml" />
|
<doc href="../FightClub5eXML/Sources/BaldursGateDescentIntoAvernus.xml" />
|
||||||
<doc href="../FightClub5eXML/Sources/UnearthedArcana.xml" />
|
<doc href="../FightClub5eXML/Sources/UnearthedArcana.xml" />
|
||||||
</collection>
|
</collection>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<collection>
|
||||||
|
<doc href="../FightClub5eXML/Sources/CoreRulebooks.xml" />
|
||||||
|
</collection>
|
||||||
|
|
@ -106,3 +106,9 @@ Skull Lash of Myrkul
|
||||||
Master of Souls
|
Master of Souls
|
||||||
Fiendish Flesh Golem
|
Fiendish Flesh Golem
|
||||||
Hellwasp
|
Hellwasp
|
||||||
|
|
||||||
|
|
||||||
|
2020-01-21
|
||||||
|
|
||||||
|
Separated out Core Rulebooks (PHB, DMG, MM) from other supplement rulebooks and adventures.
|
||||||
|
Added "CoreRulebooks" collection.
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,34 @@
|
||||||
# README
|
# README
|
||||||
|
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
Being a big fan of Lion Den’s Fight Club 5e and Game Master 5e apps for iOS and Android I was happy to see a kind soul (@fightclub5exml on twitter) had picked up the mantle of updating the compendium with content.
|
Being a big fan of Lion Den’s Fight Club 5e and Game Master 5e apps for iOS and Android I was happy to see a kind soul (@fightclub5exml on twitter) had picked up the mantle of updating the compendium with content.
|
||||||
|
|
||||||
Unfortunately he seems to have deleted his twitter account so I am picking up where he left off by expanding on his work by adding Waterdeep Dragon Heist, Waterdeep Dungeon of the Mad Mage and Ghosts of Saltmarsh content to the XML.
|
Unfortunately he seems to have deleted his twitter account so I am picking up where he left off by expanding on his work by adding Waterdeep Dragon Heist, Waterdeep Dungeon of the Mad Mage and Ghosts of Saltmarsh content to the XML.
|
||||||
|
|
||||||
Will take a few weeks but will be making my way through each book and adding the items and monsters to bring it up to date.
|
Will take some time but will be making my way through each book and adding the items and monsters to bring it up to date.
|
||||||
|
|
||||||
Any questions hit me up on twitter [@dragonahcas](http://twitter.com/dragonahcas).
|
Any questions hit me up on twitter [@dragonahcas](http://twitter.com/dragonahcas).
|
||||||
|
|
||||||
|
|
||||||
Additional Contributions:
|
## How-To
|
||||||
|
|
||||||
|
Import one of the Collection files into the Fight Club app.
|
||||||
|
|
||||||
|
**CoreRulebooks**: Player's Handbook, Dungeon Master's Guide, and Monster Manual
|
||||||
|
**CoreOnly**: _CoreRulebooks_ plus Rulebook Supplements and Adventures
|
||||||
|
**CorePlusUA-NoHomebrew**: _CoreOnly_ plus Unearthed Arcana
|
||||||
|
**Complete**: _CorePlusUA-NoHomebrew_ plus homebrew content
|
||||||
|
|
||||||
|
|
||||||
|
## Additional Contributors
|
||||||
|
|
||||||
@kinkofer: for XML generation systems to allow github collections to be auto generated
|
@kinkofer: for XML generation systems to allow github collections to be auto generated
|
||||||
|
|
||||||
@felix_mil_: for xml creation tools https://felixmil.shinyapps.io/compendiumbuildr/
|
@felix_mil_: for xml creation tools https://felixmil.shinyapps.io/compendiumbuildr/
|
||||||
|
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
Visit the [FightClub5eXML Github](https://github.com/kinkofer/FightClub5eXML) to contribute.
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue