From 1b1a854c4affc2e99b836a980d02405da0bfa2b4 Mon Sep 17 00:00:00 2001 From: TheGiddyLimit Date: Tue, 29 Aug 2023 20:44:37 +0100 Subject: [PATCH 1/6] chore: bump dep ver --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18c33c80da..c2ee06602a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,16 +9,16 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "5etools-utils": "^0.9.11", + "5etools-utils": "^0.9.12", "commander": "^9.4.1", "he": "^1.2.0", "sanitize-html": "^2.10.0" } }, "node_modules/5etools-utils": { - "version": "0.9.11", - "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.11.tgz", - "integrity": "sha512-VIDNjhTwemVnbU31CQycsICo6ax5i0g5UUj8QjgSw1wdXmeI5mpR6J1svrDI+IMCyUZ/wWUeJEVygtYKHTVPbQ==", + "version": "0.9.12", + "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.12.tgz", + "integrity": "sha512-zTWJchoQoyG2i0FZfDOHkHuRgxyPnWv67J4ZxTnnca12N4s6DYc6T4VytDDetNzQiU+KirvVzK61Yc4a4c83PQ==", "dev": true, "dependencies": { "ajv": "^8.11.2", @@ -367,9 +367,9 @@ }, "dependencies": { "5etools-utils": { - "version": "0.9.11", - "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.11.tgz", - "integrity": "sha512-VIDNjhTwemVnbU31CQycsICo6ax5i0g5UUj8QjgSw1wdXmeI5mpR6J1svrDI+IMCyUZ/wWUeJEVygtYKHTVPbQ==", + "version": "0.9.12", + "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.12.tgz", + "integrity": "sha512-zTWJchoQoyG2i0FZfDOHkHuRgxyPnWv67J4ZxTnnca12N4s6DYc6T4VytDDetNzQiU+KirvVzK61Yc4a4c83PQ==", "dev": true, "requires": { "ajv": "^8.11.2", diff --git a/package.json b/package.json index 77d3b4f412..076dfd60bb 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/TheGiddyLimit/homebrew#readme", "devDependencies": { - "5etools-utils": "^0.9.11", + "5etools-utils": "^0.9.12", "commander": "^9.4.1", "he": "^1.2.0", "sanitize-html": "^2.10.0" From 878ed8cbbcdb11f7a2832eb8d53a7f3d57c33079 Mon Sep 17 00:00:00 2001 From: TheGiddyLimit Date: Tue, 29 Aug 2023 20:51:50 +0100 Subject: [PATCH 2/6] chore: bump dep ver --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2ee06602a..b580b543ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,16 +9,16 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "5etools-utils": "^0.9.12", + "5etools-utils": "^0.9.13", "commander": "^9.4.1", "he": "^1.2.0", "sanitize-html": "^2.10.0" } }, "node_modules/5etools-utils": { - "version": "0.9.12", - "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.12.tgz", - "integrity": "sha512-zTWJchoQoyG2i0FZfDOHkHuRgxyPnWv67J4ZxTnnca12N4s6DYc6T4VytDDetNzQiU+KirvVzK61Yc4a4c83PQ==", + "version": "0.9.13", + "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.13.tgz", + "integrity": "sha512-9RXM/+5SyRXjhM7ZLLLScdLWVQVbj0rCGV8vVGVpoWPwNf3T+cU49djUC0M+p+FR4VegZvpD27y7e6mxX4wcCw==", "dev": true, "dependencies": { "ajv": "^8.11.2", @@ -367,9 +367,9 @@ }, "dependencies": { "5etools-utils": { - "version": "0.9.12", - "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.12.tgz", - "integrity": "sha512-zTWJchoQoyG2i0FZfDOHkHuRgxyPnWv67J4ZxTnnca12N4s6DYc6T4VytDDetNzQiU+KirvVzK61Yc4a4c83PQ==", + "version": "0.9.13", + "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.13.tgz", + "integrity": "sha512-9RXM/+5SyRXjhM7ZLLLScdLWVQVbj0rCGV8vVGVpoWPwNf3T+cU49djUC0M+p+FR4VegZvpD27y7e6mxX4wcCw==", "dev": true, "requires": { "ajv": "^8.11.2", diff --git a/package.json b/package.json index 076dfd60bb..fe2eae6d0f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/TheGiddyLimit/homebrew#readme", "devDependencies": { - "5etools-utils": "^0.9.12", + "5etools-utils": "^0.9.13", "commander": "^9.4.1", "he": "^1.2.0", "sanitize-html": "^2.10.0" From 48fdd134733d07c7a2db319fe87e3cd834f1bf96 Mon Sep 17 00:00:00 2001 From: TheGiddyLimit Date: Tue, 29 Aug 2023 20:52:04 +0100 Subject: [PATCH 3/6] feat(BH2022): add Foundry class advancements --- .../Matthew Mercer; Blood Hunter (2022).json | 86 +++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/class/Matthew Mercer; Blood Hunter (2022).json b/class/Matthew Mercer; Blood Hunter (2022).json index b599388e40..af9c2dd97d 100644 --- a/class/Matthew Mercer; Blood Hunter (2022).json +++ b/class/Matthew Mercer; Blood Hunter (2022).json @@ -598,6 +598,92 @@ ] } ], + "foundryClass": [ + { + "name": "Blood Hunter", + "source": "BH2022", + "advancement": [ + { + "type": "ScaleValue", + "configuration": { + "identifier": "blood-maledict", + "type": "dice", + "scale": { + "1": { + "number": 1, + "faces": 4 + }, + "5": { + "number": 1, + "faces": 6 + }, + "11": { + "number": 1, + "faces": 8 + }, + "17": { + "number": 1, + "faces": 10 + } + } + }, + "title": "Blood Maledict" + }, + { + "type": "ScaleValue", + "configuration": { + "identifier": "blood-curses", + "type": "dice", + "scale": { + "1": { + "number": 1, + "faces": 4 + }, + "5": { + "number": 1, + "faces": 6 + }, + "11": { + "number": 1, + "faces": 8 + }, + "17": { + "number": 1, + "faces": 10 + } + } + }, + "title": "Blood Curses" + }, + { + "type": "ScaleValue", + "configuration": { + "identifier": "crimson-rite", + "type": "dice", + "scale": { + "1": { + "number": 1, + "faces": 4 + }, + "5": { + "number": 1, + "faces": 6 + }, + "11": { + "number": 1, + "faces": 8 + }, + "17": { + "number": 1, + "faces": 10 + } + } + }, + "title": "Crimson Rite" + } + ] + } + ], "optionalfeature": [ { "name": "Blood Curse of the Anxious", From ec693cea038f7d6373f11417b202f80bfdcc71d3 Mon Sep 17 00:00:00 2001 From: TheGiddyLimit Date: Tue, 29 Aug 2023 20:52:56 +0100 Subject: [PATCH 4/6] chore: timestamp/index --- _generated/index-props.json | 2 +- _generated/index-timestamps.json | 2 +- class/Matthew Mercer; Blood Hunter (2022).json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_generated/index-props.json b/_generated/index-props.json index 79348f95ee..3112d991ea 100644 --- a/_generated/index-props.json +++ b/_generated/index-props.json @@ -1 +1 @@ -{"action":{"action/Sample - Giddy; Extinguish.json":"action","class/Giffyglyph; Class Compendium.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/badooga; Martial Power.json":"collection","collection/hafdon; zorq.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Normiespy96; Master Strikes.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","optionalfeature/Damian Steele; Exploits.json":"optionalfeature","variantrule/Modnar; Modnars Mission Mandates.json":"variantrule"},"adventure":{"adventure/Adventurers League; DDEX1-01 - Defiance in Phlan.json":"adventure","adventure/Adventurers League; DDEX1-02 - Secrets of Sokol Keep.json":"adventure","adventure/Adventurers League; DDEX1-03 - Shadows Over the Moonsea.json":"adventure","adventure/Adventurers League; DDEX1-04 - Dues for the Dead.json":"adventure","adventure/Adventurers League; DDIA-MORD Rrakkma.json":"adventure","adventure/Adventures Await; Shipwreck of the Sea Mephit.json":"adventure","adventure/Adventures Await; The Curse of Dusk Hollow.json":"adventure","adventure/Adventures Await; The Dueling Knight's Fungeon Dungeon.json":"adventure","adventure/Adventures Await; The Fangs of Zengar.json":"adventure","adventure/Adventures Await; Wrath of the Demon Lord.json":"adventure","adventure/Anthony Joyce; The Blood Hunter Adventure.json":"adventure","adventure/arcanist; The Delian Tomb.json":"adventure","adventure/D&D Beyond; Don't Say Vecna.json":"adventure","adventure/D&D Duet; First Blush.json":"adventure","adventure/D&D Duet; Second Glance.json":"adventure","adventure/D&D Duet; Third Times the Charm.json":"adventure","adventure/DMDave; Assault on Quabus.json":"adventure","adventure/Eventyr Games; Kraken's Gamble.json":"adventure","adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Kelsey Dionne; Temple of the Basilisk Cult.json":"adventure","adventure/Kelsey Dionne; The Secrets of Skyhorn Lighthouse.json":"adventure","adventure/Kobold Press; Book of Lairs.json":"adventure","adventure/Kobold Press; Tome of Beasts 2 Lairs.json":"adventure","adventure/Kobold Press; Tome of Beasts 3 Lairs.json":"adventure","adventure/Kurtis J Wiebe; The Hangover.json":"adventure","adventure/Limitless Adventures; Limitless Adventures.json":"adventure","adventure/Nerd Herd; Adventure Book - 1.json":"adventure","adventure/Sample - Giddy; Caverns of Catastrophe.json":"adventure","adventure/TragicMissile; Sacrifice of Innocence.json":"adventure","adventure/Winghorn Press; Wild Sheep Chase.json":"adventure","adventure/Wizards of the Coast; Barber of Silverymoon.json":"adventure","adventure/Wizards of the Coast; Crypts of Kelemvor.json":"adventure","adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 2.json":"book","book/MCDM Productions; Arcadia Issue 3.json":"book","book/MCDM Productions; Arcadia Issue 4.json":"book","book/MCDM Productions; Arcadia Issue 6.json":"book","book/Skip Wiliams; Book of Challenges.json":"book","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","creature/Onyx Path; Scarred Lands Creature Collection.json":"creature"},"adventureData":{"adventure/Adventurers League; DDEX1-01 - Defiance in Phlan.json":"adventure","adventure/Adventurers League; DDEX1-02 - Secrets of Sokol Keep.json":"adventure","adventure/Adventurers League; DDEX1-03 - Shadows Over the Moonsea.json":"adventure","adventure/Adventurers League; DDEX1-04 - Dues for the Dead.json":"adventure","adventure/Adventurers League; DDIA-MORD Rrakkma.json":"adventure","adventure/Adventures Await; Shipwreck of the Sea Mephit.json":"adventure","adventure/Adventures Await; The Curse of Dusk Hollow.json":"adventure","adventure/Adventures Await; The Dueling Knight's Fungeon Dungeon.json":"adventure","adventure/Adventures Await; The Fangs of Zengar.json":"adventure","adventure/Adventures Await; Wrath of the Demon Lord.json":"adventure","adventure/Anthony Joyce; The Blood Hunter Adventure.json":"adventure","adventure/arcanist; The Delian Tomb.json":"adventure","adventure/D&D Beyond; Don't Say Vecna.json":"adventure","adventure/D&D Duet; First Blush.json":"adventure","adventure/D&D Duet; Second Glance.json":"adventure","adventure/D&D Duet; Third Times the Charm.json":"adventure","adventure/DMDave; Assault on Quabus.json":"adventure","adventure/Eventyr Games; Kraken's Gamble.json":"adventure","adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Kelsey Dionne; Temple of the Basilisk Cult.json":"adventure","adventure/Kelsey Dionne; The Secrets of Skyhorn Lighthouse.json":"adventure","adventure/Kobold Press; Book of Lairs.json":"adventure","adventure/Kobold Press; Tome of Beasts 2 Lairs.json":"adventure","adventure/Kobold Press; Tome of Beasts 3 Lairs.json":"adventure","adventure/Kurtis J Wiebe; The Hangover.json":"adventure","adventure/Limitless Adventures; Limitless Adventures.json":"adventure","adventure/Nerd Herd; Adventure Book - 1.json":"adventure","adventure/Sample - Giddy; Caverns of Catastrophe.json":"adventure","adventure/TragicMissile; Sacrifice of Innocence.json":"adventure","adventure/Winghorn Press; Wild Sheep Chase.json":"adventure","adventure/Wizards of the Coast; Barber of Silverymoon.json":"adventure","adventure/Wizards of the Coast; Crypts of Kelemvor.json":"adventure","adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 2.json":"book","book/MCDM Productions; Arcadia Issue 3.json":"book","book/MCDM Productions; Arcadia Issue 4.json":"book","book/MCDM Productions; Arcadia Issue 6.json":"book","book/Skip Wiliams; Book of Challenges.json":"book","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","creature/Onyx Path; Scarred Lands Creature Collection.json":"creature"},"monster":{"adventure/Adventurers League; DDEX1-03 - Shadows Over the Moonsea.json":"adventure","adventure/Adventurers League; DDEX1-04 - Dues for the Dead.json":"adventure","adventure/Adventures Await; The Curse of Dusk Hollow.json":"adventure","adventure/Adventures Await; The Dueling Knight's Fungeon Dungeon.json":"adventure","adventure/Adventures Await; The Fangs of Zengar.json":"adventure","adventure/Adventures Await; Wrath of the Demon Lord.json":"adventure","adventure/Anthony Joyce; The Blood Hunter Adventure.json":"adventure","adventure/arcanist; The Delian Tomb.json":"adventure","adventure/D&D Beyond; Don't Say Vecna.json":"adventure","adventure/D&D Duet; First Blush.json":"adventure","adventure/D&D Duet; Second Glance.json":"adventure","adventure/D&D Duet; Third Times the Charm.json":"adventure","adventure/Eventyr Games; Kraken's Gamble.json":"adventure","adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Kelsey Dionne; Temple of the Basilisk Cult.json":"adventure","adventure/Kelsey Dionne; The Secrets of Skyhorn Lighthouse.json":"adventure","adventure/Kobold Press; Book of Lairs.json":"adventure","adventure/Kobold Press; Tome of Beasts 2 Lairs.json":"adventure","adventure/Kobold Press; Tome of Beasts 3 Lairs.json":"adventure","adventure/TragicMissile; Sacrifice of Innocence.json":"adventure","adventure/Winghorn Press; Wild Sheep Chase.json":"adventure","adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/aeyana; The Book of Hordes.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/Ghostfire Gaming; The Seeker's Guide to Twisted Taverns.json":"book","book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":"book","book/HapHazred; Blood in the Company - Players Introduction.json":"book","book/Justice Arman; Devil's Advocate A Guide to Infernal Contracts.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 2.json":"book","book/MCDM Productions; Arcadia Issue 4.json":"book","book/MCDM Productions; Arcadia Issue 5.json":"book","book/MCDM Productions; Arcadia Issue 6.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/MCDM Productions; Arcadia Issue 8.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","book/Walrock Homebrew; Traders and Merchants.json":"book","class/AgenderArcee; The Martial Ranger.json":"class","class/Aron; Demi-Dragon.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/Benjamin Huffman;The Magus.json":"class","class/Brad Johns; The Harbinger.json":"class","class/CJ Leung; The Channeler.json":"class","class/Devikyn; Dragoon revisited.json":"class","class/devikyn; Eldritch Arcana.json":"class","class/devikyn; The Adaptive Ranger.json":"class","class/devikyn; The Tinker Class.json":"class","class/devikyn; Variant Sorcerer.json":"class","class/Erikku Blade; Fate Weaver.json":"class","class/Foxfire94; Blood Hunter Re-Balanced.json":"class","class/Foxfire94; Lycanthrope.json":"class","class/Foxfire94; Vampire.json":"class","class/Fragsauce; Soul Binder Redux.json":"class","class/FragSauce; Soul Binder.json":"class","class/Giffyglyph; Class Compendium.json":"class","class/Izzy; Incarnate.json":"class","class/KibblesTasty; Inventor.json":"class","class/KibblesTasty; Psion.json":"class","class/LaserLlama; Alternate Artificer.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/LaserLlama; Alternate Ranger.json":"class","class/LaserLlama; Commoner.json":"class","class/LaserLlama; Magus Class.json":"class","class/LaserLlama; The Shaman.json":"class","class/LaserLlama; The Vessel.json":"class","class/lighthazard; Trainer.json":"class","class/Marc Wegmann; The Dream Shifter.json":"class","class/MCDM Productions; Beastheart.json":"class","class/MCDM Productions; The Illrigger Class.json":"class","class/McToomin27; Animus.json":"class","class/morethanwordscansay; Zoologist.json":"class","class/Rain-Junkie; Dragon Knight.json":"class","class/Taron Pounds; Merchant.json":"class","class/Tortoxicion; The Vessel.json":"class","collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":"collection","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Amellwind; Monster Hunter Monster Manual.json":"collection","collection/Amratat; Dark Souls III - Lord Seeker's Compendium.json":"collection","collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords.json":"collection","collection/badooga; Badooga's Exploration Guidelines.json":"collection","collection/badooga; Badooga's Monster Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/Clippinger, Alex; Monsters Without Borders.json":"collection","collection/Creature Club; Creature Club Homebrew Collection.json":"collection","collection/D&D Wiki; Killer Rabbit.json":"collection","collection/Daniel Nnorth; MTG Slivers and Magical Items.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/Dillan Ackerman; Quabis's Guide to Chronomancy.json":"collection","collection/DMs Guild; Archetypes of Eberron.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; Thay Land of the Red Wizards.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Eventyr Games; Enhanced Fiends.json":"collection","collection/Garlumpkin; GarlumpkinsMonsters.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Godfall; Godfall.json":"collection","collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":"collection","collection/Grimley533; Player's Guide to Insectopia.json":"collection","collection/hafdon; zorq.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/JasonNewby; Durnan's Guide to Tavernkeeping.json":"collection","collection/Jetpack7; Gods and Goddesses Redux.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Jonoman3000; Sprouting Chaos Player's Companion.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/KajaGrae; Fang Dragons.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":"collection","collection/Kobold Press; Deep Magic 04 Illumination Magic.json":"collection","collection/Kobold Press; Deep Magic for 5th Edition.json":"collection","collection/Kobold Press; Expanding Codex.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lambros009; Illivar's Guide to Nullification.json":"collection","collection/Legendary Games; Royal Tournaments.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Middle Finger of Vecna; Evil Archetypes.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Middle Finger of Vecna; The Oozemasters Apprentice .json":"collection","collection/Mike Mearls; Livestream and Twitter.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate NPCs Skulduggery.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/Setanna; Setanna's Homebrew.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/ukyo; A Guide to Magical Tattoos v4.json":"collection","collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":"collection","collection/Walrock Homebrew; Lera!.json":"collection","collection/Wizards of the Coast; Dragon Magazine.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Acheron; Dante's Inferno.json":"creature","creature/Adventurers League; DDEP3 Blood Above, Blood Below.json":"creature","creature/Alex Clippinger; Ezmerelda's Encyclopedia of Evil.json":"creature","creature/Andrew Cawood; Monsters of the Underworld.json":"creature","creature/Angry Golem Games; Monster Manual (A-G).json":"creature","creature/Angry Golem Games; Monster Manual (H-M).json":"creature","creature/Angry Golem Games; Monster Manual (N-S).json":"creature","creature/Anthony Turco; Korranberg Chronicle's Threat Dispatch.json":"creature","creature/Anthony Turco; Nightmare on the Mournland Express.json":"creature","creature/badooga; Ankheg Catalogue.json":"creature","creature/badooga; Better Greatwyrms.json":"creature","creature/badooga; Daedric Imports.json":"creature","creature/badooga; Minecraft 5e.json":"creature","creature/badooga; Warlord Collection.json":"creature","creature/Ben Luke; Skyrim Homebrew.json":"creature","creature/BoltNineHomebrew; Monsters of the Apocalypse.json":"creature","creature/BoltNineHomebrew; The King's Army - Complete Monster Pack.json":"creature","creature/Chris Avellone; Planescape Torment Bestiary.json":"creature","creature/Conflux; Conflux's Zombies.json":"creature","creature/D&D 4ed; Dark Sun Creature Catalog.json":"creature","creature/D&D Wiki; Rabbit and Squirrel.json":"creature","creature/Darkest Dungeon - Horrors of the Dark.json":"creature","creature/Darrin Scott; 35 Versatile NPCs.json":"creature","creature/DMDave; NPC Collection Blog.json":"creature","creature/DMSGuild; Community Ravenloft Collection.json":"creature","creature/Dragonix; Dragonix's Deadly Denizens 1.json":"creature","creature/Dragonix; Monster Manual Expanded (v1).json":"creature","creature/Dragonix; Monster Manual Expanded II (v1).json":"creature","creature/Dragonix; Monster Manual Expanded II (v2).json":"creature","creature/Dragonix; Monster Manual Expanded III.json":"creature","creature/Dungeon Dad; Dungeon Dad Statblocks.json":"creature","creature/filmatra; Armies of War.json":"creature","creature/Foxfire94; Eighteen Sons of The Lightning Lord.json":"creature","creature/Foxfire94; Honourable Heroes.json":"creature","creature/Frog God Games; Fifth Edition Foes.json":"creature","creature/Glen Cooper; Monsters of the Guild.json":"creature","creature/Goblin Punch; The False Hydra.json":"creature","creature/Igor Moreno; Barovian Vampires.json":"creature","creature/Isabel Beis; Critter Compendium.json":"creature","creature/Jade Jawhara; Jade's Crate of Many.json":"creature","creature/Jonoman3000; Monster Module.json":"creature","creature/Kari Hoffren; Melvin's Minute Monsterium; Swamps & Sewers.json":"creature","creature/Kobold Press; Creature Codex.json":"creature","creature/Kobold Press; Gem Dragons of Faerun.json":"creature","creature/Kobold Press; Tome of Beasts 2.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Tome of Beasts.json":"creature","creature/Kobold Press; Warlock Issue 29 - Planar Bestiary.json":"creature","creature/Kyle Balda; Dragon+ 21 - Minion Mayhem.json":"creature","creature/Lair of Dragons; 5 High Level Villains.json":"creature","creature/MCDM Productions; Flee, Mortals! Packet 1.json":"creature","creature/MCDM Productions; Flee, Mortals! preview.json":"creature","creature/MCDM Productions; Flee, Mortals!.json":"creature","creature/Metabot; Handbook of Slime Rheology.json":"creature","creature/Michael J Winegar; Wanted Scores.json":"creature","creature/michifromkmk; The Fluffy Folio.json":"creature","creature/Middle Finger of Vecna; Lovecraftian Monsters.json":"creature","creature/Mistfactor Press; Darklords & Domains.json":"creature","creature/Modnar; NPCs.json":"creature","creature/MrVauxs and Kanekuo; Goblin Pack.json":"creature","creature/Narzghal; Vladimir, the Crimson Reaper.json":"creature","creature/Nerzugal Role-Playing; Nerzugal's Extended Bestiary.json":"creature","creature/Nicksoliss; The Seven Dragon Overlords.json":"creature","creature/Nord Games; Ultimate Bestiary The Dreaded Accursed.json":"creature","creature/Oh_Hi_Mark_; Conflux Creatures.json":"creature","creature/Oliver Clegg, Cat Evans, Jessica Marcrum; Bearthazar's House of Familiars.json":"creature","creature/Onyx Path; Scarred Lands Creature Collection.json":"creature","creature/Regerem; Book of Beautiful Horrors.json":"creature","creature/Robert J. Schwalb; The Book of Fiends.json":"creature","creature/Rodrigo Kuerten; Warlords of Avernus.json":"creature","creature/Rynosaur94; Planeshift Equestria Bestiary.json":"creature","creature/Sample - Giddy; Oaken Bolter.json":"creature","creature/Sean McGovern; Emirkol's Guide to Devils.json":"creature","creature/Skitter; Skitter's Epic Beings - Tiamat.json":"creature","creature/Sonixverse Labs; Expanded Floral Compendium.json":"creature","creature/Sonixverse Labs; Expanded Sentient Plants.json":"creature","creature/Sonixverse; Expanded Illithids.json":"creature","creature/StoneStrix; Monster a Day Compendium.json":"creature","creature/swtfoley1; Brides & Consorts of Stradh.json":"creature","creature/Tales of Exandria Monstruary.json":"creature","creature/teqqqie; Weird Flavor Creatures.json":"creature","creature/Tercept; Tercept's Terrifying Thoughts.json":"creature","creature/The_Unapproachable; Fighting Chance.json":"creature","creature/The_Unapproachable; Veiled Threats.json":"creature","creature/Various; Adventurers League.json":"creature","creature/Web Community; Community Aberration Creature Collection.json":"creature","creature/Web Community; Community Aberration Legendary Creature Collection.json":"creature","creature/Web Community; Community Construct Creature Collection.json":"creature","creature/Web Community; Community Elemental Creature Collection.json":"creature","creature/Web Community; Community Fey,Faeries Creature Collection.json":"creature","creature/Web Community; Community Fey,Faeries Legendary Creature Collection.json":"creature","creature/Web Community; Community Fiend Creature Collection.json":"creature","creature/Web Community; Community Humanoid Creature Collection.json":"creature","creature/Web Community; Community Humanoid Drow.json":"creature","creature/Web Community; Community Humanoid Gnoll Creature Collection.json":"creature","creature/Web Community; Community Humanoid Legendary Creature Collection.json":"creature","creature/Web Community; Community Humanoid Orc,Goblin,Hobgoblin Creature Collection.json":"creature","creature/Web Community; Community Humanoid Special Creature Collection.json":"creature","creature/Web Community; Community Monstrosity Creature Collection.json":"creature","creature/Web Community; Community Monstrosity Legendary Creature Collection.json":"creature","creature/Web Community; Community Ravenloft Collection.json":"creature","creature/Web Community; Community Undead Creature Collection.json":"creature","creature/Web Community; Community Undead Legendary Creature Collection.json":"creature","creature/Web Community; Community Villains Lore (Deities, Monster) Legendary Creature Collection.json":"creature","creature/Wizards of the Coast; Errata Spellcasters.json":"creature","creature/Wizards of the Coast; Farideh.json":"creature","creature/Wizards of the Coast; Sword Coast Legends NPCs.json":"creature","creature/World Builder Blog; Catastrophic Dragons.json":"creature","item/Bogdan Max; Bogo's Homebrews.json":"item","item/DMsGuild Community; Artifacts of the Guild.json":"item","item/Faolyn; Encyclopedia Magica.json":"item","optionalfeature/Damian Steele; Exploits.json":"optionalfeature","race/Foxfire94; Gnoll, Kitsune, Man-Ogre, Rat-men Races.json":"race","race/StarSailGames; Ratfolk Player Race.json":"race","spell/Faolyn; The (In)Complete Tome of Spells.json":"spell","spell/Jessica Wolfman; The (Not Really) Complete Tome of Spells.json":"spell","spell/KibblesTasty; Kibbles' Casting Compendium.json":"spell","spell/KibblesTasty; Summoning Spells.json":"spell","spell/Portent Press; Orana's Expanded Spellbook.json":"spell","spell/Rynosaur; Archive of Arcane Aggression.json":"spell","spell/Sonixerse; Expanded Floran Spells.json":"spell","spell/Walrock Homebrew; Codex of Technomancy.json":"spell","subclass/Alexander Smith; The Spellscarred Sorcerous Origin.json":"subclass","subclass/davedeoreo; Circle of Scales.json":"subclass","subclass/DrRichtoffen; The Ghost Train.json":"subclass","subclass/FrenchTech16; Dearly Departed Patron.json":"subclass","subclass/Gannoh2; The Hero Warlock.json":"subclass","subclass/Ghostfire Gaming; Artificer Subclasses.json":"subclass","subclass/Hicks Homebrew; Inner Visage Sorcerous Origin.json":"subclass","subclass/Ken_Silverwood; Eldritch Champion.json":"subclass","subclass/LaserLlama; Bard Colleges.json":"subclass","subclass/LaserLlama; Fighter Archetypes & Fighting Styles.json":"subclass","subclass/MrDoctorJunior; Shadow Sorcerer (Revised).json":"subclass","subclass/Neverending Codex; Soulkeeper Ranger.json":"subclass","subclass/NotTheSmooze; The Falconer.json":"subclass","subclass/PosTavern; Artificer Specialist - Caravaneer.json":"subclass","subclass/PosTavern; Circle of the Dragon.json":"subclass","subclass/SrVolk; Mechaneer Artificer Specilization.json":"subclass","subclass/xyianth; Rogue Archetype - Phantom Blade.json":"subclass","table/Michael J Winegar; Inns and Taverns by Lifestyle.json":"table"},"item":{"adventure/Adventures Await; The Curse of Dusk Hollow.json":"adventure","adventure/Adventures Await; The Fangs of Zengar.json":"adventure","adventure/arcanist; The Delian Tomb.json":"adventure","adventure/D&D Duet; Second Glance.json":"adventure","adventure/D&D Duet; Third Times the Charm.json":"adventure","adventure/DMDave; Assault on Quabus.json":"adventure","adventure/Eventyr Games; Kraken's Gamble.json":"adventure","adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Kobold Press; Book of Lairs.json":"adventure","adventure/Kobold Press; Tome of Beasts 2 Lairs.json":"adventure","adventure/Kobold Press; Tome of Beasts 3 Lairs.json":"adventure","adventure/TragicMissile; Sacrifice of Innocence.json":"adventure","adventure/Winghorn Press; Wild Sheep Chase.json":"adventure","adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","background/D&D Wiki; Featured Quality Backgrounds.json":"background","book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/aeyana; The Book of Hordes.json":"book","book/Dungeon Rollers; Ancestral Weapons.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/Giddy; Sane Magic Item Prices Expanded.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 4.json":"book","book/MCDM Productions; Arcadia Issue 6.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/MCDM Productions; Arcadia Issue 8.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","book/Walrock Homebrew; Traders and Merchants.json":"book","book/Zachary Truscott, Nelson DeMeester; Grom's Guide to Potion Brewing.json":"book","class/AgenderArcee; The Martial Ranger.json":"class","class/Aron; Demi-Dragon.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/Benjamin Huffman; Spiritualist.json":"class","class/Benjamin Huffman;The Magus.json":"class","class/Blake and Kevin (Blurhy); The Armiger.json":"class","class/Bryan Williams; Wychlaran Witch.json":"class","class/D&D Wiki; Swashbuckler.json":"class","class/Deakin Bennett; The Noble.json":"class","class/devikyn; The Tinker Class.json":"class","class/DXHHH101; The Marksman.json":"class","class/Erikku Blade; Fate Weaver.json":"class","class/Heavyarms; Gunslinger.json":"class","class/JK Colyer; Engineer.json":"class","class/KibblesTasty; Occultist.json":"class","class/Kyle Grant; The Scholar.json":"class","class/MCDM Productions; Beastheart.json":"class","class/McToomin27; Animus.json":"class","class/Middle Finger of Vecna; Alchemist Redux.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Middle Finger of Vecna; Craftsman.json":"class","class/morethanwordscansay; Zoologist.json":"class","class/Tandra_Boy; The Empowered.json":"class","collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":"collection","collection/Aeron Drake; Modern Handbook.json":"collection","collection/aeyana; Mashiros Manual of Monstrous Magic.json":"collection","collection/Alex Clippinger; Tome of the Pact.json":"collection","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Amratat; Dark Souls III - Lord Seeker's Compendium.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Ashley May; Festival, Feats, and Fairs.json":"collection","collection/badooga; Badooga's Exploration Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Benjamin Huffman Ross Leiser; The Complete Martialist Handbook.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/D&D Wiki; Killer Rabbit.json":"collection","collection/Dalagrath; Herbalism and Alchemy.json":"collection","collection/Daniel Nnorth; MTG Slivers and Magical Items.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Giddy; Goblin Wood II.json":"collection","collection/Godfall; Godfall.json":"collection","collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":"collection","collection/hafdon; zorq.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Janet Neilson; Dodecronomicon Presents Arcane Ink.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/Jeremy Forbing; Elminsters Guide to Magic.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/Kaiburr_Kath-Hound; Sarguro's Compendium of Odds and Ends.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Deep Magic 17 Mythos Magic.json":"collection","collection/Kobold Press; Deep Magic Backgrounds, Feats, & Subclasses.json":"collection","collection/Kobold Press; Expanding Codex.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lambros009; Illivar's Guide to Nullification.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Michael LaBossiere; Mike's free Encounters.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Middle Finger of Vecna; Sentinels of the Multiverse.json":"collection","collection/Modnar; Cooking and Brewing.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate NPCs Skulduggery.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/PD Jakobs; Festival Guide.json":"collection","collection/Pimplup; Pale Knight.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/SailorCat; GachaBox.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/Setanna; Setanna's Homebrew.json":"collection","collection/Shadowsocks; Companion.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Sokan; Yastah.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Tercept; knerd.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/ukyo; A Guide to Magical Tattoos v4.json":"collection","collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Andrew Cawood; Monsters of the Underworld.json":"creature","creature/Dungeon Dad; Dungeon Dad Statblocks.json":"creature","creature/Foxfire94; Eighteen Sons of The Lightning Lord.json":"creature","creature/Foxfire94; Honourable Heroes.json":"creature","creature/Kobold Press; Creature Codex.json":"creature","creature/Kobold Press; Tome of Beasts 2.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Tome of Beasts.json":"creature","creature/Lair of Dragons; 5 High Level Villains.json":"creature","creature/MCDM Productions; Flee, Mortals! Packet 1.json":"creature","creature/MCDM Productions; Flee, Mortals! preview.json":"creature","creature/MCDM Productions; Flee, Mortals!.json":"creature","creature/Onyx Path; Scarred Lands Creature Collection.json":"creature","creature/Regerem; Book of Beautiful Horrors.json":"creature","creature/Robert J. Schwalb; The Book of Fiends.json":"creature","creature/Rodrigo Kuerten; Warlords of Avernus.json":"creature","creature/Sean McGovern; Emirkol's Guide to Devils.json":"creature","feat/ImFromNASA; Talent Trees (Modified).json":"feat","item/5eTools; Spell Components (inc. UA).json":"item","item/AeronDrake; Modular Magic Items.json":"item","item/Aofhaocv; Common Magic Items.json":"item","item/ArcanaGames; Visions of the Vault.json":"item","item/ArmedPirate; Hoard of Kryx the Dragon.json":"item","item/ASunlessSky; Christmas 100 Magic Items.json":"item","item/Bogdan Max; Bogo's Homebrews.json":"item","item/Brewski; Thoughts and Prayers.json":"item","item/CrazyBastard; Exotic Weapons and Items.json":"item","item/DMsGuild Community; Artifacts of the Guild.json":"item","item/Faolyn; Encyclopedia Magica.json":"item","item/Foxfire94; Armour, Items, and Weapons Galore.json":"item","item/FreshRad Games; Companions Vault.json":"item","item/Frog God Games; Bard's Gate.json":"item","item/Gary Flannel; Better Than Naught Magical Items.json":"item","item/Gemhammer Games; Gemhammer Deck of Plunder - Heartshine Edit.json":"item","item/Giffyglyph; Arcane Jewels.json":"item","item/griff-mac; The Griffon's Saddlebag.json":"item","item/hakr14; Weave of Karo - Items.json":"item","item/Jafner; Exotic Weapons.json":"item","item/JJskywalker; Items of Thereafter.json":"item","item/Jon Bupp; Bazaar of the Bizarre Archer's Best Friend.json":"item","item/Libedrator Earl; Trick Arrows.json":"item","item/M Jason Parent; Three Arrows for the King.json":"item","item/M.T. Black; Mordenkainen's Tome of Marvelous Magic.json":"item","item/Numbers1999; Sword of 10000 Cuts.json":"item","item/Sample - Giddy; Hook of Butchery.json":"item","item/ShamusAran; Bargain Magic Rings.json":"item","item/ShamusAran; Satchel of Unmet Needs.json":"item","item/Shamus_Aran; Crazy Jarls Discount Magic Shop.json":"item","item/Shaun Ellis; Magical Cosmetics.json":"item","item/TheApoApostolov; Items for Grit and Glory.json":"item","item/Web Community; Community Items Collection.json":"item","item/Web Community; Shops of Barovia.json":"item","item/Yonael; Firearms of the Realm.json":"item","race/Middle Finger of Vecna; Monsters and Men.json":"race","subclass/Aevilok; Craftsman.json":"subclass","subclass/Alexander Smith; The Spellscarred Sorcerous Origin.json":"subclass","subclass/Ghostfire Gaming; Artificer Subclasses.json":"subclass","subclass/Jake Hilton; Hoard of Heroes.json":"subclass","subclass/Matthew Mercer; Gunslinger.json":"subclass","subclass/Middle Finger of Vecna; Class Packs.json":"subclass","subclass/Middle Finger of Vecna; Waste Update.json":"subclass","subclass/Zixtank; The Grenadier Artificer Specialization.json":"subclass","table/Modnar; Modnars Marvelous Miscellany - Tables & Trinkets.json":"table"},"optionalfeature":{"adventure/Anthony Joyce; The Blood Hunter Adventure.json":"adventure","book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/D. Larson; Ritual Grafting.json":"book","book/Dungeon Rollers; Ancestral Weapons.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":"book","book/Justice Arman; Devil's Advocate A Guide to Infernal Contracts.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","class/AgenderArcee; The Martial Ranger.json":"class","class/Anthony Vallozzi; Blue Traveler.json":"class","class/Aron; Demi-Dragon.json":"class","class/Aussifer; Unchained Warlock.json":"class","class/Avaricium; Arbiter.json":"class","class/Avaricium; Herrscher of the Void.json":"class","class/Benjamin Huffman; Scholar.json":"class","class/Benjamin Huffman; Spiritualist.json":"class","class/Blubber Nibble; Noidrin's Record of Many Things.json":"class","class/Brad Johns; The Harbinger.json":"class","class/Bryan Williams; Wychlaran Witch.json":"class","class/CJ Leung; The Channeler.json":"class","class/D&D Wiki; Swashbuckler.json":"class","class/D'Artagnan; Summoner.json":"class","class/d'Artagnan; The Witch Knight.json":"class","class/devikyn; Eldritch Arcana.json":"class","class/devikyn; The Tinker Class.json":"class","class/devikyn; Variant Sorcerer.json":"class","class/DM_Havuhk; The Witch.json":"class","class/DXHHH101; The Marksman.json":"class","class/Fiddlestics; Cultivator.json":"class","class/Foxfire94; Blood Hunter Re-Balanced.json":"class","class/Foxfire94; Lycanthrope.json":"class","class/Fragsauce; Soul Binder Redux.json":"class","class/Giffyglyph; Class Compendium.json":"class","class/griff-mac; The Resourceful Ranger.json":"class","class/Heavyarms; Gunslinger.json":"class","class/iamasecretwizard; Seeker.json":"class","class/InfKore; Disciple.json":"class","class/J.R. Raffles; The Ghost.json":"class","class/JK Colyer; Engineer.json":"class","class/johnofbohemia; Witcher Class.json":"class","class/Jonoman3000; Planeshifter.json":"class","class/KibblesTasty; Inventor.json":"class","class/KibblesTasty; Occultist.json":"class","class/KibblesTasty; Psion.json":"class","class/KibblesTasty; Spellblade (Alpha).json":"class","class/Kyle Grant; The Scholar.json":"class","class/LaserLlama; Alternate Artificer.json":"class","class/LaserLlama; Alternate Barbarian.json":"class","class/LaserLlama; Alternate Bard.json":"class","class/LaserLlama; Alternate Blood Hunter.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/LaserLlama; Alternate Monk.json":"class","class/LaserLlama; Alternate Ranger.json":"class","class/LaserLlama; Alternate Rogue.json":"class","class/LaserLlama; Alternate Sorcerer.json":"class","class/LaserLlama; Commoner.json":"class","class/LaserLlama; Magus Class.json":"class","class/LaserLlama; Savant.json":"class","class/LaserLlama; The Psion.json":"class","class/LaserLlama; The Shaman.json":"class","class/LaserLlama; The Vessel.json":"class","class/LaserLlama; Warlord.json":"class","class/Layhnet; Variant Fighter.json":"class","class/ljdankov; BloodMage.json":"class","class/Mage Hand Press; Complete Binder.json":"class","class/Mage Hand Press; Vagabond.json":"class","class/Marc Wegmann; The Dream Shifter.json":"class","class/Matthew Mercer; Blood Hunter (2020).json":"class","class/Matthew Mercer; Blood Hunter (2022).json":"class","class/MCDM Productions; Beastheart.json":"class","class/McToomin27; Animus.json":"class","class/Middle Finger of Vecna; Alchemist Redux.json":"class","class/Middle Finger of Vecna; Alchemist.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Middle Finger of Vecna; Warmage.json":"class","class/Middle Finger of Vecna; Witch.json":"class","class/morethanwordscansay; Zoologist.json":"class","class/NewPageOfSwords; The Summoner.json":"class","class/nomiddlename303; Rogue Optional Feature Debilitate.json":"class","class/Ranniery Jesuino; The Magus.json":"class","class/Reddit; The Dirge.json":"class","class/Rhyzler; Gunsmith.json":"class","class/Sam Grierson; The Cook Class.json":"class","class/SwordMeow; Tweaked Sorcerer.json":"class","class/Tandra_Boy; The Empowered.json":"class","class/Taron Pounds; Merchant.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","class/Unknown; Mech Pilot.json":"class","class/Usocolo123; Votarist.json":"class","class/Vincent Girgenti; The Nomad.json":"class","class/Vladimir Popov; Sorcerer Reworked.json":"class","class/Walrock Homebrew; Witch.json":"class","class/William Rotor; The Rouge.json":"class","class/Zarieth; The Witch.json":"class","collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":"collection","collection/Alex Clippinger; Tome of the Pact.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/badooga; Martial Power.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Clan Crafter Hralding; The Martial Arms Training Manual.json":"collection","collection/Daniel Whyte; Hidal's Tome of the Esoteric.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMs Guild; Archetypes of Eberron.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Eva Brown; Hidden Oddities A Witch's Primer.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Grimley533; Player's Guide to Insectopia.json":"collection","collection/Harry Florence; Enchanted Tattoos for 5e.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Jonoman3000; Sprouting Chaos Player's Companion.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/Kaiburr_Kath-Hound; Sarguro's Compendium of Odds and Ends.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":"collection","collection/Kobold Press; Deep Magic 14 Elemental Magic.json":"collection","collection/Kobold Press; Deep Magic Backgrounds, Feats, & Subclasses.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lambros009; Illivar's Guide to Nullification.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Luminagi; Illyria - Optional Class Features.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Middle Finger of Vecna; Evil Archetypes.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Middle Finger of Vecna; Sentinels of the Multiverse.json":"collection","collection/Mike Mearls; Livestream and Twitter.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Normiespy96; Master Strikes.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/Pimplup; Pale Knight.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/Raul Rosa; The Spiritual Swordsman.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/Shadowsocks; Companion.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/ukyo; A Guide to Magical Tattoos v4.json":"collection","collection/Vorpal Dice Press; Variant Fighter.json":"collection","collection/White Wolf; Relics and Rituals.json":"collection","collection/Yesterday; Class Passives & Feat Tiering.json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Kobold Press; Tome of Beasts.json":"creature","creature/MCDM Productions; Flee, Mortals!.json":"creature","optionalfeature/Ascended_Bebop; Pact of the Claw.json":"optionalfeature","optionalfeature/Damian Steele; Exploits.json":"optionalfeature","optionalfeature/DawnforgedCast; Warlock Invocations Reforged.json":"optionalfeature","optionalfeature/Dragonix; Character Options Talents Book 1.json":"optionalfeature","optionalfeature/Dragonix; Character Options Talents Book 2.json":"optionalfeature","optionalfeature/Middle Finger of Vecna; Metamagic.json":"optionalfeature","optionalfeature/Reddit; Reddit Fighting Styles Unearthed Arcana.json":"optionalfeature","optionalfeature/Sample - Giddy; Mark of Pain, Ancient Enmity.json":"optionalfeature","optionalfeature/Sandwichbear; Notes from the Far Realm.json":"optionalfeature","optionalfeature/Web Community; Community Homebrew Optional Features.json":"optionalfeature","race/Benjamin Huffman; Saurian Race.json":"race","race/DanDWiki; Elf Orc.json":"race","subclass/Alexander Smith; The Spellscarred Sorcerous Origin.json":"subclass","subclass/Alice Loverdrive; The Bitch With Many Teeth.json":"subclass","subclass/B. Wraven Wright; College of the Bae'Qeshel.json":"subclass","subclass/CaelReader; Arcane Marksman.json":"subclass","subclass/CamunonZ; The Mad Scientist Artificer.json":"subclass","subclass/Clan Crafter Hralding; Codex of Allies.json":"subclass","subclass/devikyn; Way of the Four Elements Streamlined.json":"subclass","subclass/DrRichtoffen; The Ghost Train.json":"subclass","subclass/Gannoh2; The Hero Warlock.json":"subclass","subclass/Gelidity; Circle of the Lone Wolf.json":"subclass","subclass/Ghostfire Gaming; Artificer Subclasses.json":"subclass","subclass/Jaek; Ruffian Rogue.json":"subclass","subclass/Jake Hilton; Hoard of Heroes.json":"subclass","subclass/Ken_Silverwood; Eldritch Champion.json":"subclass","subclass/KibblesTasty; Worldly Patron - The Dragon.json":"subclass","subclass/Laserllama; Artificer Specialties & Infusion Options.json":"subclass","subclass/LaserLlama; Fighter Archetypes & Fighting Styles.json":"subclass","subclass/Laserllama; Roguish Archetypes.json":"subclass","subclass/LaserLlama;Otherwordly Patrons.json":"subclass","subclass/Middle Finger of Vecna; Chronomancy Update.json":"subclass","subclass/Middle Finger of Vecna; Class Packs.json":"subclass","subclass/Middle Finger of Vecna; Tattoo Classes.json":"subclass","subclass/Middle Finger of Vecna; The Watcher.json":"subclass","subclass/Middle Finger of Vecna; Waste Update.json":"subclass","subclass/MonkeyDM; Pact of the trigger.json":"subclass","subclass/MrDoctorJunior; Shadow Sorcerer (Revised).json":"subclass","subclass/OhWyn; Eldritch Blast Patron.json":"subclass","subclass/Red Ink Caravan; Aaralyn's Stolen Notes to Velea (5e).json":"subclass","subclass/SargeBriar; Great Old One Tweaked.json":"subclass","subclass/Sensitive_Coyote_865; Path of the Masked Scourge.json":"subclass","subclass/SethBlackwood; Blood Knight.json":"subclass","subclass/SrVolk; Mechaneer Artificer Specilization.json":"subclass","subclass/The Smithy; Trapper.json":"subclass","subclass/Tsumarru; College of Masks Bard.json":"subclass","subclass/u_CamunonZ; The Announcer.json":"subclass","subclass/William Hudson King; The Ashen Wolf.json":"subclass","subclass/Xenoezen; Revised Great Old One.json":"subclass","subclass/xyianth; Rogue Archetype - Phantom Blade.json":"subclass","subclass/Zixtank; The Grenadier Artificer Specialization.json":"subclass","variantrule/VaranSL; Brewer's Supplies.json":"variantrule"},"legendaryGroup":{"adventure/D&D Beyond; Don't Say Vecna.json":"adventure","book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/MCDM Productions; Arcadia Issue 6.json":"book","collection/Amellwind; Monster Hunter Monster Manual.json":"collection","collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/Creature Club; Creature Club Homebrew Collection.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/KajaGrae; Fang Dragons.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":"collection","creature/Alex Clippinger; Ezmerelda's Encyclopedia of Evil.json":"creature","creature/Anthony Turco; Korranberg Chronicle's Threat Dispatch.json":"creature","creature/D&D 4ed; Dark Sun Creature Catalog.json":"creature","creature/Darkest Dungeon - Horrors of the Dark.json":"creature","creature/DMSGuild; Community Ravenloft Collection.json":"creature","creature/Dragonix; Monster Manual Expanded II (v2).json":"creature","creature/Dragonix; Monster Manual Expanded III.json":"creature","creature/Dungeon Dad; Dungeon Dad Statblocks.json":"creature","creature/filmatra; Armies of War.json":"creature","creature/Glen Cooper; Monsters of the Guild.json":"creature","creature/Isabel Beis; Critter Compendium.json":"creature","creature/Jonoman3000; Monster Module.json":"creature","creature/Kobold Press; Creature Codex.json":"creature","creature/Kobold Press; Gem Dragons of Faerun.json":"creature","creature/Kobold Press; Tome of Beasts 2.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Tome of Beasts.json":"creature","creature/Kobold Press; Warlock Issue 29 - Planar Bestiary.json":"creature","creature/MCDM Productions; Flee, Mortals!.json":"creature","creature/Nerzugal Role-Playing; Nerzugal's Extended Bestiary.json":"creature","creature/Nicksoliss; The Seven Dragon Overlords.json":"creature","creature/Onyx Path; Scarred Lands Creature Collection.json":"creature","creature/Regerem; Book of Beautiful Horrors.json":"creature","creature/Robert J. Schwalb; The Book of Fiends.json":"creature","creature/Sample - Giddy; Oaken Bolter.json":"creature","creature/Sean McGovern; Emirkol's Guide to Devils.json":"creature","creature/teqqqie; Weird Flavor Creatures.json":"creature","creature/The_Unapproachable; Veiled Threats.json":"creature","creature/Web Community; Community Aberration Legendary Creature Collection.json":"creature","creature/Web Community; Community Humanoid Drow.json":"creature","creature/World Builder Blog; Catastrophic Dragons.json":"creature"},"monsterFluff":{"adventure/D&D Beyond; Don't Say Vecna.json":"adventure","adventure/Eventyr Games; Kraken's Gamble.json":"adventure","book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/badooga; Badooga's Monster Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json":"collection","creature/badooga; Better Greatwyrms.json":"creature","creature/Dragonix; Monster Manual Expanded II (v2).json":"creature","creature/Dragonix; Monster Manual Expanded III.json":"creature","creature/Jonoman3000; Monster Module.json":"creature","creature/Kobold Press; Creature Codex.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Warlock Issue 29 - Planar Bestiary.json":"creature","creature/Oh_Hi_Mark_; Conflux Creatures.json":"creature","creature/Regerem; Book of Beautiful Horrors.json":"creature","creature/The_Unapproachable; Fighting Chance.json":"creature","creature/The_Unapproachable; Veiled Threats.json":"creature","creature/Wizards of the Coast; Errata Spellcasters.json":"creature","creature/Wizards of the Coast; Farideh.json":"creature"},"variantrule":{"adventure/Eventyr Games; Kraken's Gamble.json":"adventure","adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","background/D&D Wiki; Featured Quality Backgrounds.json":"background","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/MCDM Productions; Arcadia Issue 3.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json":"book","book/Will Doyle; Waterdeep City Encounters.json":"book","class/badooga; Badooga's Psion.json":"class","class/Fragsauce; Soul Binder Redux.json":"class","class/Giffyglyph; Class Compendium.json":"class","class/Heavyarms; Gunslinger.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/Mage Hand Press; Complete Binder.json":"class","class/Reddit; The Dirge.json":"class","class/Taron Pounds; Merchant.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Amratat; Dark Souls III - Lord Seeker's Compendium.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/badooga; Badooga's Exploration Guidelines.json":"collection","collection/badooga; Badooga's Monster Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/badooga; Martial Power.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Clan Crafter Hralding; The Martial Arms Training Manual.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/Flore; Explorer's guide to Xhoria.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/KajaGrae; Fang Dragons.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Deep Magic 17 Mythos Magic.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/Normiespy96; Master Strikes.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Tercept; knerd.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/Vorpal Dice Press; Variant Fighter.json":"collection","creature/Anthony Turco; Korranberg Chronicle's Threat Dispatch.json":"creature","creature/Dragonix; Monster Manual Expanded (v1).json":"creature","creature/Regerem; Book of Beautiful Horrors.json":"creature","feat/badooga; Feats for Tools.json":"feat","feat/ImFromNASA; Talent Trees (Modified).json":"feat","feat/ImFromNASA; Talent Trees.json":"feat","item/CrazyBastard; Exotic Weapons and Items.json":"item","item/Web Community; Shops of Barovia.json":"item","optionalfeature/Damian Steele; Exploits.json":"optionalfeature","race/Benjamin Huffman; Beastfolk.json":"race","race/StarSailGames; Ratfolk Player Race.json":"race","spell/tactical_hotpants; Artes.json":"spell","subclass/Ken_Silverwood; Eldritch Champion.json":"subclass","subclass/LaserLlama; Fighter Archetypes & Fighting Styles.json":"subclass","subclass/The Winter Halo; Wizard Subclass Overhaul.json":"subclass","variantrule/AeronDrake; Simple Guilds.json":"variantrule","variantrule/Charles Stapleford; Item Crafting Rules for 5e.json":"variantrule","variantrule/Dael Kingsmill; Thieves' Cant.json":"variantrule","variantrule/Kanekuo; Potions Plus.json":"variantrule","variantrule/Kcon; Group Spellcasting.json":"variantrule","variantrule/Liarus; Druidic.json":"variantrule","variantrule/Matthew Mercer; Corruption Rules.json":"variantrule","variantrule/Metabot; Stealth Rules.json":"variantrule","variantrule/Modnar; Modnars Mission Mandates.json":"variantrule","variantrule/Pwines; Aerial Combat.json":"variantrule","variantrule/RedCeramicFryPan; Staff Creation Rules.json":"variantrule","variantrule/Rhinemann; Group Spellcasting.json":"variantrule","variantrule/Sample - Giddy; Houserules.json":"variantrule","variantrule/VaranSL; Brewer's Supplies.json":"variantrule","variantrule/Web Community; Community Homebrew Variant Rules.json":"variantrule"},"skill":{"adventure/Eventyr Games; Kraken's Gamble.json":"adventure","class/KibblesTasty; Psion.json":"class","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection"},"language":{"adventure/JVC Parry; Call from the Deep.json":"adventure","book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Kobold Press; Creature Codex.json":"creature","creature/Kobold Press; Tome of Beasts 2.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Tome of Beasts.json":"creature","language/Kobold Press; Midgard Worldbook.json":"language","language/MrVauxs; Various Ciphers.json":"language","language/Sample - Giddy; Semaphore.json":"language","race/Foxfire94; Basitin.json":"race","race/Yunisverse; Toonkind.json":"race"},"feat":{"adventure/JVC Parry; Call from the Deep.json":"adventure","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","class/AgenderArcee; The Martial Ranger.json":"class","class/Aron; Demi-Dragon.json":"class","class/d'Artagnan; The Witch Knight.json":"class","class/DXHHH101; The Marksman.json":"class","class/Heavyarms; Gunslinger.json":"class","class/Hukuna Dentata; The Commoner.json":"class","class/JK Colyer; Engineer.json":"class","class/KibblesTasty; Inventor.json":"class","class/KibblesTasty; Occultist.json":"class","class/KibblesTasty; Psion.json":"class","class/LaserLlama; Alternate Barbarian.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/LaserLlama; Alternate Monk.json":"class","class/LaserLlama; Alternate Sorcerer.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Taron Pounds; Merchant.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/badooga; Martial Power.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Benjamin Huffman Ross Leiser; The Complete Martialist Handbook.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; Thay Land of the Red Wizards.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/Ejkesler&Voltoph; Compendium of Nonsense.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Godfall; Godfall.json":"collection","collection/Grimley533; Player's Guide to Insectopia.json":"collection","collection/hafdon; zorq.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Kaiburr_Kath-Hound; Sarguro's Compendium of Odds and Ends.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/Kobold Press; Deep Magic 03 Void Magic.json":"collection","collection/Kobold Press; Deep Magic 04 Illumination Magic.json":"collection","collection/Kobold Press; Deep Magic 08 Battle Magic.json":"collection","collection/Kobold Press; Deep Magic 13 Dragon Magic.json":"collection","collection/Kobold Press; Deep Magic 14 Elemental Magic.json":"collection","collection/Kobold Press; Deep Magic Backgrounds, Feats, & Subclasses.json":"collection","collection/Kobold Press; Expanding Codex.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/Modnar; Cooking and Brewing.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Normiespy96; Master Strikes.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/Pimplup; Pale Knight.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","collection/Sokan; Yastah.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":"collection","collection/Walrock Homebrew; Lera!.json":"collection","collection/Yesterday; Class Passives & Feat Tiering.json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","feat/aeyana; Adventurer.json":"feat","feat/badooga; Feats for Skills.json":"feat","feat/badooga; Feats for Tools.json":"feat","feat/D&D Wiki; Valiant.json":"feat","feat/DnD Beyond; Expanded Racial Feats.json":"feat","feat/Gadget Blanchard; 9 New Feats.json":"feat","feat/IamMyBrain; Hoard Away From Hoard.json":"feat","feat/ImFromNASA; Talent Trees (Modified).json":"feat","feat/ImFromNASA; Talent Trees.json":"feat","feat/KibblesTasty; Feats for Faiths.json":"feat","feat/KT_ActiveMartial.json":"feat","feat/Saguro; Racial Feats for Non-PHB Races.json":"feat","feat/Sample - Giddy; Magically Gifted, Whip Aficionado.json":"feat","feat/SamwiseWrites; Speak of the Devil.json":"feat","feat/Web Community; Community Homebrew Feat.json":"feat","feat/winterwulf; O Dragao Verde (Português).json":"feat","race/Alice Witchfire; Koradi.json":"race","race/Benjamin Huffman; Beastfolk.json":"race","race/callmepartario; Ikwiikwii.json":"race","race/Clockwork Dragon; Races.json":"race","race/darude11; Faceless.json":"race","race/DM Tuz, J. Alice Bown; Holstaur.json":"race","race/DM Tuz; Lamia.json":"race","race/DM Tuz; Slime Folk.json":"race","race/Foxfire94; Gnoll, Kitsune, Man-Ogre, Rat-men Races.json":"race","race/Middle Finger of Vecna; Monsters and Men.json":"race","race/SailorCat; Graftling.json":"race","race/StarSailGames; Ratfolk Player Race.json":"race","race/Walrock HomeBrew; Faeries.json":"race","race/Walrock; Awakened Undead.json":"race","spell/KibblesTasty; Kibbles' Casting Compendium.json":"spell","spell/Portent Press; Orana's Expanded Spellbook.json":"spell","spell/tactical_hotpants; Artes.json":"spell","subclass/Alexander Smith; The Spellscarred Sorcerous Origin.json":"subclass","subclass/Matthew Mercer; Gunslinger.json":"subclass"},"race":{"adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/MCDM Productions; Arcadia Issue 3.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","class/Aron; Demi-Dragon.json":"class","class/MisterThr33; Creature Cohorts, the Beholder.json":"class","class/MisterThr33; Creature Cohorts, the Lich.json":"class","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/Ejkesler&Voltoph; Compendium of Nonsense.json":"collection","collection/Flore; Explorer's guide to Xhoria.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":"collection","collection/Grimley533; Player's Guide to Insectopia.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Jonoman3000; Sprouting Chaos Player's Companion.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/KajaGrae; Fang Dragons.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lambros009; Illivar's Guide to Nullification.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json":"collection","collection/Pimplup; Pale Knight.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Skybug12; Mousefolk 2_2.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":"collection","collection/Walrock Homebrew; Lera!.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","creature/Dungeon Dad; Dungeon Dad Statblocks.json":"creature","creature/Regerem; Book of Beautiful Horrors.json":"creature","race/Alice Witchfire; Koradi.json":"race","race/AmbyNavy and Moss; Miceling of Cimmeris.json":"race","race/aofhaocv; Mothfolk.json":"race","race/Benjamin Huffman; Beastfolk.json":"race","race/Benjamin Huffman; Saurian Race.json":"race","race/BJHypes; Muppetborn.json":"race","race/Blackbando s Homebrew; Races.json":"race","race/callmepartario; Ikwiikwii.json":"race","race/Clockwork Dragon; Races.json":"race","race/D&D 4ed; Dark Sun Races.json":"race","race/DandWiki; Bleeko.json":"race","race/DandWiki; Chiropteran.json":"race","race/DanDWiki; Elf Orc.json":"race","race/DanDWiki; Shadowborn.json":"race","race/darude11; Faceless.json":"race","race/DM Tuz, J. Alice Bown; Holstaur.json":"race","race/DM Tuz; Lamia.json":"race","race/DM Tuz; Slime Folk.json":"race","race/dmblc; The Mimiga Race.json":"race","race/dmblc; Wayang and Orang-Pendek.json":"race","race/fbd117; Crablite Race.json":"race","race/Foxfire94; Basitin.json":"race","race/Foxfire94; Gnoll, Kitsune, Man-Ogre, Rat-men Races.json":"race","race/Foxfire94; Tanarukk Fiendish Orcs.json":"race","race/Foxfire94; Volos Original Guide to Monsters.json":"race","race/Heroes from the Dark Realm; Race Collection.json":"race","race/Kobold Press; Unlikely Heroes.json":"race","race/LaserLlama; Half-Dwarf.json":"race","race/Middle Finger of Vecna; Archon.json":"race","race/Middle Finger of Vecna; Awakened Golem.json":"race","race/Middle Finger of Vecna; Bugbear.json":"race","race/Middle Finger of Vecna; Devil.json":"race","race/Middle Finger of Vecna; Dhampyr.json":"race","race/Middle Finger of Vecna; Dvati.json":"race","race/Middle Finger of Vecna; Fetchling.json":"race","race/Middle Finger of Vecna; Illumian.json":"race","race/Middle Finger of Vecna; Merfolk.json":"race","race/Middle Finger of Vecna; Monsters and Men.json":"race","race/Middle Finger of Vecna; Revenant.json":"race","race/Middle Finger of Vecna; Satyr.json":"race","race/Middle Finger of Vecna; Shardminds.json":"race","race/Middle Finger of Vecna; Sirine.json":"race","race/Middle Finger of Vecna; Thri-Kreen.json":"race","race/Middle Finger of Vecna; Tibbit.json":"race","race/Middle Finger of Vecna; Vect.json":"race","race/Mr Bat; Bats Diverse Equestrian Races.json":"race","race/Pixel; Hivebody.json":"race","race/SailorCat; Graftling.json":"race","race/Sample - Giddy; Awakened Skeleton.json":"race","race/SeiTime;Amalgatrix.json":"race","race/Siegfried; Foxlings.json":"race","race/Skut; Warforged.json":"race","race/StarSailGames; Ratfolk Player Race.json":"race","race/StrayChowChow; Dogfolk.json":"race","race/That_Kael; Awakened Shrub Race.json":"race","race/The-Magic-Sword; Centaur.json":"race","race/thoroughlysketchy; Detect Greater Balance.json":"race","race/timemrick's Daughter; Mudborn.json":"race","race/Tr1lobyte; Bearkin.json":"race","race/u_zipperondisney; Illithid.json":"race","race/Walrock HomeBrew; Faeries.json":"race","race/Walrock; Awakened Undead.json":"race","race/Web Community; Community Homebrew Races.json":"race","race/Yunisverse; Toonkind.json":"race","race/Zagorath; Vryloka.json":"race"},"raceFluff":{"adventure/JVC Parry; Call from the Deep.json":"adventure","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/Ejkesler&Voltoph; Compendium of Nonsense.json":"collection","collection/Flore; Explorer's guide to Xhoria.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","creature/Kobold Press; Tome of Beasts 3.json":"creature","race/Alice Witchfire; Koradi.json":"race","race/DM Tuz, J. Alice Bown; Holstaur.json":"race","race/DM Tuz; Lamia.json":"race","race/DM Tuz; Slime Folk.json":"race","race/The-Magic-Sword; Centaur.json":"race","race/Tr1lobyte; Bearkin.json":"race","race/Walrock; Awakened Undead.json":"race","subrace/Valerion; City Elf.json":"subrace","subrace/Valerion; Road Dwarf.json":"subrace","subrace/Valerion; Silverwit Halfling.json":"subrace"},"table":{"adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","book/Bob Starrar; Welcome to Scarthey - University of the Arcane.json":"book","book/Curio Solus; Festival Activies.json":"book","book/D. Larson; Ritual Grafting.json":"book","book/Dave Eisinger; Discerning Merchant's Price Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/HapHazred; Blood in the Company - Players Introduction.json":"book","book/Jeff Gomez; How to Run a Successful Festival.json":"book","book/Justice Arman; Devil's Advocate A Guide to Infernal Contracts.json":"book","book/Loresmyth; Remarkable Inns & Their Drinks.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/Middle Finger of Vecna; Siegeball.json":"book","book/Richard Bastow; The Noble Art of Jousting.json":"book","book/Russ Morrissey; Archery Contest.json":"book","book/Summer Brook; Tattoos a Fifth Edition Sourcebook.json":"book","book/ukyo; Magical Binding Tattoo.json":"book","book/Vincent Betternfeld; Runic Roulette.json":"book","book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json":"book","book/Walrock Homebrew; Traders and Merchants.json":"book","book/Will Doyle; Waterdeep City Encounters.json":"book","book/Zachary Truscott, Nelson DeMeester; Grom's Guide to Potion Brewing.json":"book","class/AgenderArcee; The Martial Ranger.json":"class","class/Giffyglyph; Class Compendium.json":"class","class/Heavyarms; Gunslinger.json":"class","class/LaserLlama; The Psion.json":"class","class/SwordMeow; Tweaked Sorcerer.json":"class","class/Taron Pounds; Merchant.json":"class","class/Unearthed Aiircana Red Mage.json":"class","class/Vincent Girgenti; The Nomad.json":"class","class/Walrock Homebrew; Witch.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Ashley May; Festival, Feats, and Fairs.json":"collection","collection/badooga; Badooga's Monster Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/Clan Crafter Hralding; The Martial Arms Training Manual.json":"collection","collection/Dalagrath; Herbalism and Alchemy.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Godfall; Godfall.json":"collection","collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":"collection","collection/Harry Florence; Enchanted Tattoos for 5e.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Deep Magic 17 Mythos Magic.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Legendary Games; Royal Tournaments.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Modnar; Cooking and Brewing.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/Normiespy96; Master Strikes.json":"collection","collection/PD Jakobs; Festival Guide.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/SailorCat; GachaBox.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/ukyo; A Guide to Magical Tattoos v4.json":"collection","collection/Wizards of the Coast; Adventurers League Season 9.json":"collection","creature/Andrew Cawood; Monsters of the Underworld.json":"creature","creature/Kari Hoffren; Melvin's Minute Monsterium; Swamps & Sewers.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Metabot; Handbook of Slime Rheology.json":"creature","item/AeronDrake; Modular Magic Items.json":"item","item/Faolyn; Encyclopedia Magica.json":"item","item/Giffyglyph; Arcane Jewels.json":"item","item/M.T. Black; Mordenkainen's Tome of Marvelous Magic.json":"item","item/Web Community; Shops of Barovia.json":"item","item/Yonael; Firearms of the Realm.json":"item","race/StarSailGames; Ratfolk Player Race.json":"race","subclass/Aevilok; Craftsman.json":"subclass","subclass/Clan Crafter Hralding; Codex of Allies.json":"subclass","subclass/DnDWiki; Arcane Tradition Wild Magic.json":"subclass","subclass/Ghostfire Gaming; Artificer Subclasses.json":"subclass","subclass/Matthew Mercer; Gunslinger.json":"subclass","subclass/Middle Finger of Vecna; The Watcher.json":"subclass","subclass/PosTavern; Circle of the Dragon.json":"subclass","subclass/SemanticAvenger; Aeronaut.json":"subclass","subclass/The Winter Halo; Wizard Subclass Overhaul.json":"subclass","subclass/u_CamunonZ; The Announcer.json":"subclass","table/BlogOfHolding; 5e monster manual on a business card.json":"table","table/Dungeons-And-Danis; 100 Quirks and Peculiarities.json":"table","table/Michael J Winegar; Inns and Taverns by Lifestyle.json":"table","table/Modnar; Modnars Marvelous Miscellany - Tables & Trinkets.json":"table","table/Orrex; The Net Libram of Random Magical Effects.json":"table","table/Raging Swan; Tables.json":"table","table/redceramicfrypan; Reincarnate Tables Expanded.json":"table","table/Sample - Giddy; Murder Evidence.json":"table","table/Team Egg; MVTTCE.json":"table","variantrule/Kanekuo; Potions Plus.json":"variantrule"},"magicvariant":{"adventure/JVC Parry; Call from the Deep.json":"adventure","book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Giddy; Sane Magic Item Prices Expanded.json":"book","book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","class/Benjamin Huffman; Pugilist.json":"class","class/Benjamin Huffman;The Magus.json":"class","class/DXHHH101; The Marksman.json":"class","class/Heavyarms; Gunslinger.json":"class","class/MCDM Productions; Beastheart.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/aeyana; Mashiros Manual of Monstrous Magic.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lambros009; Illivar's Guide to Nullification.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/SailorCat; GachaBox.json":"collection","collection/Sokan; Yastah.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Various; Lyra's Legendarium.json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Dragonix; Monster Manual Expanded II (v2).json":"creature","creature/Kobold Press; Tome of Beasts 2.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Tome of Beasts.json":"creature","creature/Regerem; Book of Beautiful Horrors.json":"creature","creature/Sean McGovern; Emirkol's Guide to Devils.json":"creature","item/ASunlessSky; Christmas 100 Magic Items.json":"item","item/CrazyBastard; Exotic Weapons and Items.json":"item","item/DMsGuild Community; Artifacts of the Guild.json":"item","item/griff-mac; The Griffon's Saddlebag.json":"item","item/hakr14; Weave of Karo - Items.json":"item","item/Sample - Giddy; Hook of Butchery.json":"item","item/Shamus_Aran; Crazy Jarls Discount Magic Shop.json":"item","magicvariant/Sample - Giddy; Weapon +4.json":"magicvariant","subclass/Alexander Smith; The Spellscarred Sorcerous Origin.json":"subclass","subclass/Middle Finger of Vecna; Class Packs.json":"subclass"},"object":{"adventure/JVC Parry; Call from the Deep.json":"adventure","book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","object/Sample - Giddy; High Explosives.json":"object"},"trap":{"adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Kobold Press; Book of Lairs.json":"adventure","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/Skip Wiliams; Book of Challenges.json":"book","collection/Amratat; Dark Souls III - Lord Seeker's Compendium.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","trap/James Introcaso; 20 New Traps.json":"trap","trap/Sample - Giddy; Mounted Basilisk Head.json":"trap"},"hazard":{"adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","collection/badooga; Badooga's Exploration Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","creature/Kobold Press; Tome of Beasts 2.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","hazard/Sample - Giddy; Quicksand.json":"hazard"},"status":{"adventure/JVC Parry; Call from the Deep.json":"adventure","creature/Kobold Press; Tome of Beasts 2.json":"creature"},"subrace":{"adventure/JVC Parry; Call from the Deep.json":"adventure","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/Astro_zealot; Extra Genasi Subraces.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/Flore; Explorer's guide to Xhoria.json":"collection","collection/Giddy; Goblin Wood II.json":"collection","collection/Grimley533; Player's Guide to Insectopia.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Sprouting Chaos Player's Companion.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Skybug12; Mousefolk 2_2.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Walrock Homebrew; Lera!.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","creature/Kobold Press; Tome of Beasts 3.json":"creature","race/Alice Witchfire; Koradi.json":"race","race/aofhaocv; Mothfolk.json":"race","race/Benjamin Huffman; Saurian Race.json":"race","race/BJHypes; Muppetborn.json":"race","race/Blackbando s Homebrew; Races.json":"race","race/Clockwork Dragon; Races.json":"race","race/DM Tuz, J. Alice Bown; Holstaur.json":"race","race/DM Tuz; Lamia.json":"race","race/DM Tuz; Slime Folk.json":"race","race/dmblc; The Mimiga Race.json":"race","race/Kobold Press; Unlikely Heroes.json":"race","race/Middle Finger of Vecna; Archon.json":"race","race/Middle Finger of Vecna; Devil.json":"race","race/Middle Finger of Vecna; Merfolk.json":"race","race/Middle Finger of Vecna; Monsters and Men.json":"race","race/Middle Finger of Vecna; Revenant.json":"race","race/Middle Finger of Vecna; Shardminds.json":"race","race/Middle Finger of Vecna; Thri-Kreen.json":"race","race/Pixel; Hivebody.json":"race","race/Skut; Warforged.json":"race","race/StrayChowChow; Dogfolk.json":"race","race/That_Kael; Awakened Shrub Race.json":"race","race/The-Magic-Sword; Centaur.json":"race","race/thoroughlysketchy; Detect Greater Balance.json":"race","race/timemrick's Daughter; Mudborn.json":"race","race/Tr1lobyte; Bearkin.json":"race","race/Walrock HomeBrew; Faeries.json":"race","race/Walrock; Awakened Undead.json":"race","race/Web Community; Community Homebrew Races.json":"race","race/Yunisverse; Toonkind.json":"race","subrace/SabotageThis; Ash Elves.json":"subrace","subrace/themagictavern; Genasi Subraces.json":"subrace","subrace/Valerion; City Elf.json":"subrace","subrace/Valerion; Road Dwarf.json":"subrace","subrace/Valerion; Silverwit Halfling.json":"subrace"},"baseitem":{"adventure/Kobold Press; Tome of Beasts 3 Lairs.json":"adventure","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/HapHazred; Blood in the Company - Players Introduction.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","class/Benjamin Huffman; Pugilist.json":"class","class/DXHHH101; The Marksman.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/Clan Crafter Hralding; The Martial Arms Training Manual.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Middle Finger of Vecna; Gunslinger.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/SailorCat; GachaBox.json":"collection","collection/Sokan; Yastah.json":"collection","collection/Storyteller; World of Collabris.json":"collection","subclass/Matthew Mercer; Gunslinger.json":"subclass"},"vehicle":{"adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","collection/badooga; Elder Evils.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/Storyteller; World of Collabris.json":"collection","vehicle/Sample - Giddy; Coracle.json":"vehicle"},"background":{"background/Brewskii; Silver Thorn Background.json":"background","background/D&D Wiki; Featured Quality Backgrounds.json":"background","background/Middle Finger of Vecna; Lovecraftian Backgrounds.json":"background","background/Nerd Herd; Noble Backgrounds.json":"background","background/Sample - Giddy; Farmer.json":"background","background/zeek0; Backgrounds Omnibus.json":"background","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","class/Aron; Demi-Dragon.json":"class","class/McToomin27; Animus.json":"class","collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":"collection","collection/Alex Clippinger; Tome of the Pact.json":"collection","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Ashley May; Festival, Feats, and Fairs.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/Clippinger, Alex; Monsters Without Borders.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; Thay Land of the Red Wizards.json":"collection","collection/DMsGuild; The Border Kingdoms.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/Flore; Explorer's guide to Xhoria.json":"collection","collection/Giddy; Goblin Wood II.json":"collection","collection/Godfall; Godfall.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/JasonNewby; Durnan's Guide to Tavernkeeping.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/Kobold Press; Deep Magic Backgrounds, Feats, & Subclasses.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Middle Finger of Vecna; Sentinels of the Multiverse.json":"collection","collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","subclass/DXHHH101; The Beyond.json":"subclass"},"itemType":{"background/D&D Wiki; Featured Quality Backgrounds.json":"background","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/MCDM Productions; Arcadia Issue 6.json":"book","book/Walrock Homebrew; Traders and Merchants.json":"book","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Godfall; Godfall.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/Storyteller; World of Collabris.json":"collection","item/Giffyglyph; Arcane Jewels.json":"item","item/Sample - Giddy; Hook of Butchery.json":"item","variantrule/Kanekuo; Potions Plus.json":"variantrule"},"book":{"book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/aeyana; The Book of Hordes.json":"book","book/Bob Starrar; Welcome to Scarthey - University of the Arcane.json":"book","book/Curio Solus; Festival Activies.json":"book","book/D. Larson; Ritual Grafting.json":"book","book/Dave Eisinger; Discerning Merchant's Price Guide.json":"book","book/Dungeon Rollers; Ancestral Weapons.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/Ghostfire Gaming; The Seeker's Guide to Twisted Taverns.json":"book","book/Giddy; Sane Magic Item Prices Expanded.json":"book","book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":"book","book/HapHazred; Blood in the Company - Players Introduction.json":"book","book/Jeff Gomez; How to Run a Successful Festival.json":"book","book/Jeff Ibach; Beauty and the Bother.json":"book","book/Justice Arman; Devil's Advocate A Guide to Infernal Contracts.json":"book","book/Loresmyth; Remarkable Inns & Their Drinks.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 2.json":"book","book/MCDM Productions; Arcadia Issue 3.json":"book","book/MCDM Productions; Arcadia Issue 4.json":"book","book/MCDM Productions; Arcadia Issue 5.json":"book","book/MCDM Productions; Arcadia Issue 6.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/MCDM Productions; Arcadia Issue 8.json":"book","book/Michael E Shae; Return of the Lazy Dungeon Master.json":"book","book/Middle Finger of Vecna; Siegeball.json":"book","book/Middle Finger of Vecna; Tourney Rules.json":"book","book/Middle Finger of Vecna; Wizarding Contests.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","book/Richard Bastow; The Noble Art of Jousting.json":"book","book/Russ Morrissey; Archery Contest.json":"book","book/Saidoro; Sane Magic Item Prices.json":"book","book/Skip Wiliams; Book of Challenges.json":"book","book/Summer Brook; Tattoos a Fifth Edition Sourcebook.json":"book","book/ukyo; Magical Binding Tattoo.json":"book","book/Unknown; Shelza Ir.json":"book","book/Vincent Betternfeld; Runic Roulette.json":"book","book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json":"book","book/Walrock Homebrew; Teas and Tisanes.json":"book","book/Walrock Homebrew; Traders and Merchants.json":"book","book/Weems; Mundane and Magical Makings.json":"book","book/Will Doyle; Waterdeep City Encounters.json":"book","book/Wizards of the Coast; Adventurer's League Season 4 Dark Gifts.json":"book","book/Wizards of the Coast; Adventurers League Season 10.json":"book","book/Wizards of the Coast; Adventurers League Season 8.json":"book","book/Zachary Truscott, Nelson DeMeester; Grom's Guide to Potion Brewing.json":"book","book/Zeke Gonzalez; Tavern Games.json":"book","class/AgenderArcee; The Martial Ranger.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Taron Pounds; Merchant.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","class/Vincent Girgenti; The Nomad.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/aeyana; Mashiros Manual of Monstrous Magic.json":"collection","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Amellwind; Monster Hunter Monster Manual.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Ashley May; Festival, Feats, and Fairs.json":"collection","collection/badooga; Badooga's Exploration Guidelines.json":"collection","collection/badooga; Badooga's Monster Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/badooga; Martial Power.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Dalagrath; Herbalism and Alchemy.json":"collection","collection/Daniel Nnorth; MTG Slivers and Magical Items.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Harry Florence; Enchanted Tattoos for 5e.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Janet Neilson; Dodecronomicon Presents Arcane Ink.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/JasonNewby; Durnan's Guide to Tavernkeeping.json":"collection","collection/Jetpack7; Gods and Goddesses Redux.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":"collection","collection/Kobold Press; Deep Magic 03 Void Magic.json":"collection","collection/Kobold Press; Deep Magic 08 Battle Magic.json":"collection","collection/Kobold Press; Deep Magic 17 Mythos Magic.json":"collection","collection/Kobold Press; Expanding Codex.json":"collection","collection/Legendary Games; Royal Tournaments.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate NPCs Skulduggery.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/Normiespy96; Master Strikes.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/PD Jakobs; Festival Guide.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/ukyo; A Guide to Magical Tattoos v4.json":"collection","collection/White Wolf; Relics and Rituals.json":"collection","collection/Wizards of the Coast; Adventurers League Season 9.json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Andrew Cawood; Monsters of the Underworld.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Warlock Issue 29 - Planar Bestiary.json":"creature","creature/MCDM Productions; Flee, Mortals! Packet 1.json":"creature","creature/MCDM Productions; Flee, Mortals! preview.json":"creature","creature/MCDM Productions; Flee, Mortals!.json":"creature","creature/Modnar; NPCs.json":"creature","item/AeronDrake; Modular Magic Items.json":"item","item/Giffyglyph; Arcane Jewels.json":"item","item/M.T. Black; Mordenkainen's Tome of Marvelous Magic.json":"item","item/Yonael; Firearms of the Realm.json":"item","race/Benjamin Huffman; Beastfolk.json":"race","spell/KibblesTasty; Kibbles' Casting Compendium.json":"spell","spell/tactical_hotpants; Artes.json":"spell","subclass/LaserLlama;Otherwordly Patrons.json":"subclass","subclass/The Winter Halo; Wizard Subclass Overhaul.json":"subclass"},"bookData":{"book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/aeyana; The Book of Hordes.json":"book","book/Bob Starrar; Welcome to Scarthey - University of the Arcane.json":"book","book/Curio Solus; Festival Activies.json":"book","book/D. Larson; Ritual Grafting.json":"book","book/Dave Eisinger; Discerning Merchant's Price Guide.json":"book","book/Dungeon Rollers; Ancestral Weapons.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/Ghostfire Gaming; The Seeker's Guide to Twisted Taverns.json":"book","book/Giddy; Sane Magic Item Prices Expanded.json":"book","book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":"book","book/HapHazred; Blood in the Company - Players Introduction.json":"book","book/Jeff Gomez; How to Run a Successful Festival.json":"book","book/Jeff Ibach; Beauty and the Bother.json":"book","book/Justice Arman; Devil's Advocate A Guide to Infernal Contracts.json":"book","book/Loresmyth; Remarkable Inns & Their Drinks.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 2.json":"book","book/MCDM Productions; Arcadia Issue 3.json":"book","book/MCDM Productions; Arcadia Issue 4.json":"book","book/MCDM Productions; Arcadia Issue 5.json":"book","book/MCDM Productions; Arcadia Issue 6.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/MCDM Productions; Arcadia Issue 8.json":"book","book/Michael E Shae; Return of the Lazy Dungeon Master.json":"book","book/Middle Finger of Vecna; Siegeball.json":"book","book/Middle Finger of Vecna; Tourney Rules.json":"book","book/Middle Finger of Vecna; Wizarding Contests.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","book/Richard Bastow; The Noble Art of Jousting.json":"book","book/Russ Morrissey; Archery Contest.json":"book","book/Saidoro; Sane Magic Item Prices.json":"book","book/Skip Wiliams; Book of Challenges.json":"book","book/Summer Brook; Tattoos a Fifth Edition Sourcebook.json":"book","book/ukyo; Magical Binding Tattoo.json":"book","book/Unknown; Shelza Ir.json":"book","book/Vincent Betternfeld; Runic Roulette.json":"book","book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json":"book","book/Walrock Homebrew; Teas and Tisanes.json":"book","book/Walrock Homebrew; Traders and Merchants.json":"book","book/Weems; Mundane and Magical Makings.json":"book","book/Will Doyle; Waterdeep City Encounters.json":"book","book/Wizards of the Coast; Adventurer's League Season 4 Dark Gifts.json":"book","book/Wizards of the Coast; Adventurers League Season 10.json":"book","book/Wizards of the Coast; Adventurers League Season 8.json":"book","book/Zachary Truscott, Nelson DeMeester; Grom's Guide to Potion Brewing.json":"book","book/Zeke Gonzalez; Tavern Games.json":"book","class/AgenderArcee; The Martial Ranger.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Taron Pounds; Merchant.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","class/Vincent Girgenti; The Nomad.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/aeyana; Mashiros Manual of Monstrous Magic.json":"collection","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Amellwind; Monster Hunter Monster Manual.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Ashley May; Festival, Feats, and Fairs.json":"collection","collection/badooga; Badooga's Exploration Guidelines.json":"collection","collection/badooga; Badooga's Monster Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/badooga; Martial Power.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Dalagrath; Herbalism and Alchemy.json":"collection","collection/Daniel Nnorth; MTG Slivers and Magical Items.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Harry Florence; Enchanted Tattoos for 5e.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Janet Neilson; Dodecronomicon Presents Arcane Ink.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/JasonNewby; Durnan's Guide to Tavernkeeping.json":"collection","collection/Jetpack7; Gods and Goddesses Redux.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":"collection","collection/Kobold Press; Deep Magic 03 Void Magic.json":"collection","collection/Kobold Press; Deep Magic 08 Battle Magic.json":"collection","collection/Kobold Press; Deep Magic 17 Mythos Magic.json":"collection","collection/Kobold Press; Expanding Codex.json":"collection","collection/Legendary Games; Royal Tournaments.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate NPCs Skulduggery.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/Normiespy96; Master Strikes.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/PD Jakobs; Festival Guide.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/ukyo; A Guide to Magical Tattoos v4.json":"collection","collection/White Wolf; Relics and Rituals.json":"collection","collection/Wizards of the Coast; Adventurers League Season 9.json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Andrew Cawood; Monsters of the Underworld.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Warlock Issue 29 - Planar Bestiary.json":"creature","creature/MCDM Productions; Flee, Mortals! Packet 1.json":"creature","creature/MCDM Productions; Flee, Mortals! preview.json":"creature","creature/MCDM Productions; Flee, Mortals!.json":"creature","creature/Modnar; NPCs.json":"creature","item/AeronDrake; Modular Magic Items.json":"item","item/Giffyglyph; Arcane Jewels.json":"item","item/M.T. Black; Mordenkainen's Tome of Marvelous Magic.json":"item","item/Yonael; Firearms of the Realm.json":"item","race/Benjamin Huffman; Beastfolk.json":"race","spell/KibblesTasty; Kibbles' Casting Compendium.json":"spell","spell/tactical_hotpants; Artes.json":"spell","subclass/LaserLlama;Otherwordly Patrons.json":"subclass","subclass/The Winter Halo; Wizard Subclass Overhaul.json":"subclass"},"condition":{"book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","class/Heavyarms; Gunslinger.json":"class","class/Usocolo123; Votarist.json":"class","collection/Amellwind; Monster Hunter Monster Manual.json":"collection","collection/badooga; Badooga's Exploration Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/hafdon; zorq.json":"collection","collection/Modnar; Cooking and Brewing.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","condition/Sample - Giddy; On Fire.json":"condition","creature/MCDM Productions; Flee, Mortals! Packet 1.json":"creature","creature/MCDM Productions; Flee, Mortals!.json":"creature","optionalfeature/Damian Steele; Exploits.json":"optionalfeature","spell/KibblesTasty; Kibbles' Casting Compendium.json":"spell","variantrule/Modnar; Modnars Mission Mandates.json":"variantrule"},"itemFluff":{"book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/Giddy; Sane Magic Item Prices Expanded.json":"book","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json":"collection"},"reward":{"book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json":"book","class/Aron; Demi-Dragon.json":"class","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/badooga; Badooga's Exploration Guidelines.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","reward/Jafner; Titles as Rewards.json":"reward","reward/Sample - Giddy; Boon of Vigor.json":"reward"},"spell":{"book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 3.json":"book","book/MCDM Productions; Arcadia Issue 5.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/MCDM Productions; Arcadia Issue 8.json":"book","book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json":"book","class/Aeron Drake; The Mesmer.json":"class","class/aeyana; Hunter.json":"class","class/Aron; Demi-Dragon.json":"class","class/Benjamin Huffman; Scholar.json":"class","class/Benjamin Huffman; Spiritualist.json":"class","class/Benjamin Huffman;The Magus.json":"class","class/Brad Johns; The Harbinger.json":"class","class/Bryan Williams; Wychlaran Witch.json":"class","class/d'Artagnan; The Witch Knight.json":"class","class/Devikyn; Dragoon revisited.json":"class","class/devikyn; Eldritch Arcana.json":"class","class/devikyn; The Adaptive Ranger.json":"class","class/devikyn; The Tinker Class.json":"class","class/fanatic66; The Swordmage.json":"class","class/Fenrir-Hati-Skoll; Avenger.json":"class","class/Foxfire94; Vampire.json":"class","class/Fragsauce; Soul Binder Redux.json":"class","class/FragSauce; Soul Binder.json":"class","class/Izzy; Incarnate.json":"class","class/Jonoman3000; Planeshifter.json":"class","class/KibblesTasty; Inventor.json":"class","class/KibblesTasty; Occultist.json":"class","class/KibblesTasty; Psion.json":"class","class/KibblesTasty; Spellblade (Alpha).json":"class","class/LaserLlama; Alternate Bard.json":"class","class/LaserLlama; Alternate Sorcerer.json":"class","class/LaserLlama; Magus Class.json":"class","class/LaserLlama; The Psion.json":"class","class/LaserLlama; The Shaman.json":"class","class/LaserLlama; The Vessel.json":"class","class/Mage Hand Press; Vagabond.json":"class","class/MCDM Productions; The Illrigger Class.json":"class","class/Middle Finger of Vecna; Warmage.json":"class","class/Reddit; The Dirge.json":"class","class/SwordMeow; The Atavist.json":"class","class/SwordMeow; Tweaked Sorcerer.json":"class","class/Taron Pounds; Merchant.json":"class","class/Team Morsa; Scion.json":"class","class/Troubadore; Versatile Ranger.json":"class","class/Unearthed Aiircana Red Mage.json":"class","class/Walrock Homebrew; Witch.json":"class","class/xMartu; Surgebinder.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/aeyana; Mashiros Manual of Monstrous Magic.json":"collection","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Clippinger, Alex; Monsters Without Borders.json":"collection","collection/Daniel Nnorth; MTG Slivers and Magical Items.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/Dillan Ackerman; Quabis's Guide to Chronomancy.json":"collection","collection/DMs Guild; Archetypes of Eberron.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/Eva Brown; Hidden Oddities A Witch's Primer.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Flore; Explorer's guide to Xhoria.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Gustavo Ramirez; Zorindis Campaign Setting.json":"collection","collection/hafdon; zorq.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/Jeremy Forbing; Elminsters Guide to Magic.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Jonoman3000; Sprouting Chaos Player's Companion.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":"collection","collection/Kobold Press; Deep Magic 03 Void Magic.json":"collection","collection/Kobold Press; Deep Magic 04 Illumination Magic.json":"collection","collection/Kobold Press; Deep Magic 08 Battle Magic.json":"collection","collection/Kobold Press; Deep Magic 13 Dragon Magic.json":"collection","collection/Kobold Press; Deep Magic 14 Elemental Magic.json":"collection","collection/Kobold Press; Deep Magic 16 Time Magic.json":"collection","collection/Kobold Press; Deep Magic 17 Mythos Magic.json":"collection","collection/Kobold Press; Deep Magic for 5th Edition.json":"collection","collection/Kobold Press; Expanding Codex.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lambros009; Illivar's Guide to Nullification.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Luminagi; Illyria - Optional Class Features.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/MCDM Productions; The Talent and Psionics Open Playtest Round 2.json":"collection","collection/Middle Finger of Vecna; Channeler.json":"collection","collection/Middle Finger of Vecna; Sentinels of the Multiverse.json":"collection","collection/Middle Finger of Vecna; The Oozemasters Apprentice .json":"collection","collection/Mike Mearls; Livestream and Twitter.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate NPCs Skulduggery.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Sokan; Yastah.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Dragonix; Monster Manual Expanded II (v1).json":"creature","creature/Dragonix; Monster Manual Expanded II (v2).json":"creature","creature/Jonoman3000; Monster Module.json":"creature","creature/Kobold Press; Creature Codex.json":"creature","creature/Onyx Path; Scarred Lands Creature Collection.json":"creature","creature/Sean McGovern; Emirkol's Guide to Devils.json":"creature","feat/Gadget Blanchard; 9 New Feats.json":"feat","item/Bogdan Max; Bogo's Homebrews.json":"item","item/Yonael; Firearms of the Realm.json":"item","race/Walrock; Awakened Undead.json":"race","spell/AD Feltham; Everyday Rituals for Travelling Wizards.json":"spell","spell/aeyana; Arcane Archer Spells.json":"spell","spell/angryweinerchamp; Spelljammer for 5e Spellbook.json":"spell","spell/belithioben; Fool Me Once.json":"spell","spell/cheezedoodle96; DnD with ponies.json":"spell","spell/Craios125; Evolving Cantrips.json":"spell","spell/Dejan_Maramu; Brainstorm.json":"spell","spell/Dev&Girafz; Hyperlanes Gambits.json":"spell","spell/DropTheDie; Opus of Elemental Substance.json":"spell","spell/DropTheDie; Opus of Extrinsic Substance.json":"spell","spell/Enhander; Enhander's Revised Spells.json":"spell","spell/Faolyn; The (In)Complete Tome of Spells.json":"spell","spell/Foxfire94; Advanced Arcaneries.json":"spell","spell/Frog God Games; Book of Lost Spells.json":"spell","spell/HapHazred; Wyldefarne Magic.json":"spell","spell/Heroes from the Dark Realm; Wizard School of Nethermancy.json":"spell","spell/Ikaguia; Arcane Grimoire.json":"spell","spell/Izzy; RangerPlus.json":"spell","spell/Jacob S Kellogg; The Elemental Spellbook - 80 Spells of Ice, Fire, and Lightning.json":"spell","spell/Jessica Wolfman; The (Not Really) Complete Tome of Spells.json":"spell","spell/KibblesTasty; Kibbles' Casting Compendium.json":"spell","spell/KibblesTasty; Summoning Spells.json":"spell","spell/LelouchVee; Best of Spell Compendium.json":"spell","spell/Luriquen; Fiendish_Transformation.json":"spell","spell/MrVizious; Blade Spells.json":"spell","spell/Murphen44; WandsNWizards.json":"spell","spell/Nations and Cannons; Starter Rules.json":"spell","spell/Polaron Posadas; Spells of the Unapproachable East.json":"spell","spell/Portent Press; Orana's Expanded Spellbook.json":"spell","spell/Rynosaur94; Divinity Spells.json":"spell","spell/Rynosaur94; Elemental Spells.json":"spell","spell/Rynosaur; Archive of Arcane Aggression.json":"spell","spell/Sample - Giddy; Assorted Marginalia.json":"spell","spell/Sample - Giddy; The Uninspired Guide to Wizardry.json":"spell","spell/Sean vas Terra; Elementalist's Pocketbook.json":"spell","spell/Sonixerse; Expanded Floran Spells.json":"spell","spell/Studio Agate; Fateforge Grimoire.json":"spell","spell/Sugie; Sugie's Grimoire to the Unknown.json":"spell","spell/tactical_hotpants; Artes.json":"spell","spell/Treantmonk; The Treantmonk Variant - Spells.json":"spell","spell/Trevor Armstrong; Grimlore's Grimoire.json":"spell","spell/Walrock Homebrew; Codex of Technomancy.json":"spell","spell/Walrock Homebrew; Codex Of Waves.json":"spell","spell/Web Community; Community Spells Collection.json":"spell","spell/Wizards of the Coast; Codex of the Depths.json":"spell","subclass/Actual Jake; Magic Moon Sorcerer.json":"subclass","subclass/AgenderArcee; AgenderArcee's Sourcerous Origins.json":"subclass","subclass/Alice Loverdrive; The Bitch With Many Teeth.json":"subclass","subclass/Bunnybrew; Sign of the Crown.json":"subclass","subclass/DnDWiki; Arcane Tradition Wild Magic.json":"subclass","subclass/Middle Finger of Vecna; Chronomancy Update.json":"subclass","subclass/MonkeyDM; Oath of the Eldritch Hunt.json":"subclass","subclass/Rain-Junkie; Ancient Magic Sorcerer.json":"subclass","subclass/xyianth; Rogue Archetype - Phantom Blade.json":"subclass"},"spellFluff":{"book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","collection/badooga; Elder Evils.json":"collection"},"itemGroup":{"book/aeyana; The Book of Hordes.json":"book","book/Giddy; Sane Magic Item Prices Expanded.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/Walrock Homebrew; Traders and Merchants.json":"book","class/AgenderArcee; The Martial Ranger.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/SailorCat; GachaBox.json":"collection","collection/Storyteller; World of Collabris.json":"collection","item/Web Community; Community Items Collection.json":"item"},"disease":{"book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Will Doyle; Waterdeep City Encounters.json":"book","collection/Amellwind; Monster Hunter Monster Manual.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":"collection","collection/Modnar; Cooking and Brewing.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Tercept; knerd.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","creature/Jonoman3000; Monster Module.json":"creature","creature/Kobold Press; Creature Codex.json":"creature","creature/Kobold Press; Tome of Beasts 2.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Tome of Beasts.json":"creature","creature/Oh_Hi_Mark_; Conflux Creatures.json":"creature","creature/Onyx Path; Scarred Lands Creature Collection.json":"creature","disease/Sample - Giddy; The Shakes.json":"disease"},"subclass":{"book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 2.json":"book","book/MCDM Productions; Arcadia Issue 5.json":"book","book/MCDM Productions; Arcadia Issue 8.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","class/Aeron Drake; The Mesmer.json":"class","class/aeyana; Hunter.json":"class","class/AgenderArcee; The Martial Ranger.json":"class","class/Alex Tanner; Tarocchi.json":"class","class/Anthony Vallozzi; Blue Traveler.json":"class","class/Arcane Athenaeum; Swordmage, A True Arcane Half-Caster.json":"class","class/Aron; Demi-Dragon.json":"class","class/Aussifer; Unchained Warlock.json":"class","class/Avaricium; Arbiter.json":"class","class/Avaricium; Herrscher of the Void.json":"class","class/badooga; Badooga's Psion.json":"class","class/badooga; Badooga's Warlord.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/Benjamin Huffman; Scholar.json":"class","class/Benjamin Huffman; Spiritualist.json":"class","class/Benjamin Huffman;The Magus.json":"class","class/Blake and Kevin (Blurhy); The Armiger.json":"class","class/Blubber Nibble; Noidrin's Record of Many Things.json":"class","class/Brad Johns; The Harbinger.json":"class","class/Bryan Williams; Wychlaran Witch.json":"class","class/CaelReader; Elegant Druid.json":"class","class/Casteliad; Shadow Assassin.json":"class","class/CJ Leung; The Channeler.json":"class","class/D&D Wiki; Swashbuckler.json":"class","class/D&D Wiki; Warpriest.json":"class","class/D'Artagnan; Summoner.json":"class","class/d'Artagnan; The Witch Knight.json":"class","class/DanDWiki; Luchador.json":"class","class/Deakin Bennett; The Noble.json":"class","class/Devikyn; Dragoon revisited.json":"class","class/devikyn; Eldritch Arcana.json":"class","class/devikyn; The Adaptive Ranger.json":"class","class/devikyn; The Tinker Class.json":"class","class/devikyn; Variant Sorcerer.json":"class","class/DM_Havuhk; The Witch.json":"class","class/DXHHH101, Sinder, Superxavman; Sorcerer, Revitalized.json":"class","class/DXHHH101; The Marksman.json":"class","class/Eric Nell; Plague Doctor.json":"class","class/Erikku Blade; Fate Weaver.json":"class","class/fanatic66; The Swordmage.json":"class","class/Fenrir-Hati-Skoll; Avenger.json":"class","class/Fiddlestics; Cultivator.json":"class","class/Foxfire94; Astartes Inititate.json":"class","class/Foxfire94; Blood Hunter Re-Balanced.json":"class","class/Foxfire94; Inquisitor.json":"class","class/Foxfire94; Lycanthrope.json":"class","class/Foxfire94; Spellblade.json":"class","class/Foxfire94; Vampire.json":"class","class/Fragsauce; Soul Binder Redux.json":"class","class/FragSauce; Soul Binder.json":"class","class/Ghostfire Gaming; Monster Hunter.json":"class","class/Giffyglyph; Class Compendium.json":"class","class/griff-mac; The Resourceful Ranger.json":"class","class/Heavyarms; Gunslinger.json":"class","class/iamasecretwizard; Seeker.json":"class","class/InfKore; Disciple.json":"class","class/itsalittlewaterlizard; The Titan Class.json":"class","class/Izzy; Incarnate.json":"class","class/J.R. Raffles; The Ghost.json":"class","class/JK Colyer; Engineer.json":"class","class/johnofbohemia; Witcher Class.json":"class","class/Jonoman3000; Planeshifter.json":"class","class/KibblesTasty; Inventor.json":"class","class/KibblesTasty; Occultist.json":"class","class/KibblesTasty; Psion.json":"class","class/KibblesTasty; Spellblade (Alpha).json":"class","class/KibblesTasty; Warlord.json":"class","class/Kyle Grant; The Scholar.json":"class","class/LaserLlama; Alternate Artificer.json":"class","class/LaserLlama; Alternate Barbarian.json":"class","class/LaserLlama; Alternate Bard.json":"class","class/LaserLlama; Alternate Blood Hunter.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/LaserLlama; Alternate Monk.json":"class","class/LaserLlama; Alternate Ranger.json":"class","class/LaserLlama; Alternate Rogue.json":"class","class/LaserLlama; Alternate Sorcerer.json":"class","class/LaserLlama; Commoner.json":"class","class/LaserLlama; Magus Class.json":"class","class/LaserLlama; Savant.json":"class","class/LaserLlama; The Psion.json":"class","class/LaserLlama; The Shaman.json":"class","class/LaserLlama; The Vessel.json":"class","class/LaserLlama; Warlord.json":"class","class/Layhnet; Variant Fighter.json":"class","class/lighthazard; Trainer.json":"class","class/ljdankov; BloodMage.json":"class","class/Mage Hand Press; Complete Binder.json":"class","class/Mage Hand Press; Vagabond.json":"class","class/Mal_Elemental; The Commoner.json":"class","class/Marc Wegmann; The Dream Shifter.json":"class","class/Matthew Mercer; Blood Hunter (2020).json":"class","class/Matthew Mercer; Blood Hunter (2022).json":"class","class/Matthew Mercer; Blood Hunter.json":"class","class/Matthew Mercer; Lingering Soul.json":"class","class/MCDM Productions; Beastheart.json":"class","class/MCDM Productions; The Illrigger Class.json":"class","class/McToomin27; Animus.json":"class","class/Middle Finger of Vecna; Alchemist Redux.json":"class","class/Middle Finger of Vecna; Alchemist.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Middle Finger of Vecna; Craftsman.json":"class","class/Middle Finger of Vecna; Warden.json":"class","class/Middle Finger of Vecna; Warmage.json":"class","class/Middle Finger of Vecna; Witch.json":"class","class/MisterThr33; Creature Cohorts, the Lich.json":"class","class/Mkirshnikov; Juggernaut (v1).json":"class","class/Mkirshnikov; Juggernaut.json":"class","class/morethanwordscansay; Zoologist.json":"class","class/NEThingMagic; Card Slinger.json":"class","class/NewPageOfSwords; The Summoner.json":"class","class/Nimademe; Astrologer.json":"class","class/nomiddlename303; Rogue Optional Feature Debilitate.json":"class","class/pippochiri; The Edgelord.json":"class","class/Rain-Junkie; Dragon Knight.json":"class","class/Ranniery Jesuino; The Magus.json":"class","class/Reddit; The Dirge.json":"class","class/Rhyzler; Gunsmith.json":"class","class/Robert J Schwalb; Call to Arms The Warlord.json":"class","class/Sam Grierson; The Cook Class.json":"class","class/sonaplayer; The Customizable Artificer.json":"class","class/Spawn3601; Dream Weaver.json":"class","class/SwordMeow; The Atavist.json":"class","class/SwordMeow; Tweaked Sorcerer.json":"class","class/Tandra_Boy; The Empowered.json":"class","class/Taron Pounds; Merchant.json":"class","class/Team Morsa; Scion.json":"class","class/TheFlameTouched; Ranger (Revised Spell-less).json":"class","class/Tortoxicion; The Vessel.json":"class","class/Troubadore; Runeblade.json":"class","class/Troubadore; Versatile Ranger.json":"class","class/Tyeia; The Mystic Revised.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","class/Unearthed Aiircana Red Mage.json":"class","class/Usocolo123; Votarist.json":"class","class/Vincent Girgenti; The Nomad.json":"class","class/Vladimir Popov; Sorcerer Reworked.json":"class","class/VoyeurTheNinja; The Masked Hero.json":"class","class/Walrock Homebrew; Witch.json":"class","class/William Rotor; The Rouge.json":"class","class/Xesu; The Samurai.json":"class","class/xMartu; Surgebinder.json":"class","class/Zarieth; The Witch.json":"class","class/ZetFalcon; Card Dealer.json":"class","collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":"collection","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Alex Clippinger; Tome of the Pact.json":"collection","collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Benjamin Huffman Ross Leiser; The Complete Martialist Handbook.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/Clippinger, Alex; Monsters Without Borders.json":"collection","collection/Creature Club; Creature Club Homebrew Collection.json":"collection","collection/Daniel Whyte; Hidal's Tome of the Esoteric.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMs Guild; Archetypes of Eberron.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; Thay Land of the Red Wizards.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Eva Brown; Hidden Oddities A Witch's Primer.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":"collection","collection/Grimley533; Player's Guide to Insectopia.json":"collection","collection/Gustavo Ramirez; Zorindis Campaign Setting.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/JasonNewby; Durnan's Guide to Tavernkeeping.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Jonoman3000; Sprouting Chaos Player's Companion.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/Kaiburr_Kath-Hound; Sarguro's Compendium of Odds and Ends.json":"collection","collection/KajaGrae; Fang Dragons.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":"collection","collection/Kobold Press; Deep Magic 03 Void Magic.json":"collection","collection/Kobold Press; Deep Magic 04 Illumination Magic.json":"collection","collection/Kobold Press; Deep Magic 14 Elemental Magic.json":"collection","collection/Kobold Press; Deep Magic Backgrounds, Feats, & Subclasses.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lambros009; Illivar's Guide to Nullification.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/Middle Finger of Vecna; Channeler.json":"collection","collection/Middle Finger of Vecna; Evil Archetypes.json":"collection","collection/Middle Finger of Vecna; Gunslinger.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Middle Finger of Vecna; Sentinels of the Multiverse.json":"collection","collection/Middle Finger of Vecna; The Oozemasters Apprentice .json":"collection","collection/Mike Mearls; Livestream and Twitter.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/Raul Rosa; The Spiritual Swordsman.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/Shadowsocks; Companion.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Tercept; knerd.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":"collection","collection/Vorpal Dice Press; Variant Fighter.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Andrew Cawood; Monsters of the Underworld.json":"creature","spell/Heroes from the Dark Realm; Wizard School of Nethermancy.json":"spell","spell/Sean vas Terra; Elementalist's Pocketbook.json":"spell","subclass/0rganics; Fey Protector.json":"subclass","subclass/Actual Jake; Magic Moon Sorcerer.json":"subclass","subclass/Aevilok; Craftsman.json":"subclass","subclass/aeyana; Way of the Dragon.json":"subclass","subclass/AgenderArcee; AgenderArcee's Sourcerous Origins.json":"subclass","subclass/Alexander Smith; The Spellscarred Sorcerous Origin.json":"subclass","subclass/Alice Loverdrive; The Bitch With Many Teeth.json":"subclass","subclass/AmbyNavy and Moss; The Insatiable.json":"subclass","subclass/B. Wraven Wright; College of the Bae'Qeshel.json":"subclass","subclass/badooga; Fighter Subclasses.json":"subclass","subclass/BeardedJB; Cosmic Cleric Domain.json":"subclass","subclass/Blaezix; The Ruffian.json":"subclass","subclass/Bunnybrew; Sign of the Crown.json":"subclass","subclass/CaelReader; Arcane Marksman.json":"subclass","subclass/CamunonZ; The Mad Scientist Artificer.json":"subclass","subclass/Carreau; Oath of the Arcane.json":"subclass","subclass/Cephei_Delta; School of Geometry.json":"subclass","subclass/Clan Crafter Hralding; Codex of Allies.json":"subclass","subclass/Cowboy_Tiefling; Blue Mage Sorcerous Origin.json":"subclass","subclass/Dan Powell; Dragoon.json":"subclass","subclass/davedeoreo; Circle of Scales.json":"subclass","subclass/Desmon%239507; The Big Tiddy Goth Girlfriend.json":"subclass","subclass/devikyn; Way of the Four Elements Streamlined.json":"subclass","subclass/devikyn; Way of the Kensei, Revised.json":"subclass","subclass/DnDWiki; Arcane Tradition Wild Magic.json":"subclass","subclass/DrRichtoffen; The Ghost Train.json":"subclass","subclass/DXHHH101; The Beyond.json":"subclass","subclass/Elderbrain; Crown of the Oathbreaker Subclass Compendium.json":"subclass","subclass/ElderBrain; Umbral Stalker.json":"subclass","subclass/Extra_Legs; Unbound Soul.json":"subclass","subclass/FallenPhoenixIV; Oath of the Templar.json":"subclass","subclass/Fiddlestics; College of the Hand.json":"subclass","subclass/filmatra; Wizard Community College.json":"subclass","subclass/Foxfire94; Blood Magic Sorcerous Origin.json":"subclass","subclass/Foxfire94; Brick Brawler Monk.json":"subclass","subclass/Foxfire94; Brute Fighter.json":"subclass","subclass/Foxfire94; College of Metal Bard.json":"subclass","subclass/Foxfire94; Explosion Wizard.json":"subclass","subclass/Foxfire94; Horus Heresy Inspired Martial Archetypes.json":"subclass","subclass/Foxfire94; Oath Daemonicus Paladin.json":"subclass","subclass/Foxfire94; Primaris Lieutenant.json":"subclass","subclass/Foxfire94; Revised Ranger Beast Master.json":"subclass","subclass/FrenchTech16; Dearly Departed Patron.json":"subclass","subclass/FrostBladestorm; Field Medic.json":"subclass","subclass/Gannoh2; The Hero Warlock.json":"subclass","subclass/Gelidity; Circle of the Lone Wolf.json":"subclass","subclass/Gelidity; College of Legends.json":"subclass","subclass/Gelidity; Path of the Honey Badger.json":"subclass","subclass/Ghostfire Gaming; Artificer Subclasses.json":"subclass","subclass/gockblock; Sorcerous Origin Spell Variants.json":"subclass","subclass/GuenMaster; Way of the Stars.json":"subclass","subclass/heavyarms; The Beard.json":"subclass","subclass/Hicks Homebrew; Inner Visage Sorcerous Origin.json":"subclass","subclass/IDBN; Gun Mage.json":"subclass","subclass/ihopethiswork; Path of MAGE!.json":"subclass","subclass/InvaderHawk; Spirit of Vengeance.json":"subclass","subclass/Inxsinon; Circle of Winds Druid.json":"subclass","subclass/Jadeor; The Way of Iron and Steel.json":"subclass","subclass/Jaek; College of Diplomacy Bard.json":"subclass","subclass/Jaek; Ruffian Rogue.json":"subclass","subclass/Jake Hilton; Hoard of Heroes.json":"subclass","subclass/Jonoman3000; The Fallen.json":"subclass","subclass/kacyhasthecandy; Kacy's Castean Classes.json":"subclass","subclass/Ken_Silverwood; Eldritch Champion.json":"subclass","subclass/KhrystanShade.json":"subclass","subclass/KibblesTasty; Divine Agent.json":"subclass","subclass/KibblesTasty; Worldly Patron - The Dragon.json":"subclass","subclass/Kingstarman; Way of the Cherry Blossom Sage.json":"subclass","subclass/Korvinagor; Circle of Dreams (Revised).json":"subclass","subclass/Korvinagor; Circle of Kudzu.json":"subclass","subclass/Korvinagor; Circle of Progress.json":"subclass","subclass/Korvinagor; Circle of the Lamb.json":"subclass","subclass/Korvinagor; Circle of the Rainbow.json":"subclass","subclass/Korvinagor; Circle of the Seasons.json":"subclass","subclass/Korvinagor; Circles of the Land.json":"subclass","subclass/Korvinagor; Path of Polarity.json":"subclass","subclass/Lady of Luck; Garlic Bread Domain Cleric.json":"subclass","subclass/Laserllama; Artificer Specialties & Infusion Options.json":"subclass","subclass/LaserLlama; Bard Colleges.json":"subclass","subclass/LaserLlama; Druid Circles.json":"subclass","subclass/LaserLlama; Fighter Archetypes & Fighting Styles.json":"subclass","subclass/LaserLlama; Monastic Traditions.json":"subclass","subclass/Laserllama; Roguish Archetypes.json":"subclass","subclass/LaserLlama;Otherwordly Patrons.json":"subclass","subclass/LevelOfExhaustion; Circle of the Sands.json":"subclass","subclass/Lexiette; Wandering Blademaster.json":"subclass","subclass/marshmallow_fig; College of Lofi Beats to Study Relax To.json":"subclass","subclass/Martin_DM; Oath of Acroamata.json":"subclass","subclass/Matthers3; The Maleficar Wizard.json":"subclass","subclass/Matthers3; The Moon Dancer Cleric.json":"subclass","subclass/Matthew Mercer; College of the Maestro.json":"subclass","subclass/Matthew Mercer; Gunslinger.json":"subclass","subclass/Matthew Mercer; Oath of the Open Sea.json":"subclass","subclass/Matthew Mercer; Way of the Cobalt Soul.json":"subclass","subclass/Middle Finger of Vecna; Abyssal Domain.json":"subclass","subclass/Middle Finger of Vecna; Chronomancy Update.json":"subclass","subclass/Middle Finger of Vecna; Circle of the Root and Stem.json":"subclass","subclass/Middle Finger of Vecna; Class Packs.json":"subclass","subclass/Middle Finger of Vecna; Destruction Domain.json":"subclass","subclass/Middle Finger of Vecna; Dread Domain.json":"subclass","subclass/Middle Finger of Vecna; Dream Domain.json":"subclass","subclass/Middle Finger of Vecna; Iconic Archetypes.json":"subclass","subclass/Middle Finger of Vecna; Lovecraft Update.json":"subclass","subclass/Middle Finger of Vecna; Peace Domain.json":"subclass","subclass/Middle Finger of Vecna; Pestilence Domain.json":"subclass","subclass/Middle Finger of Vecna; Slime Domain.json":"subclass","subclass/Middle Finger of Vecna; Tattoo Classes.json":"subclass","subclass/Middle Finger of Vecna; The Watcher.json":"subclass","subclass/Middle Finger of Vecna; Travel Domain (Redux).json":"subclass","subclass/Middle Finger of Vecna; Ur-Priest.json":"subclass","subclass/Middle Finger of Vecna; Waste Update.json":"subclass","subclass/Middle Finger of Vecna; Wild West.json":"subclass","subclass/MonkeyDM; Oath of the Eldritch Hunt.json":"subclass","subclass/MonkeyDM; Pact of the trigger.json":"subclass","subclass/MrDoctorJunior; Shadow Sorcerer (Revised).json":"subclass","subclass/Mutgar; Oath of Rebirth.json":"subclass","subclass/mwatts258; Anime Swordsman.json":"subclass","subclass/NeonLightDecay; Path of the Nautilus.json":"subclass","subclass/Neverending Codex; Soulkeeper Ranger.json":"subclass","subclass/Nimademe; Iron Soul Sorcerer.json":"subclass","subclass/Nimademe; Path of the Monster Barbarian.json":"subclass","subclass/NotTheSmoooze; RoguishArchetypes.json":"subclass","subclass/NotTheSmooze; The Falconer.json":"subclass","subclass/OhWyn; Eldritch Blast Patron.json":"subclass","subclass/Ophiuchus; Path of the Bloodrager.json":"subclass","subclass/Oxforge Homebrew; Circle of Ashes Druid.json":"subclass","subclass/pm_me_goth_gf_pics; Oath of Love.json":"subclass","subclass/PosTavern; Artificer Specialist - Caravaneer.json":"subclass","subclass/PosTavern; Circle of the Dragon.json":"subclass","subclass/qogoist; courtesan.json":"subclass","subclass/Rain-Junkie, DXHHH101; Orchard Origin Sorcerer, Reflourished .json":"subclass","subclass/Rain-Junkie; Ancient Magic Sorcerer.json":"subclass","subclass/Rain-Junkie; Orchard Origin Sorcerer v1.json":"subclass","subclass/Red Ink Caravan; Aaralyn's Stolen Notes to Velea (5e).json":"subclass","subclass/RevengeKobold; Gambler's Domain.json":"subclass","subclass/RW_Blackbird; The Magus (Eldritch Knight Revised).json":"subclass","subclass/SargeBriar; Great Old One Tweaked.json":"subclass","subclass/SargeBriar; Shrouded Arts Wizard.json":"subclass","subclass/SemanticAvenger; Aeronaut.json":"subclass","subclass/Sensitive_Coyote_865; Path of the Masked Scourge.json":"subclass","subclass/Seth Blackwood; Oath of the Unconquered.json":"subclass","subclass/SethBlackwood; Blood Knight.json":"subclass","subclass/SethBlackwood; Oath Of The Grim Hunt.json":"subclass","subclass/SethBlackwood; Storm Heart Figher.json":"subclass","subclass/Spicy Spook; Circle of the Guardian.json":"subclass","subclass/SpiketailDrake; Way of the Four Elements Remastered.json":"subclass","subclass/SrVolk; Mechaneer Artificer Specilization.json":"subclass","subclass/SwordMeow; Wind Domain.json":"subclass","subclass/T. A. Braga; Oath of the Working Class.json":"subclass","subclass/The Smithy; Trapper.json":"subclass","subclass/The Winter Halo; Wizard Subclass Overhaul.json":"subclass","subclass/TheAdonalsium; Oath of Safety and Health Administration.json":"subclass","subclass/TheSoundOfThunder; Soldier of the Seasons.json":"subclass","subclass/Thewtus; Path of the Cyborg.json":"subclass","subclass/titanomachyRPG; Grief Domain.json":"subclass","subclass/Tsumarru; Circle of Growth Druid.json":"subclass","subclass/Tsumarru; College of Masks Bard.json":"subclass","subclass/Tsumarru; Oath of the Elements Paladin.json":"subclass","subclass/Tsumarru; Path of the Dragon Barbarian.json":"subclass","subclass/Tsumarru; ShadowStalker.json":"subclass","subclass/Tsumarru; Smooth Criminal Rogue.json":"subclass","subclass/Tsumarru; True Talent Sorcerer.json":"subclass","subclass/Tsumarru; Way of the Ninja.json":"subclass","subclass/uRavenBranwen; Oath of the Runeblade.json":"subclass","subclass/u_CamunonZ; The Announcer.json":"subclass","subclass/Valerion; Liberation Domain.json":"subclass","subclass/VampireBagel; Sacred Oath of Wile.json":"subclass","subclass/VampireBagel_; Dragon Domain Cleric.json":"subclass","subclass/Walrock Homebrew; Oath of the Common Man.json":"subclass","subclass/Walrock Homebrew; Oath of the Midnight Hour Paladin.json":"subclass","subclass/Walrock; Paladins.json":"subclass","subclass/WhiteShadowTaiChi; Royal Bloodline.json":"subclass","subclass/William Hudson King; The Ashen Wolf.json":"subclass","subclass/Xenoezen; Revised Great Old One.json":"subclass","subclass/xyianth; Rogue Archetype - Phantom Blade.json":"subclass","subclass/Zachary G Paiva; The Rule of 12 Subclasses.json":"subclass","subclass/zeek0; Hearth Domain Cleric.json":"subclass","subclass/zeek0; Ruin Domain.json":"subclass","subclass/Zixtank; The Grenadier Artificer Specialization.json":"subclass"},"subclassFeature":{"book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 2.json":"book","book/MCDM Productions; Arcadia Issue 5.json":"book","book/MCDM Productions; Arcadia Issue 8.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","class/Aeron Drake; The Mesmer.json":"class","class/aeyana; Hunter.json":"class","class/AgenderArcee; The Martial Ranger.json":"class","class/Alex Tanner; Tarocchi.json":"class","class/Anthony Vallozzi; Blue Traveler.json":"class","class/Arcane Athenaeum; Swordmage, A True Arcane Half-Caster.json":"class","class/Aron; Demi-Dragon.json":"class","class/Aussifer; Unchained Warlock.json":"class","class/Avaricium; Arbiter.json":"class","class/Avaricium; Herrscher of the Void.json":"class","class/badooga; Badooga's Psion.json":"class","class/badooga; Badooga's Warlord.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/Benjamin Huffman; Scholar.json":"class","class/Benjamin Huffman; Spiritualist.json":"class","class/Benjamin Huffman;The Magus.json":"class","class/Blake and Kevin (Blurhy); The Armiger.json":"class","class/Blubber Nibble; Noidrin's Record of Many Things.json":"class","class/Brad Johns; The Harbinger.json":"class","class/Bryan Williams; Wychlaran Witch.json":"class","class/CaelReader; Elegant Druid.json":"class","class/Casteliad; Shadow Assassin.json":"class","class/CJ Leung; The Channeler.json":"class","class/D&D Wiki; Swashbuckler.json":"class","class/D&D Wiki; Warpriest.json":"class","class/D'Artagnan; Summoner.json":"class","class/d'Artagnan; The Witch Knight.json":"class","class/DanDWiki; Luchador.json":"class","class/Deakin Bennett; The Noble.json":"class","class/Devikyn; Dragoon revisited.json":"class","class/devikyn; Eldritch Arcana.json":"class","class/devikyn; The Adaptive Ranger.json":"class","class/devikyn; The Tinker Class.json":"class","class/devikyn; Variant Sorcerer.json":"class","class/DM_Havuhk; The Witch.json":"class","class/DXHHH101, Sinder, Superxavman; Sorcerer, Revitalized.json":"class","class/DXHHH101; The Marksman.json":"class","class/Eric Nell; Plague Doctor.json":"class","class/Erikku Blade; Fate Weaver.json":"class","class/fanatic66; The Swordmage.json":"class","class/Fenrir-Hati-Skoll; Avenger.json":"class","class/Fiddlestics; Cultivator.json":"class","class/Foxfire94; Astartes Inititate.json":"class","class/Foxfire94; Blood Hunter Re-Balanced.json":"class","class/Foxfire94; Inquisitor.json":"class","class/Foxfire94; Lycanthrope.json":"class","class/Foxfire94; Spellblade.json":"class","class/Foxfire94; Vampire.json":"class","class/Fragsauce; Soul Binder Redux.json":"class","class/FragSauce; Soul Binder.json":"class","class/Ghostfire Gaming; Monster Hunter.json":"class","class/Giffyglyph; Class Compendium.json":"class","class/griff-mac; The Resourceful Ranger.json":"class","class/Heavyarms; Gunslinger.json":"class","class/iamasecretwizard; Seeker.json":"class","class/InfKore; Disciple.json":"class","class/itsalittlewaterlizard; The Titan Class.json":"class","class/Izzy; Incarnate.json":"class","class/J.R. Raffles; The Ghost.json":"class","class/JK Colyer; Engineer.json":"class","class/johnofbohemia; Witcher Class.json":"class","class/Jonoman3000; Planeshifter.json":"class","class/KibblesTasty; Inventor.json":"class","class/KibblesTasty; Occultist.json":"class","class/KibblesTasty; Psion.json":"class","class/KibblesTasty; Spellblade (Alpha).json":"class","class/KibblesTasty; Warlord.json":"class","class/Kyle Grant; The Scholar.json":"class","class/LaserLlama; Alternate Artificer.json":"class","class/LaserLlama; Alternate Barbarian.json":"class","class/LaserLlama; Alternate Bard.json":"class","class/LaserLlama; Alternate Blood Hunter.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/LaserLlama; Alternate Monk.json":"class","class/LaserLlama; Alternate Ranger.json":"class","class/LaserLlama; Alternate Rogue.json":"class","class/LaserLlama; Alternate Sorcerer.json":"class","class/LaserLlama; Commoner.json":"class","class/LaserLlama; Magus Class.json":"class","class/LaserLlama; Savant.json":"class","class/LaserLlama; The Psion.json":"class","class/LaserLlama; The Shaman.json":"class","class/LaserLlama; The Vessel.json":"class","class/LaserLlama; Warlord.json":"class","class/Layhnet; Variant Fighter.json":"class","class/lighthazard; Trainer.json":"class","class/ljdankov; BloodMage.json":"class","class/Mage Hand Press; Complete Binder.json":"class","class/Mage Hand Press; Vagabond.json":"class","class/Mal_Elemental; The Commoner.json":"class","class/Marc Wegmann; The Dream Shifter.json":"class","class/Matthew Mercer; Blood Hunter (2020).json":"class","class/Matthew Mercer; Blood Hunter (2022).json":"class","class/Matthew Mercer; Blood Hunter.json":"class","class/Matthew Mercer; Lingering Soul.json":"class","class/MCDM Productions; Beastheart.json":"class","class/MCDM Productions; The Illrigger Class.json":"class","class/McToomin27; Animus.json":"class","class/Middle Finger of Vecna; Alchemist Redux.json":"class","class/Middle Finger of Vecna; Alchemist.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Middle Finger of Vecna; Craftsman.json":"class","class/Middle Finger of Vecna; Warden.json":"class","class/Middle Finger of Vecna; Warmage.json":"class","class/Middle Finger of Vecna; Witch.json":"class","class/MisterThr33; Creature Cohorts, the Lich.json":"class","class/Mkirshnikov; Juggernaut (v1).json":"class","class/Mkirshnikov; Juggernaut.json":"class","class/morethanwordscansay; Zoologist.json":"class","class/NEThingMagic; Card Slinger.json":"class","class/NewPageOfSwords; The Summoner.json":"class","class/Nimademe; Astrologer.json":"class","class/nomiddlename303; Rogue Optional Feature Debilitate.json":"class","class/pippochiri; The Edgelord.json":"class","class/Rain-Junkie; Dragon Knight.json":"class","class/Ranniery Jesuino; The Magus.json":"class","class/Reddit; The Dirge.json":"class","class/Rhyzler; Gunsmith.json":"class","class/Robert J Schwalb; Call to Arms The Warlord.json":"class","class/Sam Grierson; The Cook Class.json":"class","class/sonaplayer; The Customizable Artificer.json":"class","class/Spawn3601; Dream Weaver.json":"class","class/SwordMeow; The Atavist.json":"class","class/SwordMeow; Tweaked Sorcerer.json":"class","class/Tandra_Boy; The Empowered.json":"class","class/Taron Pounds; Merchant.json":"class","class/Team Morsa; Scion.json":"class","class/TheFlameTouched; Ranger (Revised Spell-less).json":"class","class/Tortoxicion; The Vessel.json":"class","class/Troubadore; Runeblade.json":"class","class/Troubadore; Versatile Ranger.json":"class","class/Tyeia; The Mystic Revised.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","class/Unearthed Aiircana Red Mage.json":"class","class/Usocolo123; Votarist.json":"class","class/Vincent Girgenti; The Nomad.json":"class","class/Vladimir Popov; Sorcerer Reworked.json":"class","class/VoyeurTheNinja; The Masked Hero.json":"class","class/Walrock Homebrew; Witch.json":"class","class/William Rotor; The Rouge.json":"class","class/Xesu; The Samurai.json":"class","class/xMartu; Surgebinder.json":"class","class/Zarieth; The Witch.json":"class","class/ZetFalcon; Card Dealer.json":"class","collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":"collection","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Alex Clippinger; Tome of the Pact.json":"collection","collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/badooga; Martial Power.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Benjamin Huffman Ross Leiser; The Complete Martialist Handbook.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/Clippinger, Alex; Monsters Without Borders.json":"collection","collection/Creature Club; Creature Club Homebrew Collection.json":"collection","collection/Daniel Whyte; Hidal's Tome of the Esoteric.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMs Guild; Archetypes of Eberron.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; Thay Land of the Red Wizards.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Eva Brown; Hidden Oddities A Witch's Primer.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":"collection","collection/Grimley533; Player's Guide to Insectopia.json":"collection","collection/Gustavo Ramirez; Zorindis Campaign Setting.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/JasonNewby; Durnan's Guide to Tavernkeeping.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Jonoman3000; Sprouting Chaos Player's Companion.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/Kaiburr_Kath-Hound; Sarguro's Compendium of Odds and Ends.json":"collection","collection/KajaGrae; Fang Dragons.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":"collection","collection/Kobold Press; Deep Magic 03 Void Magic.json":"collection","collection/Kobold Press; Deep Magic 04 Illumination Magic.json":"collection","collection/Kobold Press; Deep Magic 14 Elemental Magic.json":"collection","collection/Kobold Press; Deep Magic Backgrounds, Feats, & Subclasses.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lambros009; Illivar's Guide to Nullification.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/Middle Finger of Vecna; Channeler.json":"collection","collection/Middle Finger of Vecna; Evil Archetypes.json":"collection","collection/Middle Finger of Vecna; Gunslinger.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Middle Finger of Vecna; Sentinels of the Multiverse.json":"collection","collection/Middle Finger of Vecna; The Oozemasters Apprentice .json":"collection","collection/Mike Mearls; Livestream and Twitter.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/Raul Rosa; The Spiritual Swordsman.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/Shadowsocks; Companion.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Tercept; knerd.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":"collection","collection/Vorpal Dice Press; Variant Fighter.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Andrew Cawood; Monsters of the Underworld.json":"creature","spell/Heroes from the Dark Realm; Wizard School of Nethermancy.json":"spell","spell/Sean vas Terra; Elementalist's Pocketbook.json":"spell","subclass/0rganics; Fey Protector.json":"subclass","subclass/Actual Jake; Magic Moon Sorcerer.json":"subclass","subclass/Aevilok; Craftsman.json":"subclass","subclass/aeyana; Way of the Dragon.json":"subclass","subclass/AgenderArcee; AgenderArcee's Sourcerous Origins.json":"subclass","subclass/Alexander Smith; The Spellscarred Sorcerous Origin.json":"subclass","subclass/Alice Loverdrive; The Bitch With Many Teeth.json":"subclass","subclass/AmbyNavy and Moss; The Insatiable.json":"subclass","subclass/B. Wraven Wright; College of the Bae'Qeshel.json":"subclass","subclass/badooga; Fighter Subclasses.json":"subclass","subclass/BeardedJB; Cosmic Cleric Domain.json":"subclass","subclass/Blaezix; The Ruffian.json":"subclass","subclass/Bunnybrew; Sign of the Crown.json":"subclass","subclass/CaelReader; Arcane Marksman.json":"subclass","subclass/CamunonZ; The Mad Scientist Artificer.json":"subclass","subclass/Carreau; Oath of the Arcane.json":"subclass","subclass/Cephei_Delta; School of Geometry.json":"subclass","subclass/Clan Crafter Hralding; Codex of Allies.json":"subclass","subclass/Cowboy_Tiefling; Blue Mage Sorcerous Origin.json":"subclass","subclass/Dan Powell; Dragoon.json":"subclass","subclass/davedeoreo; Circle of Scales.json":"subclass","subclass/Desmon%239507; The Big Tiddy Goth Girlfriend.json":"subclass","subclass/devikyn; Way of the Four Elements Streamlined.json":"subclass","subclass/devikyn; Way of the Kensei, Revised.json":"subclass","subclass/DnDWiki; Arcane Tradition Wild Magic.json":"subclass","subclass/DrRichtoffen; The Ghost Train.json":"subclass","subclass/DXHHH101; The Beyond.json":"subclass","subclass/Elderbrain; Crown of the Oathbreaker Subclass Compendium.json":"subclass","subclass/ElderBrain; Umbral Stalker.json":"subclass","subclass/Extra_Legs; Unbound Soul.json":"subclass","subclass/FallenPhoenixIV; Oath of the Templar.json":"subclass","subclass/Fiddlestics; College of the Hand.json":"subclass","subclass/filmatra; Wizard Community College.json":"subclass","subclass/Foxfire94; Blood Magic Sorcerous Origin.json":"subclass","subclass/Foxfire94; Brick Brawler Monk.json":"subclass","subclass/Foxfire94; Brute Fighter.json":"subclass","subclass/Foxfire94; College of Metal Bard.json":"subclass","subclass/Foxfire94; Explosion Wizard.json":"subclass","subclass/Foxfire94; Horus Heresy Inspired Martial Archetypes.json":"subclass","subclass/Foxfire94; Oath Daemonicus Paladin.json":"subclass","subclass/Foxfire94; Primaris Lieutenant.json":"subclass","subclass/Foxfire94; Revised Ranger Beast Master.json":"subclass","subclass/FrenchTech16; Dearly Departed Patron.json":"subclass","subclass/FrostBladestorm; Field Medic.json":"subclass","subclass/Gannoh2; The Hero Warlock.json":"subclass","subclass/Gelidity; Circle of the Lone Wolf.json":"subclass","subclass/Gelidity; College of Legends.json":"subclass","subclass/Gelidity; Path of the Honey Badger.json":"subclass","subclass/Ghostfire Gaming; Artificer Subclasses.json":"subclass","subclass/gockblock; Sorcerous Origin Spell Variants.json":"subclass","subclass/GuenMaster; Way of the Stars.json":"subclass","subclass/heavyarms; The Beard.json":"subclass","subclass/Hicks Homebrew; Inner Visage Sorcerous Origin.json":"subclass","subclass/IDBN; Gun Mage.json":"subclass","subclass/ihopethiswork; Path of MAGE!.json":"subclass","subclass/InvaderHawk; Spirit of Vengeance.json":"subclass","subclass/Inxsinon; Circle of Winds Druid.json":"subclass","subclass/Jadeor; The Way of Iron and Steel.json":"subclass","subclass/Jaek; College of Diplomacy Bard.json":"subclass","subclass/Jaek; Ruffian Rogue.json":"subclass","subclass/Jake Hilton; Hoard of Heroes.json":"subclass","subclass/Jonoman3000; The Fallen.json":"subclass","subclass/kacyhasthecandy; Kacy's Castean Classes.json":"subclass","subclass/Ken_Silverwood; Eldritch Champion.json":"subclass","subclass/KhrystanShade.json":"subclass","subclass/KibblesTasty; Divine Agent.json":"subclass","subclass/KibblesTasty; Worldly Patron - The Dragon.json":"subclass","subclass/Kingstarman; Way of the Cherry Blossom Sage.json":"subclass","subclass/Korvinagor; Circle of Dreams (Revised).json":"subclass","subclass/Korvinagor; Circle of Kudzu.json":"subclass","subclass/Korvinagor; Circle of Progress.json":"subclass","subclass/Korvinagor; Circle of the Lamb.json":"subclass","subclass/Korvinagor; Circle of the Rainbow.json":"subclass","subclass/Korvinagor; Circle of the Seasons.json":"subclass","subclass/Korvinagor; Circles of the Land.json":"subclass","subclass/Korvinagor; Path of Polarity.json":"subclass","subclass/Lady of Luck; Garlic Bread Domain Cleric.json":"subclass","subclass/Laserllama; Artificer Specialties & Infusion Options.json":"subclass","subclass/LaserLlama; Bard Colleges.json":"subclass","subclass/LaserLlama; Druid Circles.json":"subclass","subclass/LaserLlama; Fighter Archetypes & Fighting Styles.json":"subclass","subclass/LaserLlama; Monastic Traditions.json":"subclass","subclass/Laserllama; Roguish Archetypes.json":"subclass","subclass/LaserLlama;Otherwordly Patrons.json":"subclass","subclass/LevelOfExhaustion; Circle of the Sands.json":"subclass","subclass/Lexiette; Wandering Blademaster.json":"subclass","subclass/marshmallow_fig; College of Lofi Beats to Study Relax To.json":"subclass","subclass/Martin_DM; Oath of Acroamata.json":"subclass","subclass/Matthers3; The Maleficar Wizard.json":"subclass","subclass/Matthers3; The Moon Dancer Cleric.json":"subclass","subclass/Matthew Mercer; College of the Maestro.json":"subclass","subclass/Matthew Mercer; Gunslinger.json":"subclass","subclass/Matthew Mercer; Oath of the Open Sea.json":"subclass","subclass/Matthew Mercer; Way of the Cobalt Soul.json":"subclass","subclass/Middle Finger of Vecna; Abyssal Domain.json":"subclass","subclass/Middle Finger of Vecna; Chronomancy Update.json":"subclass","subclass/Middle Finger of Vecna; Circle of the Root and Stem.json":"subclass","subclass/Middle Finger of Vecna; Class Packs.json":"subclass","subclass/Middle Finger of Vecna; Destruction Domain.json":"subclass","subclass/Middle Finger of Vecna; Dread Domain.json":"subclass","subclass/Middle Finger of Vecna; Dream Domain.json":"subclass","subclass/Middle Finger of Vecna; Iconic Archetypes.json":"subclass","subclass/Middle Finger of Vecna; Lovecraft Update.json":"subclass","subclass/Middle Finger of Vecna; Peace Domain.json":"subclass","subclass/Middle Finger of Vecna; Pestilence Domain.json":"subclass","subclass/Middle Finger of Vecna; Slime Domain.json":"subclass","subclass/Middle Finger of Vecna; Tattoo Classes.json":"subclass","subclass/Middle Finger of Vecna; The Watcher.json":"subclass","subclass/Middle Finger of Vecna; Travel Domain (Redux).json":"subclass","subclass/Middle Finger of Vecna; Ur-Priest.json":"subclass","subclass/Middle Finger of Vecna; Waste Update.json":"subclass","subclass/Middle Finger of Vecna; Wild West.json":"subclass","subclass/MonkeyDM; Oath of the Eldritch Hunt.json":"subclass","subclass/MonkeyDM; Pact of the trigger.json":"subclass","subclass/MrDoctorJunior; Shadow Sorcerer (Revised).json":"subclass","subclass/Mutgar; Oath of Rebirth.json":"subclass","subclass/mwatts258; Anime Swordsman.json":"subclass","subclass/NeonLightDecay; Path of the Nautilus.json":"subclass","subclass/Neverending Codex; Soulkeeper Ranger.json":"subclass","subclass/Nimademe; Iron Soul Sorcerer.json":"subclass","subclass/Nimademe; Path of the Monster Barbarian.json":"subclass","subclass/NotTheSmoooze; RoguishArchetypes.json":"subclass","subclass/NotTheSmooze; The Falconer.json":"subclass","subclass/OhWyn; Eldritch Blast Patron.json":"subclass","subclass/Ophiuchus; Path of the Bloodrager.json":"subclass","subclass/Oxforge Homebrew; Circle of Ashes Druid.json":"subclass","subclass/pm_me_goth_gf_pics; Oath of Love.json":"subclass","subclass/PosTavern; Artificer Specialist - Caravaneer.json":"subclass","subclass/PosTavern; Circle of the Dragon.json":"subclass","subclass/qogoist; courtesan.json":"subclass","subclass/Rain-Junkie, DXHHH101; Orchard Origin Sorcerer, Reflourished .json":"subclass","subclass/Rain-Junkie; Ancient Magic Sorcerer.json":"subclass","subclass/Rain-Junkie; Orchard Origin Sorcerer v1.json":"subclass","subclass/Red Ink Caravan; Aaralyn's Stolen Notes to Velea (5e).json":"subclass","subclass/RevengeKobold; Gambler's Domain.json":"subclass","subclass/RW_Blackbird; The Magus (Eldritch Knight Revised).json":"subclass","subclass/SargeBriar; Great Old One Tweaked.json":"subclass","subclass/SargeBriar; Shrouded Arts Wizard.json":"subclass","subclass/SemanticAvenger; Aeronaut.json":"subclass","subclass/Sensitive_Coyote_865; Path of the Masked Scourge.json":"subclass","subclass/Seth Blackwood; Oath of the Unconquered.json":"subclass","subclass/SethBlackwood; Blood Knight.json":"subclass","subclass/SethBlackwood; Oath Of The Grim Hunt.json":"subclass","subclass/SethBlackwood; Storm Heart Figher.json":"subclass","subclass/Spicy Spook; Circle of the Guardian.json":"subclass","subclass/SpiketailDrake; Way of the Four Elements Remastered.json":"subclass","subclass/SrVolk; Mechaneer Artificer Specilization.json":"subclass","subclass/SwordMeow; Wind Domain.json":"subclass","subclass/T. A. Braga; Oath of the Working Class.json":"subclass","subclass/The Smithy; Trapper.json":"subclass","subclass/The Winter Halo; Wizard Subclass Overhaul.json":"subclass","subclass/TheAdonalsium; Oath of Safety and Health Administration.json":"subclass","subclass/TheSoundOfThunder; Soldier of the Seasons.json":"subclass","subclass/Thewtus; Path of the Cyborg.json":"subclass","subclass/titanomachyRPG; Grief Domain.json":"subclass","subclass/Tsumarru; Circle of Growth Druid.json":"subclass","subclass/Tsumarru; College of Masks Bard.json":"subclass","subclass/Tsumarru; Oath of the Elements Paladin.json":"subclass","subclass/Tsumarru; Path of the Dragon Barbarian.json":"subclass","subclass/Tsumarru; ShadowStalker.json":"subclass","subclass/Tsumarru; Smooth Criminal Rogue.json":"subclass","subclass/Tsumarru; True Talent Sorcerer.json":"subclass","subclass/Tsumarru; Way of the Ninja.json":"subclass","subclass/uRavenBranwen; Oath of the Runeblade.json":"subclass","subclass/u_CamunonZ; The Announcer.json":"subclass","subclass/Valerion; Liberation Domain.json":"subclass","subclass/VampireBagel; Sacred Oath of Wile.json":"subclass","subclass/VampireBagel_; Dragon Domain Cleric.json":"subclass","subclass/Walrock Homebrew; Oath of the Common Man.json":"subclass","subclass/Walrock Homebrew; Oath of the Midnight Hour Paladin.json":"subclass","subclass/Walrock; Paladins.json":"subclass","subclass/WhiteShadowTaiChi; Royal Bloodline.json":"subclass","subclass/William Hudson King; The Ashen Wolf.json":"subclass","subclass/Xenoezen; Revised Great Old One.json":"subclass","subclass/xyianth; Rogue Archetype - Phantom Blade.json":"subclass","subclass/Zachary G Paiva; The Rule of 12 Subclasses.json":"subclass","subclass/zeek0; Hearth Domain Cleric.json":"subclass","subclass/zeek0; Ruin Domain.json":"subclass","subclass/Zixtank; The Grenadier Artificer Specialization.json":"subclass"},"itemProperty":{"book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","class/Aron; Demi-Dragon.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/devikyn; The Tinker Class.json":"class","class/Heavyarms; Gunslinger.json":"class","class/JK Colyer; Engineer.json":"class","class/Middle Finger of Vecna; Craftsman.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Amratat; Dark Souls III - Lord Seeker's Compendium.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Benjamin Huffman Ross Leiser; The Complete Martialist Handbook.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/Janet Neilson; Dodecronomicon Presents Arcane Ink.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Middle Finger of Vecna; Gunslinger.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/Shadowsocks; Companion.json":"collection","collection/Sokan; Yastah.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Ujio21; Gunslinger.json":"collection","creature/Foxfire94; Eighteen Sons of The Lightning Lord.json":"creature","creature/Foxfire94; Honourable Heroes.json":"creature","item/Foxfire94; Armour, Items, and Weapons Galore.json":"item","item/Jafner; Exotic Weapons.json":"item","item/Sample - Giddy; Hook of Butchery.json":"item","item/TheApoApostolov; Items for Grit and Glory.json":"item","item/Web Community; Community Items Collection.json":"item","item/Yonael; Firearms of the Realm.json":"item","subclass/Matthew Mercer; Gunslinger.json":"subclass","subclass/Middle Finger of Vecna; Waste Update.json":"subclass","variantrule/Modnar; Modnars Mission Mandates.json":"variantrule"},"deity":{"book/HapHazred; Blood in the Company - Players Introduction.json":"book","book/MCDM Productions; Arcadia Issue 5.json":"book","collection/Arcana Games; Arkadia.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/Flore; Explorer's guide to Xhoria.json":"collection","collection/hafdon; zorq.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/Jetpack7; Gods and Goddesses Redux.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","deity/AAW Games; Deities of the World of Aventyr.json":"deity","deity/D&D 3ed; Deities of the World of Claybough.json":"deity","deity/Frog God Games; The Lost Lands.json":"deity","deity/Sample - Giddy; Atrophy.json":"deity"},"cult":{"book/HapHazred; Blood in the Company - Players Introduction.json":"book","collection/badooga; Elder Evils.json":"collection","collection/hafdon; zorq.json":"collection","cult/Sample - Giddy; Cult of the True Flame.json":"cult"},"boon":{"boon/Sample - Giddy; Dubious Gifts.json":"boon","collection/badooga; Elder Evils.json":"collection"},"charoption":{"charoption/Sample - Giddy; Secret Antagonist.json":"charoption","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection"},"class":{"class/Aeron Drake; The Mesmer.json":"class","class/aeyana; Hunter.json":"class","class/AgenderArcee; The Martial Ranger.json":"class","class/Alex Tanner; Tarocchi.json":"class","class/Anthony Vallozzi; Blue Traveler.json":"class","class/Arcane Athenaeum; Swordmage, A True Arcane Half-Caster.json":"class","class/Aron; Demi-Dragon.json":"class","class/Aussifer; Unchained Warlock.json":"class","class/Avaricium; Arbiter.json":"class","class/Avaricium; Herrscher of the Void.json":"class","class/badooga; Badooga's Psion.json":"class","class/badooga; Badooga's Warlord.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/Benjamin Huffman; Scholar.json":"class","class/Benjamin Huffman; Spiritualist.json":"class","class/Benjamin Huffman;The Magus.json":"class","class/Blake and Kevin (Blurhy); The Armiger.json":"class","class/Blubber Nibble; Noidrin's Record of Many Things.json":"class","class/Brad Johns; The Harbinger.json":"class","class/Bryan Williams; Wychlaran Witch.json":"class","class/CaelReader; Elegant Druid.json":"class","class/Casteliad; Shadow Assassin.json":"class","class/CJ Leung; The Channeler.json":"class","class/D&D Wiki; Swashbuckler.json":"class","class/D&D Wiki; Warpriest.json":"class","class/D'Artagnan; Summoner.json":"class","class/d'Artagnan; The Witch Knight.json":"class","class/DanDWiki; Luchador.json":"class","class/Deakin Bennett; The Noble.json":"class","class/Devikyn; Dragoon revisited.json":"class","class/devikyn; Eldritch Arcana.json":"class","class/devikyn; The Adaptive Ranger.json":"class","class/devikyn; The Tinker Class.json":"class","class/devikyn; Variant Sorcerer.json":"class","class/DM_Havuhk; The Witch.json":"class","class/DXHHH101, Sinder, Superxavman; Sorcerer, Revitalized.json":"class","class/DXHHH101; The Marksman.json":"class","class/Eric Nell; Plague Doctor.json":"class","class/Erikku Blade; Fate Weaver.json":"class","class/fanatic66; The Swordmage.json":"class","class/Fenrir-Hati-Skoll; Avenger.json":"class","class/Fiddlestics; Cultivator.json":"class","class/Foxfire94; Astartes Inititate.json":"class","class/Foxfire94; Blood Hunter Re-Balanced.json":"class","class/Foxfire94; Inquisitor.json":"class","class/Foxfire94; Lycanthrope.json":"class","class/Foxfire94; Spellblade.json":"class","class/Foxfire94; Vampire.json":"class","class/Fragsauce; Soul Binder Redux.json":"class","class/FragSauce; Soul Binder.json":"class","class/Ghostfire Gaming; Monster Hunter.json":"class","class/Giffyglyph; Class Compendium.json":"class","class/griff-mac; The Resourceful Ranger.json":"class","class/Heavyarms; Gunslinger.json":"class","class/Hukuna Dentata; The Commoner.json":"class","class/iamasecretwizard; Seeker.json":"class","class/InfKore; Disciple.json":"class","class/itsalittlewaterlizard; The Titan Class.json":"class","class/Izzy; Incarnate.json":"class","class/J.R. Raffles; The Ghost.json":"class","class/JK Colyer; Engineer.json":"class","class/johnofbohemia; Witcher Class.json":"class","class/Jonoman3000; Planeshifter.json":"class","class/KibblesTasty; Doggo Sidekick.json":"class","class/KibblesTasty; Inventor.json":"class","class/KibblesTasty; Occultist.json":"class","class/KibblesTasty; Psion.json":"class","class/KibblesTasty; Spellblade (Alpha).json":"class","class/KibblesTasty; Warlord.json":"class","class/Kyle Grant; The Scholar.json":"class","class/LaserLlama; Alternate Artificer.json":"class","class/LaserLlama; Alternate Barbarian.json":"class","class/LaserLlama; Alternate Bard.json":"class","class/LaserLlama; Alternate Blood Hunter.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/LaserLlama; Alternate Monk.json":"class","class/LaserLlama; Alternate Ranger.json":"class","class/LaserLlama; Alternate Rogue.json":"class","class/LaserLlama; Alternate Sorcerer.json":"class","class/LaserLlama; Commoner.json":"class","class/LaserLlama; Magus Class.json":"class","class/LaserLlama; Savant.json":"class","class/LaserLlama; The Psion.json":"class","class/LaserLlama; The Shaman.json":"class","class/LaserLlama; The Vessel.json":"class","class/LaserLlama; Warlord.json":"class","class/Layhnet; Variant Fighter.json":"class","class/lighthazard; Trainer.json":"class","class/ljdankov; BloodMage.json":"class","class/Mage Hand Press; Complete Binder.json":"class","class/Mage Hand Press; Vagabond.json":"class","class/Mal_Elemental; The Commoner.json":"class","class/Marc Wegmann; The Dream Shifter.json":"class","class/Matthew Mercer; Blood Hunter (2020).json":"class","class/Matthew Mercer; Blood Hunter (2022).json":"class","class/Matthew Mercer; Blood Hunter.json":"class","class/Matthew Mercer; Lingering Soul.json":"class","class/MCDM Productions; Beastheart.json":"class","class/MCDM Productions; The Illrigger Class.json":"class","class/McToomin27; Animus.json":"class","class/Middle Finger of Vecna; Alchemist Redux.json":"class","class/Middle Finger of Vecna; Alchemist.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Middle Finger of Vecna; Craftsman.json":"class","class/Middle Finger of Vecna; Warden.json":"class","class/Middle Finger of Vecna; Warmage.json":"class","class/Middle Finger of Vecna; Witch.json":"class","class/MisterThr33; Creature Cohorts, the Beholder.json":"class","class/MisterThr33; Creature Cohorts, the Lich.json":"class","class/Mkirshnikov; Juggernaut (v1).json":"class","class/Mkirshnikov; Juggernaut.json":"class","class/morethanwordscansay; Zoologist.json":"class","class/NEThingMagic; Card Slinger.json":"class","class/NewPageOfSwords; The Summoner.json":"class","class/Nimademe; Astrologer.json":"class","class/nomiddlename303; Rogue Optional Feature Debilitate.json":"class","class/pippochiri; The Edgelord.json":"class","class/Rain-Junkie; Dragon Knight.json":"class","class/Ranniery Jesuino; The Magus.json":"class","class/Reddit; The Dirge.json":"class","class/Rhyzler; Gunsmith.json":"class","class/Robert J Schwalb; Call to Arms The Warlord.json":"class","class/Sam Grierson; The Cook Class.json":"class","class/sonaplayer; The Customizable Artificer.json":"class","class/Spawn3601; Dream Weaver.json":"class","class/SwordMeow; The Atavist.json":"class","class/SwordMeow; Tweaked Sorcerer.json":"class","class/Tandra_Boy; The Empowered.json":"class","class/Taron Pounds; Merchant.json":"class","class/Team Morsa; Scion.json":"class","class/TheFlameTouched; Ranger (Revised Spell-less).json":"class","class/Tortoxicion; The Vessel.json":"class","class/Troubadore; Runeblade.json":"class","class/Troubadore; Versatile Ranger.json":"class","class/Tyeia; The Mystic Revised.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","class/Unearthed Aiircana Red Mage.json":"class","class/Unknown; Mech Pilot.json":"class","class/Usocolo123; Votarist.json":"class","class/Vincent Girgenti; The Nomad.json":"class","class/Vladimir Popov; Sorcerer Reworked.json":"class","class/VoyeurTheNinja; The Masked Hero.json":"class","class/Walrock Homebrew; Witch.json":"class","class/William Rotor; The Rouge.json":"class","class/Xesu; The Samurai.json":"class","class/xMartu; Surgebinder.json":"class","class/Zarieth; The Witch.json":"class","class/ZetFalcon; Card Dealer.json":"class","collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Daniel Whyte; Hidal's Tome of the Esoteric.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/Gustavo Ramirez; Zorindis Campaign Setting.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Middle Finger of Vecna; Channeler.json":"collection","collection/Middle Finger of Vecna; Gunslinger.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/Pimplup; Pale Knight.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Raul Rosa; The Spiritual Swordsman.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/Shadowsocks; Companion.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","feat/aeyana; Adventurer.json":"feat"},"classFeature":{"class/Aeron Drake; The Mesmer.json":"class","class/aeyana; Hunter.json":"class","class/AgenderArcee; The Martial Ranger.json":"class","class/Alex Tanner; Tarocchi.json":"class","class/Anthony Vallozzi; Blue Traveler.json":"class","class/Arcane Athenaeum; Swordmage, A True Arcane Half-Caster.json":"class","class/Aron; Demi-Dragon.json":"class","class/Aussifer; Unchained Warlock.json":"class","class/Avaricium; Arbiter.json":"class","class/Avaricium; Herrscher of the Void.json":"class","class/badooga; Badooga's Psion.json":"class","class/badooga; Badooga's Warlord.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/Benjamin Huffman; Scholar.json":"class","class/Benjamin Huffman; Spiritualist.json":"class","class/Benjamin Huffman;The Magus.json":"class","class/Blake and Kevin (Blurhy); The Armiger.json":"class","class/Blubber Nibble; Noidrin's Record of Many Things.json":"class","class/Brad Johns; The Harbinger.json":"class","class/Bryan Williams; Wychlaran Witch.json":"class","class/CaelReader; Elegant Druid.json":"class","class/Casteliad; Shadow Assassin.json":"class","class/CJ Leung; The Channeler.json":"class","class/D&D Wiki; Swashbuckler.json":"class","class/D&D Wiki; Warpriest.json":"class","class/D'Artagnan; Summoner.json":"class","class/d'Artagnan; The Witch Knight.json":"class","class/DanDWiki; Luchador.json":"class","class/Deakin Bennett; The Noble.json":"class","class/Devikyn; Dragoon revisited.json":"class","class/devikyn; Eldritch Arcana.json":"class","class/devikyn; The Adaptive Ranger.json":"class","class/devikyn; The Tinker Class.json":"class","class/devikyn; Variant Sorcerer.json":"class","class/DM_Havuhk; The Witch.json":"class","class/DXHHH101, Sinder, Superxavman; Sorcerer, Revitalized.json":"class","class/DXHHH101; The Marksman.json":"class","class/Eric Nell; Plague Doctor.json":"class","class/Erikku Blade; Fate Weaver.json":"class","class/fanatic66; The Swordmage.json":"class","class/Fenrir-Hati-Skoll; Avenger.json":"class","class/Fiddlestics; Cultivator.json":"class","class/Foxfire94; Astartes Inititate.json":"class","class/Foxfire94; Blood Hunter Re-Balanced.json":"class","class/Foxfire94; Inquisitor.json":"class","class/Foxfire94; Lycanthrope.json":"class","class/Foxfire94; Spellblade.json":"class","class/Foxfire94; Vampire.json":"class","class/Fragsauce; Soul Binder Redux.json":"class","class/FragSauce; Soul Binder.json":"class","class/Ghostfire Gaming; Monster Hunter.json":"class","class/Giffyglyph; Class Compendium.json":"class","class/griff-mac; The Resourceful Ranger.json":"class","class/Heavyarms; Gunslinger.json":"class","class/Hukuna Dentata; The Commoner.json":"class","class/iamasecretwizard; Seeker.json":"class","class/InfKore; Disciple.json":"class","class/itsalittlewaterlizard; The Titan Class.json":"class","class/Izzy; Incarnate.json":"class","class/J.R. Raffles; The Ghost.json":"class","class/JK Colyer; Engineer.json":"class","class/johnofbohemia; Witcher Class.json":"class","class/Jonoman3000; Planeshifter.json":"class","class/KibblesTasty; Doggo Sidekick.json":"class","class/KibblesTasty; Inventor.json":"class","class/KibblesTasty; Occultist.json":"class","class/KibblesTasty; Psion.json":"class","class/KibblesTasty; Spellblade (Alpha).json":"class","class/KibblesTasty; Warlord.json":"class","class/Kyle Grant; The Scholar.json":"class","class/LaserLlama; Alternate Artificer.json":"class","class/LaserLlama; Alternate Barbarian.json":"class","class/LaserLlama; Alternate Bard.json":"class","class/LaserLlama; Alternate Blood Hunter.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/LaserLlama; Alternate Monk.json":"class","class/LaserLlama; Alternate Ranger.json":"class","class/LaserLlama; Alternate Rogue.json":"class","class/LaserLlama; Alternate Sorcerer.json":"class","class/LaserLlama; Commoner.json":"class","class/LaserLlama; Magus Class.json":"class","class/LaserLlama; Savant.json":"class","class/LaserLlama; The Psion.json":"class","class/LaserLlama; The Shaman.json":"class","class/LaserLlama; The Vessel.json":"class","class/LaserLlama; Warlord.json":"class","class/Layhnet; Variant Fighter.json":"class","class/lighthazard; Trainer.json":"class","class/ljdankov; BloodMage.json":"class","class/Mage Hand Press; Complete Binder.json":"class","class/Mage Hand Press; Vagabond.json":"class","class/Mal_Elemental; The Commoner.json":"class","class/Marc Wegmann; The Dream Shifter.json":"class","class/Matthew Mercer; Blood Hunter (2020).json":"class","class/Matthew Mercer; Blood Hunter (2022).json":"class","class/Matthew Mercer; Blood Hunter.json":"class","class/Matthew Mercer; Lingering Soul.json":"class","class/MCDM Productions; Beastheart.json":"class","class/MCDM Productions; The Illrigger Class.json":"class","class/McToomin27; Animus.json":"class","class/Middle Finger of Vecna; Alchemist Redux.json":"class","class/Middle Finger of Vecna; Alchemist.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Middle Finger of Vecna; Craftsman.json":"class","class/Middle Finger of Vecna; Warden.json":"class","class/Middle Finger of Vecna; Warmage.json":"class","class/Middle Finger of Vecna; Witch.json":"class","class/MisterThr33; Creature Cohorts, the Beholder.json":"class","class/MisterThr33; Creature Cohorts, the Lich.json":"class","class/Mkirshnikov; Juggernaut (v1).json":"class","class/Mkirshnikov; Juggernaut.json":"class","class/morethanwordscansay; Zoologist.json":"class","class/NEThingMagic; Card Slinger.json":"class","class/NewPageOfSwords; The Summoner.json":"class","class/Nimademe; Astrologer.json":"class","class/nomiddlename303; Rogue Optional Feature Debilitate.json":"class","class/pippochiri; The Edgelord.json":"class","class/Rain-Junkie; Dragon Knight.json":"class","class/Ranniery Jesuino; The Magus.json":"class","class/Reddit; The Dirge.json":"class","class/Rhyzler; Gunsmith.json":"class","class/Robert J Schwalb; Call to Arms The Warlord.json":"class","class/Sam Grierson; The Cook Class.json":"class","class/sonaplayer; The Customizable Artificer.json":"class","class/Spawn3601; Dream Weaver.json":"class","class/SwordMeow; The Atavist.json":"class","class/SwordMeow; Tweaked Sorcerer.json":"class","class/Tandra_Boy; The Empowered.json":"class","class/Taron Pounds; Merchant.json":"class","class/Team Morsa; Scion.json":"class","class/TheFlameTouched; Ranger (Revised Spell-less).json":"class","class/Tortoxicion; The Vessel.json":"class","class/Troubadore; Runeblade.json":"class","class/Troubadore; Versatile Ranger.json":"class","class/Tyeia; The Mystic Revised.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","class/Unearthed Aiircana Red Mage.json":"class","class/Unknown; Mech Pilot.json":"class","class/Usocolo123; Votarist.json":"class","class/Vincent Girgenti; The Nomad.json":"class","class/Vladimir Popov; Sorcerer Reworked.json":"class","class/VoyeurTheNinja; The Masked Hero.json":"class","class/Walrock Homebrew; Witch.json":"class","class/William Rotor; The Rouge.json":"class","class/Xesu; The Samurai.json":"class","class/xMartu; Surgebinder.json":"class","class/Zarieth; The Witch.json":"class","class/ZetFalcon; Card Dealer.json":"class","collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/badooga; Martial Power.json":"collection","collection/Daniel Whyte; Hidal's Tome of the Esoteric.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/Gustavo Ramirez; Zorindis Campaign Setting.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Middle Finger of Vecna; Channeler.json":"collection","collection/Middle Finger of Vecna; Gunslinger.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/Pimplup; Pale Knight.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Raul Rosa; The Spiritual Swordsman.json":"collection","collection/Shadowsocks; Companion.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","feat/aeyana; Adventurer.json":"feat"},"foundryClassFeature":{"class/AgenderArcee; The Martial Ranger.json":"class","class/Aron; Demi-Dragon.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/Bryan Williams; Wychlaran Witch.json":"class","class/devikyn; The Adaptive Ranger.json":"class","class/devikyn; Variant Sorcerer.json":"class","class/Heavyarms; Gunslinger.json":"class","class/Mage Hand Press; Vagabond.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class"},"foundryRaceFeature":{"class/Aron; Demi-Dragon.json":"class","collection/Giddy; Goblin Wood II.json":"collection","race/thoroughlysketchy; Detect Greater Balance.json":"race"},"foundrySubclassFeature":{"class/Aron; Demi-Dragon.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/Blubber Nibble; Noidrin's Record of Many Things.json":"class","class/devikyn; The Adaptive Ranger.json":"class","class/Heavyarms; Gunslinger.json":"class","class/LaserLlama; Alternate Bard.json":"class","class/LaserLlama; The Shaman.json":"class","class/LaserLlama; The Vessel.json":"class","class/MCDM Productions; Beastheart.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Taron Pounds; Merchant.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","subclass/AmbyNavy and Moss; The Insatiable.json":"subclass","subclass/Dan Powell; Dragoon.json":"subclass","subclass/Jonoman3000; The Fallen.json":"subclass","subclass/Laserllama; Artificer Specialties & Infusion Options.json":"subclass","subclass/LaserLlama; Fighter Archetypes & Fighting Styles.json":"subclass","subclass/mwatts258; Anime Swordsman.json":"subclass"},"psionic":{"class/badooga; Badooga's Psion.json":"class","psionic/Sample - Giddy; Black Lily Techniques.json":"psionic"},"foundryMonster":{"class/MCDM Productions; Beastheart.json":"class"},"itemTypeAdditionalEntries":{"collection/Aeron Drake; Modern Handbook.json":"collection","item/Sample - Giddy; Hook of Butchery.json":"item"},"vehicleUpgrade":{"collection/Aeron Drake; Modern Handbook.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection"},"backgroundFluff":{"collection/Alex Clippinger; Tome of the Pact.json":"collection"},"makebrewCreatureTrait":{"collection/badooga; Badooga's Monster Guidelines.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","creature/badooga; Warlord Collection.json":"creature","makebrew/Modnar; Homebrew Traits.json":"makebrew"},"sense":{"collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","creature/MCDM Productions; Flee, Mortals!.json":"creature"},"roll20Spell":{"collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","spell/Sample - Giddy; Assorted Marginalia.json":"spell"},"recipe":{"collection/Modnar; Cooking and Brewing.json":"collection","recipe/Jef Aldreich; Dungeonmeister.json":"recipe","recipe/Lyra; Lyra's Dad's Chilli.json":"recipe","recipe/Sample - Giddy; Toast Sandwich.json":"recipe"},"deck":{"deck/Magic the Gathering; Elementals' Path.json":"deck","deck/WotC; Keys from the Golden Vault - Calling Cards.json":"deck","deck/Wyrmwood; Corrupted Tarot.json":"deck"},"card":{"deck/Magic the Gathering; Elementals' Path.json":"deck","deck/WotC; Keys from the Golden Vault - Calling Cards.json":"deck","deck/Wyrmwood; Corrupted Tarot.json":"deck"},"name":{"race/Middle Finger of Vecna; Monsters and Men.json":"race"},"foundrySpell":{"spell/Sample - Giddy; The Uninspired Guide to Wizardry.json":"spell"}} \ No newline at end of file +{"action":{"action/Sample - Giddy; Extinguish.json":"action","class/Giffyglyph; Class Compendium.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/badooga; Martial Power.json":"collection","collection/hafdon; zorq.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Normiespy96; Master Strikes.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","optionalfeature/Damian Steele; Exploits.json":"optionalfeature","variantrule/Modnar; Modnars Mission Mandates.json":"variantrule"},"adventure":{"adventure/Adventurers League; DDEX1-01 - Defiance in Phlan.json":"adventure","adventure/Adventurers League; DDEX1-02 - Secrets of Sokol Keep.json":"adventure","adventure/Adventurers League; DDEX1-03 - Shadows Over the Moonsea.json":"adventure","adventure/Adventurers League; DDEX1-04 - Dues for the Dead.json":"adventure","adventure/Adventurers League; DDIA-MORD Rrakkma.json":"adventure","adventure/Adventures Await; Shipwreck of the Sea Mephit.json":"adventure","adventure/Adventures Await; The Curse of Dusk Hollow.json":"adventure","adventure/Adventures Await; The Dueling Knight's Fungeon Dungeon.json":"adventure","adventure/Adventures Await; The Fangs of Zengar.json":"adventure","adventure/Adventures Await; Wrath of the Demon Lord.json":"adventure","adventure/Anthony Joyce; The Blood Hunter Adventure.json":"adventure","adventure/arcanist; The Delian Tomb.json":"adventure","adventure/D&D Beyond; Don't Say Vecna.json":"adventure","adventure/D&D Duet; First Blush.json":"adventure","adventure/D&D Duet; Second Glance.json":"adventure","adventure/D&D Duet; Third Times the Charm.json":"adventure","adventure/DMDave; Assault on Quabus.json":"adventure","adventure/Eventyr Games; Kraken's Gamble.json":"adventure","adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Kelsey Dionne; Temple of the Basilisk Cult.json":"adventure","adventure/Kelsey Dionne; The Secrets of Skyhorn Lighthouse.json":"adventure","adventure/Kobold Press; Book of Lairs.json":"adventure","adventure/Kobold Press; Tome of Beasts 2 Lairs.json":"adventure","adventure/Kobold Press; Tome of Beasts 3 Lairs.json":"adventure","adventure/Kurtis J Wiebe; The Hangover.json":"adventure","adventure/Limitless Adventures; Limitless Adventures.json":"adventure","adventure/Nerd Herd; Adventure Book - 1.json":"adventure","adventure/Sample - Giddy; Caverns of Catastrophe.json":"adventure","adventure/TragicMissile; Sacrifice of Innocence.json":"adventure","adventure/Winghorn Press; Wild Sheep Chase.json":"adventure","adventure/Wizards of the Coast; Barber of Silverymoon.json":"adventure","adventure/Wizards of the Coast; Crypts of Kelemvor.json":"adventure","adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 2.json":"book","book/MCDM Productions; Arcadia Issue 3.json":"book","book/MCDM Productions; Arcadia Issue 4.json":"book","book/MCDM Productions; Arcadia Issue 6.json":"book","book/Skip Wiliams; Book of Challenges.json":"book","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","creature/Onyx Path; Scarred Lands Creature Collection.json":"creature"},"adventureData":{"adventure/Adventurers League; DDEX1-01 - Defiance in Phlan.json":"adventure","adventure/Adventurers League; DDEX1-02 - Secrets of Sokol Keep.json":"adventure","adventure/Adventurers League; DDEX1-03 - Shadows Over the Moonsea.json":"adventure","adventure/Adventurers League; DDEX1-04 - Dues for the Dead.json":"adventure","adventure/Adventurers League; DDIA-MORD Rrakkma.json":"adventure","adventure/Adventures Await; Shipwreck of the Sea Mephit.json":"adventure","adventure/Adventures Await; The Curse of Dusk Hollow.json":"adventure","adventure/Adventures Await; The Dueling Knight's Fungeon Dungeon.json":"adventure","adventure/Adventures Await; The Fangs of Zengar.json":"adventure","adventure/Adventures Await; Wrath of the Demon Lord.json":"adventure","adventure/Anthony Joyce; The Blood Hunter Adventure.json":"adventure","adventure/arcanist; The Delian Tomb.json":"adventure","adventure/D&D Beyond; Don't Say Vecna.json":"adventure","adventure/D&D Duet; First Blush.json":"adventure","adventure/D&D Duet; Second Glance.json":"adventure","adventure/D&D Duet; Third Times the Charm.json":"adventure","adventure/DMDave; Assault on Quabus.json":"adventure","adventure/Eventyr Games; Kraken's Gamble.json":"adventure","adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Kelsey Dionne; Temple of the Basilisk Cult.json":"adventure","adventure/Kelsey Dionne; The Secrets of Skyhorn Lighthouse.json":"adventure","adventure/Kobold Press; Book of Lairs.json":"adventure","adventure/Kobold Press; Tome of Beasts 2 Lairs.json":"adventure","adventure/Kobold Press; Tome of Beasts 3 Lairs.json":"adventure","adventure/Kurtis J Wiebe; The Hangover.json":"adventure","adventure/Limitless Adventures; Limitless Adventures.json":"adventure","adventure/Nerd Herd; Adventure Book - 1.json":"adventure","adventure/Sample - Giddy; Caverns of Catastrophe.json":"adventure","adventure/TragicMissile; Sacrifice of Innocence.json":"adventure","adventure/Winghorn Press; Wild Sheep Chase.json":"adventure","adventure/Wizards of the Coast; Barber of Silverymoon.json":"adventure","adventure/Wizards of the Coast; Crypts of Kelemvor.json":"adventure","adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 2.json":"book","book/MCDM Productions; Arcadia Issue 3.json":"book","book/MCDM Productions; Arcadia Issue 4.json":"book","book/MCDM Productions; Arcadia Issue 6.json":"book","book/Skip Wiliams; Book of Challenges.json":"book","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","creature/Onyx Path; Scarred Lands Creature Collection.json":"creature"},"monster":{"adventure/Adventurers League; DDEX1-03 - Shadows Over the Moonsea.json":"adventure","adventure/Adventurers League; DDEX1-04 - Dues for the Dead.json":"adventure","adventure/Adventures Await; The Curse of Dusk Hollow.json":"adventure","adventure/Adventures Await; The Dueling Knight's Fungeon Dungeon.json":"adventure","adventure/Adventures Await; The Fangs of Zengar.json":"adventure","adventure/Adventures Await; Wrath of the Demon Lord.json":"adventure","adventure/Anthony Joyce; The Blood Hunter Adventure.json":"adventure","adventure/arcanist; The Delian Tomb.json":"adventure","adventure/D&D Beyond; Don't Say Vecna.json":"adventure","adventure/D&D Duet; First Blush.json":"adventure","adventure/D&D Duet; Second Glance.json":"adventure","adventure/D&D Duet; Third Times the Charm.json":"adventure","adventure/Eventyr Games; Kraken's Gamble.json":"adventure","adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Kelsey Dionne; Temple of the Basilisk Cult.json":"adventure","adventure/Kelsey Dionne; The Secrets of Skyhorn Lighthouse.json":"adventure","adventure/Kobold Press; Book of Lairs.json":"adventure","adventure/Kobold Press; Tome of Beasts 2 Lairs.json":"adventure","adventure/Kobold Press; Tome of Beasts 3 Lairs.json":"adventure","adventure/TragicMissile; Sacrifice of Innocence.json":"adventure","adventure/Winghorn Press; Wild Sheep Chase.json":"adventure","adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/aeyana; The Book of Hordes.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/Ghostfire Gaming; The Seeker's Guide to Twisted Taverns.json":"book","book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":"book","book/HapHazred; Blood in the Company - Players Introduction.json":"book","book/Justice Arman; Devil's Advocate A Guide to Infernal Contracts.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 2.json":"book","book/MCDM Productions; Arcadia Issue 4.json":"book","book/MCDM Productions; Arcadia Issue 5.json":"book","book/MCDM Productions; Arcadia Issue 6.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/MCDM Productions; Arcadia Issue 8.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","book/Walrock Homebrew; Traders and Merchants.json":"book","class/AgenderArcee; The Martial Ranger.json":"class","class/Aron; Demi-Dragon.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/Benjamin Huffman;The Magus.json":"class","class/Brad Johns; The Harbinger.json":"class","class/CJ Leung; The Channeler.json":"class","class/Devikyn; Dragoon revisited.json":"class","class/devikyn; Eldritch Arcana.json":"class","class/devikyn; The Adaptive Ranger.json":"class","class/devikyn; The Tinker Class.json":"class","class/devikyn; Variant Sorcerer.json":"class","class/Erikku Blade; Fate Weaver.json":"class","class/Foxfire94; Blood Hunter Re-Balanced.json":"class","class/Foxfire94; Lycanthrope.json":"class","class/Foxfire94; Vampire.json":"class","class/Fragsauce; Soul Binder Redux.json":"class","class/FragSauce; Soul Binder.json":"class","class/Giffyglyph; Class Compendium.json":"class","class/Izzy; Incarnate.json":"class","class/KibblesTasty; Inventor.json":"class","class/KibblesTasty; Psion.json":"class","class/LaserLlama; Alternate Artificer.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/LaserLlama; Alternate Ranger.json":"class","class/LaserLlama; Commoner.json":"class","class/LaserLlama; Magus Class.json":"class","class/LaserLlama; The Shaman.json":"class","class/LaserLlama; The Vessel.json":"class","class/lighthazard; Trainer.json":"class","class/Marc Wegmann; The Dream Shifter.json":"class","class/MCDM Productions; Beastheart.json":"class","class/MCDM Productions; The Illrigger Class.json":"class","class/McToomin27; Animus.json":"class","class/morethanwordscansay; Zoologist.json":"class","class/Rain-Junkie; Dragon Knight.json":"class","class/Taron Pounds; Merchant.json":"class","class/Tortoxicion; The Vessel.json":"class","collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":"collection","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Amellwind; Monster Hunter Monster Manual.json":"collection","collection/Amratat; Dark Souls III - Lord Seeker's Compendium.json":"collection","collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords.json":"collection","collection/badooga; Badooga's Exploration Guidelines.json":"collection","collection/badooga; Badooga's Monster Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/Clippinger, Alex; Monsters Without Borders.json":"collection","collection/Creature Club; Creature Club Homebrew Collection.json":"collection","collection/D&D Wiki; Killer Rabbit.json":"collection","collection/Daniel Nnorth; MTG Slivers and Magical Items.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/Dillan Ackerman; Quabis's Guide to Chronomancy.json":"collection","collection/DMs Guild; Archetypes of Eberron.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; Thay Land of the Red Wizards.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Eventyr Games; Enhanced Fiends.json":"collection","collection/Garlumpkin; GarlumpkinsMonsters.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Godfall; Godfall.json":"collection","collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":"collection","collection/Grimley533; Player's Guide to Insectopia.json":"collection","collection/hafdon; zorq.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/JasonNewby; Durnan's Guide to Tavernkeeping.json":"collection","collection/Jetpack7; Gods and Goddesses Redux.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Jonoman3000; Sprouting Chaos Player's Companion.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/KajaGrae; Fang Dragons.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":"collection","collection/Kobold Press; Deep Magic 04 Illumination Magic.json":"collection","collection/Kobold Press; Deep Magic for 5th Edition.json":"collection","collection/Kobold Press; Expanding Codex.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lambros009; Illivar's Guide to Nullification.json":"collection","collection/Legendary Games; Royal Tournaments.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Middle Finger of Vecna; Evil Archetypes.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Middle Finger of Vecna; The Oozemasters Apprentice .json":"collection","collection/Mike Mearls; Livestream and Twitter.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate NPCs Skulduggery.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/Setanna; Setanna's Homebrew.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/ukyo; A Guide to Magical Tattoos v4.json":"collection","collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":"collection","collection/Walrock Homebrew; Lera!.json":"collection","collection/Wizards of the Coast; Dragon Magazine.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Acheron; Dante's Inferno.json":"creature","creature/Adventurers League; DDEP3 Blood Above, Blood Below.json":"creature","creature/Alex Clippinger; Ezmerelda's Encyclopedia of Evil.json":"creature","creature/Andrew Cawood; Monsters of the Underworld.json":"creature","creature/Angry Golem Games; Monster Manual (A-G).json":"creature","creature/Angry Golem Games; Monster Manual (H-M).json":"creature","creature/Angry Golem Games; Monster Manual (N-S).json":"creature","creature/Anthony Turco; Korranberg Chronicle's Threat Dispatch.json":"creature","creature/Anthony Turco; Nightmare on the Mournland Express.json":"creature","creature/badooga; Ankheg Catalogue.json":"creature","creature/badooga; Better Greatwyrms.json":"creature","creature/badooga; Daedric Imports.json":"creature","creature/badooga; Minecraft 5e.json":"creature","creature/badooga; Warlord Collection.json":"creature","creature/Ben Luke; Skyrim Homebrew.json":"creature","creature/BoltNineHomebrew; Monsters of the Apocalypse.json":"creature","creature/BoltNineHomebrew; The King's Army - Complete Monster Pack.json":"creature","creature/Chris Avellone; Planescape Torment Bestiary.json":"creature","creature/Conflux; Conflux's Zombies.json":"creature","creature/D&D 4ed; Dark Sun Creature Catalog.json":"creature","creature/D&D Wiki; Rabbit and Squirrel.json":"creature","creature/Darkest Dungeon - Horrors of the Dark.json":"creature","creature/Darrin Scott; 35 Versatile NPCs.json":"creature","creature/DMDave; NPC Collection Blog.json":"creature","creature/DMSGuild; Community Ravenloft Collection.json":"creature","creature/Dragonix; Dragonix's Deadly Denizens 1.json":"creature","creature/Dragonix; Monster Manual Expanded (v1).json":"creature","creature/Dragonix; Monster Manual Expanded II (v1).json":"creature","creature/Dragonix; Monster Manual Expanded II (v2).json":"creature","creature/Dragonix; Monster Manual Expanded III.json":"creature","creature/Dungeon Dad; Dungeon Dad Statblocks.json":"creature","creature/filmatra; Armies of War.json":"creature","creature/Foxfire94; Eighteen Sons of The Lightning Lord.json":"creature","creature/Foxfire94; Honourable Heroes.json":"creature","creature/Frog God Games; Fifth Edition Foes.json":"creature","creature/Glen Cooper; Monsters of the Guild.json":"creature","creature/Goblin Punch; The False Hydra.json":"creature","creature/Igor Moreno; Barovian Vampires.json":"creature","creature/Isabel Beis; Critter Compendium.json":"creature","creature/Jade Jawhara; Jade's Crate of Many.json":"creature","creature/Jonoman3000; Monster Module.json":"creature","creature/Kari Hoffren; Melvin's Minute Monsterium; Swamps & Sewers.json":"creature","creature/Kobold Press; Creature Codex.json":"creature","creature/Kobold Press; Gem Dragons of Faerun.json":"creature","creature/Kobold Press; Tome of Beasts 2.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Tome of Beasts.json":"creature","creature/Kobold Press; Warlock Issue 29 - Planar Bestiary.json":"creature","creature/Kyle Balda; Dragon+ 21 - Minion Mayhem.json":"creature","creature/Lair of Dragons; 5 High Level Villains.json":"creature","creature/MCDM Productions; Flee, Mortals! Packet 1.json":"creature","creature/MCDM Productions; Flee, Mortals! preview.json":"creature","creature/MCDM Productions; Flee, Mortals!.json":"creature","creature/Metabot; Handbook of Slime Rheology.json":"creature","creature/Michael J Winegar; Wanted Scores.json":"creature","creature/michifromkmk; The Fluffy Folio.json":"creature","creature/Middle Finger of Vecna; Lovecraftian Monsters.json":"creature","creature/Mistfactor Press; Darklords & Domains.json":"creature","creature/Modnar; NPCs.json":"creature","creature/MrVauxs and Kanekuo; Goblin Pack.json":"creature","creature/Narzghal; Vladimir, the Crimson Reaper.json":"creature","creature/Nerzugal Role-Playing; Nerzugal's Extended Bestiary.json":"creature","creature/Nicksoliss; The Seven Dragon Overlords.json":"creature","creature/Nord Games; Ultimate Bestiary The Dreaded Accursed.json":"creature","creature/Oh_Hi_Mark_; Conflux Creatures.json":"creature","creature/Oliver Clegg, Cat Evans, Jessica Marcrum; Bearthazar's House of Familiars.json":"creature","creature/Onyx Path; Scarred Lands Creature Collection.json":"creature","creature/Regerem; Book of Beautiful Horrors.json":"creature","creature/Robert J. Schwalb; The Book of Fiends.json":"creature","creature/Rodrigo Kuerten; Warlords of Avernus.json":"creature","creature/Rynosaur94; Planeshift Equestria Bestiary.json":"creature","creature/Sample - Giddy; Oaken Bolter.json":"creature","creature/Sean McGovern; Emirkol's Guide to Devils.json":"creature","creature/Skitter; Skitter's Epic Beings - Tiamat.json":"creature","creature/Sonixverse Labs; Expanded Floral Compendium.json":"creature","creature/Sonixverse Labs; Expanded Sentient Plants.json":"creature","creature/Sonixverse; Expanded Illithids.json":"creature","creature/StoneStrix; Monster a Day Compendium.json":"creature","creature/swtfoley1; Brides & Consorts of Stradh.json":"creature","creature/Tales of Exandria Monstruary.json":"creature","creature/teqqqie; Weird Flavor Creatures.json":"creature","creature/Tercept; Tercept's Terrifying Thoughts.json":"creature","creature/The_Unapproachable; Fighting Chance.json":"creature","creature/The_Unapproachable; Veiled Threats.json":"creature","creature/Various; Adventurers League.json":"creature","creature/Web Community; Community Aberration Creature Collection.json":"creature","creature/Web Community; Community Aberration Legendary Creature Collection.json":"creature","creature/Web Community; Community Construct Creature Collection.json":"creature","creature/Web Community; Community Elemental Creature Collection.json":"creature","creature/Web Community; Community Fey,Faeries Creature Collection.json":"creature","creature/Web Community; Community Fey,Faeries Legendary Creature Collection.json":"creature","creature/Web Community; Community Fiend Creature Collection.json":"creature","creature/Web Community; Community Humanoid Creature Collection.json":"creature","creature/Web Community; Community Humanoid Drow.json":"creature","creature/Web Community; Community Humanoid Gnoll Creature Collection.json":"creature","creature/Web Community; Community Humanoid Legendary Creature Collection.json":"creature","creature/Web Community; Community Humanoid Orc,Goblin,Hobgoblin Creature Collection.json":"creature","creature/Web Community; Community Humanoid Special Creature Collection.json":"creature","creature/Web Community; Community Monstrosity Creature Collection.json":"creature","creature/Web Community; Community Monstrosity Legendary Creature Collection.json":"creature","creature/Web Community; Community Ravenloft Collection.json":"creature","creature/Web Community; Community Undead Creature Collection.json":"creature","creature/Web Community; Community Undead Legendary Creature Collection.json":"creature","creature/Web Community; Community Villains Lore (Deities, Monster) Legendary Creature Collection.json":"creature","creature/Wizards of the Coast; Errata Spellcasters.json":"creature","creature/Wizards of the Coast; Farideh.json":"creature","creature/Wizards of the Coast; Sword Coast Legends NPCs.json":"creature","creature/World Builder Blog; Catastrophic Dragons.json":"creature","item/Bogdan Max; Bogo's Homebrews.json":"item","item/DMsGuild Community; Artifacts of the Guild.json":"item","item/Faolyn; Encyclopedia Magica.json":"item","optionalfeature/Damian Steele; Exploits.json":"optionalfeature","race/Foxfire94; Gnoll, Kitsune, Man-Ogre, Rat-men Races.json":"race","race/StarSailGames; Ratfolk Player Race.json":"race","spell/Faolyn; The (In)Complete Tome of Spells.json":"spell","spell/Jessica Wolfman; The (Not Really) Complete Tome of Spells.json":"spell","spell/KibblesTasty; Kibbles' Casting Compendium.json":"spell","spell/KibblesTasty; Summoning Spells.json":"spell","spell/Portent Press; Orana's Expanded Spellbook.json":"spell","spell/Rynosaur; Archive of Arcane Aggression.json":"spell","spell/Sonixerse; Expanded Floran Spells.json":"spell","spell/Walrock Homebrew; Codex of Technomancy.json":"spell","subclass/Alexander Smith; The Spellscarred Sorcerous Origin.json":"subclass","subclass/davedeoreo; Circle of Scales.json":"subclass","subclass/DrRichtoffen; The Ghost Train.json":"subclass","subclass/FrenchTech16; Dearly Departed Patron.json":"subclass","subclass/Gannoh2; The Hero Warlock.json":"subclass","subclass/Ghostfire Gaming; Artificer Subclasses.json":"subclass","subclass/Hicks Homebrew; Inner Visage Sorcerous Origin.json":"subclass","subclass/Ken_Silverwood; Eldritch Champion.json":"subclass","subclass/LaserLlama; Bard Colleges.json":"subclass","subclass/LaserLlama; Fighter Archetypes & Fighting Styles.json":"subclass","subclass/MrDoctorJunior; Shadow Sorcerer (Revised).json":"subclass","subclass/Neverending Codex; Soulkeeper Ranger.json":"subclass","subclass/NotTheSmooze; The Falconer.json":"subclass","subclass/PosTavern; Artificer Specialist - Caravaneer.json":"subclass","subclass/PosTavern; Circle of the Dragon.json":"subclass","subclass/SrVolk; Mechaneer Artificer Specilization.json":"subclass","subclass/xyianth; Rogue Archetype - Phantom Blade.json":"subclass","table/Michael J Winegar; Inns and Taverns by Lifestyle.json":"table"},"item":{"adventure/Adventures Await; The Curse of Dusk Hollow.json":"adventure","adventure/Adventures Await; The Fangs of Zengar.json":"adventure","adventure/arcanist; The Delian Tomb.json":"adventure","adventure/D&D Duet; Second Glance.json":"adventure","adventure/D&D Duet; Third Times the Charm.json":"adventure","adventure/DMDave; Assault on Quabus.json":"adventure","adventure/Eventyr Games; Kraken's Gamble.json":"adventure","adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Kobold Press; Book of Lairs.json":"adventure","adventure/Kobold Press; Tome of Beasts 2 Lairs.json":"adventure","adventure/Kobold Press; Tome of Beasts 3 Lairs.json":"adventure","adventure/TragicMissile; Sacrifice of Innocence.json":"adventure","adventure/Winghorn Press; Wild Sheep Chase.json":"adventure","adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","background/D&D Wiki; Featured Quality Backgrounds.json":"background","book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/aeyana; The Book of Hordes.json":"book","book/Dungeon Rollers; Ancestral Weapons.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/Giddy; Sane Magic Item Prices Expanded.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 4.json":"book","book/MCDM Productions; Arcadia Issue 6.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/MCDM Productions; Arcadia Issue 8.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","book/Walrock Homebrew; Traders and Merchants.json":"book","book/Zachary Truscott, Nelson DeMeester; Grom's Guide to Potion Brewing.json":"book","class/AgenderArcee; The Martial Ranger.json":"class","class/Aron; Demi-Dragon.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/Benjamin Huffman; Spiritualist.json":"class","class/Benjamin Huffman;The Magus.json":"class","class/Blake and Kevin (Blurhy); The Armiger.json":"class","class/Bryan Williams; Wychlaran Witch.json":"class","class/D&D Wiki; Swashbuckler.json":"class","class/Deakin Bennett; The Noble.json":"class","class/devikyn; The Tinker Class.json":"class","class/DXHHH101; The Marksman.json":"class","class/Erikku Blade; Fate Weaver.json":"class","class/Heavyarms; Gunslinger.json":"class","class/JK Colyer; Engineer.json":"class","class/KibblesTasty; Occultist.json":"class","class/Kyle Grant; The Scholar.json":"class","class/MCDM Productions; Beastheart.json":"class","class/McToomin27; Animus.json":"class","class/Middle Finger of Vecna; Alchemist Redux.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Middle Finger of Vecna; Craftsman.json":"class","class/morethanwordscansay; Zoologist.json":"class","class/Tandra_Boy; The Empowered.json":"class","collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":"collection","collection/Aeron Drake; Modern Handbook.json":"collection","collection/aeyana; Mashiros Manual of Monstrous Magic.json":"collection","collection/Alex Clippinger; Tome of the Pact.json":"collection","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Amratat; Dark Souls III - Lord Seeker's Compendium.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Ashley May; Festival, Feats, and Fairs.json":"collection","collection/badooga; Badooga's Exploration Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Benjamin Huffman Ross Leiser; The Complete Martialist Handbook.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/D&D Wiki; Killer Rabbit.json":"collection","collection/Dalagrath; Herbalism and Alchemy.json":"collection","collection/Daniel Nnorth; MTG Slivers and Magical Items.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Giddy; Goblin Wood II.json":"collection","collection/Godfall; Godfall.json":"collection","collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":"collection","collection/hafdon; zorq.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Janet Neilson; Dodecronomicon Presents Arcane Ink.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/Jeremy Forbing; Elminsters Guide to Magic.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/Kaiburr_Kath-Hound; Sarguro's Compendium of Odds and Ends.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Deep Magic 17 Mythos Magic.json":"collection","collection/Kobold Press; Deep Magic Backgrounds, Feats, & Subclasses.json":"collection","collection/Kobold Press; Expanding Codex.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lambros009; Illivar's Guide to Nullification.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Michael LaBossiere; Mike's free Encounters.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Middle Finger of Vecna; Sentinels of the Multiverse.json":"collection","collection/Modnar; Cooking and Brewing.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate NPCs Skulduggery.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/PD Jakobs; Festival Guide.json":"collection","collection/Pimplup; Pale Knight.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/SailorCat; GachaBox.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/Setanna; Setanna's Homebrew.json":"collection","collection/Shadowsocks; Companion.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Sokan; Yastah.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Tercept; knerd.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/ukyo; A Guide to Magical Tattoos v4.json":"collection","collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Andrew Cawood; Monsters of the Underworld.json":"creature","creature/Dungeon Dad; Dungeon Dad Statblocks.json":"creature","creature/Foxfire94; Eighteen Sons of The Lightning Lord.json":"creature","creature/Foxfire94; Honourable Heroes.json":"creature","creature/Kobold Press; Creature Codex.json":"creature","creature/Kobold Press; Tome of Beasts 2.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Tome of Beasts.json":"creature","creature/Lair of Dragons; 5 High Level Villains.json":"creature","creature/MCDM Productions; Flee, Mortals! Packet 1.json":"creature","creature/MCDM Productions; Flee, Mortals! preview.json":"creature","creature/MCDM Productions; Flee, Mortals!.json":"creature","creature/Onyx Path; Scarred Lands Creature Collection.json":"creature","creature/Regerem; Book of Beautiful Horrors.json":"creature","creature/Robert J. Schwalb; The Book of Fiends.json":"creature","creature/Rodrigo Kuerten; Warlords of Avernus.json":"creature","creature/Sean McGovern; Emirkol's Guide to Devils.json":"creature","feat/ImFromNASA; Talent Trees (Modified).json":"feat","item/5eTools; Spell Components (inc. UA).json":"item","item/AeronDrake; Modular Magic Items.json":"item","item/Aofhaocv; Common Magic Items.json":"item","item/ArcanaGames; Visions of the Vault.json":"item","item/ArmedPirate; Hoard of Kryx the Dragon.json":"item","item/ASunlessSky; Christmas 100 Magic Items.json":"item","item/Bogdan Max; Bogo's Homebrews.json":"item","item/Brewski; Thoughts and Prayers.json":"item","item/CrazyBastard; Exotic Weapons and Items.json":"item","item/DMsGuild Community; Artifacts of the Guild.json":"item","item/Faolyn; Encyclopedia Magica.json":"item","item/Foxfire94; Armour, Items, and Weapons Galore.json":"item","item/FreshRad Games; Companions Vault.json":"item","item/Frog God Games; Bard's Gate.json":"item","item/Gary Flannel; Better Than Naught Magical Items.json":"item","item/Gemhammer Games; Gemhammer Deck of Plunder - Heartshine Edit.json":"item","item/Giffyglyph; Arcane Jewels.json":"item","item/griff-mac; The Griffon's Saddlebag.json":"item","item/hakr14; Weave of Karo - Items.json":"item","item/Jafner; Exotic Weapons.json":"item","item/JJskywalker; Items of Thereafter.json":"item","item/Jon Bupp; Bazaar of the Bizarre Archer's Best Friend.json":"item","item/Libedrator Earl; Trick Arrows.json":"item","item/M Jason Parent; Three Arrows for the King.json":"item","item/M.T. Black; Mordenkainen's Tome of Marvelous Magic.json":"item","item/Numbers1999; Sword of 10000 Cuts.json":"item","item/Sample - Giddy; Hook of Butchery.json":"item","item/ShamusAran; Bargain Magic Rings.json":"item","item/ShamusAran; Satchel of Unmet Needs.json":"item","item/Shamus_Aran; Crazy Jarls Discount Magic Shop.json":"item","item/Shaun Ellis; Magical Cosmetics.json":"item","item/TheApoApostolov; Items for Grit and Glory.json":"item","item/Web Community; Community Items Collection.json":"item","item/Web Community; Shops of Barovia.json":"item","item/Yonael; Firearms of the Realm.json":"item","race/Middle Finger of Vecna; Monsters and Men.json":"race","subclass/Aevilok; Craftsman.json":"subclass","subclass/Alexander Smith; The Spellscarred Sorcerous Origin.json":"subclass","subclass/Ghostfire Gaming; Artificer Subclasses.json":"subclass","subclass/Jake Hilton; Hoard of Heroes.json":"subclass","subclass/Matthew Mercer; Gunslinger.json":"subclass","subclass/Middle Finger of Vecna; Class Packs.json":"subclass","subclass/Middle Finger of Vecna; Waste Update.json":"subclass","subclass/Zixtank; The Grenadier Artificer Specialization.json":"subclass","table/Modnar; Modnars Marvelous Miscellany - Tables & Trinkets.json":"table"},"optionalfeature":{"adventure/Anthony Joyce; The Blood Hunter Adventure.json":"adventure","book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/D. Larson; Ritual Grafting.json":"book","book/Dungeon Rollers; Ancestral Weapons.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":"book","book/Justice Arman; Devil's Advocate A Guide to Infernal Contracts.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","class/AgenderArcee; The Martial Ranger.json":"class","class/Anthony Vallozzi; Blue Traveler.json":"class","class/Aron; Demi-Dragon.json":"class","class/Aussifer; Unchained Warlock.json":"class","class/Avaricium; Arbiter.json":"class","class/Avaricium; Herrscher of the Void.json":"class","class/Benjamin Huffman; Scholar.json":"class","class/Benjamin Huffman; Spiritualist.json":"class","class/Blubber Nibble; Noidrin's Record of Many Things.json":"class","class/Brad Johns; The Harbinger.json":"class","class/Bryan Williams; Wychlaran Witch.json":"class","class/CJ Leung; The Channeler.json":"class","class/D&D Wiki; Swashbuckler.json":"class","class/D'Artagnan; Summoner.json":"class","class/d'Artagnan; The Witch Knight.json":"class","class/devikyn; Eldritch Arcana.json":"class","class/devikyn; The Tinker Class.json":"class","class/devikyn; Variant Sorcerer.json":"class","class/DM_Havuhk; The Witch.json":"class","class/DXHHH101; The Marksman.json":"class","class/Fiddlestics; Cultivator.json":"class","class/Foxfire94; Blood Hunter Re-Balanced.json":"class","class/Foxfire94; Lycanthrope.json":"class","class/Fragsauce; Soul Binder Redux.json":"class","class/Giffyglyph; Class Compendium.json":"class","class/griff-mac; The Resourceful Ranger.json":"class","class/Heavyarms; Gunslinger.json":"class","class/iamasecretwizard; Seeker.json":"class","class/InfKore; Disciple.json":"class","class/J.R. Raffles; The Ghost.json":"class","class/JK Colyer; Engineer.json":"class","class/johnofbohemia; Witcher Class.json":"class","class/Jonoman3000; Planeshifter.json":"class","class/KibblesTasty; Inventor.json":"class","class/KibblesTasty; Occultist.json":"class","class/KibblesTasty; Psion.json":"class","class/KibblesTasty; Spellblade (Alpha).json":"class","class/Kyle Grant; The Scholar.json":"class","class/LaserLlama; Alternate Artificer.json":"class","class/LaserLlama; Alternate Barbarian.json":"class","class/LaserLlama; Alternate Bard.json":"class","class/LaserLlama; Alternate Blood Hunter.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/LaserLlama; Alternate Monk.json":"class","class/LaserLlama; Alternate Ranger.json":"class","class/LaserLlama; Alternate Rogue.json":"class","class/LaserLlama; Alternate Sorcerer.json":"class","class/LaserLlama; Commoner.json":"class","class/LaserLlama; Magus Class.json":"class","class/LaserLlama; Savant.json":"class","class/LaserLlama; The Psion.json":"class","class/LaserLlama; The Shaman.json":"class","class/LaserLlama; The Vessel.json":"class","class/LaserLlama; Warlord.json":"class","class/Layhnet; Variant Fighter.json":"class","class/ljdankov; BloodMage.json":"class","class/Mage Hand Press; Complete Binder.json":"class","class/Mage Hand Press; Vagabond.json":"class","class/Marc Wegmann; The Dream Shifter.json":"class","class/Matthew Mercer; Blood Hunter (2020).json":"class","class/Matthew Mercer; Blood Hunter (2022).json":"class","class/MCDM Productions; Beastheart.json":"class","class/McToomin27; Animus.json":"class","class/Middle Finger of Vecna; Alchemist Redux.json":"class","class/Middle Finger of Vecna; Alchemist.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Middle Finger of Vecna; Warmage.json":"class","class/Middle Finger of Vecna; Witch.json":"class","class/morethanwordscansay; Zoologist.json":"class","class/NewPageOfSwords; The Summoner.json":"class","class/nomiddlename303; Rogue Optional Feature Debilitate.json":"class","class/Ranniery Jesuino; The Magus.json":"class","class/Reddit; The Dirge.json":"class","class/Rhyzler; Gunsmith.json":"class","class/Sam Grierson; The Cook Class.json":"class","class/SwordMeow; Tweaked Sorcerer.json":"class","class/Tandra_Boy; The Empowered.json":"class","class/Taron Pounds; Merchant.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","class/Unknown; Mech Pilot.json":"class","class/Usocolo123; Votarist.json":"class","class/Vincent Girgenti; The Nomad.json":"class","class/Vladimir Popov; Sorcerer Reworked.json":"class","class/Walrock Homebrew; Witch.json":"class","class/William Rotor; The Rouge.json":"class","class/Zarieth; The Witch.json":"class","collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":"collection","collection/Alex Clippinger; Tome of the Pact.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/badooga; Martial Power.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Clan Crafter Hralding; The Martial Arms Training Manual.json":"collection","collection/Daniel Whyte; Hidal's Tome of the Esoteric.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMs Guild; Archetypes of Eberron.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Eva Brown; Hidden Oddities A Witch's Primer.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Grimley533; Player's Guide to Insectopia.json":"collection","collection/Harry Florence; Enchanted Tattoos for 5e.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Jonoman3000; Sprouting Chaos Player's Companion.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/Kaiburr_Kath-Hound; Sarguro's Compendium of Odds and Ends.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":"collection","collection/Kobold Press; Deep Magic 14 Elemental Magic.json":"collection","collection/Kobold Press; Deep Magic Backgrounds, Feats, & Subclasses.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lambros009; Illivar's Guide to Nullification.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Luminagi; Illyria - Optional Class Features.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Middle Finger of Vecna; Evil Archetypes.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Middle Finger of Vecna; Sentinels of the Multiverse.json":"collection","collection/Mike Mearls; Livestream and Twitter.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Normiespy96; Master Strikes.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/Pimplup; Pale Knight.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/Raul Rosa; The Spiritual Swordsman.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/Shadowsocks; Companion.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/ukyo; A Guide to Magical Tattoos v4.json":"collection","collection/Vorpal Dice Press; Variant Fighter.json":"collection","collection/White Wolf; Relics and Rituals.json":"collection","collection/Yesterday; Class Passives & Feat Tiering.json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Kobold Press; Tome of Beasts.json":"creature","creature/MCDM Productions; Flee, Mortals!.json":"creature","optionalfeature/Ascended_Bebop; Pact of the Claw.json":"optionalfeature","optionalfeature/Damian Steele; Exploits.json":"optionalfeature","optionalfeature/DawnforgedCast; Warlock Invocations Reforged.json":"optionalfeature","optionalfeature/Dragonix; Character Options Talents Book 1.json":"optionalfeature","optionalfeature/Dragonix; Character Options Talents Book 2.json":"optionalfeature","optionalfeature/Middle Finger of Vecna; Metamagic.json":"optionalfeature","optionalfeature/Reddit; Reddit Fighting Styles Unearthed Arcana.json":"optionalfeature","optionalfeature/Sample - Giddy; Mark of Pain, Ancient Enmity.json":"optionalfeature","optionalfeature/Sandwichbear; Notes from the Far Realm.json":"optionalfeature","optionalfeature/Web Community; Community Homebrew Optional Features.json":"optionalfeature","race/Benjamin Huffman; Saurian Race.json":"race","race/DanDWiki; Elf Orc.json":"race","subclass/Alexander Smith; The Spellscarred Sorcerous Origin.json":"subclass","subclass/Alice Loverdrive; The Bitch With Many Teeth.json":"subclass","subclass/B. Wraven Wright; College of the Bae'Qeshel.json":"subclass","subclass/CaelReader; Arcane Marksman.json":"subclass","subclass/CamunonZ; The Mad Scientist Artificer.json":"subclass","subclass/Clan Crafter Hralding; Codex of Allies.json":"subclass","subclass/devikyn; Way of the Four Elements Streamlined.json":"subclass","subclass/DrRichtoffen; The Ghost Train.json":"subclass","subclass/Gannoh2; The Hero Warlock.json":"subclass","subclass/Gelidity; Circle of the Lone Wolf.json":"subclass","subclass/Ghostfire Gaming; Artificer Subclasses.json":"subclass","subclass/Jaek; Ruffian Rogue.json":"subclass","subclass/Jake Hilton; Hoard of Heroes.json":"subclass","subclass/Ken_Silverwood; Eldritch Champion.json":"subclass","subclass/KibblesTasty; Worldly Patron - The Dragon.json":"subclass","subclass/Laserllama; Artificer Specialties & Infusion Options.json":"subclass","subclass/LaserLlama; Fighter Archetypes & Fighting Styles.json":"subclass","subclass/Laserllama; Roguish Archetypes.json":"subclass","subclass/LaserLlama;Otherwordly Patrons.json":"subclass","subclass/Middle Finger of Vecna; Chronomancy Update.json":"subclass","subclass/Middle Finger of Vecna; Class Packs.json":"subclass","subclass/Middle Finger of Vecna; Tattoo Classes.json":"subclass","subclass/Middle Finger of Vecna; The Watcher.json":"subclass","subclass/Middle Finger of Vecna; Waste Update.json":"subclass","subclass/MonkeyDM; Pact of the trigger.json":"subclass","subclass/MrDoctorJunior; Shadow Sorcerer (Revised).json":"subclass","subclass/OhWyn; Eldritch Blast Patron.json":"subclass","subclass/Red Ink Caravan; Aaralyn's Stolen Notes to Velea (5e).json":"subclass","subclass/SargeBriar; Great Old One Tweaked.json":"subclass","subclass/Sensitive_Coyote_865; Path of the Masked Scourge.json":"subclass","subclass/SethBlackwood; Blood Knight.json":"subclass","subclass/SrVolk; Mechaneer Artificer Specilization.json":"subclass","subclass/The Smithy; Trapper.json":"subclass","subclass/Tsumarru; College of Masks Bard.json":"subclass","subclass/u_CamunonZ; The Announcer.json":"subclass","subclass/William Hudson King; The Ashen Wolf.json":"subclass","subclass/Xenoezen; Revised Great Old One.json":"subclass","subclass/xyianth; Rogue Archetype - Phantom Blade.json":"subclass","subclass/Zixtank; The Grenadier Artificer Specialization.json":"subclass","variantrule/VaranSL; Brewer's Supplies.json":"variantrule"},"legendaryGroup":{"adventure/D&D Beyond; Don't Say Vecna.json":"adventure","book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/MCDM Productions; Arcadia Issue 6.json":"book","collection/Amellwind; Monster Hunter Monster Manual.json":"collection","collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/Creature Club; Creature Club Homebrew Collection.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/KajaGrae; Fang Dragons.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":"collection","creature/Alex Clippinger; Ezmerelda's Encyclopedia of Evil.json":"creature","creature/Anthony Turco; Korranberg Chronicle's Threat Dispatch.json":"creature","creature/D&D 4ed; Dark Sun Creature Catalog.json":"creature","creature/Darkest Dungeon - Horrors of the Dark.json":"creature","creature/DMSGuild; Community Ravenloft Collection.json":"creature","creature/Dragonix; Monster Manual Expanded II (v2).json":"creature","creature/Dragonix; Monster Manual Expanded III.json":"creature","creature/Dungeon Dad; Dungeon Dad Statblocks.json":"creature","creature/filmatra; Armies of War.json":"creature","creature/Glen Cooper; Monsters of the Guild.json":"creature","creature/Isabel Beis; Critter Compendium.json":"creature","creature/Jonoman3000; Monster Module.json":"creature","creature/Kobold Press; Creature Codex.json":"creature","creature/Kobold Press; Gem Dragons of Faerun.json":"creature","creature/Kobold Press; Tome of Beasts 2.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Tome of Beasts.json":"creature","creature/Kobold Press; Warlock Issue 29 - Planar Bestiary.json":"creature","creature/MCDM Productions; Flee, Mortals!.json":"creature","creature/Nerzugal Role-Playing; Nerzugal's Extended Bestiary.json":"creature","creature/Nicksoliss; The Seven Dragon Overlords.json":"creature","creature/Onyx Path; Scarred Lands Creature Collection.json":"creature","creature/Regerem; Book of Beautiful Horrors.json":"creature","creature/Robert J. Schwalb; The Book of Fiends.json":"creature","creature/Sample - Giddy; Oaken Bolter.json":"creature","creature/Sean McGovern; Emirkol's Guide to Devils.json":"creature","creature/teqqqie; Weird Flavor Creatures.json":"creature","creature/The_Unapproachable; Veiled Threats.json":"creature","creature/Web Community; Community Aberration Legendary Creature Collection.json":"creature","creature/Web Community; Community Humanoid Drow.json":"creature","creature/World Builder Blog; Catastrophic Dragons.json":"creature"},"monsterFluff":{"adventure/D&D Beyond; Don't Say Vecna.json":"adventure","adventure/Eventyr Games; Kraken's Gamble.json":"adventure","book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/badooga; Badooga's Monster Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json":"collection","creature/badooga; Better Greatwyrms.json":"creature","creature/Dragonix; Monster Manual Expanded II (v2).json":"creature","creature/Dragonix; Monster Manual Expanded III.json":"creature","creature/Jonoman3000; Monster Module.json":"creature","creature/Kobold Press; Creature Codex.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Warlock Issue 29 - Planar Bestiary.json":"creature","creature/Oh_Hi_Mark_; Conflux Creatures.json":"creature","creature/Regerem; Book of Beautiful Horrors.json":"creature","creature/The_Unapproachable; Fighting Chance.json":"creature","creature/The_Unapproachable; Veiled Threats.json":"creature","creature/Wizards of the Coast; Errata Spellcasters.json":"creature","creature/Wizards of the Coast; Farideh.json":"creature"},"variantrule":{"adventure/Eventyr Games; Kraken's Gamble.json":"adventure","adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","background/D&D Wiki; Featured Quality Backgrounds.json":"background","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/MCDM Productions; Arcadia Issue 3.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json":"book","book/Will Doyle; Waterdeep City Encounters.json":"book","class/badooga; Badooga's Psion.json":"class","class/Fragsauce; Soul Binder Redux.json":"class","class/Giffyglyph; Class Compendium.json":"class","class/Heavyarms; Gunslinger.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/Mage Hand Press; Complete Binder.json":"class","class/Reddit; The Dirge.json":"class","class/Taron Pounds; Merchant.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Amratat; Dark Souls III - Lord Seeker's Compendium.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/badooga; Badooga's Exploration Guidelines.json":"collection","collection/badooga; Badooga's Monster Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/badooga; Martial Power.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Clan Crafter Hralding; The Martial Arms Training Manual.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/Flore; Explorer's guide to Xhoria.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/KajaGrae; Fang Dragons.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Deep Magic 17 Mythos Magic.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/Normiespy96; Master Strikes.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Tercept; knerd.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/Vorpal Dice Press; Variant Fighter.json":"collection","creature/Anthony Turco; Korranberg Chronicle's Threat Dispatch.json":"creature","creature/Dragonix; Monster Manual Expanded (v1).json":"creature","creature/Regerem; Book of Beautiful Horrors.json":"creature","feat/badooga; Feats for Tools.json":"feat","feat/ImFromNASA; Talent Trees (Modified).json":"feat","feat/ImFromNASA; Talent Trees.json":"feat","item/CrazyBastard; Exotic Weapons and Items.json":"item","item/Web Community; Shops of Barovia.json":"item","optionalfeature/Damian Steele; Exploits.json":"optionalfeature","race/Benjamin Huffman; Beastfolk.json":"race","race/StarSailGames; Ratfolk Player Race.json":"race","spell/tactical_hotpants; Artes.json":"spell","subclass/Ken_Silverwood; Eldritch Champion.json":"subclass","subclass/LaserLlama; Fighter Archetypes & Fighting Styles.json":"subclass","subclass/The Winter Halo; Wizard Subclass Overhaul.json":"subclass","variantrule/AeronDrake; Simple Guilds.json":"variantrule","variantrule/Charles Stapleford; Item Crafting Rules for 5e.json":"variantrule","variantrule/Dael Kingsmill; Thieves' Cant.json":"variantrule","variantrule/Kanekuo; Potions Plus.json":"variantrule","variantrule/Kcon; Group Spellcasting.json":"variantrule","variantrule/Liarus; Druidic.json":"variantrule","variantrule/Matthew Mercer; Corruption Rules.json":"variantrule","variantrule/Metabot; Stealth Rules.json":"variantrule","variantrule/Modnar; Modnars Mission Mandates.json":"variantrule","variantrule/Pwines; Aerial Combat.json":"variantrule","variantrule/RedCeramicFryPan; Staff Creation Rules.json":"variantrule","variantrule/Rhinemann; Group Spellcasting.json":"variantrule","variantrule/Sample - Giddy; Houserules.json":"variantrule","variantrule/VaranSL; Brewer's Supplies.json":"variantrule","variantrule/Web Community; Community Homebrew Variant Rules.json":"variantrule"},"skill":{"adventure/Eventyr Games; Kraken's Gamble.json":"adventure","class/KibblesTasty; Psion.json":"class","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection"},"language":{"adventure/JVC Parry; Call from the Deep.json":"adventure","book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Kobold Press; Creature Codex.json":"creature","creature/Kobold Press; Tome of Beasts 2.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Tome of Beasts.json":"creature","language/Kobold Press; Midgard Worldbook.json":"language","language/MrVauxs; Various Ciphers.json":"language","language/Sample - Giddy; Semaphore.json":"language","race/Foxfire94; Basitin.json":"race","race/Yunisverse; Toonkind.json":"race"},"feat":{"adventure/JVC Parry; Call from the Deep.json":"adventure","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","class/AgenderArcee; The Martial Ranger.json":"class","class/Aron; Demi-Dragon.json":"class","class/d'Artagnan; The Witch Knight.json":"class","class/DXHHH101; The Marksman.json":"class","class/Heavyarms; Gunslinger.json":"class","class/Hukuna Dentata; The Commoner.json":"class","class/JK Colyer; Engineer.json":"class","class/KibblesTasty; Inventor.json":"class","class/KibblesTasty; Occultist.json":"class","class/KibblesTasty; Psion.json":"class","class/LaserLlama; Alternate Barbarian.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/LaserLlama; Alternate Monk.json":"class","class/LaserLlama; Alternate Sorcerer.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Taron Pounds; Merchant.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/badooga; Martial Power.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Benjamin Huffman Ross Leiser; The Complete Martialist Handbook.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; Thay Land of the Red Wizards.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/Ejkesler&Voltoph; Compendium of Nonsense.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Godfall; Godfall.json":"collection","collection/Grimley533; Player's Guide to Insectopia.json":"collection","collection/hafdon; zorq.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Kaiburr_Kath-Hound; Sarguro's Compendium of Odds and Ends.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/Kobold Press; Deep Magic 03 Void Magic.json":"collection","collection/Kobold Press; Deep Magic 04 Illumination Magic.json":"collection","collection/Kobold Press; Deep Magic 08 Battle Magic.json":"collection","collection/Kobold Press; Deep Magic 13 Dragon Magic.json":"collection","collection/Kobold Press; Deep Magic 14 Elemental Magic.json":"collection","collection/Kobold Press; Deep Magic Backgrounds, Feats, & Subclasses.json":"collection","collection/Kobold Press; Expanding Codex.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/Modnar; Cooking and Brewing.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Normiespy96; Master Strikes.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/Pimplup; Pale Knight.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","collection/Sokan; Yastah.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":"collection","collection/Walrock Homebrew; Lera!.json":"collection","collection/Yesterday; Class Passives & Feat Tiering.json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","feat/aeyana; Adventurer.json":"feat","feat/badooga; Feats for Skills.json":"feat","feat/badooga; Feats for Tools.json":"feat","feat/D&D Wiki; Valiant.json":"feat","feat/DnD Beyond; Expanded Racial Feats.json":"feat","feat/Gadget Blanchard; 9 New Feats.json":"feat","feat/IamMyBrain; Hoard Away From Hoard.json":"feat","feat/ImFromNASA; Talent Trees (Modified).json":"feat","feat/ImFromNASA; Talent Trees.json":"feat","feat/KibblesTasty; Feats for Faiths.json":"feat","feat/KT_ActiveMartial.json":"feat","feat/Saguro; Racial Feats for Non-PHB Races.json":"feat","feat/Sample - Giddy; Magically Gifted, Whip Aficionado.json":"feat","feat/SamwiseWrites; Speak of the Devil.json":"feat","feat/Web Community; Community Homebrew Feat.json":"feat","feat/winterwulf; O Dragao Verde (Português).json":"feat","race/Alice Witchfire; Koradi.json":"race","race/Benjamin Huffman; Beastfolk.json":"race","race/callmepartario; Ikwiikwii.json":"race","race/Clockwork Dragon; Races.json":"race","race/darude11; Faceless.json":"race","race/DM Tuz, J. Alice Bown; Holstaur.json":"race","race/DM Tuz; Lamia.json":"race","race/DM Tuz; Slime Folk.json":"race","race/Foxfire94; Gnoll, Kitsune, Man-Ogre, Rat-men Races.json":"race","race/Middle Finger of Vecna; Monsters and Men.json":"race","race/SailorCat; Graftling.json":"race","race/StarSailGames; Ratfolk Player Race.json":"race","race/Walrock HomeBrew; Faeries.json":"race","race/Walrock; Awakened Undead.json":"race","spell/KibblesTasty; Kibbles' Casting Compendium.json":"spell","spell/Portent Press; Orana's Expanded Spellbook.json":"spell","spell/tactical_hotpants; Artes.json":"spell","subclass/Alexander Smith; The Spellscarred Sorcerous Origin.json":"subclass","subclass/Matthew Mercer; Gunslinger.json":"subclass"},"race":{"adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/MCDM Productions; Arcadia Issue 3.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","class/Aron; Demi-Dragon.json":"class","class/MisterThr33; Creature Cohorts, the Beholder.json":"class","class/MisterThr33; Creature Cohorts, the Lich.json":"class","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/Ejkesler&Voltoph; Compendium of Nonsense.json":"collection","collection/Flore; Explorer's guide to Xhoria.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":"collection","collection/Grimley533; Player's Guide to Insectopia.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Jonoman3000; Sprouting Chaos Player's Companion.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/KajaGrae; Fang Dragons.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lambros009; Illivar's Guide to Nullification.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json":"collection","collection/Pimplup; Pale Knight.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Skybug12; Mousefolk 2_2.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":"collection","collection/Walrock Homebrew; Lera!.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","creature/Dungeon Dad; Dungeon Dad Statblocks.json":"creature","creature/Regerem; Book of Beautiful Horrors.json":"creature","race/Alice Witchfire; Koradi.json":"race","race/AmbyNavy and Moss; Miceling of Cimmeris.json":"race","race/aofhaocv; Mothfolk.json":"race","race/Benjamin Huffman; Beastfolk.json":"race","race/Benjamin Huffman; Saurian Race.json":"race","race/BJHypes; Muppetborn.json":"race","race/Blackbando s Homebrew; Races.json":"race","race/callmepartario; Ikwiikwii.json":"race","race/Clockwork Dragon; Races.json":"race","race/D&D 4ed; Dark Sun Races.json":"race","race/DandWiki; Bleeko.json":"race","race/DandWiki; Chiropteran.json":"race","race/DanDWiki; Elf Orc.json":"race","race/DanDWiki; Shadowborn.json":"race","race/darude11; Faceless.json":"race","race/DM Tuz, J. Alice Bown; Holstaur.json":"race","race/DM Tuz; Lamia.json":"race","race/DM Tuz; Slime Folk.json":"race","race/dmblc; The Mimiga Race.json":"race","race/dmblc; Wayang and Orang-Pendek.json":"race","race/fbd117; Crablite Race.json":"race","race/Foxfire94; Basitin.json":"race","race/Foxfire94; Gnoll, Kitsune, Man-Ogre, Rat-men Races.json":"race","race/Foxfire94; Tanarukk Fiendish Orcs.json":"race","race/Foxfire94; Volos Original Guide to Monsters.json":"race","race/Heroes from the Dark Realm; Race Collection.json":"race","race/Kobold Press; Unlikely Heroes.json":"race","race/LaserLlama; Half-Dwarf.json":"race","race/Middle Finger of Vecna; Archon.json":"race","race/Middle Finger of Vecna; Awakened Golem.json":"race","race/Middle Finger of Vecna; Bugbear.json":"race","race/Middle Finger of Vecna; Devil.json":"race","race/Middle Finger of Vecna; Dhampyr.json":"race","race/Middle Finger of Vecna; Dvati.json":"race","race/Middle Finger of Vecna; Fetchling.json":"race","race/Middle Finger of Vecna; Illumian.json":"race","race/Middle Finger of Vecna; Merfolk.json":"race","race/Middle Finger of Vecna; Monsters and Men.json":"race","race/Middle Finger of Vecna; Revenant.json":"race","race/Middle Finger of Vecna; Satyr.json":"race","race/Middle Finger of Vecna; Shardminds.json":"race","race/Middle Finger of Vecna; Sirine.json":"race","race/Middle Finger of Vecna; Thri-Kreen.json":"race","race/Middle Finger of Vecna; Tibbit.json":"race","race/Middle Finger of Vecna; Vect.json":"race","race/Mr Bat; Bats Diverse Equestrian Races.json":"race","race/Pixel; Hivebody.json":"race","race/SailorCat; Graftling.json":"race","race/Sample - Giddy; Awakened Skeleton.json":"race","race/SeiTime;Amalgatrix.json":"race","race/Siegfried; Foxlings.json":"race","race/Skut; Warforged.json":"race","race/StarSailGames; Ratfolk Player Race.json":"race","race/StrayChowChow; Dogfolk.json":"race","race/That_Kael; Awakened Shrub Race.json":"race","race/The-Magic-Sword; Centaur.json":"race","race/thoroughlysketchy; Detect Greater Balance.json":"race","race/timemrick's Daughter; Mudborn.json":"race","race/Tr1lobyte; Bearkin.json":"race","race/u_zipperondisney; Illithid.json":"race","race/Walrock HomeBrew; Faeries.json":"race","race/Walrock; Awakened Undead.json":"race","race/Web Community; Community Homebrew Races.json":"race","race/Yunisverse; Toonkind.json":"race","race/Zagorath; Vryloka.json":"race"},"raceFluff":{"adventure/JVC Parry; Call from the Deep.json":"adventure","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/Ejkesler&Voltoph; Compendium of Nonsense.json":"collection","collection/Flore; Explorer's guide to Xhoria.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","creature/Kobold Press; Tome of Beasts 3.json":"creature","race/Alice Witchfire; Koradi.json":"race","race/DM Tuz, J. Alice Bown; Holstaur.json":"race","race/DM Tuz; Lamia.json":"race","race/DM Tuz; Slime Folk.json":"race","race/The-Magic-Sword; Centaur.json":"race","race/Tr1lobyte; Bearkin.json":"race","race/Walrock; Awakened Undead.json":"race","subrace/Valerion; City Elf.json":"subrace","subrace/Valerion; Road Dwarf.json":"subrace","subrace/Valerion; Silverwit Halfling.json":"subrace"},"table":{"adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","book/Bob Starrar; Welcome to Scarthey - University of the Arcane.json":"book","book/Curio Solus; Festival Activies.json":"book","book/D. Larson; Ritual Grafting.json":"book","book/Dave Eisinger; Discerning Merchant's Price Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/HapHazred; Blood in the Company - Players Introduction.json":"book","book/Jeff Gomez; How to Run a Successful Festival.json":"book","book/Justice Arman; Devil's Advocate A Guide to Infernal Contracts.json":"book","book/Loresmyth; Remarkable Inns & Their Drinks.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/Middle Finger of Vecna; Siegeball.json":"book","book/Richard Bastow; The Noble Art of Jousting.json":"book","book/Russ Morrissey; Archery Contest.json":"book","book/Summer Brook; Tattoos a Fifth Edition Sourcebook.json":"book","book/ukyo; Magical Binding Tattoo.json":"book","book/Vincent Betternfeld; Runic Roulette.json":"book","book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json":"book","book/Walrock Homebrew; Traders and Merchants.json":"book","book/Will Doyle; Waterdeep City Encounters.json":"book","book/Zachary Truscott, Nelson DeMeester; Grom's Guide to Potion Brewing.json":"book","class/AgenderArcee; The Martial Ranger.json":"class","class/Giffyglyph; Class Compendium.json":"class","class/Heavyarms; Gunslinger.json":"class","class/LaserLlama; The Psion.json":"class","class/SwordMeow; Tweaked Sorcerer.json":"class","class/Taron Pounds; Merchant.json":"class","class/Unearthed Aiircana Red Mage.json":"class","class/Vincent Girgenti; The Nomad.json":"class","class/Walrock Homebrew; Witch.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Ashley May; Festival, Feats, and Fairs.json":"collection","collection/badooga; Badooga's Monster Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/Clan Crafter Hralding; The Martial Arms Training Manual.json":"collection","collection/Dalagrath; Herbalism and Alchemy.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Godfall; Godfall.json":"collection","collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":"collection","collection/Harry Florence; Enchanted Tattoos for 5e.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Deep Magic 17 Mythos Magic.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Legendary Games; Royal Tournaments.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Modnar; Cooking and Brewing.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/Normiespy96; Master Strikes.json":"collection","collection/PD Jakobs; Festival Guide.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/SailorCat; GachaBox.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/ukyo; A Guide to Magical Tattoos v4.json":"collection","collection/Wizards of the Coast; Adventurers League Season 9.json":"collection","creature/Andrew Cawood; Monsters of the Underworld.json":"creature","creature/Kari Hoffren; Melvin's Minute Monsterium; Swamps & Sewers.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Metabot; Handbook of Slime Rheology.json":"creature","item/AeronDrake; Modular Magic Items.json":"item","item/Faolyn; Encyclopedia Magica.json":"item","item/Giffyglyph; Arcane Jewels.json":"item","item/M.T. Black; Mordenkainen's Tome of Marvelous Magic.json":"item","item/Web Community; Shops of Barovia.json":"item","item/Yonael; Firearms of the Realm.json":"item","race/StarSailGames; Ratfolk Player Race.json":"race","subclass/Aevilok; Craftsman.json":"subclass","subclass/Clan Crafter Hralding; Codex of Allies.json":"subclass","subclass/DnDWiki; Arcane Tradition Wild Magic.json":"subclass","subclass/Ghostfire Gaming; Artificer Subclasses.json":"subclass","subclass/Matthew Mercer; Gunslinger.json":"subclass","subclass/Middle Finger of Vecna; The Watcher.json":"subclass","subclass/PosTavern; Circle of the Dragon.json":"subclass","subclass/SemanticAvenger; Aeronaut.json":"subclass","subclass/The Winter Halo; Wizard Subclass Overhaul.json":"subclass","subclass/u_CamunonZ; The Announcer.json":"subclass","table/BlogOfHolding; 5e monster manual on a business card.json":"table","table/Dungeons-And-Danis; 100 Quirks and Peculiarities.json":"table","table/Michael J Winegar; Inns and Taverns by Lifestyle.json":"table","table/Modnar; Modnars Marvelous Miscellany - Tables & Trinkets.json":"table","table/Orrex; The Net Libram of Random Magical Effects.json":"table","table/Raging Swan; Tables.json":"table","table/redceramicfrypan; Reincarnate Tables Expanded.json":"table","table/Sample - Giddy; Murder Evidence.json":"table","table/Team Egg; MVTTCE.json":"table","variantrule/Kanekuo; Potions Plus.json":"variantrule"},"magicvariant":{"adventure/JVC Parry; Call from the Deep.json":"adventure","book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Giddy; Sane Magic Item Prices Expanded.json":"book","book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","class/Benjamin Huffman; Pugilist.json":"class","class/Benjamin Huffman;The Magus.json":"class","class/DXHHH101; The Marksman.json":"class","class/Heavyarms; Gunslinger.json":"class","class/MCDM Productions; Beastheart.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/aeyana; Mashiros Manual of Monstrous Magic.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lambros009; Illivar's Guide to Nullification.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/SailorCat; GachaBox.json":"collection","collection/Sokan; Yastah.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Various; Lyra's Legendarium.json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Dragonix; Monster Manual Expanded II (v2).json":"creature","creature/Kobold Press; Tome of Beasts 2.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Tome of Beasts.json":"creature","creature/Regerem; Book of Beautiful Horrors.json":"creature","creature/Sean McGovern; Emirkol's Guide to Devils.json":"creature","item/ASunlessSky; Christmas 100 Magic Items.json":"item","item/CrazyBastard; Exotic Weapons and Items.json":"item","item/DMsGuild Community; Artifacts of the Guild.json":"item","item/griff-mac; The Griffon's Saddlebag.json":"item","item/hakr14; Weave of Karo - Items.json":"item","item/Sample - Giddy; Hook of Butchery.json":"item","item/Shamus_Aran; Crazy Jarls Discount Magic Shop.json":"item","magicvariant/Sample - Giddy; Weapon +4.json":"magicvariant","subclass/Alexander Smith; The Spellscarred Sorcerous Origin.json":"subclass","subclass/Middle Finger of Vecna; Class Packs.json":"subclass"},"object":{"adventure/JVC Parry; Call from the Deep.json":"adventure","book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","object/Sample - Giddy; High Explosives.json":"object"},"trap":{"adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Kobold Press; Book of Lairs.json":"adventure","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/Skip Wiliams; Book of Challenges.json":"book","collection/Amratat; Dark Souls III - Lord Seeker's Compendium.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","trap/James Introcaso; 20 New Traps.json":"trap","trap/Sample - Giddy; Mounted Basilisk Head.json":"trap"},"hazard":{"adventure/JVC Parry; Call from the Deep.json":"adventure","adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","collection/badooga; Badooga's Exploration Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","creature/Kobold Press; Tome of Beasts 2.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","hazard/Sample - Giddy; Quicksand.json":"hazard"},"status":{"adventure/JVC Parry; Call from the Deep.json":"adventure","creature/Kobold Press; Tome of Beasts 2.json":"creature"},"subrace":{"adventure/JVC Parry; Call from the Deep.json":"adventure","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/Astro_zealot; Extra Genasi Subraces.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/Flore; Explorer's guide to Xhoria.json":"collection","collection/Giddy; Goblin Wood II.json":"collection","collection/Grimley533; Player's Guide to Insectopia.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Sprouting Chaos Player's Companion.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Skybug12; Mousefolk 2_2.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Walrock Homebrew; Lera!.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","creature/Kobold Press; Tome of Beasts 3.json":"creature","race/Alice Witchfire; Koradi.json":"race","race/aofhaocv; Mothfolk.json":"race","race/Benjamin Huffman; Saurian Race.json":"race","race/BJHypes; Muppetborn.json":"race","race/Blackbando s Homebrew; Races.json":"race","race/Clockwork Dragon; Races.json":"race","race/DM Tuz, J. Alice Bown; Holstaur.json":"race","race/DM Tuz; Lamia.json":"race","race/DM Tuz; Slime Folk.json":"race","race/dmblc; The Mimiga Race.json":"race","race/Kobold Press; Unlikely Heroes.json":"race","race/Middle Finger of Vecna; Archon.json":"race","race/Middle Finger of Vecna; Devil.json":"race","race/Middle Finger of Vecna; Merfolk.json":"race","race/Middle Finger of Vecna; Monsters and Men.json":"race","race/Middle Finger of Vecna; Revenant.json":"race","race/Middle Finger of Vecna; Shardminds.json":"race","race/Middle Finger of Vecna; Thri-Kreen.json":"race","race/Pixel; Hivebody.json":"race","race/Skut; Warforged.json":"race","race/StrayChowChow; Dogfolk.json":"race","race/That_Kael; Awakened Shrub Race.json":"race","race/The-Magic-Sword; Centaur.json":"race","race/thoroughlysketchy; Detect Greater Balance.json":"race","race/timemrick's Daughter; Mudborn.json":"race","race/Tr1lobyte; Bearkin.json":"race","race/Walrock HomeBrew; Faeries.json":"race","race/Walrock; Awakened Undead.json":"race","race/Web Community; Community Homebrew Races.json":"race","race/Yunisverse; Toonkind.json":"race","subrace/SabotageThis; Ash Elves.json":"subrace","subrace/themagictavern; Genasi Subraces.json":"subrace","subrace/Valerion; City Elf.json":"subrace","subrace/Valerion; Road Dwarf.json":"subrace","subrace/Valerion; Silverwit Halfling.json":"subrace"},"baseitem":{"adventure/Kobold Press; Tome of Beasts 3 Lairs.json":"adventure","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/HapHazred; Blood in the Company - Players Introduction.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","class/Benjamin Huffman; Pugilist.json":"class","class/DXHHH101; The Marksman.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/Clan Crafter Hralding; The Martial Arms Training Manual.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Middle Finger of Vecna; Gunslinger.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/SailorCat; GachaBox.json":"collection","collection/Sokan; Yastah.json":"collection","collection/Storyteller; World of Collabris.json":"collection","subclass/Matthew Mercer; Gunslinger.json":"subclass"},"vehicle":{"adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":"adventure","collection/badooga; Elder Evils.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/Storyteller; World of Collabris.json":"collection","vehicle/Sample - Giddy; Coracle.json":"vehicle"},"background":{"background/Brewskii; Silver Thorn Background.json":"background","background/D&D Wiki; Featured Quality Backgrounds.json":"background","background/Middle Finger of Vecna; Lovecraftian Backgrounds.json":"background","background/Nerd Herd; Noble Backgrounds.json":"background","background/Sample - Giddy; Farmer.json":"background","background/zeek0; Backgrounds Omnibus.json":"background","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","class/Aron; Demi-Dragon.json":"class","class/McToomin27; Animus.json":"class","collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":"collection","collection/Alex Clippinger; Tome of the Pact.json":"collection","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Ashley May; Festival, Feats, and Fairs.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/Clippinger, Alex; Monsters Without Borders.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; Thay Land of the Red Wizards.json":"collection","collection/DMsGuild; The Border Kingdoms.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/Flore; Explorer's guide to Xhoria.json":"collection","collection/Giddy; Goblin Wood II.json":"collection","collection/Godfall; Godfall.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/JasonNewby; Durnan's Guide to Tavernkeeping.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/Kobold Press; Deep Magic Backgrounds, Feats, & Subclasses.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Middle Finger of Vecna; Sentinels of the Multiverse.json":"collection","collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","subclass/DXHHH101; The Beyond.json":"subclass"},"itemType":{"background/D&D Wiki; Featured Quality Backgrounds.json":"background","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/MCDM Productions; Arcadia Issue 6.json":"book","book/Walrock Homebrew; Traders and Merchants.json":"book","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Godfall; Godfall.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/Storyteller; World of Collabris.json":"collection","item/Giffyglyph; Arcane Jewels.json":"item","item/Sample - Giddy; Hook of Butchery.json":"item","variantrule/Kanekuo; Potions Plus.json":"variantrule"},"book":{"book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/aeyana; The Book of Hordes.json":"book","book/Bob Starrar; Welcome to Scarthey - University of the Arcane.json":"book","book/Curio Solus; Festival Activies.json":"book","book/D. Larson; Ritual Grafting.json":"book","book/Dave Eisinger; Discerning Merchant's Price Guide.json":"book","book/Dungeon Rollers; Ancestral Weapons.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/Ghostfire Gaming; The Seeker's Guide to Twisted Taverns.json":"book","book/Giddy; Sane Magic Item Prices Expanded.json":"book","book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":"book","book/HapHazred; Blood in the Company - Players Introduction.json":"book","book/Jeff Gomez; How to Run a Successful Festival.json":"book","book/Jeff Ibach; Beauty and the Bother.json":"book","book/Justice Arman; Devil's Advocate A Guide to Infernal Contracts.json":"book","book/Loresmyth; Remarkable Inns & Their Drinks.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 2.json":"book","book/MCDM Productions; Arcadia Issue 3.json":"book","book/MCDM Productions; Arcadia Issue 4.json":"book","book/MCDM Productions; Arcadia Issue 5.json":"book","book/MCDM Productions; Arcadia Issue 6.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/MCDM Productions; Arcadia Issue 8.json":"book","book/Michael E Shae; Return of the Lazy Dungeon Master.json":"book","book/Middle Finger of Vecna; Siegeball.json":"book","book/Middle Finger of Vecna; Tourney Rules.json":"book","book/Middle Finger of Vecna; Wizarding Contests.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","book/Richard Bastow; The Noble Art of Jousting.json":"book","book/Russ Morrissey; Archery Contest.json":"book","book/Saidoro; Sane Magic Item Prices.json":"book","book/Skip Wiliams; Book of Challenges.json":"book","book/Summer Brook; Tattoos a Fifth Edition Sourcebook.json":"book","book/ukyo; Magical Binding Tattoo.json":"book","book/Unknown; Shelza Ir.json":"book","book/Vincent Betternfeld; Runic Roulette.json":"book","book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json":"book","book/Walrock Homebrew; Teas and Tisanes.json":"book","book/Walrock Homebrew; Traders and Merchants.json":"book","book/Weems; Mundane and Magical Makings.json":"book","book/Will Doyle; Waterdeep City Encounters.json":"book","book/Wizards of the Coast; Adventurer's League Season 4 Dark Gifts.json":"book","book/Wizards of the Coast; Adventurers League Season 10.json":"book","book/Wizards of the Coast; Adventurers League Season 8.json":"book","book/Zachary Truscott, Nelson DeMeester; Grom's Guide to Potion Brewing.json":"book","book/Zeke Gonzalez; Tavern Games.json":"book","class/AgenderArcee; The Martial Ranger.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Taron Pounds; Merchant.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","class/Vincent Girgenti; The Nomad.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/aeyana; Mashiros Manual of Monstrous Magic.json":"collection","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Amellwind; Monster Hunter Monster Manual.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Ashley May; Festival, Feats, and Fairs.json":"collection","collection/badooga; Badooga's Exploration Guidelines.json":"collection","collection/badooga; Badooga's Monster Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/badooga; Martial Power.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Dalagrath; Herbalism and Alchemy.json":"collection","collection/Daniel Nnorth; MTG Slivers and Magical Items.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Harry Florence; Enchanted Tattoos for 5e.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Janet Neilson; Dodecronomicon Presents Arcane Ink.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/JasonNewby; Durnan's Guide to Tavernkeeping.json":"collection","collection/Jetpack7; Gods and Goddesses Redux.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":"collection","collection/Kobold Press; Deep Magic 03 Void Magic.json":"collection","collection/Kobold Press; Deep Magic 08 Battle Magic.json":"collection","collection/Kobold Press; Deep Magic 17 Mythos Magic.json":"collection","collection/Kobold Press; Expanding Codex.json":"collection","collection/Legendary Games; Royal Tournaments.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate NPCs Skulduggery.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/Normiespy96; Master Strikes.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/PD Jakobs; Festival Guide.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/ukyo; A Guide to Magical Tattoos v4.json":"collection","collection/White Wolf; Relics and Rituals.json":"collection","collection/Wizards of the Coast; Adventurers League Season 9.json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Andrew Cawood; Monsters of the Underworld.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Warlock Issue 29 - Planar Bestiary.json":"creature","creature/MCDM Productions; Flee, Mortals! Packet 1.json":"creature","creature/MCDM Productions; Flee, Mortals! preview.json":"creature","creature/MCDM Productions; Flee, Mortals!.json":"creature","creature/Modnar; NPCs.json":"creature","item/AeronDrake; Modular Magic Items.json":"item","item/Giffyglyph; Arcane Jewels.json":"item","item/M.T. Black; Mordenkainen's Tome of Marvelous Magic.json":"item","item/Yonael; Firearms of the Realm.json":"item","race/Benjamin Huffman; Beastfolk.json":"race","spell/KibblesTasty; Kibbles' Casting Compendium.json":"spell","spell/tactical_hotpants; Artes.json":"spell","subclass/LaserLlama;Otherwordly Patrons.json":"subclass","subclass/The Winter Halo; Wizard Subclass Overhaul.json":"subclass"},"bookData":{"book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/aeyana; The Book of Hordes.json":"book","book/Bob Starrar; Welcome to Scarthey - University of the Arcane.json":"book","book/Curio Solus; Festival Activies.json":"book","book/D. Larson; Ritual Grafting.json":"book","book/Dave Eisinger; Discerning Merchant's Price Guide.json":"book","book/Dungeon Rollers; Ancestral Weapons.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/Ghostfire Gaming; The Seeker's Guide to Twisted Taverns.json":"book","book/Giddy; Sane Magic Item Prices Expanded.json":"book","book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":"book","book/HapHazred; Blood in the Company - Players Introduction.json":"book","book/Jeff Gomez; How to Run a Successful Festival.json":"book","book/Jeff Ibach; Beauty and the Bother.json":"book","book/Justice Arman; Devil's Advocate A Guide to Infernal Contracts.json":"book","book/Loresmyth; Remarkable Inns & Their Drinks.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 2.json":"book","book/MCDM Productions; Arcadia Issue 3.json":"book","book/MCDM Productions; Arcadia Issue 4.json":"book","book/MCDM Productions; Arcadia Issue 5.json":"book","book/MCDM Productions; Arcadia Issue 6.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/MCDM Productions; Arcadia Issue 8.json":"book","book/Michael E Shae; Return of the Lazy Dungeon Master.json":"book","book/Middle Finger of Vecna; Siegeball.json":"book","book/Middle Finger of Vecna; Tourney Rules.json":"book","book/Middle Finger of Vecna; Wizarding Contests.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","book/Richard Bastow; The Noble Art of Jousting.json":"book","book/Russ Morrissey; Archery Contest.json":"book","book/Saidoro; Sane Magic Item Prices.json":"book","book/Skip Wiliams; Book of Challenges.json":"book","book/Summer Brook; Tattoos a Fifth Edition Sourcebook.json":"book","book/ukyo; Magical Binding Tattoo.json":"book","book/Unknown; Shelza Ir.json":"book","book/Vincent Betternfeld; Runic Roulette.json":"book","book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json":"book","book/Walrock Homebrew; Teas and Tisanes.json":"book","book/Walrock Homebrew; Traders and Merchants.json":"book","book/Weems; Mundane and Magical Makings.json":"book","book/Will Doyle; Waterdeep City Encounters.json":"book","book/Wizards of the Coast; Adventurer's League Season 4 Dark Gifts.json":"book","book/Wizards of the Coast; Adventurers League Season 10.json":"book","book/Wizards of the Coast; Adventurers League Season 8.json":"book","book/Zachary Truscott, Nelson DeMeester; Grom's Guide to Potion Brewing.json":"book","book/Zeke Gonzalez; Tavern Games.json":"book","class/AgenderArcee; The Martial Ranger.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Taron Pounds; Merchant.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","class/Vincent Girgenti; The Nomad.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/aeyana; Mashiros Manual of Monstrous Magic.json":"collection","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Amellwind; Monster Hunter Monster Manual.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Ashley May; Festival, Feats, and Fairs.json":"collection","collection/badooga; Badooga's Exploration Guidelines.json":"collection","collection/badooga; Badooga's Monster Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/badooga; Martial Power.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Dalagrath; Herbalism and Alchemy.json":"collection","collection/Daniel Nnorth; MTG Slivers and Magical Items.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Harry Florence; Enchanted Tattoos for 5e.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Janet Neilson; Dodecronomicon Presents Arcane Ink.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/JasonNewby; Durnan's Guide to Tavernkeeping.json":"collection","collection/Jetpack7; Gods and Goddesses Redux.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":"collection","collection/Kobold Press; Deep Magic 03 Void Magic.json":"collection","collection/Kobold Press; Deep Magic 08 Battle Magic.json":"collection","collection/Kobold Press; Deep Magic 17 Mythos Magic.json":"collection","collection/Kobold Press; Expanding Codex.json":"collection","collection/Legendary Games; Royal Tournaments.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/MCDM Productions; Strongholds and Followers.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Monte Cook; Arcana of the Ancients.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate NPCs Skulduggery.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/Normiespy96; Master Strikes.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/PD Jakobs; Festival Guide.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/ukyo; A Guide to Magical Tattoos v4.json":"collection","collection/White Wolf; Relics and Rituals.json":"collection","collection/Wizards of the Coast; Adventurers League Season 9.json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Andrew Cawood; Monsters of the Underworld.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Warlock Issue 29 - Planar Bestiary.json":"creature","creature/MCDM Productions; Flee, Mortals! Packet 1.json":"creature","creature/MCDM Productions; Flee, Mortals! preview.json":"creature","creature/MCDM Productions; Flee, Mortals!.json":"creature","creature/Modnar; NPCs.json":"creature","item/AeronDrake; Modular Magic Items.json":"item","item/Giffyglyph; Arcane Jewels.json":"item","item/M.T. Black; Mordenkainen's Tome of Marvelous Magic.json":"item","item/Yonael; Firearms of the Realm.json":"item","race/Benjamin Huffman; Beastfolk.json":"race","spell/KibblesTasty; Kibbles' Casting Compendium.json":"spell","spell/tactical_hotpants; Artes.json":"spell","subclass/LaserLlama;Otherwordly Patrons.json":"subclass","subclass/The Winter Halo; Wizard Subclass Overhaul.json":"subclass"},"condition":{"book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","class/Heavyarms; Gunslinger.json":"class","class/Usocolo123; Votarist.json":"class","collection/Amellwind; Monster Hunter Monster Manual.json":"collection","collection/badooga; Badooga's Exploration Guidelines.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/hafdon; zorq.json":"collection","collection/Modnar; Cooking and Brewing.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","condition/Sample - Giddy; On Fire.json":"condition","creature/MCDM Productions; Flee, Mortals! Packet 1.json":"creature","creature/MCDM Productions; Flee, Mortals!.json":"creature","optionalfeature/Damian Steele; Exploits.json":"optionalfeature","spell/KibblesTasty; Kibbles' Casting Compendium.json":"spell","variantrule/Modnar; Modnars Mission Mandates.json":"variantrule"},"itemFluff":{"book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/Giddy; Sane Magic Item Prices Expanded.json":"book","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json":"collection"},"reward":{"book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json":"book","class/Aron; Demi-Dragon.json":"class","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/badooga; Badooga's Exploration Guidelines.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","reward/Jafner; Titles as Rewards.json":"reward","reward/Sample - Giddy; Boon of Vigor.json":"reward"},"spell":{"book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Ghostfire Gaming; Stibbles Codex of Companions.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 3.json":"book","book/MCDM Productions; Arcadia Issue 5.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/MCDM Productions; Arcadia Issue 8.json":"book","book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json":"book","class/Aeron Drake; The Mesmer.json":"class","class/aeyana; Hunter.json":"class","class/Aron; Demi-Dragon.json":"class","class/Benjamin Huffman; Scholar.json":"class","class/Benjamin Huffman; Spiritualist.json":"class","class/Benjamin Huffman;The Magus.json":"class","class/Brad Johns; The Harbinger.json":"class","class/Bryan Williams; Wychlaran Witch.json":"class","class/d'Artagnan; The Witch Knight.json":"class","class/Devikyn; Dragoon revisited.json":"class","class/devikyn; Eldritch Arcana.json":"class","class/devikyn; The Adaptive Ranger.json":"class","class/devikyn; The Tinker Class.json":"class","class/fanatic66; The Swordmage.json":"class","class/Fenrir-Hati-Skoll; Avenger.json":"class","class/Foxfire94; Vampire.json":"class","class/Fragsauce; Soul Binder Redux.json":"class","class/FragSauce; Soul Binder.json":"class","class/Izzy; Incarnate.json":"class","class/Jonoman3000; Planeshifter.json":"class","class/KibblesTasty; Inventor.json":"class","class/KibblesTasty; Occultist.json":"class","class/KibblesTasty; Psion.json":"class","class/KibblesTasty; Spellblade (Alpha).json":"class","class/LaserLlama; Alternate Bard.json":"class","class/LaserLlama; Alternate Sorcerer.json":"class","class/LaserLlama; Magus Class.json":"class","class/LaserLlama; The Psion.json":"class","class/LaserLlama; The Shaman.json":"class","class/LaserLlama; The Vessel.json":"class","class/Mage Hand Press; Vagabond.json":"class","class/MCDM Productions; The Illrigger Class.json":"class","class/Middle Finger of Vecna; Warmage.json":"class","class/Reddit; The Dirge.json":"class","class/SwordMeow; The Atavist.json":"class","class/SwordMeow; Tweaked Sorcerer.json":"class","class/Taron Pounds; Merchant.json":"class","class/Team Morsa; Scion.json":"class","class/Troubadore; Versatile Ranger.json":"class","class/Unearthed Aiircana Red Mage.json":"class","class/Walrock Homebrew; Witch.json":"class","class/xMartu; Surgebinder.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/aeyana; Mashiros Manual of Monstrous Magic.json":"collection","collection/Allan Cudicio; The Wagadu Chronicles.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Clippinger, Alex; Monsters Without Borders.json":"collection","collection/Daniel Nnorth; MTG Slivers and Magical Items.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/Dillan Ackerman; Quabis's Guide to Chronomancy.json":"collection","collection/DMs Guild; Archetypes of Eberron.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/Eva Brown; Hidden Oddities A Witch's Primer.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Flore; Explorer's guide to Xhoria.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Gustavo Ramirez; Zorindis Campaign Setting.json":"collection","collection/hafdon; zorq.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/Jeremy Forbing; Elminsters Guide to Magic.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Jonoman3000; Sprouting Chaos Player's Companion.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":"collection","collection/Kobold Press; Deep Magic 03 Void Magic.json":"collection","collection/Kobold Press; Deep Magic 04 Illumination Magic.json":"collection","collection/Kobold Press; Deep Magic 08 Battle Magic.json":"collection","collection/Kobold Press; Deep Magic 13 Dragon Magic.json":"collection","collection/Kobold Press; Deep Magic 14 Elemental Magic.json":"collection","collection/Kobold Press; Deep Magic 16 Time Magic.json":"collection","collection/Kobold Press; Deep Magic 17 Mythos Magic.json":"collection","collection/Kobold Press; Deep Magic for 5th Edition.json":"collection","collection/Kobold Press; Expanding Codex.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lambros009; Illivar's Guide to Nullification.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Luminagi; Illyria - Optional Class Features.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/MCDM Productions; The Talent and Psionics Open Playtest Round 2.json":"collection","collection/Middle Finger of Vecna; Channeler.json":"collection","collection/Middle Finger of Vecna; Sentinels of the Multiverse.json":"collection","collection/Middle Finger of Vecna; The Oozemasters Apprentice .json":"collection","collection/Mike Mearls; Livestream and Twitter.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate NPCs Skulduggery.json":"collection","collection/Nord Games; Treacherous Traps.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Sokan; Yastah.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Dragonix; Monster Manual Expanded II (v1).json":"creature","creature/Dragonix; Monster Manual Expanded II (v2).json":"creature","creature/Jonoman3000; Monster Module.json":"creature","creature/Kobold Press; Creature Codex.json":"creature","creature/Onyx Path; Scarred Lands Creature Collection.json":"creature","creature/Sean McGovern; Emirkol's Guide to Devils.json":"creature","feat/Gadget Blanchard; 9 New Feats.json":"feat","item/Bogdan Max; Bogo's Homebrews.json":"item","item/Yonael; Firearms of the Realm.json":"item","race/Walrock; Awakened Undead.json":"race","spell/AD Feltham; Everyday Rituals for Travelling Wizards.json":"spell","spell/aeyana; Arcane Archer Spells.json":"spell","spell/angryweinerchamp; Spelljammer for 5e Spellbook.json":"spell","spell/belithioben; Fool Me Once.json":"spell","spell/cheezedoodle96; DnD with ponies.json":"spell","spell/Craios125; Evolving Cantrips.json":"spell","spell/Dejan_Maramu; Brainstorm.json":"spell","spell/Dev&Girafz; Hyperlanes Gambits.json":"spell","spell/DropTheDie; Opus of Elemental Substance.json":"spell","spell/DropTheDie; Opus of Extrinsic Substance.json":"spell","spell/Enhander; Enhander's Revised Spells.json":"spell","spell/Faolyn; The (In)Complete Tome of Spells.json":"spell","spell/Foxfire94; Advanced Arcaneries.json":"spell","spell/Frog God Games; Book of Lost Spells.json":"spell","spell/HapHazred; Wyldefarne Magic.json":"spell","spell/Heroes from the Dark Realm; Wizard School of Nethermancy.json":"spell","spell/Ikaguia; Arcane Grimoire.json":"spell","spell/Izzy; RangerPlus.json":"spell","spell/Jacob S Kellogg; The Elemental Spellbook - 80 Spells of Ice, Fire, and Lightning.json":"spell","spell/Jessica Wolfman; The (Not Really) Complete Tome of Spells.json":"spell","spell/KibblesTasty; Kibbles' Casting Compendium.json":"spell","spell/KibblesTasty; Summoning Spells.json":"spell","spell/LelouchVee; Best of Spell Compendium.json":"spell","spell/Luriquen; Fiendish_Transformation.json":"spell","spell/MrVizious; Blade Spells.json":"spell","spell/Murphen44; WandsNWizards.json":"spell","spell/Nations and Cannons; Starter Rules.json":"spell","spell/Polaron Posadas; Spells of the Unapproachable East.json":"spell","spell/Portent Press; Orana's Expanded Spellbook.json":"spell","spell/Rynosaur94; Divinity Spells.json":"spell","spell/Rynosaur94; Elemental Spells.json":"spell","spell/Rynosaur; Archive of Arcane Aggression.json":"spell","spell/Sample - Giddy; Assorted Marginalia.json":"spell","spell/Sample - Giddy; The Uninspired Guide to Wizardry.json":"spell","spell/Sean vas Terra; Elementalist's Pocketbook.json":"spell","spell/Sonixerse; Expanded Floran Spells.json":"spell","spell/Studio Agate; Fateforge Grimoire.json":"spell","spell/Sugie; Sugie's Grimoire to the Unknown.json":"spell","spell/tactical_hotpants; Artes.json":"spell","spell/Treantmonk; The Treantmonk Variant - Spells.json":"spell","spell/Trevor Armstrong; Grimlore's Grimoire.json":"spell","spell/Walrock Homebrew; Codex of Technomancy.json":"spell","spell/Walrock Homebrew; Codex Of Waves.json":"spell","spell/Web Community; Community Spells Collection.json":"spell","spell/Wizards of the Coast; Codex of the Depths.json":"spell","subclass/Actual Jake; Magic Moon Sorcerer.json":"subclass","subclass/AgenderArcee; AgenderArcee's Sourcerous Origins.json":"subclass","subclass/Alice Loverdrive; The Bitch With Many Teeth.json":"subclass","subclass/Bunnybrew; Sign of the Crown.json":"subclass","subclass/DnDWiki; Arcane Tradition Wild Magic.json":"subclass","subclass/Middle Finger of Vecna; Chronomancy Update.json":"subclass","subclass/MonkeyDM; Oath of the Eldritch Hunt.json":"subclass","subclass/Rain-Junkie; Ancient Magic Sorcerer.json":"subclass","subclass/xyianth; Rogue Archetype - Phantom Blade.json":"subclass"},"spellFluff":{"book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":"book","collection/badooga; Elder Evils.json":"collection"},"itemGroup":{"book/aeyana; The Book of Hordes.json":"book","book/Giddy; Sane Magic Item Prices Expanded.json":"book","book/MCDM Productions; Arcadia Issue 7.json":"book","book/Walrock Homebrew; Traders and Merchants.json":"book","class/AgenderArcee; The Martial Ranger.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/SailorCat; GachaBox.json":"collection","collection/Storyteller; World of Collabris.json":"collection","item/Web Community; Community Items Collection.json":"item"},"disease":{"book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":"book","book/Will Doyle; Waterdeep City Encounters.json":"book","collection/Amellwind; Monster Hunter Monster Manual.json":"collection","collection/badooga; Elder Evils.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":"collection","collection/Modnar; Cooking and Brewing.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Tercept; knerd.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","creature/Jonoman3000; Monster Module.json":"creature","creature/Kobold Press; Creature Codex.json":"creature","creature/Kobold Press; Tome of Beasts 2.json":"creature","creature/Kobold Press; Tome of Beasts 3.json":"creature","creature/Kobold Press; Tome of Beasts.json":"creature","creature/Oh_Hi_Mark_; Conflux Creatures.json":"creature","creature/Onyx Path; Scarred Lands Creature Collection.json":"creature","disease/Sample - Giddy; The Shakes.json":"disease"},"subclass":{"book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 2.json":"book","book/MCDM Productions; Arcadia Issue 5.json":"book","book/MCDM Productions; Arcadia Issue 8.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","class/Aeron Drake; The Mesmer.json":"class","class/aeyana; Hunter.json":"class","class/AgenderArcee; The Martial Ranger.json":"class","class/Alex Tanner; Tarocchi.json":"class","class/Anthony Vallozzi; Blue Traveler.json":"class","class/Arcane Athenaeum; Swordmage, A True Arcane Half-Caster.json":"class","class/Aron; Demi-Dragon.json":"class","class/Aussifer; Unchained Warlock.json":"class","class/Avaricium; Arbiter.json":"class","class/Avaricium; Herrscher of the Void.json":"class","class/badooga; Badooga's Psion.json":"class","class/badooga; Badooga's Warlord.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/Benjamin Huffman; Scholar.json":"class","class/Benjamin Huffman; Spiritualist.json":"class","class/Benjamin Huffman;The Magus.json":"class","class/Blake and Kevin (Blurhy); The Armiger.json":"class","class/Blubber Nibble; Noidrin's Record of Many Things.json":"class","class/Brad Johns; The Harbinger.json":"class","class/Bryan Williams; Wychlaran Witch.json":"class","class/CaelReader; Elegant Druid.json":"class","class/Casteliad; Shadow Assassin.json":"class","class/CJ Leung; The Channeler.json":"class","class/D&D Wiki; Swashbuckler.json":"class","class/D&D Wiki; Warpriest.json":"class","class/D'Artagnan; Summoner.json":"class","class/d'Artagnan; The Witch Knight.json":"class","class/DanDWiki; Luchador.json":"class","class/Deakin Bennett; The Noble.json":"class","class/Devikyn; Dragoon revisited.json":"class","class/devikyn; Eldritch Arcana.json":"class","class/devikyn; The Adaptive Ranger.json":"class","class/devikyn; The Tinker Class.json":"class","class/devikyn; Variant Sorcerer.json":"class","class/DM_Havuhk; The Witch.json":"class","class/DXHHH101, Sinder, Superxavman; Sorcerer, Revitalized.json":"class","class/DXHHH101; The Marksman.json":"class","class/Eric Nell; Plague Doctor.json":"class","class/Erikku Blade; Fate Weaver.json":"class","class/fanatic66; The Swordmage.json":"class","class/Fenrir-Hati-Skoll; Avenger.json":"class","class/Fiddlestics; Cultivator.json":"class","class/Foxfire94; Astartes Inititate.json":"class","class/Foxfire94; Blood Hunter Re-Balanced.json":"class","class/Foxfire94; Inquisitor.json":"class","class/Foxfire94; Lycanthrope.json":"class","class/Foxfire94; Spellblade.json":"class","class/Foxfire94; Vampire.json":"class","class/Fragsauce; Soul Binder Redux.json":"class","class/FragSauce; Soul Binder.json":"class","class/Ghostfire Gaming; Monster Hunter.json":"class","class/Giffyglyph; Class Compendium.json":"class","class/griff-mac; The Resourceful Ranger.json":"class","class/Heavyarms; Gunslinger.json":"class","class/iamasecretwizard; Seeker.json":"class","class/InfKore; Disciple.json":"class","class/itsalittlewaterlizard; The Titan Class.json":"class","class/Izzy; Incarnate.json":"class","class/J.R. Raffles; The Ghost.json":"class","class/JK Colyer; Engineer.json":"class","class/johnofbohemia; Witcher Class.json":"class","class/Jonoman3000; Planeshifter.json":"class","class/KibblesTasty; Inventor.json":"class","class/KibblesTasty; Occultist.json":"class","class/KibblesTasty; Psion.json":"class","class/KibblesTasty; Spellblade (Alpha).json":"class","class/KibblesTasty; Warlord.json":"class","class/Kyle Grant; The Scholar.json":"class","class/LaserLlama; Alternate Artificer.json":"class","class/LaserLlama; Alternate Barbarian.json":"class","class/LaserLlama; Alternate Bard.json":"class","class/LaserLlama; Alternate Blood Hunter.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/LaserLlama; Alternate Monk.json":"class","class/LaserLlama; Alternate Ranger.json":"class","class/LaserLlama; Alternate Rogue.json":"class","class/LaserLlama; Alternate Sorcerer.json":"class","class/LaserLlama; Commoner.json":"class","class/LaserLlama; Magus Class.json":"class","class/LaserLlama; Savant.json":"class","class/LaserLlama; The Psion.json":"class","class/LaserLlama; The Shaman.json":"class","class/LaserLlama; The Vessel.json":"class","class/LaserLlama; Warlord.json":"class","class/Layhnet; Variant Fighter.json":"class","class/lighthazard; Trainer.json":"class","class/ljdankov; BloodMage.json":"class","class/Mage Hand Press; Complete Binder.json":"class","class/Mage Hand Press; Vagabond.json":"class","class/Mal_Elemental; The Commoner.json":"class","class/Marc Wegmann; The Dream Shifter.json":"class","class/Matthew Mercer; Blood Hunter (2020).json":"class","class/Matthew Mercer; Blood Hunter (2022).json":"class","class/Matthew Mercer; Blood Hunter.json":"class","class/Matthew Mercer; Lingering Soul.json":"class","class/MCDM Productions; Beastheart.json":"class","class/MCDM Productions; The Illrigger Class.json":"class","class/McToomin27; Animus.json":"class","class/Middle Finger of Vecna; Alchemist Redux.json":"class","class/Middle Finger of Vecna; Alchemist.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Middle Finger of Vecna; Craftsman.json":"class","class/Middle Finger of Vecna; Warden.json":"class","class/Middle Finger of Vecna; Warmage.json":"class","class/Middle Finger of Vecna; Witch.json":"class","class/MisterThr33; Creature Cohorts, the Lich.json":"class","class/Mkirshnikov; Juggernaut (v1).json":"class","class/Mkirshnikov; Juggernaut.json":"class","class/morethanwordscansay; Zoologist.json":"class","class/NEThingMagic; Card Slinger.json":"class","class/NewPageOfSwords; The Summoner.json":"class","class/Nimademe; Astrologer.json":"class","class/nomiddlename303; Rogue Optional Feature Debilitate.json":"class","class/pippochiri; The Edgelord.json":"class","class/Rain-Junkie; Dragon Knight.json":"class","class/Ranniery Jesuino; The Magus.json":"class","class/Reddit; The Dirge.json":"class","class/Rhyzler; Gunsmith.json":"class","class/Robert J Schwalb; Call to Arms The Warlord.json":"class","class/Sam Grierson; The Cook Class.json":"class","class/sonaplayer; The Customizable Artificer.json":"class","class/Spawn3601; Dream Weaver.json":"class","class/SwordMeow; The Atavist.json":"class","class/SwordMeow; Tweaked Sorcerer.json":"class","class/Tandra_Boy; The Empowered.json":"class","class/Taron Pounds; Merchant.json":"class","class/Team Morsa; Scion.json":"class","class/TheFlameTouched; Ranger (Revised Spell-less).json":"class","class/Tortoxicion; The Vessel.json":"class","class/Troubadore; Runeblade.json":"class","class/Troubadore; Versatile Ranger.json":"class","class/Tyeia; The Mystic Revised.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","class/Unearthed Aiircana Red Mage.json":"class","class/Usocolo123; Votarist.json":"class","class/Vincent Girgenti; The Nomad.json":"class","class/Vladimir Popov; Sorcerer Reworked.json":"class","class/VoyeurTheNinja; The Masked Hero.json":"class","class/Walrock Homebrew; Witch.json":"class","class/William Rotor; The Rouge.json":"class","class/Xesu; The Samurai.json":"class","class/xMartu; Surgebinder.json":"class","class/Zarieth; The Witch.json":"class","class/ZetFalcon; Card Dealer.json":"class","collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":"collection","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Alex Clippinger; Tome of the Pact.json":"collection","collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Benjamin Huffman Ross Leiser; The Complete Martialist Handbook.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/Clippinger, Alex; Monsters Without Borders.json":"collection","collection/Creature Club; Creature Club Homebrew Collection.json":"collection","collection/Daniel Whyte; Hidal's Tome of the Esoteric.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMs Guild; Archetypes of Eberron.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; Thay Land of the Red Wizards.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Eva Brown; Hidden Oddities A Witch's Primer.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":"collection","collection/Grimley533; Player's Guide to Insectopia.json":"collection","collection/Gustavo Ramirez; Zorindis Campaign Setting.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/JasonNewby; Durnan's Guide to Tavernkeeping.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Jonoman3000; Sprouting Chaos Player's Companion.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/Kaiburr_Kath-Hound; Sarguro's Compendium of Odds and Ends.json":"collection","collection/KajaGrae; Fang Dragons.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":"collection","collection/Kobold Press; Deep Magic 03 Void Magic.json":"collection","collection/Kobold Press; Deep Magic 04 Illumination Magic.json":"collection","collection/Kobold Press; Deep Magic 14 Elemental Magic.json":"collection","collection/Kobold Press; Deep Magic Backgrounds, Feats, & Subclasses.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lambros009; Illivar's Guide to Nullification.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/Middle Finger of Vecna; Channeler.json":"collection","collection/Middle Finger of Vecna; Evil Archetypes.json":"collection","collection/Middle Finger of Vecna; Gunslinger.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Middle Finger of Vecna; Sentinels of the Multiverse.json":"collection","collection/Middle Finger of Vecna; The Oozemasters Apprentice .json":"collection","collection/Mike Mearls; Livestream and Twitter.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/Raul Rosa; The Spiritual Swordsman.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/Shadowsocks; Companion.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Tercept; knerd.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":"collection","collection/Vorpal Dice Press; Variant Fighter.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Andrew Cawood; Monsters of the Underworld.json":"creature","spell/Heroes from the Dark Realm; Wizard School of Nethermancy.json":"spell","spell/Sean vas Terra; Elementalist's Pocketbook.json":"spell","subclass/0rganics; Fey Protector.json":"subclass","subclass/Actual Jake; Magic Moon Sorcerer.json":"subclass","subclass/Aevilok; Craftsman.json":"subclass","subclass/aeyana; Way of the Dragon.json":"subclass","subclass/AgenderArcee; AgenderArcee's Sourcerous Origins.json":"subclass","subclass/Alexander Smith; The Spellscarred Sorcerous Origin.json":"subclass","subclass/Alice Loverdrive; The Bitch With Many Teeth.json":"subclass","subclass/AmbyNavy and Moss; The Insatiable.json":"subclass","subclass/B. Wraven Wright; College of the Bae'Qeshel.json":"subclass","subclass/badooga; Fighter Subclasses.json":"subclass","subclass/BeardedJB; Cosmic Cleric Domain.json":"subclass","subclass/Blaezix; The Ruffian.json":"subclass","subclass/Bunnybrew; Sign of the Crown.json":"subclass","subclass/CaelReader; Arcane Marksman.json":"subclass","subclass/CamunonZ; The Mad Scientist Artificer.json":"subclass","subclass/Carreau; Oath of the Arcane.json":"subclass","subclass/Cephei_Delta; School of Geometry.json":"subclass","subclass/Clan Crafter Hralding; Codex of Allies.json":"subclass","subclass/Cowboy_Tiefling; Blue Mage Sorcerous Origin.json":"subclass","subclass/Dan Powell; Dragoon.json":"subclass","subclass/davedeoreo; Circle of Scales.json":"subclass","subclass/Desmon%239507; The Big Tiddy Goth Girlfriend.json":"subclass","subclass/devikyn; Way of the Four Elements Streamlined.json":"subclass","subclass/devikyn; Way of the Kensei, Revised.json":"subclass","subclass/DnDWiki; Arcane Tradition Wild Magic.json":"subclass","subclass/DrRichtoffen; The Ghost Train.json":"subclass","subclass/DXHHH101; The Beyond.json":"subclass","subclass/Elderbrain; Crown of the Oathbreaker Subclass Compendium.json":"subclass","subclass/ElderBrain; Umbral Stalker.json":"subclass","subclass/Extra_Legs; Unbound Soul.json":"subclass","subclass/FallenPhoenixIV; Oath of the Templar.json":"subclass","subclass/Fiddlestics; College of the Hand.json":"subclass","subclass/filmatra; Wizard Community College.json":"subclass","subclass/Foxfire94; Blood Magic Sorcerous Origin.json":"subclass","subclass/Foxfire94; Brick Brawler Monk.json":"subclass","subclass/Foxfire94; Brute Fighter.json":"subclass","subclass/Foxfire94; College of Metal Bard.json":"subclass","subclass/Foxfire94; Explosion Wizard.json":"subclass","subclass/Foxfire94; Horus Heresy Inspired Martial Archetypes.json":"subclass","subclass/Foxfire94; Oath Daemonicus Paladin.json":"subclass","subclass/Foxfire94; Primaris Lieutenant.json":"subclass","subclass/Foxfire94; Revised Ranger Beast Master.json":"subclass","subclass/FrenchTech16; Dearly Departed Patron.json":"subclass","subclass/FrostBladestorm; Field Medic.json":"subclass","subclass/Gannoh2; The Hero Warlock.json":"subclass","subclass/Gelidity; Circle of the Lone Wolf.json":"subclass","subclass/Gelidity; College of Legends.json":"subclass","subclass/Gelidity; Path of the Honey Badger.json":"subclass","subclass/Ghostfire Gaming; Artificer Subclasses.json":"subclass","subclass/gockblock; Sorcerous Origin Spell Variants.json":"subclass","subclass/GuenMaster; Way of the Stars.json":"subclass","subclass/heavyarms; The Beard.json":"subclass","subclass/Hicks Homebrew; Inner Visage Sorcerous Origin.json":"subclass","subclass/IDBN; Gun Mage.json":"subclass","subclass/ihopethiswork; Path of MAGE!.json":"subclass","subclass/InvaderHawk; Spirit of Vengeance.json":"subclass","subclass/Inxsinon; Circle of Winds Druid.json":"subclass","subclass/Jadeor; The Way of Iron and Steel.json":"subclass","subclass/Jaek; College of Diplomacy Bard.json":"subclass","subclass/Jaek; Ruffian Rogue.json":"subclass","subclass/Jake Hilton; Hoard of Heroes.json":"subclass","subclass/Jonoman3000; The Fallen.json":"subclass","subclass/kacyhasthecandy; Kacy's Castean Classes.json":"subclass","subclass/Ken_Silverwood; Eldritch Champion.json":"subclass","subclass/KhrystanShade.json":"subclass","subclass/KibblesTasty; Divine Agent.json":"subclass","subclass/KibblesTasty; Worldly Patron - The Dragon.json":"subclass","subclass/Kingstarman; Way of the Cherry Blossom Sage.json":"subclass","subclass/Korvinagor; Circle of Dreams (Revised).json":"subclass","subclass/Korvinagor; Circle of Kudzu.json":"subclass","subclass/Korvinagor; Circle of Progress.json":"subclass","subclass/Korvinagor; Circle of the Lamb.json":"subclass","subclass/Korvinagor; Circle of the Rainbow.json":"subclass","subclass/Korvinagor; Circle of the Seasons.json":"subclass","subclass/Korvinagor; Circles of the Land.json":"subclass","subclass/Korvinagor; Path of Polarity.json":"subclass","subclass/Lady of Luck; Garlic Bread Domain Cleric.json":"subclass","subclass/Laserllama; Artificer Specialties & Infusion Options.json":"subclass","subclass/LaserLlama; Bard Colleges.json":"subclass","subclass/LaserLlama; Druid Circles.json":"subclass","subclass/LaserLlama; Fighter Archetypes & Fighting Styles.json":"subclass","subclass/LaserLlama; Monastic Traditions.json":"subclass","subclass/Laserllama; Roguish Archetypes.json":"subclass","subclass/LaserLlama;Otherwordly Patrons.json":"subclass","subclass/LevelOfExhaustion; Circle of the Sands.json":"subclass","subclass/Lexiette; Wandering Blademaster.json":"subclass","subclass/marshmallow_fig; College of Lofi Beats to Study Relax To.json":"subclass","subclass/Martin_DM; Oath of Acroamata.json":"subclass","subclass/Matthers3; The Maleficar Wizard.json":"subclass","subclass/Matthers3; The Moon Dancer Cleric.json":"subclass","subclass/Matthew Mercer; College of the Maestro.json":"subclass","subclass/Matthew Mercer; Gunslinger.json":"subclass","subclass/Matthew Mercer; Oath of the Open Sea.json":"subclass","subclass/Matthew Mercer; Way of the Cobalt Soul.json":"subclass","subclass/Middle Finger of Vecna; Abyssal Domain.json":"subclass","subclass/Middle Finger of Vecna; Chronomancy Update.json":"subclass","subclass/Middle Finger of Vecna; Circle of the Root and Stem.json":"subclass","subclass/Middle Finger of Vecna; Class Packs.json":"subclass","subclass/Middle Finger of Vecna; Destruction Domain.json":"subclass","subclass/Middle Finger of Vecna; Dread Domain.json":"subclass","subclass/Middle Finger of Vecna; Dream Domain.json":"subclass","subclass/Middle Finger of Vecna; Iconic Archetypes.json":"subclass","subclass/Middle Finger of Vecna; Lovecraft Update.json":"subclass","subclass/Middle Finger of Vecna; Peace Domain.json":"subclass","subclass/Middle Finger of Vecna; Pestilence Domain.json":"subclass","subclass/Middle Finger of Vecna; Slime Domain.json":"subclass","subclass/Middle Finger of Vecna; Tattoo Classes.json":"subclass","subclass/Middle Finger of Vecna; The Watcher.json":"subclass","subclass/Middle Finger of Vecna; Travel Domain (Redux).json":"subclass","subclass/Middle Finger of Vecna; Ur-Priest.json":"subclass","subclass/Middle Finger of Vecna; Waste Update.json":"subclass","subclass/Middle Finger of Vecna; Wild West.json":"subclass","subclass/MonkeyDM; Oath of the Eldritch Hunt.json":"subclass","subclass/MonkeyDM; Pact of the trigger.json":"subclass","subclass/MrDoctorJunior; Shadow Sorcerer (Revised).json":"subclass","subclass/Mutgar; Oath of Rebirth.json":"subclass","subclass/mwatts258; Anime Swordsman.json":"subclass","subclass/NeonLightDecay; Path of the Nautilus.json":"subclass","subclass/Neverending Codex; Soulkeeper Ranger.json":"subclass","subclass/Nimademe; Iron Soul Sorcerer.json":"subclass","subclass/Nimademe; Path of the Monster Barbarian.json":"subclass","subclass/NotTheSmoooze; RoguishArchetypes.json":"subclass","subclass/NotTheSmooze; The Falconer.json":"subclass","subclass/OhWyn; Eldritch Blast Patron.json":"subclass","subclass/Ophiuchus; Path of the Bloodrager.json":"subclass","subclass/Oxforge Homebrew; Circle of Ashes Druid.json":"subclass","subclass/pm_me_goth_gf_pics; Oath of Love.json":"subclass","subclass/PosTavern; Artificer Specialist - Caravaneer.json":"subclass","subclass/PosTavern; Circle of the Dragon.json":"subclass","subclass/qogoist; courtesan.json":"subclass","subclass/Rain-Junkie, DXHHH101; Orchard Origin Sorcerer, Reflourished .json":"subclass","subclass/Rain-Junkie; Ancient Magic Sorcerer.json":"subclass","subclass/Rain-Junkie; Orchard Origin Sorcerer v1.json":"subclass","subclass/Red Ink Caravan; Aaralyn's Stolen Notes to Velea (5e).json":"subclass","subclass/RevengeKobold; Gambler's Domain.json":"subclass","subclass/RW_Blackbird; The Magus (Eldritch Knight Revised).json":"subclass","subclass/SargeBriar; Great Old One Tweaked.json":"subclass","subclass/SargeBriar; Shrouded Arts Wizard.json":"subclass","subclass/SemanticAvenger; Aeronaut.json":"subclass","subclass/Sensitive_Coyote_865; Path of the Masked Scourge.json":"subclass","subclass/Seth Blackwood; Oath of the Unconquered.json":"subclass","subclass/SethBlackwood; Blood Knight.json":"subclass","subclass/SethBlackwood; Oath Of The Grim Hunt.json":"subclass","subclass/SethBlackwood; Storm Heart Figher.json":"subclass","subclass/Spicy Spook; Circle of the Guardian.json":"subclass","subclass/SpiketailDrake; Way of the Four Elements Remastered.json":"subclass","subclass/SrVolk; Mechaneer Artificer Specilization.json":"subclass","subclass/SwordMeow; Wind Domain.json":"subclass","subclass/T. A. Braga; Oath of the Working Class.json":"subclass","subclass/The Smithy; Trapper.json":"subclass","subclass/The Winter Halo; Wizard Subclass Overhaul.json":"subclass","subclass/TheAdonalsium; Oath of Safety and Health Administration.json":"subclass","subclass/TheSoundOfThunder; Soldier of the Seasons.json":"subclass","subclass/Thewtus; Path of the Cyborg.json":"subclass","subclass/titanomachyRPG; Grief Domain.json":"subclass","subclass/Tsumarru; Circle of Growth Druid.json":"subclass","subclass/Tsumarru; College of Masks Bard.json":"subclass","subclass/Tsumarru; Oath of the Elements Paladin.json":"subclass","subclass/Tsumarru; Path of the Dragon Barbarian.json":"subclass","subclass/Tsumarru; ShadowStalker.json":"subclass","subclass/Tsumarru; Smooth Criminal Rogue.json":"subclass","subclass/Tsumarru; True Talent Sorcerer.json":"subclass","subclass/Tsumarru; Way of the Ninja.json":"subclass","subclass/uRavenBranwen; Oath of the Runeblade.json":"subclass","subclass/u_CamunonZ; The Announcer.json":"subclass","subclass/Valerion; Liberation Domain.json":"subclass","subclass/VampireBagel; Sacred Oath of Wile.json":"subclass","subclass/VampireBagel_; Dragon Domain Cleric.json":"subclass","subclass/Walrock Homebrew; Oath of the Common Man.json":"subclass","subclass/Walrock Homebrew; Oath of the Midnight Hour Paladin.json":"subclass","subclass/Walrock; Paladins.json":"subclass","subclass/WhiteShadowTaiChi; Royal Bloodline.json":"subclass","subclass/William Hudson King; The Ashen Wolf.json":"subclass","subclass/Xenoezen; Revised Great Old One.json":"subclass","subclass/xyianth; Rogue Archetype - Phantom Blade.json":"subclass","subclass/Zachary G Paiva; The Rule of 12 Subclasses.json":"subclass","subclass/zeek0; Hearth Domain Cleric.json":"subclass","subclass/zeek0; Ruin Domain.json":"subclass","subclass/Zixtank; The Grenadier Artificer Specialization.json":"subclass"},"subclassFeature":{"book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":"book","book/MCDM Productions; Arcadia Issue 1.json":"book","book/MCDM Productions; Arcadia Issue 2.json":"book","book/MCDM Productions; Arcadia Issue 5.json":"book","book/MCDM Productions; Arcadia Issue 8.json":"book","book/Raiders of the Serpent Sea; Player's Guide Free.json":"book","class/Aeron Drake; The Mesmer.json":"class","class/aeyana; Hunter.json":"class","class/AgenderArcee; The Martial Ranger.json":"class","class/Alex Tanner; Tarocchi.json":"class","class/Anthony Vallozzi; Blue Traveler.json":"class","class/Arcane Athenaeum; Swordmage, A True Arcane Half-Caster.json":"class","class/Aron; Demi-Dragon.json":"class","class/Aussifer; Unchained Warlock.json":"class","class/Avaricium; Arbiter.json":"class","class/Avaricium; Herrscher of the Void.json":"class","class/badooga; Badooga's Psion.json":"class","class/badooga; Badooga's Warlord.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/Benjamin Huffman; Scholar.json":"class","class/Benjamin Huffman; Spiritualist.json":"class","class/Benjamin Huffman;The Magus.json":"class","class/Blake and Kevin (Blurhy); The Armiger.json":"class","class/Blubber Nibble; Noidrin's Record of Many Things.json":"class","class/Brad Johns; The Harbinger.json":"class","class/Bryan Williams; Wychlaran Witch.json":"class","class/CaelReader; Elegant Druid.json":"class","class/Casteliad; Shadow Assassin.json":"class","class/CJ Leung; The Channeler.json":"class","class/D&D Wiki; Swashbuckler.json":"class","class/D&D Wiki; Warpriest.json":"class","class/D'Artagnan; Summoner.json":"class","class/d'Artagnan; The Witch Knight.json":"class","class/DanDWiki; Luchador.json":"class","class/Deakin Bennett; The Noble.json":"class","class/Devikyn; Dragoon revisited.json":"class","class/devikyn; Eldritch Arcana.json":"class","class/devikyn; The Adaptive Ranger.json":"class","class/devikyn; The Tinker Class.json":"class","class/devikyn; Variant Sorcerer.json":"class","class/DM_Havuhk; The Witch.json":"class","class/DXHHH101, Sinder, Superxavman; Sorcerer, Revitalized.json":"class","class/DXHHH101; The Marksman.json":"class","class/Eric Nell; Plague Doctor.json":"class","class/Erikku Blade; Fate Weaver.json":"class","class/fanatic66; The Swordmage.json":"class","class/Fenrir-Hati-Skoll; Avenger.json":"class","class/Fiddlestics; Cultivator.json":"class","class/Foxfire94; Astartes Inititate.json":"class","class/Foxfire94; Blood Hunter Re-Balanced.json":"class","class/Foxfire94; Inquisitor.json":"class","class/Foxfire94; Lycanthrope.json":"class","class/Foxfire94; Spellblade.json":"class","class/Foxfire94; Vampire.json":"class","class/Fragsauce; Soul Binder Redux.json":"class","class/FragSauce; Soul Binder.json":"class","class/Ghostfire Gaming; Monster Hunter.json":"class","class/Giffyglyph; Class Compendium.json":"class","class/griff-mac; The Resourceful Ranger.json":"class","class/Heavyarms; Gunslinger.json":"class","class/iamasecretwizard; Seeker.json":"class","class/InfKore; Disciple.json":"class","class/itsalittlewaterlizard; The Titan Class.json":"class","class/Izzy; Incarnate.json":"class","class/J.R. Raffles; The Ghost.json":"class","class/JK Colyer; Engineer.json":"class","class/johnofbohemia; Witcher Class.json":"class","class/Jonoman3000; Planeshifter.json":"class","class/KibblesTasty; Inventor.json":"class","class/KibblesTasty; Occultist.json":"class","class/KibblesTasty; Psion.json":"class","class/KibblesTasty; Spellblade (Alpha).json":"class","class/KibblesTasty; Warlord.json":"class","class/Kyle Grant; The Scholar.json":"class","class/LaserLlama; Alternate Artificer.json":"class","class/LaserLlama; Alternate Barbarian.json":"class","class/LaserLlama; Alternate Bard.json":"class","class/LaserLlama; Alternate Blood Hunter.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/LaserLlama; Alternate Monk.json":"class","class/LaserLlama; Alternate Ranger.json":"class","class/LaserLlama; Alternate Rogue.json":"class","class/LaserLlama; Alternate Sorcerer.json":"class","class/LaserLlama; Commoner.json":"class","class/LaserLlama; Magus Class.json":"class","class/LaserLlama; Savant.json":"class","class/LaserLlama; The Psion.json":"class","class/LaserLlama; The Shaman.json":"class","class/LaserLlama; The Vessel.json":"class","class/LaserLlama; Warlord.json":"class","class/Layhnet; Variant Fighter.json":"class","class/lighthazard; Trainer.json":"class","class/ljdankov; BloodMage.json":"class","class/Mage Hand Press; Complete Binder.json":"class","class/Mage Hand Press; Vagabond.json":"class","class/Mal_Elemental; The Commoner.json":"class","class/Marc Wegmann; The Dream Shifter.json":"class","class/Matthew Mercer; Blood Hunter (2020).json":"class","class/Matthew Mercer; Blood Hunter (2022).json":"class","class/Matthew Mercer; Blood Hunter.json":"class","class/Matthew Mercer; Lingering Soul.json":"class","class/MCDM Productions; Beastheart.json":"class","class/MCDM Productions; The Illrigger Class.json":"class","class/McToomin27; Animus.json":"class","class/Middle Finger of Vecna; Alchemist Redux.json":"class","class/Middle Finger of Vecna; Alchemist.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Middle Finger of Vecna; Craftsman.json":"class","class/Middle Finger of Vecna; Warden.json":"class","class/Middle Finger of Vecna; Warmage.json":"class","class/Middle Finger of Vecna; Witch.json":"class","class/MisterThr33; Creature Cohorts, the Lich.json":"class","class/Mkirshnikov; Juggernaut (v1).json":"class","class/Mkirshnikov; Juggernaut.json":"class","class/morethanwordscansay; Zoologist.json":"class","class/NEThingMagic; Card Slinger.json":"class","class/NewPageOfSwords; The Summoner.json":"class","class/Nimademe; Astrologer.json":"class","class/nomiddlename303; Rogue Optional Feature Debilitate.json":"class","class/pippochiri; The Edgelord.json":"class","class/Rain-Junkie; Dragon Knight.json":"class","class/Ranniery Jesuino; The Magus.json":"class","class/Reddit; The Dirge.json":"class","class/Rhyzler; Gunsmith.json":"class","class/Robert J Schwalb; Call to Arms The Warlord.json":"class","class/Sam Grierson; The Cook Class.json":"class","class/sonaplayer; The Customizable Artificer.json":"class","class/Spawn3601; Dream Weaver.json":"class","class/SwordMeow; The Atavist.json":"class","class/SwordMeow; Tweaked Sorcerer.json":"class","class/Tandra_Boy; The Empowered.json":"class","class/Taron Pounds; Merchant.json":"class","class/Team Morsa; Scion.json":"class","class/TheFlameTouched; Ranger (Revised Spell-less).json":"class","class/Tortoxicion; The Vessel.json":"class","class/Troubadore; Runeblade.json":"class","class/Troubadore; Versatile Ranger.json":"class","class/Tyeia; The Mystic Revised.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","class/Unearthed Aiircana Red Mage.json":"class","class/Usocolo123; Votarist.json":"class","class/Vincent Girgenti; The Nomad.json":"class","class/Vladimir Popov; Sorcerer Reworked.json":"class","class/VoyeurTheNinja; The Masked Hero.json":"class","class/Walrock Homebrew; Witch.json":"class","class/William Rotor; The Rouge.json":"class","class/Xesu; The Samurai.json":"class","class/xMartu; Surgebinder.json":"class","class/Zarieth; The Witch.json":"class","class/ZetFalcon; Card Dealer.json":"class","collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":"collection","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Alex Clippinger; Tome of the Pact.json":"collection","collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Arcana Games; Arkadia.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/badooga; Martial Power.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Benjamin Huffman Ross Leiser; The Complete Martialist Handbook.json":"collection","collection/Bonus Action; Bonus Action.json":"collection","collection/Clippinger, Alex; Monsters Without Borders.json":"collection","collection/Creature Club; Creature Club Homebrew Collection.json":"collection","collection/Daniel Whyte; Hidal's Tome of the Esoteric.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMs Guild; Archetypes of Eberron.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/DMsGuild; Thay Land of the Red Wizards.json":"collection","collection/DMsGuild; The Great Dale.json":"collection","collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":"collection","collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":"collection","collection/Eva Brown; Hidden Oddities A Witch's Primer.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":"collection","collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":"collection","collection/Grimley533; Player's Guide to Insectopia.json":"collection","collection/Gustavo Ramirez; Zorindis Campaign Setting.json":"collection","collection/Haven; All Beneath the Yonder Seas and Streams.json":"collection","collection/Haven; All the Lights in the Sky are Stars.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":"collection","collection/IrishBandit; Rule of Law.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/JasonNewby; Durnan's Guide to Tavernkeeping.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Jonoman3000; Sprouting Chaos Player's Companion.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/Kaiburr_Kath-Hound; Sarguro's Compendium of Odds and Ends.json":"collection","collection/KajaGrae; Fang Dragons.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":"collection","collection/Kobold Press; Deep Magic 03 Void Magic.json":"collection","collection/Kobold Press; Deep Magic 04 Illumination Magic.json":"collection","collection/Kobold Press; Deep Magic 14 Elemental Magic.json":"collection","collection/Kobold Press; Deep Magic Backgrounds, Feats, & Subclasses.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Lambros009; Illivar's Guide to Nullification.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/Middle Finger of Vecna; Channeler.json":"collection","collection/Middle Finger of Vecna; Evil Archetypes.json":"collection","collection/Middle Finger of Vecna; Gunslinger.json":"collection","collection/Middle Finger of Vecna; Magitech Updates.json":"collection","collection/Middle Finger of Vecna; Sentinels of the Multiverse.json":"collection","collection/Middle Finger of Vecna; The Oozemasters Apprentice .json":"collection","collection/Mike Mearls; Livestream and Twitter.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json":"collection","collection/MonkeyDM; Northern Lights Compendium.json":"collection","collection/Nedrapter; Nedrapter's Expanded Dangers.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":"collection","collection/Raul Rosa; The Spiritual Swordsman.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/Shadowsocks; Companion.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Tercept; knerd.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":"collection","collection/Vorpal Dice Press; Variant Fighter.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","collection/Yorviing; Yorviing's Arcane Grimoire.json":"collection","creature/Andrew Cawood; Monsters of the Underworld.json":"creature","spell/Heroes from the Dark Realm; Wizard School of Nethermancy.json":"spell","spell/Sean vas Terra; Elementalist's Pocketbook.json":"spell","subclass/0rganics; Fey Protector.json":"subclass","subclass/Actual Jake; Magic Moon Sorcerer.json":"subclass","subclass/Aevilok; Craftsman.json":"subclass","subclass/aeyana; Way of the Dragon.json":"subclass","subclass/AgenderArcee; AgenderArcee's Sourcerous Origins.json":"subclass","subclass/Alexander Smith; The Spellscarred Sorcerous Origin.json":"subclass","subclass/Alice Loverdrive; The Bitch With Many Teeth.json":"subclass","subclass/AmbyNavy and Moss; The Insatiable.json":"subclass","subclass/B. Wraven Wright; College of the Bae'Qeshel.json":"subclass","subclass/badooga; Fighter Subclasses.json":"subclass","subclass/BeardedJB; Cosmic Cleric Domain.json":"subclass","subclass/Blaezix; The Ruffian.json":"subclass","subclass/Bunnybrew; Sign of the Crown.json":"subclass","subclass/CaelReader; Arcane Marksman.json":"subclass","subclass/CamunonZ; The Mad Scientist Artificer.json":"subclass","subclass/Carreau; Oath of the Arcane.json":"subclass","subclass/Cephei_Delta; School of Geometry.json":"subclass","subclass/Clan Crafter Hralding; Codex of Allies.json":"subclass","subclass/Cowboy_Tiefling; Blue Mage Sorcerous Origin.json":"subclass","subclass/Dan Powell; Dragoon.json":"subclass","subclass/davedeoreo; Circle of Scales.json":"subclass","subclass/Desmon%239507; The Big Tiddy Goth Girlfriend.json":"subclass","subclass/devikyn; Way of the Four Elements Streamlined.json":"subclass","subclass/devikyn; Way of the Kensei, Revised.json":"subclass","subclass/DnDWiki; Arcane Tradition Wild Magic.json":"subclass","subclass/DrRichtoffen; The Ghost Train.json":"subclass","subclass/DXHHH101; The Beyond.json":"subclass","subclass/Elderbrain; Crown of the Oathbreaker Subclass Compendium.json":"subclass","subclass/ElderBrain; Umbral Stalker.json":"subclass","subclass/Extra_Legs; Unbound Soul.json":"subclass","subclass/FallenPhoenixIV; Oath of the Templar.json":"subclass","subclass/Fiddlestics; College of the Hand.json":"subclass","subclass/filmatra; Wizard Community College.json":"subclass","subclass/Foxfire94; Blood Magic Sorcerous Origin.json":"subclass","subclass/Foxfire94; Brick Brawler Monk.json":"subclass","subclass/Foxfire94; Brute Fighter.json":"subclass","subclass/Foxfire94; College of Metal Bard.json":"subclass","subclass/Foxfire94; Explosion Wizard.json":"subclass","subclass/Foxfire94; Horus Heresy Inspired Martial Archetypes.json":"subclass","subclass/Foxfire94; Oath Daemonicus Paladin.json":"subclass","subclass/Foxfire94; Primaris Lieutenant.json":"subclass","subclass/Foxfire94; Revised Ranger Beast Master.json":"subclass","subclass/FrenchTech16; Dearly Departed Patron.json":"subclass","subclass/FrostBladestorm; Field Medic.json":"subclass","subclass/Gannoh2; The Hero Warlock.json":"subclass","subclass/Gelidity; Circle of the Lone Wolf.json":"subclass","subclass/Gelidity; College of Legends.json":"subclass","subclass/Gelidity; Path of the Honey Badger.json":"subclass","subclass/Ghostfire Gaming; Artificer Subclasses.json":"subclass","subclass/gockblock; Sorcerous Origin Spell Variants.json":"subclass","subclass/GuenMaster; Way of the Stars.json":"subclass","subclass/heavyarms; The Beard.json":"subclass","subclass/Hicks Homebrew; Inner Visage Sorcerous Origin.json":"subclass","subclass/IDBN; Gun Mage.json":"subclass","subclass/ihopethiswork; Path of MAGE!.json":"subclass","subclass/InvaderHawk; Spirit of Vengeance.json":"subclass","subclass/Inxsinon; Circle of Winds Druid.json":"subclass","subclass/Jadeor; The Way of Iron and Steel.json":"subclass","subclass/Jaek; College of Diplomacy Bard.json":"subclass","subclass/Jaek; Ruffian Rogue.json":"subclass","subclass/Jake Hilton; Hoard of Heroes.json":"subclass","subclass/Jonoman3000; The Fallen.json":"subclass","subclass/kacyhasthecandy; Kacy's Castean Classes.json":"subclass","subclass/Ken_Silverwood; Eldritch Champion.json":"subclass","subclass/KhrystanShade.json":"subclass","subclass/KibblesTasty; Divine Agent.json":"subclass","subclass/KibblesTasty; Worldly Patron - The Dragon.json":"subclass","subclass/Kingstarman; Way of the Cherry Blossom Sage.json":"subclass","subclass/Korvinagor; Circle of Dreams (Revised).json":"subclass","subclass/Korvinagor; Circle of Kudzu.json":"subclass","subclass/Korvinagor; Circle of Progress.json":"subclass","subclass/Korvinagor; Circle of the Lamb.json":"subclass","subclass/Korvinagor; Circle of the Rainbow.json":"subclass","subclass/Korvinagor; Circle of the Seasons.json":"subclass","subclass/Korvinagor; Circles of the Land.json":"subclass","subclass/Korvinagor; Path of Polarity.json":"subclass","subclass/Lady of Luck; Garlic Bread Domain Cleric.json":"subclass","subclass/Laserllama; Artificer Specialties & Infusion Options.json":"subclass","subclass/LaserLlama; Bard Colleges.json":"subclass","subclass/LaserLlama; Druid Circles.json":"subclass","subclass/LaserLlama; Fighter Archetypes & Fighting Styles.json":"subclass","subclass/LaserLlama; Monastic Traditions.json":"subclass","subclass/Laserllama; Roguish Archetypes.json":"subclass","subclass/LaserLlama;Otherwordly Patrons.json":"subclass","subclass/LevelOfExhaustion; Circle of the Sands.json":"subclass","subclass/Lexiette; Wandering Blademaster.json":"subclass","subclass/marshmallow_fig; College of Lofi Beats to Study Relax To.json":"subclass","subclass/Martin_DM; Oath of Acroamata.json":"subclass","subclass/Matthers3; The Maleficar Wizard.json":"subclass","subclass/Matthers3; The Moon Dancer Cleric.json":"subclass","subclass/Matthew Mercer; College of the Maestro.json":"subclass","subclass/Matthew Mercer; Gunslinger.json":"subclass","subclass/Matthew Mercer; Oath of the Open Sea.json":"subclass","subclass/Matthew Mercer; Way of the Cobalt Soul.json":"subclass","subclass/Middle Finger of Vecna; Abyssal Domain.json":"subclass","subclass/Middle Finger of Vecna; Chronomancy Update.json":"subclass","subclass/Middle Finger of Vecna; Circle of the Root and Stem.json":"subclass","subclass/Middle Finger of Vecna; Class Packs.json":"subclass","subclass/Middle Finger of Vecna; Destruction Domain.json":"subclass","subclass/Middle Finger of Vecna; Dread Domain.json":"subclass","subclass/Middle Finger of Vecna; Dream Domain.json":"subclass","subclass/Middle Finger of Vecna; Iconic Archetypes.json":"subclass","subclass/Middle Finger of Vecna; Lovecraft Update.json":"subclass","subclass/Middle Finger of Vecna; Peace Domain.json":"subclass","subclass/Middle Finger of Vecna; Pestilence Domain.json":"subclass","subclass/Middle Finger of Vecna; Slime Domain.json":"subclass","subclass/Middle Finger of Vecna; Tattoo Classes.json":"subclass","subclass/Middle Finger of Vecna; The Watcher.json":"subclass","subclass/Middle Finger of Vecna; Travel Domain (Redux).json":"subclass","subclass/Middle Finger of Vecna; Ur-Priest.json":"subclass","subclass/Middle Finger of Vecna; Waste Update.json":"subclass","subclass/Middle Finger of Vecna; Wild West.json":"subclass","subclass/MonkeyDM; Oath of the Eldritch Hunt.json":"subclass","subclass/MonkeyDM; Pact of the trigger.json":"subclass","subclass/MrDoctorJunior; Shadow Sorcerer (Revised).json":"subclass","subclass/Mutgar; Oath of Rebirth.json":"subclass","subclass/mwatts258; Anime Swordsman.json":"subclass","subclass/NeonLightDecay; Path of the Nautilus.json":"subclass","subclass/Neverending Codex; Soulkeeper Ranger.json":"subclass","subclass/Nimademe; Iron Soul Sorcerer.json":"subclass","subclass/Nimademe; Path of the Monster Barbarian.json":"subclass","subclass/NotTheSmoooze; RoguishArchetypes.json":"subclass","subclass/NotTheSmooze; The Falconer.json":"subclass","subclass/OhWyn; Eldritch Blast Patron.json":"subclass","subclass/Ophiuchus; Path of the Bloodrager.json":"subclass","subclass/Oxforge Homebrew; Circle of Ashes Druid.json":"subclass","subclass/pm_me_goth_gf_pics; Oath of Love.json":"subclass","subclass/PosTavern; Artificer Specialist - Caravaneer.json":"subclass","subclass/PosTavern; Circle of the Dragon.json":"subclass","subclass/qogoist; courtesan.json":"subclass","subclass/Rain-Junkie, DXHHH101; Orchard Origin Sorcerer, Reflourished .json":"subclass","subclass/Rain-Junkie; Ancient Magic Sorcerer.json":"subclass","subclass/Rain-Junkie; Orchard Origin Sorcerer v1.json":"subclass","subclass/Red Ink Caravan; Aaralyn's Stolen Notes to Velea (5e).json":"subclass","subclass/RevengeKobold; Gambler's Domain.json":"subclass","subclass/RW_Blackbird; The Magus (Eldritch Knight Revised).json":"subclass","subclass/SargeBriar; Great Old One Tweaked.json":"subclass","subclass/SargeBriar; Shrouded Arts Wizard.json":"subclass","subclass/SemanticAvenger; Aeronaut.json":"subclass","subclass/Sensitive_Coyote_865; Path of the Masked Scourge.json":"subclass","subclass/Seth Blackwood; Oath of the Unconquered.json":"subclass","subclass/SethBlackwood; Blood Knight.json":"subclass","subclass/SethBlackwood; Oath Of The Grim Hunt.json":"subclass","subclass/SethBlackwood; Storm Heart Figher.json":"subclass","subclass/Spicy Spook; Circle of the Guardian.json":"subclass","subclass/SpiketailDrake; Way of the Four Elements Remastered.json":"subclass","subclass/SrVolk; Mechaneer Artificer Specilization.json":"subclass","subclass/SwordMeow; Wind Domain.json":"subclass","subclass/T. A. Braga; Oath of the Working Class.json":"subclass","subclass/The Smithy; Trapper.json":"subclass","subclass/The Winter Halo; Wizard Subclass Overhaul.json":"subclass","subclass/TheAdonalsium; Oath of Safety and Health Administration.json":"subclass","subclass/TheSoundOfThunder; Soldier of the Seasons.json":"subclass","subclass/Thewtus; Path of the Cyborg.json":"subclass","subclass/titanomachyRPG; Grief Domain.json":"subclass","subclass/Tsumarru; Circle of Growth Druid.json":"subclass","subclass/Tsumarru; College of Masks Bard.json":"subclass","subclass/Tsumarru; Oath of the Elements Paladin.json":"subclass","subclass/Tsumarru; Path of the Dragon Barbarian.json":"subclass","subclass/Tsumarru; ShadowStalker.json":"subclass","subclass/Tsumarru; Smooth Criminal Rogue.json":"subclass","subclass/Tsumarru; True Talent Sorcerer.json":"subclass","subclass/Tsumarru; Way of the Ninja.json":"subclass","subclass/uRavenBranwen; Oath of the Runeblade.json":"subclass","subclass/u_CamunonZ; The Announcer.json":"subclass","subclass/Valerion; Liberation Domain.json":"subclass","subclass/VampireBagel; Sacred Oath of Wile.json":"subclass","subclass/VampireBagel_; Dragon Domain Cleric.json":"subclass","subclass/Walrock Homebrew; Oath of the Common Man.json":"subclass","subclass/Walrock Homebrew; Oath of the Midnight Hour Paladin.json":"subclass","subclass/Walrock; Paladins.json":"subclass","subclass/WhiteShadowTaiChi; Royal Bloodline.json":"subclass","subclass/William Hudson King; The Ashen Wolf.json":"subclass","subclass/Xenoezen; Revised Great Old One.json":"subclass","subclass/xyianth; Rogue Archetype - Phantom Blade.json":"subclass","subclass/Zachary G Paiva; The Rule of 12 Subclasses.json":"subclass","subclass/zeek0; Hearth Domain Cleric.json":"subclass","subclass/zeek0; Ruin Domain.json":"subclass","subclass/Zixtank; The Grenadier Artificer Specialization.json":"subclass"},"itemProperty":{"book/Ghostfire Gaming; Grim Hollow Player's Guide.json":"book","class/Aron; Demi-Dragon.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/devikyn; The Tinker Class.json":"class","class/Heavyarms; Gunslinger.json":"class","class/JK Colyer; Engineer.json":"class","class/Middle Finger of Vecna; Craftsman.json":"class","collection/Aeron Drake; Modern Handbook.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Amratat; Dark Souls III - Lord Seeker's Compendium.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Benjamin Huffman Ross Leiser; The Complete Martialist Handbook.json":"collection","collection/Fey Rune Labs; The Gunpowder Codex.json":"collection","collection/Heavyarms; The Complete Armorer's Handbook.json":"collection","collection/Janet Neilson; Dodecronomicon Presents Arcane Ink.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Jasmine Yang; Hamund's Herbalism Handbook.json":"collection","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","collection/Keith Baker; Morgrave Miscellany.json":"collection","collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Kobold Press; Tome of Heroes.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Middle Finger of Vecna; Gunslinger.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Mogrit; The Technomancer's Textbook.json":"collection","collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Rsquared; Martial Prowess.json":"collection","collection/Sean O'Connor; Inkantations.json":"collection","collection/Sesserdrix; Wildjammer - More Adventures in Space.json":"collection","collection/Shadowsocks; Companion.json":"collection","collection/Sokan; Yastah.json":"collection","collection/Storyteller; World of Collabris.json":"collection","collection/Ujio21; Gunslinger.json":"collection","creature/Foxfire94; Eighteen Sons of The Lightning Lord.json":"creature","creature/Foxfire94; Honourable Heroes.json":"creature","item/Foxfire94; Armour, Items, and Weapons Galore.json":"item","item/Jafner; Exotic Weapons.json":"item","item/Sample - Giddy; Hook of Butchery.json":"item","item/TheApoApostolov; Items for Grit and Glory.json":"item","item/Web Community; Community Items Collection.json":"item","item/Yonael; Firearms of the Realm.json":"item","subclass/Matthew Mercer; Gunslinger.json":"subclass","subclass/Middle Finger of Vecna; Waste Update.json":"subclass","variantrule/Modnar; Modnars Mission Mandates.json":"variantrule"},"deity":{"book/HapHazred; Blood in the Company - Players Introduction.json":"book","book/MCDM Productions; Arcadia Issue 5.json":"book","collection/Arcana Games; Arkadia.json":"collection","collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":"collection","collection/Flore; Explorer's guide to Xhoria.json":"collection","collection/hafdon; zorq.json":"collection","collection/Hit Point Press; Humblewood Campaign Setting.json":"collection","collection/Jetpack7; Gods and Goddesses Redux.json":"collection","collection/Jonoman3000; Dark Arts Players Companion.json":"collection","collection/Matthew Mercer; TalDorei Campaign Guide.json":"collection","collection/Rynosaur94; Planeshift Equestria.json":"collection","collection/Steamforged; Dungeon&Doggies Rules Companion.json":"collection","deity/AAW Games; Deities of the World of Aventyr.json":"deity","deity/D&D 3ed; Deities of the World of Claybough.json":"deity","deity/Frog God Games; The Lost Lands.json":"deity","deity/Sample - Giddy; Atrophy.json":"deity"},"cult":{"book/HapHazred; Blood in the Company - Players Introduction.json":"book","collection/badooga; Elder Evils.json":"collection","collection/hafdon; zorq.json":"collection","cult/Sample - Giddy; Cult of the True Flame.json":"cult"},"boon":{"boon/Sample - Giddy; Dubious Gifts.json":"boon","collection/badooga; Elder Evils.json":"collection"},"charoption":{"charoption/Sample - Giddy; Secret Antagonist.json":"charoption","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Keith Baker; Exploring Eberron.json":"collection","collection/Niels de Jong; Children of the Dragon.json":"collection"},"class":{"class/Aeron Drake; The Mesmer.json":"class","class/aeyana; Hunter.json":"class","class/AgenderArcee; The Martial Ranger.json":"class","class/Alex Tanner; Tarocchi.json":"class","class/Anthony Vallozzi; Blue Traveler.json":"class","class/Arcane Athenaeum; Swordmage, A True Arcane Half-Caster.json":"class","class/Aron; Demi-Dragon.json":"class","class/Aussifer; Unchained Warlock.json":"class","class/Avaricium; Arbiter.json":"class","class/Avaricium; Herrscher of the Void.json":"class","class/badooga; Badooga's Psion.json":"class","class/badooga; Badooga's Warlord.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/Benjamin Huffman; Scholar.json":"class","class/Benjamin Huffman; Spiritualist.json":"class","class/Benjamin Huffman;The Magus.json":"class","class/Blake and Kevin (Blurhy); The Armiger.json":"class","class/Blubber Nibble; Noidrin's Record of Many Things.json":"class","class/Brad Johns; The Harbinger.json":"class","class/Bryan Williams; Wychlaran Witch.json":"class","class/CaelReader; Elegant Druid.json":"class","class/Casteliad; Shadow Assassin.json":"class","class/CJ Leung; The Channeler.json":"class","class/D&D Wiki; Swashbuckler.json":"class","class/D&D Wiki; Warpriest.json":"class","class/D'Artagnan; Summoner.json":"class","class/d'Artagnan; The Witch Knight.json":"class","class/DanDWiki; Luchador.json":"class","class/Deakin Bennett; The Noble.json":"class","class/Devikyn; Dragoon revisited.json":"class","class/devikyn; Eldritch Arcana.json":"class","class/devikyn; The Adaptive Ranger.json":"class","class/devikyn; The Tinker Class.json":"class","class/devikyn; Variant Sorcerer.json":"class","class/DM_Havuhk; The Witch.json":"class","class/DXHHH101, Sinder, Superxavman; Sorcerer, Revitalized.json":"class","class/DXHHH101; The Marksman.json":"class","class/Eric Nell; Plague Doctor.json":"class","class/Erikku Blade; Fate Weaver.json":"class","class/fanatic66; The Swordmage.json":"class","class/Fenrir-Hati-Skoll; Avenger.json":"class","class/Fiddlestics; Cultivator.json":"class","class/Foxfire94; Astartes Inititate.json":"class","class/Foxfire94; Blood Hunter Re-Balanced.json":"class","class/Foxfire94; Inquisitor.json":"class","class/Foxfire94; Lycanthrope.json":"class","class/Foxfire94; Spellblade.json":"class","class/Foxfire94; Vampire.json":"class","class/Fragsauce; Soul Binder Redux.json":"class","class/FragSauce; Soul Binder.json":"class","class/Ghostfire Gaming; Monster Hunter.json":"class","class/Giffyglyph; Class Compendium.json":"class","class/griff-mac; The Resourceful Ranger.json":"class","class/Heavyarms; Gunslinger.json":"class","class/Hukuna Dentata; The Commoner.json":"class","class/iamasecretwizard; Seeker.json":"class","class/InfKore; Disciple.json":"class","class/itsalittlewaterlizard; The Titan Class.json":"class","class/Izzy; Incarnate.json":"class","class/J.R. Raffles; The Ghost.json":"class","class/JK Colyer; Engineer.json":"class","class/johnofbohemia; Witcher Class.json":"class","class/Jonoman3000; Planeshifter.json":"class","class/KibblesTasty; Doggo Sidekick.json":"class","class/KibblesTasty; Inventor.json":"class","class/KibblesTasty; Occultist.json":"class","class/KibblesTasty; Psion.json":"class","class/KibblesTasty; Spellblade (Alpha).json":"class","class/KibblesTasty; Warlord.json":"class","class/Kyle Grant; The Scholar.json":"class","class/LaserLlama; Alternate Artificer.json":"class","class/LaserLlama; Alternate Barbarian.json":"class","class/LaserLlama; Alternate Bard.json":"class","class/LaserLlama; Alternate Blood Hunter.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/LaserLlama; Alternate Monk.json":"class","class/LaserLlama; Alternate Ranger.json":"class","class/LaserLlama; Alternate Rogue.json":"class","class/LaserLlama; Alternate Sorcerer.json":"class","class/LaserLlama; Commoner.json":"class","class/LaserLlama; Magus Class.json":"class","class/LaserLlama; Savant.json":"class","class/LaserLlama; The Psion.json":"class","class/LaserLlama; The Shaman.json":"class","class/LaserLlama; The Vessel.json":"class","class/LaserLlama; Warlord.json":"class","class/Layhnet; Variant Fighter.json":"class","class/lighthazard; Trainer.json":"class","class/ljdankov; BloodMage.json":"class","class/Mage Hand Press; Complete Binder.json":"class","class/Mage Hand Press; Vagabond.json":"class","class/Mal_Elemental; The Commoner.json":"class","class/Marc Wegmann; The Dream Shifter.json":"class","class/Matthew Mercer; Blood Hunter (2020).json":"class","class/Matthew Mercer; Blood Hunter (2022).json":"class","class/Matthew Mercer; Blood Hunter.json":"class","class/Matthew Mercer; Lingering Soul.json":"class","class/MCDM Productions; Beastheart.json":"class","class/MCDM Productions; The Illrigger Class.json":"class","class/McToomin27; Animus.json":"class","class/Middle Finger of Vecna; Alchemist Redux.json":"class","class/Middle Finger of Vecna; Alchemist.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Middle Finger of Vecna; Craftsman.json":"class","class/Middle Finger of Vecna; Warden.json":"class","class/Middle Finger of Vecna; Warmage.json":"class","class/Middle Finger of Vecna; Witch.json":"class","class/MisterThr33; Creature Cohorts, the Beholder.json":"class","class/MisterThr33; Creature Cohorts, the Lich.json":"class","class/Mkirshnikov; Juggernaut (v1).json":"class","class/Mkirshnikov; Juggernaut.json":"class","class/morethanwordscansay; Zoologist.json":"class","class/NEThingMagic; Card Slinger.json":"class","class/NewPageOfSwords; The Summoner.json":"class","class/Nimademe; Astrologer.json":"class","class/nomiddlename303; Rogue Optional Feature Debilitate.json":"class","class/pippochiri; The Edgelord.json":"class","class/Rain-Junkie; Dragon Knight.json":"class","class/Ranniery Jesuino; The Magus.json":"class","class/Reddit; The Dirge.json":"class","class/Rhyzler; Gunsmith.json":"class","class/Robert J Schwalb; Call to Arms The Warlord.json":"class","class/Sam Grierson; The Cook Class.json":"class","class/sonaplayer; The Customizable Artificer.json":"class","class/Spawn3601; Dream Weaver.json":"class","class/SwordMeow; The Atavist.json":"class","class/SwordMeow; Tweaked Sorcerer.json":"class","class/Tandra_Boy; The Empowered.json":"class","class/Taron Pounds; Merchant.json":"class","class/Team Morsa; Scion.json":"class","class/TheFlameTouched; Ranger (Revised Spell-less).json":"class","class/Tortoxicion; The Vessel.json":"class","class/Troubadore; Runeblade.json":"class","class/Troubadore; Versatile Ranger.json":"class","class/Tyeia; The Mystic Revised.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","class/Unearthed Aiircana Red Mage.json":"class","class/Unknown; Mech Pilot.json":"class","class/Usocolo123; Votarist.json":"class","class/Vincent Girgenti; The Nomad.json":"class","class/Vladimir Popov; Sorcerer Reworked.json":"class","class/VoyeurTheNinja; The Masked Hero.json":"class","class/Walrock Homebrew; Witch.json":"class","class/William Rotor; The Rouge.json":"class","class/Xesu; The Samurai.json":"class","class/xMartu; Surgebinder.json":"class","class/Zarieth; The Witch.json":"class","class/ZetFalcon; Card Dealer.json":"class","collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/Daniel Whyte; Hidal's Tome of the Esoteric.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/Gustavo Ramirez; Zorindis Campaign Setting.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Middle Finger of Vecna; Channeler.json":"collection","collection/Middle Finger of Vecna; Gunslinger.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/Pimplup; Pale Knight.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Raul Rosa; The Spiritual Swordsman.json":"collection","collection/Sara Thompson; The Combat Wheelchair.json":"collection","collection/Shadowsocks; Companion.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","feat/aeyana; Adventurer.json":"feat"},"classFeature":{"class/Aeron Drake; The Mesmer.json":"class","class/aeyana; Hunter.json":"class","class/AgenderArcee; The Martial Ranger.json":"class","class/Alex Tanner; Tarocchi.json":"class","class/Anthony Vallozzi; Blue Traveler.json":"class","class/Arcane Athenaeum; Swordmage, A True Arcane Half-Caster.json":"class","class/Aron; Demi-Dragon.json":"class","class/Aussifer; Unchained Warlock.json":"class","class/Avaricium; Arbiter.json":"class","class/Avaricium; Herrscher of the Void.json":"class","class/badooga; Badooga's Psion.json":"class","class/badooga; Badooga's Warlord.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/Benjamin Huffman; Scholar.json":"class","class/Benjamin Huffman; Spiritualist.json":"class","class/Benjamin Huffman;The Magus.json":"class","class/Blake and Kevin (Blurhy); The Armiger.json":"class","class/Blubber Nibble; Noidrin's Record of Many Things.json":"class","class/Brad Johns; The Harbinger.json":"class","class/Bryan Williams; Wychlaran Witch.json":"class","class/CaelReader; Elegant Druid.json":"class","class/Casteliad; Shadow Assassin.json":"class","class/CJ Leung; The Channeler.json":"class","class/D&D Wiki; Swashbuckler.json":"class","class/D&D Wiki; Warpriest.json":"class","class/D'Artagnan; Summoner.json":"class","class/d'Artagnan; The Witch Knight.json":"class","class/DanDWiki; Luchador.json":"class","class/Deakin Bennett; The Noble.json":"class","class/Devikyn; Dragoon revisited.json":"class","class/devikyn; Eldritch Arcana.json":"class","class/devikyn; The Adaptive Ranger.json":"class","class/devikyn; The Tinker Class.json":"class","class/devikyn; Variant Sorcerer.json":"class","class/DM_Havuhk; The Witch.json":"class","class/DXHHH101, Sinder, Superxavman; Sorcerer, Revitalized.json":"class","class/DXHHH101; The Marksman.json":"class","class/Eric Nell; Plague Doctor.json":"class","class/Erikku Blade; Fate Weaver.json":"class","class/fanatic66; The Swordmage.json":"class","class/Fenrir-Hati-Skoll; Avenger.json":"class","class/Fiddlestics; Cultivator.json":"class","class/Foxfire94; Astartes Inititate.json":"class","class/Foxfire94; Blood Hunter Re-Balanced.json":"class","class/Foxfire94; Inquisitor.json":"class","class/Foxfire94; Lycanthrope.json":"class","class/Foxfire94; Spellblade.json":"class","class/Foxfire94; Vampire.json":"class","class/Fragsauce; Soul Binder Redux.json":"class","class/FragSauce; Soul Binder.json":"class","class/Ghostfire Gaming; Monster Hunter.json":"class","class/Giffyglyph; Class Compendium.json":"class","class/griff-mac; The Resourceful Ranger.json":"class","class/Heavyarms; Gunslinger.json":"class","class/Hukuna Dentata; The Commoner.json":"class","class/iamasecretwizard; Seeker.json":"class","class/InfKore; Disciple.json":"class","class/itsalittlewaterlizard; The Titan Class.json":"class","class/Izzy; Incarnate.json":"class","class/J.R. Raffles; The Ghost.json":"class","class/JK Colyer; Engineer.json":"class","class/johnofbohemia; Witcher Class.json":"class","class/Jonoman3000; Planeshifter.json":"class","class/KibblesTasty; Doggo Sidekick.json":"class","class/KibblesTasty; Inventor.json":"class","class/KibblesTasty; Occultist.json":"class","class/KibblesTasty; Psion.json":"class","class/KibblesTasty; Spellblade (Alpha).json":"class","class/KibblesTasty; Warlord.json":"class","class/Kyle Grant; The Scholar.json":"class","class/LaserLlama; Alternate Artificer.json":"class","class/LaserLlama; Alternate Barbarian.json":"class","class/LaserLlama; Alternate Bard.json":"class","class/LaserLlama; Alternate Blood Hunter.json":"class","class/LaserLlama; Alternate Fighter.json":"class","class/LaserLlama; Alternate Monk.json":"class","class/LaserLlama; Alternate Ranger.json":"class","class/LaserLlama; Alternate Rogue.json":"class","class/LaserLlama; Alternate Sorcerer.json":"class","class/LaserLlama; Commoner.json":"class","class/LaserLlama; Magus Class.json":"class","class/LaserLlama; Savant.json":"class","class/LaserLlama; The Psion.json":"class","class/LaserLlama; The Shaman.json":"class","class/LaserLlama; The Vessel.json":"class","class/LaserLlama; Warlord.json":"class","class/Layhnet; Variant Fighter.json":"class","class/lighthazard; Trainer.json":"class","class/ljdankov; BloodMage.json":"class","class/Mage Hand Press; Complete Binder.json":"class","class/Mage Hand Press; Vagabond.json":"class","class/Mal_Elemental; The Commoner.json":"class","class/Marc Wegmann; The Dream Shifter.json":"class","class/Matthew Mercer; Blood Hunter (2020).json":"class","class/Matthew Mercer; Blood Hunter (2022).json":"class","class/Matthew Mercer; Blood Hunter.json":"class","class/Matthew Mercer; Lingering Soul.json":"class","class/MCDM Productions; Beastheart.json":"class","class/MCDM Productions; The Illrigger Class.json":"class","class/McToomin27; Animus.json":"class","class/Middle Finger of Vecna; Alchemist Redux.json":"class","class/Middle Finger of Vecna; Alchemist.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Middle Finger of Vecna; Binder.json":"class","class/Middle Finger of Vecna; Craftsman.json":"class","class/Middle Finger of Vecna; Warden.json":"class","class/Middle Finger of Vecna; Warmage.json":"class","class/Middle Finger of Vecna; Witch.json":"class","class/MisterThr33; Creature Cohorts, the Beholder.json":"class","class/MisterThr33; Creature Cohorts, the Lich.json":"class","class/Mkirshnikov; Juggernaut (v1).json":"class","class/Mkirshnikov; Juggernaut.json":"class","class/morethanwordscansay; Zoologist.json":"class","class/NEThingMagic; Card Slinger.json":"class","class/NewPageOfSwords; The Summoner.json":"class","class/Nimademe; Astrologer.json":"class","class/nomiddlename303; Rogue Optional Feature Debilitate.json":"class","class/pippochiri; The Edgelord.json":"class","class/Rain-Junkie; Dragon Knight.json":"class","class/Ranniery Jesuino; The Magus.json":"class","class/Reddit; The Dirge.json":"class","class/Rhyzler; Gunsmith.json":"class","class/Robert J Schwalb; Call to Arms The Warlord.json":"class","class/Sam Grierson; The Cook Class.json":"class","class/sonaplayer; The Customizable Artificer.json":"class","class/Spawn3601; Dream Weaver.json":"class","class/SwordMeow; The Atavist.json":"class","class/SwordMeow; Tweaked Sorcerer.json":"class","class/Tandra_Boy; The Empowered.json":"class","class/Taron Pounds; Merchant.json":"class","class/Team Morsa; Scion.json":"class","class/TheFlameTouched; Ranger (Revised Spell-less).json":"class","class/Tortoxicion; The Vessel.json":"class","class/Troubadore; Runeblade.json":"class","class/Troubadore; Versatile Ranger.json":"class","class/Tyeia; The Mystic Revised.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","class/Unearthed Aiircana Red Mage.json":"class","class/Unknown; Mech Pilot.json":"class","class/Usocolo123; Votarist.json":"class","class/Vincent Girgenti; The Nomad.json":"class","class/Vladimir Popov; Sorcerer Reworked.json":"class","class/VoyeurTheNinja; The Masked Hero.json":"class","class/Walrock Homebrew; Witch.json":"class","class/William Rotor; The Rouge.json":"class","class/Xesu; The Samurai.json":"class","class/xMartu; Surgebinder.json":"class","class/Zarieth; The Witch.json":"class","class/ZetFalcon; Card Dealer.json":"class","collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":"collection","collection/Amellwind; Amellwind's Guide to Monster Hunting.json":"collection","collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":"collection","collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":"collection","collection/badooga; Martial Power.json":"collection","collection/Daniel Whyte; Hidal's Tome of the Esoteric.json":"collection","collection/DianaDM; A Series of Stars.json":"collection","collection/DMsGuild; Rashemen.json":"collection","collection/Gustavo Ramirez; Zorindis Campaign Setting.json":"collection","collection/JoeyJoestar; Good and Evil.json":"collection","collection/Jyka; Komalitr.json":"collection","collection/Karl Nicolas; Tome of Mystical Tattoos.json":"collection","collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","collection/Mage Hand Press; Valda's Spire of Secrets.json":"collection","collection/Middle Finger of Vecna; Channeler.json":"collection","collection/Middle Finger of Vecna; Gunslinger.json":"collection","collection/Modnar; Modnar's Manual of Multiple Métier.json":"collection","collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":"collection","collection/Paper Minitures; Jarlaxle's Bag of Everything.json":"collection","collection/Pimplup; Pale Knight.json":"collection","collection/Plus Three Press; Crystalpunk Campaign Guide.json":"collection","collection/Raul Rosa; The Spiritual Swordsman.json":"collection","collection/Shadowsocks; Companion.json":"collection","collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":"collection","collection/Ujio21; Gunslinger.json":"collection","collection/Wizards of the Coast; System Reference Document (SRD).json":"collection","feat/aeyana; Adventurer.json":"feat"},"foundryClassFeature":{"class/AgenderArcee; The Martial Ranger.json":"class","class/Aron; Demi-Dragon.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/Bryan Williams; Wychlaran Witch.json":"class","class/devikyn; The Adaptive Ranger.json":"class","class/devikyn; Variant Sorcerer.json":"class","class/Heavyarms; Gunslinger.json":"class","class/Mage Hand Press; Vagabond.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class"},"foundryRaceFeature":{"class/Aron; Demi-Dragon.json":"class","collection/Giddy; Goblin Wood II.json":"collection","race/thoroughlysketchy; Detect Greater Balance.json":"race"},"foundrySubclassFeature":{"class/Aron; Demi-Dragon.json":"class","class/Benjamin Huffman; Pugilist.json":"class","class/Blubber Nibble; Noidrin's Record of Many Things.json":"class","class/devikyn; The Adaptive Ranger.json":"class","class/Heavyarms; Gunslinger.json":"class","class/LaserLlama; Alternate Bard.json":"class","class/LaserLlama; The Shaman.json":"class","class/LaserLlama; The Vessel.json":"class","class/MCDM Productions; Beastheart.json":"class","class/Middle Finger of Vecna; Binder (Foundry Friendly).json":"class","class/Taron Pounds; Merchant.json":"class","class/uI'mFromNASA; Yet Another Ranger Variant.json":"class","collection/Jonoman3000; Blazing Dawn Player's Companion.json":"collection","subclass/AmbyNavy and Moss; The Insatiable.json":"subclass","subclass/Dan Powell; Dragoon.json":"subclass","subclass/Jonoman3000; The Fallen.json":"subclass","subclass/Laserllama; Artificer Specialties & Infusion Options.json":"subclass","subclass/LaserLlama; Fighter Archetypes & Fighting Styles.json":"subclass","subclass/mwatts258; Anime Swordsman.json":"subclass"},"psionic":{"class/badooga; Badooga's Psion.json":"class","psionic/Sample - Giddy; Black Lily Techniques.json":"psionic"},"foundryClass":{"class/Matthew Mercer; Blood Hunter (2022).json":"class"},"foundryMonster":{"class/MCDM Productions; Beastheart.json":"class"},"itemTypeAdditionalEntries":{"collection/Aeron Drake; Modern Handbook.json":"collection","item/Sample - Giddy; Hook of Butchery.json":"item"},"vehicleUpgrade":{"collection/Aeron Drake; Modern Handbook.json":"collection","collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection"},"backgroundFluff":{"collection/Alex Clippinger; Tome of the Pact.json":"collection"},"makebrewCreatureTrait":{"collection/badooga; Badooga's Monster Guidelines.json":"collection","collection/Benevolent Evil; The Elements and Beyond.json":"collection","collection/Lion Forge; Rolled and Told.json":"collection","creature/badooga; Warlord Collection.json":"creature","makebrew/Modnar; Homebrew Traits.json":"makebrew"},"sense":{"collection/KibblesTasty; Kibbles' Crafting Guide.json":"collection","collection/Mage Hand Press; Dark Matter.json":"collection","creature/MCDM Productions; Flee, Mortals!.json":"creature"},"roll20Spell":{"collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":"collection","spell/Sample - Giddy; Assorted Marginalia.json":"spell"},"recipe":{"collection/Modnar; Cooking and Brewing.json":"collection","recipe/Jef Aldreich; Dungeonmeister.json":"recipe","recipe/Lyra; Lyra's Dad's Chilli.json":"recipe","recipe/Sample - Giddy; Toast Sandwich.json":"recipe"},"deck":{"deck/Magic the Gathering; Elementals' Path.json":"deck","deck/WotC; Keys from the Golden Vault - Calling Cards.json":"deck","deck/Wyrmwood; Corrupted Tarot.json":"deck"},"card":{"deck/Magic the Gathering; Elementals' Path.json":"deck","deck/WotC; Keys from the Golden Vault - Calling Cards.json":"deck","deck/Wyrmwood; Corrupted Tarot.json":"deck"},"name":{"race/Middle Finger of Vecna; Monsters and Men.json":"race"},"foundrySpell":{"spell/Sample - Giddy; The Uninspired Guide to Wizardry.json":"spell"}} \ No newline at end of file diff --git a/_generated/index-timestamps.json b/_generated/index-timestamps.json index 08be1dbede..fab4ed7c6c 100644 --- a/_generated/index-timestamps.json +++ b/_generated/index-timestamps.json @@ -1 +1 @@ -{"action/Sample - Giddy; Extinguish.json":{"a":0,"m":0},"adventure/Adventurers League; DDEX1-01 - Defiance in Phlan.json":{"a":1558867830,"m":1558867830},"adventure/Adventurers League; DDEX1-02 - Secrets of Sokol Keep.json":{"a":1558867830,"m":1558867830},"adventure/Adventurers League; DDEX1-03 - Shadows Over the Moonsea.json":{"a":1558867830,"m":1690651615},"adventure/Adventurers League; DDEX1-04 - Dues for the Dead.json":{"a":1600276023,"m":1690651615},"adventure/Adventurers League; DDIA-MORD Rrakkma.json":{"a":1552599066,"m":1673562612},"adventure/Adventures Await; Shipwreck of the Sea Mephit.json":{"a":1621775534,"m":1666128523},"adventure/Adventures Await; The Curse of Dusk Hollow.json":{"a":1614898919,"m":1690651615},"adventure/Adventures Await; The Dueling Knight's Fungeon Dungeon.json":{"a":1615141398,"m":1655240342},"adventure/Adventures Await; The Fangs of Zengar.json":{"a":1615141398,"m":1690651615},"adventure/Adventures Await; Wrath of the Demon Lord.json":{"a":1621775534,"m":1690651615},"adventure/Anthony Joyce; The Blood Hunter Adventure.json":{"a":1600868694,"m":1690651615},"adventure/arcanist; The Delian Tomb.json":{"a":1618799433,"m":1690651615},"adventure/D&D Beyond; Don't Say Vecna.json":{"a":1654817495,"m":1667410217},"adventure/D&D Duet; First Blush.json":{"a":1604518196,"m":1690651615},"adventure/D&D Duet; Second Glance.json":{"a":1605873511,"m":1690651615},"adventure/D&D Duet; Third Times the Charm.json":{"a":0,"m":1690651615},"adventure/DMDave; Assault on Quabus.json":{"a":1603117106,"m":1692309855},"adventure/Eventyr Games; Kraken's Gamble.json":{"a":1680877195,"m":1692309855},"adventure/JVC Parry; Call from the Deep.json":{"a":1579711362,"m":1692309855},"adventure/Kelsey Dionne; Temple of the Basilisk Cult.json":{"a":1600868694,"m":1690651615},"adventure/Kelsey Dionne; The Secrets of Skyhorn Lighthouse.json":{"a":1603210180,"m":1690651615},"adventure/Kobold Press; Book of Lairs.json":{"a":1557517754,"m":1690651615},"adventure/Kobold Press; Tome of Beasts 2 Lairs.json":{"a":1616030766,"m":1692309855},"adventure/Kobold Press; Tome of Beasts 3 Lairs.json":{"a":1677710025,"m":1690651615},"adventure/Kurtis J Wiebe; The Hangover.json":{"a":1592179890,"m":1674756091},"adventure/Limitless Adventures; Limitless Adventures.json":{"a":0,"m":1689601324},"adventure/Nerd Herd; Adventure Book - 1.json":{"a":1540038097,"m":1689601324},"adventure/Sample - Giddy; Caverns of Catastrophe.json":{"a":0,"m":0},"adventure/TragicMissile; Sacrifice of Innocence.json":{"a":1619398800,"m":1692309855},"adventure/Winghorn Press; Wild Sheep Chase.json":{"a":1616356061,"m":1690651615},"adventure/Wizards of the Coast; Barber of Silverymoon.json":{"a":1586225424,"m":1663017344},"adventure/Wizards of the Coast; Crypts of Kelemvor.json":{"a":1600868694,"m":1673562612},"adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":{"a":1682350878,"m":1690651615},"background/Brewskii; Silver Thorn Background.json":{"a":1540936360,"m":1661285343},"background/D&D Wiki; Featured Quality Backgrounds.json":{"a":1633834544,"m":1690140432},"background/Middle Finger of Vecna; Lovecraftian Backgrounds.json":{"a":1587424627,"m":1587424627},"background/Nerd Herd; Noble Backgrounds.json":{"a":1540162759,"m":1540162759},"background/Sample - Giddy; Farmer.json":{"a":0,"m":0},"background/zeek0; Backgrounds Omnibus.json":{"a":1549715846,"m":1663792415},"book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":{"a":0,"m":1692309855},"book/aeyana; The Book of Hordes.json":{"a":1604991176,"m":1690651615},"book/Bob Starrar; Welcome to Scarthey - University of the Arcane.json":{"a":1549715846,"m":1549715846},"book/Curio Solus; Festival Activies.json":{"a":1549715846,"m":1673562612},"book/D. Larson; Ritual Grafting.json":{"a":1604991176,"m":1673562612},"book/Dave Eisinger; Discerning Merchant's Price Guide.json":{"a":1629491629,"m":1692565138},"book/Dungeon Rollers; Ancestral Weapons.json":{"a":1644736552,"m":1692309855},"book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":{"a":1618022160,"m":1692309855},"book/Ghostfire Gaming; Grim Hollow Player's Guide.json":{"a":1620477826,"m":1692309855},"book/Ghostfire Gaming; Stibbles Codex of Companions.json":{"a":1633201623,"m":1690651615},"book/Ghostfire Gaming; The Seeker's Guide to Twisted Taverns.json":{"a":1644736552,"m":1690651615},"book/Giddy; Sane Magic Item Prices Expanded.json":{"a":1608050554,"m":1667410217},"book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":{"a":1662481451,"m":1662481451},"book/HapHazred; Blood in the Company - Players Introduction.json":{"a":1621278254,"m":1690651615},"book/Jeff Gomez; How to Run a Successful Festival.json":{"a":1549715846,"m":1549715846},"book/Jeff Ibach; Beauty and the Bother.json":{"a":1538126324,"m":1663792415},"book/Justice Arman; Devil's Advocate A Guide to Infernal Contracts.json":{"a":1604991176,"m":1690651615},"book/Loresmyth; Remarkable Inns & Their Drinks.json":{"a":1549715846,"m":1666524919},"book/MCDM Productions; Arcadia Issue 1.json":{"a":1613648837,"m":1690651615},"book/MCDM Productions; Arcadia Issue 2.json":{"a":1615457594,"m":1686754541},"book/MCDM Productions; Arcadia Issue 3.json":{"a":1620088248,"m":1689624879},"book/MCDM Productions; Arcadia Issue 4.json":{"a":1625135453,"m":1690651615},"book/MCDM Productions; Arcadia Issue 5.json":{"a":1626427893,"m":1690651615},"book/MCDM Productions; Arcadia Issue 6.json":{"a":1629652942,"m":1690651615},"book/MCDM Productions; Arcadia Issue 7.json":{"a":1678274581,"m":1692309855},"book/MCDM Productions; Arcadia Issue 8.json":{"a":1649542017,"m":1690651615},"book/Michael E Shae; Return of the Lazy Dungeon Master.json":{"a":1660770301,"m":1681058023},"book/Middle Finger of Vecna; Siegeball.json":{"a":1549715846,"m":1549715846},"book/Middle Finger of Vecna; Tourney Rules.json":{"a":1549715846,"m":1549715846},"book/Middle Finger of Vecna; Wizarding Contests.json":{"a":1549715846,"m":1549715846},"book/Raiders of the Serpent Sea; Player's Guide Free.json":{"a":1594364848,"m":1690651615},"book/Richard Bastow; The Noble Art of Jousting.json":{"a":1549715846,"m":1549715846},"book/Russ Morrissey; Archery Contest.json":{"a":1549715846,"m":1549715846},"book/Saidoro; Sane Magic Item Prices.json":{"a":1537309440,"m":1594296054},"book/Skip Wiliams; Book of Challenges.json":{"a":1636367792,"m":1673562612},"book/Summer Brook; Tattoos a Fifth Edition Sourcebook.json":{"a":1572214321,"m":1572214321},"book/ukyo; Magical Binding Tattoo.json":{"a":1572214321,"m":1638295463},"book/Unknown; Shelza Ir.json":{"a":1549715846,"m":1549715846},"book/Vincent Betternfeld; Runic Roulette.json":{"a":1549715846,"m":1549715846},"book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json":{"a":1603230352,"m":1673562612},"book/Walrock Homebrew; Teas and Tisanes.json":{"a":1596800998,"m":1596800995},"book/Walrock Homebrew; Traders and Merchants.json":{"a":1590413017,"m":1687213881},"book/Weems; Mundane and Magical Makings.json":{"a":1594892486,"m":1666128523},"book/Will Doyle; Waterdeep City Encounters.json":{"a":1680968018,"m":1685143702},"book/Wizards of the Coast; Adventurer's League Season 4 Dark Gifts.json":{"a":1621705755,"m":1668987711},"book/Wizards of the Coast; Adventurers League Season 10.json":{"a":1541289600,"m":1673562612},"book/Wizards of the Coast; Adventurers League Season 8.json":{"a":1541289600,"m":1673562612},"book/Zachary Truscott, Nelson DeMeester; Grom's Guide to Potion Brewing.json":{"a":0,"m":1634245989},"book/Zeke Gonzalez; Tavern Games.json":{"a":1549715846,"m":1663792415},"boon/Sample - Giddy; Dubious Gifts.json":{"a":0,"m":0},"charoption/Sample - Giddy; Secret Antagonist.json":{"a":0,"m":0},"class/Aeron Drake; The Mesmer.json":{"a":1644264098,"m":1668987711},"class/aeyana; Hunter.json":{"a":1565857116,"m":1668700856},"class/AgenderArcee; The Martial Ranger.json":{"a":1660992296,"m":1692309855},"class/Alex Tanner; Tarocchi.json":{"a":1593553915,"m":1673562612},"class/Anthony Vallozzi; Blue Traveler.json":{"a":1601166152,"m":1687213881},"class/Arcane Athenaeum; Swordmage, A True Arcane Half-Caster.json":{"a":1580934477,"m":1620355063},"class/Aron; Demi-Dragon.json":{"a":1661716025,"m":1692309855},"class/Aussifer; Unchained Warlock.json":{"a":0,"m":1671646965},"class/Avaricium; Arbiter.json":{"a":1672532467,"m":1672863715},"class/Avaricium; Herrscher of the Void.json":{"a":1668071991,"m":1668071991},"class/badooga; Badooga's Psion.json":{"a":1579290139,"m":1672240086},"class/badooga; Badooga's Warlord.json":{"a":1621168316,"m":1672240086},"class/Benjamin Huffman; Pugilist.json":{"a":1516994880,"m":1692309855},"class/Benjamin Huffman; Scholar.json":{"a":1603793256,"m":1685143702},"class/Benjamin Huffman; Spiritualist.json":{"a":1603793256,"m":1666524919},"class/Benjamin Huffman;The Magus.json":{"a":1683052728,"m":1692309855},"class/Blake and Kevin (Blurhy); The Armiger.json":{"a":1671568563,"m":1685143702},"class/Blubber Nibble; Noidrin's Record of Many Things.json":{"a":1661773477,"m":1670434656},"class/Brad Johns; The Harbinger.json":{"a":1623125586,"m":1687213881},"class/Bryan Williams; Wychlaran Witch.json":{"a":1559943252,"m":1684427426},"class/CaelReader; Elegant Druid.json":{"a":1594495346,"m":1687213881},"class/Casteliad; Shadow Assassin.json":{"a":1571000711,"m":1571000711},"class/CJ Leung; The Channeler.json":{"a":1548505822,"m":1666128523},"class/D&D Wiki; Swashbuckler.json":{"a":0,"m":1671646965},"class/D&D Wiki; Warpriest.json":{"a":1684893869,"m":1690650487},"class/D'Artagnan; Summoner.json":{"a":1546170412,"m":1666128523},"class/d'Artagnan; The Witch Knight.json":{"a":1623167262,"m":1681252050},"class/DanDWiki; Luchador.json":{"a":1629188158,"m":1685143702},"class/Deakin Bennett; The Noble.json":{"a":1546081374,"m":1692309855},"class/Devikyn; Dragoon revisited.json":{"a":1545342498,"m":1671569306},"class/devikyn; Eldritch Arcana.json":{"a":1652281649,"m":1690651615},"class/devikyn; The Adaptive Ranger.json":{"a":1625065042,"m":1687213881},"class/devikyn; The Tinker Class.json":{"a":0,"m":1692309855},"class/devikyn; Variant Sorcerer.json":{"a":1594395239,"m":1689601324},"class/DM_Havuhk; The Witch.json":{"a":1602800561,"m":1690650425},"class/DXHHH101, Sinder, Superxavman; Sorcerer, Revitalized.json":{"a":1667009734,"m":1672237196},"class/DXHHH101; The Marksman.json":{"a":1643675458,"m":1692309855},"class/Eric Nell; Plague Doctor.json":{"a":1580934477,"m":1685143702},"class/Erikku Blade; Fate Weaver.json":{"a":1610152284,"m":1625283615},"class/fanatic66; The Swordmage.json":{"a":1603793256,"m":1681252050},"class/Fenrir-Hati-Skoll; Avenger.json":{"a":1559662102,"m":1559662102},"class/Fiddlestics; Cultivator.json":{"a":0,"m":1671646965},"class/Foxfire94; Astartes Inititate.json":{"a":1585472488,"m":1687213881},"class/Foxfire94; Blood Hunter Re-Balanced.json":{"a":1647213910,"m":1690651615},"class/Foxfire94; Inquisitor.json":{"a":1585472488,"m":1687213881},"class/Foxfire94; Lycanthrope.json":{"a":1584380044,"m":1690651615},"class/Foxfire94; Spellblade.json":{"a":1594524520,"m":1685143702},"class/Foxfire94; Vampire.json":{"a":1638501610,"m":1685143702},"class/Fragsauce; Soul Binder Redux.json":{"a":1549715846,"m":1643822686},"class/FragSauce; Soul Binder.json":{"a":1549715846,"m":1686754541},"class/Ghostfire Gaming; Monster Hunter.json":{"a":1670336081,"m":1690140331},"class/Giffyglyph; Class Compendium.json":{"a":1618631654,"m":1687213881},"class/griff-mac; The Resourceful Ranger.json":{"a":1545342498,"m":1545342498},"class/Heavyarms; Gunslinger.json":{"a":1651624655,"m":1692309855},"class/Hukuna Dentata; The Commoner.json":{"a":1543960008,"m":1685143702},"class/iamasecretwizard; Seeker.json":{"a":1538942101,"m":1661442727},"class/InfKore; Disciple.json":{"a":1556992506,"m":1556992506},"class/itsalittlewaterlizard; The Titan Class.json":{"a":1644686517,"m":1644686517},"class/Izzy; Incarnate.json":{"a":1592873199,"m":1672240086},"class/J.R. Raffles; The Ghost.json":{"a":1559943252,"m":1671646965},"class/JK Colyer; Engineer.json":{"a":1616455102,"m":1692309855},"class/johnofbohemia; Witcher Class.json":{"a":1557168726,"m":1685143702},"class/Jonoman3000; Planeshifter.json":{"a":1595709333,"m":1671569306},"class/KibblesTasty; Doggo Sidekick.json":{"a":1648972018,"m":1648972018},"class/KibblesTasty; Inventor.json":{"a":1570574817,"m":1685143702},"class/KibblesTasty; Occultist.json":{"a":1603793256,"m":1674759416},"class/KibblesTasty; Psion.json":{"a":1559943252,"m":1687122105},"class/KibblesTasty; Spellblade (Alpha).json":{"a":1682415851,"m":1687863476},"class/KibblesTasty; Warlord.json":{"a":1588714562,"m":1615315389},"class/Kyle Grant; The Scholar.json":{"a":1546081374,"m":1666635069},"class/LaserLlama; Alternate Artificer.json":{"a":1601340238,"m":1673710588},"class/LaserLlama; Alternate Barbarian.json":{"a":1657295680,"m":1673711872},"class/LaserLlama; Alternate Bard.json":{"a":1681740408,"m":1684017011},"class/LaserLlama; Alternate Blood Hunter.json":{"a":1657295680,"m":1676743367},"class/LaserLlama; Alternate Fighter.json":{"a":1627694791,"m":1687213881},"class/LaserLlama; Alternate Monk.json":{"a":1649140894,"m":1685965734},"class/LaserLlama; Alternate Ranger.json":{"a":1671459763,"m":1687213881},"class/LaserLlama; Alternate Rogue.json":{"a":1657295680,"m":1685965734},"class/LaserLlama; Alternate Sorcerer.json":{"a":1601340238,"m":1683145214},"class/LaserLlama; Commoner.json":{"a":1649267890,"m":1690651615},"class/LaserLlama; Magus Class.json":{"a":1647980495,"m":1688332570},"class/LaserLlama; Savant.json":{"a":1549715846,"m":1688332431},"class/LaserLlama; The Psion.json":{"a":1685730802,"m":1685730802},"class/LaserLlama; The Shaman.json":{"a":1658237901,"m":1687816514},"class/LaserLlama; The Vessel.json":{"a":1687816514,"m":1687816514},"class/LaserLlama; Warlord.json":{"a":1657295680,"m":1685965734},"class/Layhnet; Variant Fighter.json":{"a":1545342498,"m":1545342498},"class/lighthazard; Trainer.json":{"a":1612069958,"m":1690651615},"class/ljdankov; BloodMage.json":{"a":1687985032,"m":1688332570},"class/Mage Hand Press; Complete Binder.json":{"a":1637779987,"m":1673562612},"class/Mage Hand Press; Vagabond.json":{"a":1687028625,"m":1687122280},"class/Mal_Elemental; The Commoner.json":{"a":1602762840,"m":1663792415},"class/Marc Wegmann; The Dream Shifter.json":{"a":1615753596,"m":1690651615},"class/Matthew Mercer; Blood Hunter (2020).json":{"a":1580617082,"m":1667494605},"class/Matthew Mercer; Blood Hunter (2022).json":{"a":1580617082,"m":1673396406},"class/Matthew Mercer; Blood Hunter.json":{"a":1515780480,"m":1658291759},"class/Matthew Mercer; Lingering Soul.json":{"a":0,"m":1668987711},"class/MCDM Productions; Beastheart.json":{"a":1648054627,"m":1692309855},"class/MCDM Productions; The Illrigger Class.json":{"a":1620498967,"m":1690651615},"class/McToomin27; Animus.json":{"a":1560913325,"m":1690651615},"class/Middle Finger of Vecna; Alchemist Redux.json":{"a":1552865157,"m":1689601324},"class/Middle Finger of Vecna; Alchemist.json":{"a":1545342498,"m":1545342498},"class/Middle Finger of Vecna; Binder (Foundry Friendly).json":{"a":1544726997,"m":1691100904},"class/Middle Finger of Vecna; Binder.json":{"a":1544726997,"m":1668987711},"class/Middle Finger of Vecna; Craftsman.json":{"a":1530561900,"m":1692309855},"class/Middle Finger of Vecna; Warden.json":{"a":1640685326,"m":1668987711},"class/Middle Finger of Vecna; Warmage.json":{"a":1545342498,"m":1545342498},"class/Middle Finger of Vecna; Witch.json":{"a":1529515620,"m":1661285343},"class/MisterThr33; Creature Cohorts, the Beholder.json":{"a":1549715846,"m":1549715846},"class/MisterThr33; Creature Cohorts, the Lich.json":{"a":1667870352,"m":1667870352},"class/Mkirshnikov; Juggernaut (v1).json":{"a":1554937245,"m":1686916692},"class/Mkirshnikov; Juggernaut.json":{"a":1616170689,"m":1616170689},"class/morethanwordscansay; Zoologist.json":{"a":0,"m":1686754541},"class/NEThingMagic; Card Slinger.json":{"a":1549715846,"m":1549715846},"class/NewPageOfSwords; The Summoner.json":{"a":1598017843,"m":1687213881},"class/Nimademe; Astrologer.json":{"a":1616455102,"m":1673562612},"class/nomiddlename303; Rogue Optional Feature Debilitate.json":{"a":1639821945,"m":1673044746},"class/pippochiri; The Edgelord.json":{"a":1600388581,"m":1673562612},"class/Rain-Junkie; Dragon Knight.json":{"a":1616886969,"m":1633018771},"class/Ranniery Jesuino; The Magus.json":{"a":1612761565,"m":1668643477},"class/Reddit; The Dirge.json":{"a":1548505822,"m":1689601324},"class/Rhyzler; Gunsmith.json":{"a":1592017807,"m":1672240086},"class/Robert J Schwalb; Call to Arms The Warlord.json":{"a":1548505822,"m":1548505822},"class/Sam Grierson; The Cook Class.json":{"a":1648926104,"m":1673562612},"class/sonaplayer; The Customizable Artificer.json":{"a":1532505300,"m":1532505300},"class/Spawn3601; Dream Weaver.json":{"a":1615753596,"m":1685143702},"class/SwordMeow; The Atavist.json":{"a":1613543381,"m":1613543381},"class/SwordMeow; Tweaked Sorcerer.json":{"a":1545342498,"m":1671569306},"class/Tandra_Boy; The Empowered.json":{"a":1637584871,"m":1692309855},"class/Taron Pounds; Merchant.json":{"a":1681120601,"m":1690651615},"class/Team Morsa; Scion.json":{"a":1618689970,"m":1668700856},"class/TheFlameTouched; Ranger (Revised Spell-less).json":{"a":1517270880,"m":1687213881},"class/Tortoxicion; The Vessel.json":{"a":0,"m":1671646965},"class/Troubadore; Runeblade.json":{"a":1587779972,"m":1687213881},"class/Troubadore; Versatile Ranger.json":{"a":1587779972,"m":1687213881},"class/Tyeia; The Mystic Revised.json":{"a":1573121228,"m":1690400201},"class/uI'mFromNASA; Yet Another Ranger Variant.json":{"a":1665936740,"m":1687213881},"class/Unearthed Aiircana Red Mage.json":{"a":1666125875,"m":1687213881},"class/Unknown; Mech Pilot.json":{"a":1580617082,"m":1685143702},"class/Usocolo123; Votarist.json":{"a":1646493156,"m":1687213881},"class/Vincent Girgenti; The Nomad.json":{"a":1661773477,"m":1683389057},"class/Vladimir Popov; Sorcerer Reworked.json":{"a":1601340238,"m":1681252050},"class/VoyeurTheNinja; The Masked Hero.json":{"a":1549715846,"m":1549715846},"class/Walrock Homebrew; Witch.json":{"a":1595709333,"m":1668700856},"class/William Rotor; The Rouge.json":{"a":1626093519,"m":1626129619},"class/Xesu; The Samurai.json":{"a":1598287787,"m":1598287787},"class/xMartu; Surgebinder.json":{"a":1610991875,"m":1610991875},"class/Zarieth; The Witch.json":{"a":1549127108,"m":1596587608},"class/ZetFalcon; Card Dealer.json":{"a":1577719820,"m":1577719820},"collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":{"a":1613582781,"m":1692309855},"collection/Aeron Drake; Modern Handbook.json":{"a":1672352860,"m":1690651615},"collection/aeyana; Mashiros Manual of Monstrous Magic.json":{"a":1560744255,"m":1671569306},"collection/Alex Clippinger; Tome of the Pact.json":{"a":1580792206,"m":1692309855},"collection/Allan Cudicio; The Wagadu Chronicles.json":{"a":1602600364,"m":1692309855},"collection/Amellwind; Amellwind's Guide to Monster Hunting.json":{"a":1620294246,"m":1692309855},"collection/Amellwind; Monster Hunter Monster Manual.json":{"a":1539558000,"m":1690651615},"collection/Amratat; Dark Souls III - Lord Seeker's Compendium.json":{"a":1645316345,"m":1692309855},"collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":{"a":1549715846,"m":1690651615},"collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":{"a":1547956312,"m":1692309855},"collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":{"a":1558019431,"m":1692309855},"collection/Arcana Games; Arkadia.json":{"a":1571252818,"m":1692309855},"collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":{"a":1591780116,"m":1690651615},"collection/Arcanum Worlds; Odyssey of the Dragonlords.json":{"a":1606421565,"m":1690651615},"collection/Ashley May; Festival, Feats, and Fairs.json":{"a":1549715846,"m":1666635069},"collection/Astro_zealot; Extra Genasi Subraces.json":{"a":1634436129,"m":1638015897},"collection/badooga; Badooga's Exploration Guidelines.json":{"a":1626010787,"m":1690651615},"collection/badooga; Badooga's Monster Guidelines.json":{"a":1597788739,"m":1690651615},"collection/badooga; Elder Evils.json":{"a":1626010787,"m":1690651615},"collection/badooga; Martial Power.json":{"a":1643931149,"m":1673556096},"collection/Benevolent Evil; The Elements and Beyond.json":{"a":1613728932,"m":1690651615},"collection/Benjamin Huffman Ross Leiser; The Complete Martialist Handbook.json":{"a":1555492442,"m":1692309855},"collection/Bonus Action; Bonus Action.json":{"a":1589115470,"m":1692309855},"collection/Clan Crafter Hralding; The Martial Arms Training Manual.json":{"a":1607542584,"m":1608028802},"collection/Clippinger, Alex; Monsters Without Borders.json":{"a":1570552502,"m":1690651615},"collection/Creature Club; Creature Club Homebrew Collection.json":{"a":1614728010,"m":1690651615},"collection/D&D Wiki; Killer Rabbit.json":{"a":1590443220,"m":1689601324},"collection/Dalagrath; Herbalism and Alchemy.json":{"a":1574443510,"m":1673562612},"collection/Daniel Nnorth; MTG Slivers and Magical Items.json":{"a":1547726032,"m":1692309855},"collection/Daniel Whyte; Hidal's Tome of the Esoteric.json":{"a":1614283062,"m":1687213881},"collection/DianaDM; A Series of Stars.json":{"a":1646699172,"m":1692309855},"collection/Dillan Ackerman; Quabis's Guide to Chronomancy.json":{"a":1578816488,"m":1690651615},"collection/DMs Guild; Archetypes of Eberron.json":{"a":1603793256,"m":1690651615},"collection/DMsGuild; Rashemen.json":{"a":1652374503,"m":1692309855},"collection/DMsGuild; Thay Land of the Red Wizards.json":{"a":1652374503,"m":1690651615},"collection/DMsGuild; The Border Kingdoms.json":{"a":1652374503,"m":1690140432},"collection/DMsGuild; The Great Dale.json":{"a":1652374503,"m":1690651615},"collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":{"a":1613675300,"m":1692309855},"collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":{"a":1591895014,"m":1692309855},"collection/Ejkesler&Voltoph; Compendium of Nonsense.json":{"a":0,"m":0},"collection/Eva Brown; Hidden Oddities A Witch's Primer.json":{"a":1637009516,"m":1668700856},"collection/Eventyr Games; Enhanced Fiends.json":{"a":1670702069,"m":1690651615},"collection/Fey Rune Labs; The Gunpowder Codex.json":{"a":1549715846,"m":1692309855},"collection/Flore; Explorer's guide to Xhoria.json":{"a":1582566120,"m":1673562612},"collection/Garlumpkin; GarlumpkinsMonsters.json":{"a":1652292473,"m":1690651615},"collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":{"a":1537874753,"m":1692309855},"collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":{"a":1686497951,"m":1692309855},"collection/Giddy; Goblin Wood II.json":{"a":1654352423,"m":1661723687},"collection/Godfall; Godfall.json":{"a":1554154456,"m":1638617722},"collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":{"a":1593429293,"m":1692309855},"collection/Grimley533; Player's Guide to Insectopia.json":{"a":1549715846,"m":1668643477},"collection/Gustavo Ramirez; Zorindis Campaign Setting.json":{"a":1533205140,"m":1681252050},"collection/hafdon; zorq.json":{"a":1578263517,"m":1690651615},"collection/Harry Florence; Enchanted Tattoos for 5e.json":{"a":1572214321,"m":1663792415},"collection/Haven; All Beneath the Yonder Seas and Streams.json":{"a":1613492332,"m":1692309855},"collection/Haven; All the Lights in the Sky are Stars.json":{"a":1572301894,"m":1690651615},"collection/Heavyarms; The Complete Armorer's Handbook.json":{"a":1606496651,"m":1692309855},"collection/Hit Point Press; Humblewood Campaign Setting.json":{"a":1575675839,"m":1690651615},"collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":{"a":1623210135,"m":1690651615},"collection/IrishBandit; Rule of Law.json":{"a":1539558000,"m":1690651615},"collection/Janet Neilson; Dodecronomicon Presents Arcane Ink.json":{"a":1572214321,"m":1638626387},"collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":{"a":1659988014,"m":1692309855},"collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":{"a":1662901527,"m":1692309855},"collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":{"a":1665076023,"m":1692309855},"collection/Jasmine Yang; Hamund's Herbalism Handbook.json":{"a":1665431770,"m":1668700856},"collection/JasonNewby; Durnan's Guide to Tavernkeeping.json":{"a":1551657158,"m":1690651615},"collection/Jeremy Forbing; Elminsters Guide to Magic.json":{"a":1596201930,"m":1671569306},"collection/Jetpack7; Gods and Goddesses Redux.json":{"a":1619751661,"m":1690651615},"collection/JoeyJoestar; Good and Evil.json":{"a":1652153430,"m":1692309855},"collection/Jonoman3000; Blazing Dawn Player's Companion.json":{"a":1605032410,"m":1693175335},"collection/Jonoman3000; Dark Arts Players Companion.json":{"a":1595181963,"m":1690651615},"collection/Jonoman3000; Sprouting Chaos Player's Companion.json":{"a":1579982418,"m":1690651615},"collection/Jyka; Komalitr.json":{"a":1642797134,"m":1687213881},"collection/Kaiburr_Kath-Hound; Sarguro's Compendium of Odds and Ends.json":{"a":0,"m":1692309855},"collection/KajaGrae; Fang Dragons.json":{"a":1657961727,"m":1690651615},"collection/Karl Nicolas; Tome of Mystical Tattoos.json":{"a":1643302562,"m":1678748267},"collection/Keith Baker; Exploring Eberron.json":{"a":1599127411,"m":1692309855},"collection/Keith Baker; Morgrave Miscellany.json":{"a":1584381600,"m":1668987711},"collection/KibblesTasty; Kibbles' Crafting Guide.json":{"a":1665517025,"m":1692309855},"collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":{"a":1542063914,"m":1674756091},"collection/Kobold Press; Deep Magic 03 Void Magic.json":{"a":1578601678,"m":1674756091},"collection/Kobold Press; Deep Magic 04 Illumination Magic.json":{"a":1580670213,"m":1690651615},"collection/Kobold Press; Deep Magic 08 Battle Magic.json":{"a":1542063914,"m":1673556096},"collection/Kobold Press; Deep Magic 13 Dragon Magic.json":{"a":1547608205,"m":1668700856},"collection/Kobold Press; Deep Magic 14 Elemental Magic.json":{"a":1547946726,"m":1668700856},"collection/Kobold Press; Deep Magic 16 Time Magic.json":{"a":1547684989,"m":1668700856},"collection/Kobold Press; Deep Magic 17 Mythos Magic.json":{"a":1580670213,"m":1674756091},"collection/Kobold Press; Deep Magic Backgrounds, Feats, & Subclasses.json":{"a":1654054217,"m":1671646965},"collection/Kobold Press; Deep Magic for 5th Edition.json":{"a":1614875938,"m":1690651615},"collection/Kobold Press; Expanding Codex.json":{"a":1687656934,"m":1692309855},"collection/Kobold Press; Tome of Heroes.json":{"a":1689979881,"m":1692309855},"collection/Lambros009; Illivar's Guide to Nullification.json":{"a":1549715846,"m":1692309855},"collection/Legendary Games; Royal Tournaments.json":{"a":1549715846,"m":1690651615},"collection/Lion Forge; Rolled and Told.json":{"a":1602284622,"m":1690651615},"collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":{"a":1664712981,"m":1690651615},"collection/Luminagi; Illyria - Optional Class Features.json":{"a":1666096398,"m":1671063277},"collection/Mage Hand Press; Dark Matter.json":{"a":1630837790,"m":1692309855},"collection/Mage Hand Press; Valda's Spire of Secrets.json":{"a":1647295221,"m":1692309855},"collection/Matthew Mercer; TalDorei Campaign Guide.json":{"a":1561679857,"m":1692309855},"collection/MCDM Productions; Strongholds and Followers.json":{"a":1546266054,"m":1692309855},"collection/MCDM Productions; The Talent and Psionics Open Playtest Round 2.json":{"a":1654091013,"m":1668700856},"collection/Michael LaBossiere; Mike's free Encounters.json":{"a":1657961727,"m":1692309855},"collection/Middle Finger of Vecna; Channeler.json":{"a":1643488042,"m":1687213881},"collection/Middle Finger of Vecna; Evil Archetypes.json":{"a":1578527975,"m":1690651615},"collection/Middle Finger of Vecna; Gunslinger.json":{"a":1643488042,"m":1668987711},"collection/Middle Finger of Vecna; Magitech Updates.json":{"a":1545342498,"m":1692309855},"collection/Middle Finger of Vecna; Sentinels of the Multiverse.json":{"a":1545342498,"m":1692309855},"collection/Middle Finger of Vecna; The Oozemasters Apprentice .json":{"a":1545342498,"m":1690651615},"collection/Mike Mearls; Livestream and Twitter.json":{"a":1604427642,"m":1688074215},"collection/Modnar; Cooking and Brewing.json":{"a":1539950732,"m":1666635069},"collection/Modnar; Modnar's Manual of Multiple Métier.json":{"a":0,"m":1689601324},"collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":{"a":1549715846,"m":1690651615},"collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json":{"a":1580686794,"m":1690651615},"collection/Mogrit; The Technomancer's Textbook.json":{"a":1549715846,"m":1692309855},"collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json":{"a":1624479646,"m":1692309855},"collection/MonkeyDM; Northern Lights Compendium.json":{"a":1549715846,"m":1690651615},"collection/Monte Cook; Arcana of the Ancients.json":{"a":1619009237,"m":1692309855},"collection/Nedrapter; Nedrapter's Expanded Dangers.json":{"a":1673971471,"m":1676160163},"collection/Niels de Jong; Children of the Dragon.json":{"a":1603914343,"m":1692309855},"collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json":{"a":1537874753,"m":1692309855},"collection/Nord Games; Game Master's Toolbox Ultimate NPCs Skulduggery.json":{"a":1555492476,"m":1692309855},"collection/Nord Games; Treacherous Traps.json":{"a":1584497865,"m":1690651615},"collection/Normiespy96; Master Strikes.json":{"a":1609637586,"m":1673562612},"collection/Paper Minitures; Jarlaxle's Bag of Everything.json":{"a":1691188952,"m":1693024567},"collection/PD Jakobs; Festival Guide.json":{"a":1549715846,"m":1673562612},"collection/Pimplup; Pale Knight.json":{"a":0,"m":1671646965},"collection/Plus Three Press; Crystalpunk Campaign Guide.json":{"a":1659960938,"m":1692309855},"collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":{"a":1610237505,"m":1692309855},"collection/Raul Rosa; The Spiritual Swordsman.json":{"a":1579478745,"m":1687213881},"collection/Rsquared; Martial Prowess.json":{"a":1622696556,"m":1668987711},"collection/Rynosaur94; Planeshift Equestria.json":{"a":1676583869,"m":1675987200},"collection/SailorCat; GachaBox.json":{"a":1615846377,"m":1692309855},"collection/Sara Thompson; The Combat Wheelchair.json":{"a":1600043860,"m":1668987711},"collection/Sean O'Connor; Inkantations.json":{"a":1573260523,"m":1673562612},"collection/Sesserdrix; Wildjammer - More Adventures in Space.json":{"a":1616108022,"m":1692309855},"collection/Setanna; Setanna's Homebrew.json":{"a":1621690986,"m":1686754541},"collection/Shadowsocks; Companion.json":{"a":1558265586,"m":1692309855},"collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":{"a":1595181963,"m":1692309855},"collection/Skybug12; Mousefolk 2_2.json":{"a":1547282078,"m":1668987711},"collection/Sokan; Yastah.json":{"a":1612901649,"m":1692309855},"collection/Steamforged; Dungeon&Doggies Rules Companion.json":{"a":1581972143,"m":1668987711},"collection/Storyteller; World of Collabris.json":{"a":1611273965,"m":1692309855},"collection/Tercept; knerd.json":{"a":1600180226,"m":1685143702},"collection/Ujio21; Gunslinger.json":{"a":1540935816,"m":1692309855},"collection/ukyo; A Guide to Magical Tattoos v4.json":{"a":1572214321,"m":1690651615},"collection/Various; Lyra's Legendarium.json":{"a":1640194653,"m":1683582487},"collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":{"a":1587312717,"m":1690651615},"collection/Vorpal Dice Press; Variant Fighter.json":{"a":1594364848,"m":1673562612},"collection/Walrock Homebrew; Lera!.json":{"a":1627661536,"m":1690651615},"collection/White Wolf; Relics and Rituals.json":{"a":1572214321,"m":1666126587},"collection/Wizards of the Coast; Adventurers League Season 9.json":{"a":1541289600,"m":1673562612},"collection/Wizards of the Coast; Dragon Magazine.json":{"a":1626428071,"m":1690651615},"collection/Wizards of the Coast; System Reference Document (SRD).json":{"a":1555492476,"m":1690651615},"collection/Yesterday; Class Passives & Feat Tiering.json":{"a":0,"m":1666524919},"collection/Yorviing; Yorviing's Arcane Grimoire.json":{"a":1638801788,"m":1692309855},"condition/Sample - Giddy; On Fire.json":{"a":0,"m":0},"creature/Acheron; Dante's Inferno.json":{"a":1683995660,"m":1690651615},"creature/Adventurers League; DDEP3 Blood Above, Blood Below.json":{"a":1656791472,"m":1690651615},"creature/Alex Clippinger; Ezmerelda's Encyclopedia of Evil.json":{"a":1596009170,"m":1690651615},"creature/Andrew Cawood; Monsters of the Underworld.json":{"a":1587114613,"m":1690651615},"creature/Angry Golem Games; Monster Manual (A-G).json":{"a":1555319662,"m":1690651615},"creature/Angry Golem Games; Monster Manual (H-M).json":{"a":1555319662,"m":1690651615},"creature/Angry Golem Games; Monster Manual (N-S).json":{"a":1555319662,"m":1690651615},"creature/Anthony Turco; Korranberg Chronicle's Threat Dispatch.json":{"a":1588464630,"m":1690651615},"creature/Anthony Turco; Nightmare on the Mournland Express.json":{"a":1588389460,"m":1690651615},"creature/badooga; Ankheg Catalogue.json":{"a":1573259105,"m":1690651615},"creature/badooga; Better Greatwyrms.json":{"a":1641853270,"m":1690651615},"creature/badooga; Daedric Imports.json":{"a":1588568920,"m":1690651615},"creature/badooga; Minecraft 5e.json":{"a":1674173948,"m":1690651615},"creature/badooga; Warlord Collection.json":{"a":1590989143,"m":1690651615},"creature/Ben Luke; Skyrim Homebrew.json":{"a":1692433419,"m":1692433419},"creature/BoltNineHomebrew; Monsters of the Apocalypse.json":{"a":1608367627,"m":1690651615},"creature/BoltNineHomebrew; The King's Army - Complete Monster Pack.json":{"a":1555319662,"m":1690651615},"creature/Chris Avellone; Planescape Torment Bestiary.json":{"a":1591117986,"m":1690651615},"creature/Conflux; Conflux's Zombies.json":{"a":1549715846,"m":1690651615},"creature/D&D 4ed; Dark Sun Creature Catalog.json":{"a":1604252046,"m":1690651615},"creature/D&D Wiki; Rabbit and Squirrel.json":{"a":1590443220,"m":1689601324},"creature/Darkest Dungeon - Horrors of the Dark.json":{"a":1689255411,"m":1690651615},"creature/Darrin Scott; 35 Versatile NPCs.json":{"a":1620583536,"m":1690651615},"creature/DMDave; NPC Collection Blog.json":{"a":1641557769,"m":1690651615},"creature/DMSGuild; Community Ravenloft Collection.json":{"a":1641557769,"m":1690651615},"creature/Dragonix; Dragonix's Deadly Denizens 1.json":{"a":1656334096,"m":1690651615},"creature/Dragonix; Monster Manual Expanded (v1).json":{"a":1579291901,"m":1690651615},"creature/Dragonix; Monster Manual Expanded II (v1).json":{"a":1579601514,"m":1690651615},"creature/Dragonix; Monster Manual Expanded II (v2).json":{"a":1687405056,"m":1693175335},"creature/Dragonix; Monster Manual Expanded III.json":{"a":1640053537,"m":1690651615},"creature/Dungeon Dad; Dungeon Dad Statblocks.json":{"a":1669666516,"m":1690651615},"creature/filmatra; Armies of War.json":{"a":1657961727,"m":1690651615},"creature/Foxfire94; Eighteen Sons of The Lightning Lord.json":{"a":1585106031,"m":1692309855},"creature/Foxfire94; Honourable Heroes.json":{"a":1593285189,"m":1692309855},"creature/Frog God Games; Fifth Edition Foes.json":{"a":1537874753,"m":1690651615},"creature/Glen Cooper; Monsters of the Guild.json":{"a":1537874753,"m":1690651615},"creature/Goblin Punch; The False Hydra.json":{"a":1610487682,"m":1690651615},"creature/Igor Moreno; Barovian Vampires.json":{"a":1555319662,"m":1690651615},"creature/Isabel Beis; Critter Compendium.json":{"a":1537874753,"m":1690651615},"creature/Jade Jawhara; Jade's Crate of Many.json":{"a":1663622978,"m":1690651615},"creature/Jonoman3000; Monster Module.json":{"a":1555319662,"m":1690651615},"creature/Kari Hoffren; Melvin's Minute Monsterium; Swamps & Sewers.json":{"a":1614094197,"m":1690651615},"creature/Kobold Press; Creature Codex.json":{"a":1555492476,"m":1690651615},"creature/Kobold Press; Gem Dragons of Faerun.json":{"a":1537874753,"m":1690651615},"creature/Kobold Press; Tome of Beasts 2.json":{"a":1604273451,"m":1692309855},"creature/Kobold Press; Tome of Beasts 3.json":{"a":1674313296,"m":1692309855},"creature/Kobold Press; Tome of Beasts.json":{"a":1537874753,"m":1690651615},"creature/Kobold Press; Warlock Issue 29 - Planar Bestiary.json":{"a":1682168201,"m":1690651615},"creature/Kyle Balda; Dragon+ 21 - Minion Mayhem.json":{"a":1683157122,"m":1690651615},"creature/Lair of Dragons; 5 High Level Villains.json":{"a":1657961727,"m":1690651615},"creature/MCDM Productions; Flee, Mortals! Packet 1.json":{"a":1660133452,"m":1690651615},"creature/MCDM Productions; Flee, Mortals! preview.json":{"a":1650403313,"m":1690651615},"creature/MCDM Productions; Flee, Mortals!.json":{"a":1692310105,"m":1693213622},"creature/Metabot; Handbook of Slime Rheology.json":{"a":1544022434,"m":1690651615},"creature/Michael J Winegar; Wanted Scores.json":{"a":1586704492,"m":1690651615},"creature/michifromkmk; The Fluffy Folio.json":{"a":1616555241,"m":1690651615},"creature/Middle Finger of Vecna; Lovecraftian Monsters.json":{"a":1587829004,"m":1690651615},"creature/Mistfactor Press; Darklords & Domains.json":{"a":1641590608,"m":1690651615},"creature/Modnar; NPCs.json":{"a":1544467825,"m":1690651615},"creature/MrVauxs and Kanekuo; Goblin Pack.json":{"a":1574617011,"m":1690651615},"creature/Narzghal; Vladimir, the Crimson Reaper.json":{"a":1633461245,"m":1690651615},"creature/Nerzugal Role-Playing; Nerzugal's Extended Bestiary.json":{"a":1646628533,"m":1690651615},"creature/Nicksoliss; The Seven Dragon Overlords.json":{"a":1659273466,"m":1690651615},"creature/Nord Games; Ultimate Bestiary The Dreaded Accursed.json":{"a":1590553074,"m":1690651615},"creature/Oh_Hi_Mark_; Conflux Creatures.json":{"a":1658659308,"m":1690651615},"creature/Oliver Clegg, Cat Evans, Jessica Marcrum; Bearthazar's House of Familiars.json":{"a":1551551551,"m":1690651615},"creature/Onyx Path; Scarred Lands Creature Collection.json":{"a":1617988136,"m":1690651615},"creature/Regerem; Book of Beautiful Horrors.json":{"a":0,"m":1690651615},"creature/Robert J. Schwalb; The Book of Fiends.json":{"a":1645650822,"m":1690651615},"creature/Rodrigo Kuerten; Warlords of Avernus.json":{"a":1645518745,"m":1692309855},"creature/Rynosaur94; Planeshift Equestria Bestiary.json":{"a":0,"m":1690651615},"creature/Sample - Giddy; Oaken Bolter.json":{"a":0,"m":1690651615},"creature/Sean McGovern; Emirkol's Guide to Devils.json":{"a":1645998181,"m":1692309855},"creature/Skitter; Skitter's Epic Beings - Tiamat.json":{"a":1595718887,"m":1690651615},"creature/Sonixverse Labs; Expanded Floral Compendium.json":{"a":1608058117,"m":1690651615},"creature/Sonixverse Labs; Expanded Sentient Plants.json":{"a":1608058117,"m":1690651615},"creature/Sonixverse; Expanded Illithids.json":{"a":1652739335,"m":1690651615},"creature/StoneStrix; Monster a Day Compendium.json":{"a":1555128410,"m":1690651615},"creature/swtfoley1; Brides & Consorts of Stradh.json":{"a":1657961727,"m":1690651615},"creature/Tales of Exandria Monstruary.json":{"a":1675448026,"m":1690651615},"creature/teqqqie; Weird Flavor Creatures.json":{"a":1645754685,"m":1690651615},"creature/Tercept; Tercept's Terrifying Thoughts.json":{"a":1676128373,"m":1690651615},"creature/The_Unapproachable; Fighting Chance.json":{"a":1555319662,"m":1690651615},"creature/The_Unapproachable; Veiled Threats.json":{"a":1555319662,"m":1690651615},"creature/Various; Adventurers League.json":{"a":1537874753,"m":1690651615},"creature/Web Community; Community Aberration Creature Collection.json":{"a":1657961727,"m":1690651615},"creature/Web Community; Community Aberration Legendary Creature Collection.json":{"a":1632778501,"m":1690651615},"creature/Web Community; Community Construct Creature Collection.json":{"a":1555319662,"m":1690651615},"creature/Web Community; Community Elemental Creature Collection.json":{"a":1608323876,"m":1690651615},"creature/Web Community; Community Fey,Faeries Creature Collection.json":{"a":1608058117,"m":1671646965},"creature/Web Community; Community Fey,Faeries Legendary Creature Collection.json":{"a":1633111364,"m":1690651615},"creature/Web Community; Community Fiend Creature Collection.json":{"a":1609756405,"m":1690651615},"creature/Web Community; Community Humanoid Creature Collection.json":{"a":1608058117,"m":1690651615},"creature/Web Community; Community Humanoid Drow.json":{"a":1555319662,"m":1690651615},"creature/Web Community; Community Humanoid Gnoll Creature Collection.json":{"a":1555319662,"m":1690651615},"creature/Web Community; Community Humanoid Legendary Creature Collection.json":{"a":1608058117,"m":1690651615},"creature/Web Community; Community Humanoid Orc,Goblin,Hobgoblin Creature Collection.json":{"a":1633111364,"m":1690651615},"creature/Web Community; Community Humanoid Special Creature Collection.json":{"a":1608058117,"m":1690651615},"creature/Web Community; Community Monstrosity Creature Collection.json":{"a":1608323876,"m":1690651615},"creature/Web Community; Community Monstrosity Legendary Creature Collection.json":{"a":1632778501,"m":1671646965},"creature/Web Community; Community Ravenloft Collection.json":{"a":1641557769,"m":1690651615},"creature/Web Community; Community Undead Creature Collection.json":{"a":1555319662,"m":1690651615},"creature/Web Community; Community Undead Legendary Creature Collection.json":{"a":1632778501,"m":1673562612},"creature/Web Community; Community Villains Lore (Deities, Monster) Legendary Creature Collection.json":{"a":1608323876,"m":1690651615},"creature/Wizards of the Coast; Errata Spellcasters.json":{"a":1639480853,"m":1690651615},"creature/Wizards of the Coast; Farideh.json":{"a":1683211226,"m":1690651615},"creature/Wizards of the Coast; Sword Coast Legends NPCs.json":{"a":1563530393,"m":1690651615},"creature/World Builder Blog; Catastrophic Dragons.json":{"a":1641557769,"m":1690651615},"cult/Sample - Giddy; Cult of the True Flame.json":{"a":0,"m":0},"deck/Magic the Gathering; Elementals' Path.json":{"a":1675004535,"m":1675375407},"deck/WotC; Keys from the Golden Vault - Calling Cards.json":{"a":1679484625,"m":1679939945},"deck/Wyrmwood; Corrupted Tarot.json":{"a":1675537229,"m":1676407561},"deity/AAW Games; Deities of the World of Aventyr.json":{"a":1597133548,"m":1685143702},"deity/D&D 3ed; Deities of the World of Claybough.json":{"a":1597133548,"m":1685143702},"deity/Frog God Games; The Lost Lands.json":{"a":1538302036,"m":1685143702},"deity/Sample - Giddy; Atrophy.json":{"a":0,"m":0},"disease/Sample - Giddy; The Shakes.json":{"a":0,"m":0},"feat/aeyana; Adventurer.json":{"a":0,"m":1673562612},"feat/badooga; Feats for Skills.json":{"a":1610885621,"m":1610885621},"feat/badooga; Feats for Tools.json":{"a":1610885621,"m":1614076448},"feat/D&D Wiki; Valiant.json":{"a":1633831999,"m":1689601324},"feat/DnD Beyond; Expanded Racial Feats.json":{"a":1539373091,"m":1539373091},"feat/Gadget Blanchard; 9 New Feats.json":{"a":1548505822,"m":1666635069},"feat/IamMyBrain; Hoard Away From Hoard.json":{"a":1646664561,"m":1671646965},"feat/ImFromNASA; Talent Trees (Modified).json":{"a":1610081508,"m":1692309855},"feat/ImFromNASA; Talent Trees.json":{"a":1575650038,"m":1655302828},"feat/KibblesTasty; Feats for Faiths.json":{"a":1603794662,"m":1603794662},"feat/KT_ActiveMartial.json":{"a":1649479456,"m":1649479456},"feat/Saguro; Racial Feats for Non-PHB Races.json":{"a":1539373091,"m":1539373091},"feat/Sample - Giddy; Magically Gifted, Whip Aficionado.json":{"a":0,"m":0},"feat/SamwiseWrites; Speak of the Devil.json":{"a":1646664561,"m":1671646965},"feat/Web Community; Community Homebrew Feat.json":{"a":1604252046,"m":1685143702},"feat/winterwulf; O Dragao Verde (Português).json":{"a":1605830488,"m":1689601324},"hazard/Sample - Giddy; Quicksand.json":{"a":1537874753,"m":1537874753},"item/5eTools; Spell Components (inc. UA).json":{"a":1537874753,"m":1537874753},"item/AeronDrake; Modular Magic Items.json":{"a":1558019431,"m":1558019431},"item/Aofhaocv; Common Magic Items.json":{"a":1537874753,"m":1664210943},"item/ArcanaGames; Visions of the Vault.json":{"a":1537874753,"m":1664210943},"item/ArmedPirate; Hoard of Kryx the Dragon.json":{"a":1586966344,"m":1692309855},"item/ASunlessSky; Christmas 100 Magic Items.json":{"a":1586966344,"m":1692309855},"item/Bogdan Max; Bogo's Homebrews.json":{"a":1621357585,"m":1692309855},"item/Brewski; Thoughts and Prayers.json":{"a":1602342993,"m":1692309855},"item/CrazyBastard; Exotic Weapons and Items.json":{"a":1537874753,"m":1657399173},"item/DMsGuild Community; Artifacts of the Guild.json":{"a":1636286735,"m":1692309855},"item/Faolyn; Encyclopedia Magica.json":{"a":1537874753,"m":1692309855},"item/Foxfire94; Armour, Items, and Weapons Galore.json":{"a":1593285189,"m":1692309855},"item/FreshRad Games; Companions Vault.json":{"a":1549715846,"m":1549715846},"item/Frog God Games; Bard's Gate.json":{"a":1546624834,"m":1685143702},"item/Gary Flannel; Better Than Naught Magical Items.json":{"a":1539021052,"m":1692309855},"item/Gemhammer Games; Gemhammer Deck of Plunder - Heartshine Edit.json":{"a":1589115470,"m":1589210012},"item/Giffyglyph; Arcane Jewels.json":{"a":1679174334,"m":1688942144},"item/griff-mac; The Griffon's Saddlebag.json":{"a":1545342498,"m":1692309855},"item/hakr14; Weave of Karo - Items.json":{"a":1662156010,"m":1692309855},"item/Jafner; Exotic Weapons.json":{"a":1537874753,"m":1692309855},"item/JJskywalker; Items of Thereafter.json":{"a":1539355276,"m":1664210943},"item/Jon Bupp; Bazaar of the Bizarre Archer's Best Friend.json":{"a":1552579881,"m":1692309855},"item/Libedrator Earl; Trick Arrows.json":{"a":1552579881,"m":1671488059},"item/M Jason Parent; Three Arrows for the King.json":{"a":1552579881,"m":1692309855},"item/M.T. Black; Mordenkainen's Tome of Marvelous Magic.json":{"a":1677870790,"m":1692309855},"item/Numbers1999; Sword of 10000 Cuts.json":{"a":1637229056,"m":1692309855},"item/Sample - Giddy; Hook of Butchery.json":{"a":0,"m":1672357251},"item/ShamusAran; Bargain Magic Rings.json":{"a":1537874753,"m":1664210943},"item/ShamusAran; Satchel of Unmet Needs.json":{"a":1537874753,"m":1537874753},"item/Shamus_Aran; Crazy Jarls Discount Magic Shop.json":{"a":1586802904,"m":1692309855},"item/Shaun Ellis; Magical Cosmetics.json":{"a":1543832293,"m":1543832293},"item/TheApoApostolov; Items for Grit and Glory.json":{"a":1573638527,"m":1692309855},"item/Web Community; Community Items Collection.json":{"a":1537874753,"m":1692564844},"item/Web Community; Shops of Barovia.json":{"a":1537874753,"m":1692309855},"item/Yonael; Firearms of the Realm.json":{"a":1643009390,"m":1692309855},"language/Kobold Press; Midgard Worldbook.json":{"a":0,"m":1638652175},"language/MrVauxs; Various Ciphers.json":{"a":1613086590,"m":1613086590},"language/Sample - Giddy; Semaphore.json":{"a":0,"m":0},"magicvariant/Sample - Giddy; Weapon +4.json":{"a":0,"m":1657399173},"makebrew/Modnar; Homebrew Traits.json":{"a":1584095038,"m":1683488153},"object/Sample - Giddy; High Explosives.json":{"a":0,"m":0},"optionalfeature/Ascended_Bebop; Pact of the Claw.json":{"a":1631304793,"m":1631304793},"optionalfeature/Damian Steele; Exploits.json":{"a":1618939582,"m":1690651615},"optionalfeature/DawnforgedCast; Warlock Invocations Reforged.json":{"a":1600023066,"m":1600023066},"optionalfeature/Dragonix; Character Options Talents Book 1.json":{"a":1618873680,"m":1618873681},"optionalfeature/Dragonix; Character Options Talents Book 2.json":{"a":1618873680,"m":1673562612},"optionalfeature/Middle Finger of Vecna; Metamagic.json":{"a":1545342498,"m":1545342498},"optionalfeature/Reddit; Reddit Fighting Styles Unearthed Arcana.json":{"a":0,"m":1662131475},"optionalfeature/Sample - Giddy; Mark of Pain, Ancient Enmity.json":{"a":0,"m":0},"optionalfeature/Sandwichbear; Notes from the Far Realm.json":{"a":1537874753,"m":1537874753},"optionalfeature/Web Community; Community Homebrew Optional Features.json":{"a":1604252046,"m":1671646965},"psionic/Sample - Giddy; Black Lily Techniques.json":{"a":0,"m":0},"race/Alice Witchfire; Koradi.json":{"a":1622235053,"m":1643499523},"race/AmbyNavy and Moss; Miceling of Cimmeris.json":{"a":1640950465,"m":1666126587},"race/aofhaocv; Mothfolk.json":{"a":1635906426,"m":1668987711},"race/Benjamin Huffman; Beastfolk.json":{"a":1680864999,"m":1680864999},"race/Benjamin Huffman; Saurian Race.json":{"a":1659384262,"m":1690141042},"race/BJHypes; Muppetborn.json":{"a":1630423587,"m":1630423587},"race/Blackbando s Homebrew; Races.json":{"a":1537874753,"m":1671646965},"race/callmepartario; Ikwiikwii.json":{"a":0,"m":0},"race/Clockwork Dragon; Races.json":{"a":1587495146,"m":1671646965},"race/D&D 4ed; Dark Sun Races.json":{"a":1537874753,"m":1671646965},"race/DandWiki; Bleeko.json":{"a":1570535687,"m":1668987711},"race/DandWiki; Chiropteran.json":{"a":1634635486,"m":1668987711},"race/DanDWiki; Elf Orc.json":{"a":1643032355,"m":1667938661},"race/DanDWiki; Shadowborn.json":{"a":1675626492,"m":1675626492},"race/darude11; Faceless.json":{"a":1574460664,"m":1668987711},"race/DM Tuz, J. Alice Bown; Holstaur.json":{"a":1643474509,"m":1663792415},"race/DM Tuz; Lamia.json":{"a":1643471716,"m":1643471716},"race/DM Tuz; Slime Folk.json":{"a":1643423127,"m":1663792415},"race/dmblc; The Mimiga Race.json":{"a":1647054503,"m":1666495774},"race/dmblc; Wayang and Orang-Pendek.json":{"a":1670931128,"m":1670922024},"race/fbd117; Crablite Race.json":{"a":1647419546,"m":1647419546},"race/Foxfire94; Basitin.json":{"a":1679422391,"m":1679422391},"race/Foxfire94; Gnoll, Kitsune, Man-Ogre, Rat-men Races.json":{"a":1584641909,"m":1690651615},"race/Foxfire94; Tanarukk Fiendish Orcs.json":{"a":1589093274,"m":1668987711},"race/Foxfire94; Volos Original Guide to Monsters.json":{"a":1602350442,"m":1666126587},"race/Heroes from the Dark Realm; Race Collection.json":{"a":1537874753,"m":1671646965},"race/Kobold Press; Unlikely Heroes.json":{"a":1537874753,"m":1671646965},"race/LaserLlama; Half-Dwarf.json":{"a":1586943396,"m":1586943396},"race/Middle Finger of Vecna; Archon.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Awakened Golem.json":{"a":1545342498,"m":1689601324},"race/Middle Finger of Vecna; Bugbear.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Devil.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Dhampyr.json":{"a":1545342498,"m":1689601324},"race/Middle Finger of Vecna; Dvati.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Fetchling.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Illumian.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Merfolk.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Monsters and Men.json":{"a":1545342498,"m":1692309855},"race/Middle Finger of Vecna; Revenant.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Satyr.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Shardminds.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Sirine.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Thri-Kreen.json":{"a":1537874753,"m":1537874753},"race/Middle Finger of Vecna; Tibbit.json":{"a":1545342498,"m":1689601324},"race/Middle Finger of Vecna; Vect.json":{"a":1545342498,"m":1668987711},"race/Mr Bat; Bats Diverse Equestrian Races.json":{"a":1619722738,"m":1619722738},"race/Pixel; Hivebody.json":{"a":0,"m":1668987711},"race/SailorCat; Graftling.json":{"a":1568582441,"m":1653591168},"race/Sample - Giddy; Awakened Skeleton.json":{"a":0,"m":0},"race/SeiTime;Amalgatrix.json":{"a":1679908902,"m":1679908902},"race/Siegfried; Foxlings.json":{"a":1613065104,"m":1668987711},"race/Skut; Warforged.json":{"a":1537874753,"m":1537874753},"race/StarSailGames; Ratfolk Player Race.json":{"a":1671982415,"m":1690651615},"race/StrayChowChow; Dogfolk.json":{"a":1659384262,"m":1671646965},"race/That_Kael; Awakened Shrub Race.json":{"a":1659384262,"m":1671646965},"race/The-Magic-Sword; Centaur.json":{"a":1643568222,"m":1643568222},"race/thoroughlysketchy; Detect Greater Balance.json":{"a":1679977911,"m":1679977911},"race/timemrick's Daughter; Mudborn.json":{"a":1545342498,"m":1668987711},"race/Tr1lobyte; Bearkin.json":{"a":1622235053,"m":1643498772},"race/u_zipperondisney; Illithid.json":{"a":1661782823,"m":1667410217},"race/Walrock HomeBrew; Faeries.json":{"a":1537874753,"m":1671646965},"race/Walrock; Awakened Undead.json":{"a":1591318518,"m":1668987711},"race/Web Community; Community Homebrew Races.json":{"a":1604252046,"m":1692564844},"race/Yunisverse; Toonkind.json":{"a":1670792405,"m":1670792405},"race/Zagorath; Vryloka.json":{"a":1537874753,"m":1671646965},"recipe/Jef Aldreich; Dungeonmeister.json":{"a":1544467825,"m":1633462175},"recipe/Lyra; Lyra's Dad's Chilli.json":{"a":1640121357,"m":1667410217},"recipe/Sample - Giddy; Toast Sandwich.json":{"a":0,"m":0},"reward/Jafner; Titles as Rewards.json":{"a":1537874753,"m":1537874753},"reward/Sample - Giddy; Boon of Vigor.json":{"a":0,"m":0},"spell/AD Feltham; Everyday Rituals for Travelling Wizards.json":{"a":1542063914,"m":1542063914},"spell/aeyana; Arcane Archer Spells.json":{"a":1594364848,"m":1594364846},"spell/angryweinerchamp; Spelljammer for 5e Spellbook.json":{"a":1599081260,"m":1673562612},"spell/belithioben; Fool Me Once.json":{"a":1634630537,"m":1689601324},"spell/cheezedoodle96; DnD with ponies.json":{"a":1613739050,"m":1671569306},"spell/Craios125; Evolving Cantrips.json":{"a":1588392716,"m":1671569306},"spell/Dejan_Maramu; Brainstorm.json":{"a":1634630537,"m":1689601324},"spell/Dev&Girafz; Hyperlanes Gambits.json":{"a":1648491322,"m":1671569306},"spell/DropTheDie; Opus of Elemental Substance.json":{"a":1588459550,"m":1668987711},"spell/DropTheDie; Opus of Extrinsic Substance.json":{"a":1588459431,"m":1668700856},"spell/Enhander; Enhander's Revised Spells.json":{"a":1627415619,"m":1671569306},"spell/Faolyn; The (In)Complete Tome of Spells.json":{"a":1603738912,"m":1690651615},"spell/Foxfire94; Advanced Arcaneries.json":{"a":1599631235,"m":1671569306},"spell/Frog God Games; Book of Lost Spells.json":{"a":1537874753,"m":1670431143},"spell/HapHazred; Wyldefarne Magic.json":{"a":1641154357,"m":1676203916},"spell/Heroes from the Dark Realm; Wizard School of Nethermancy.json":{"a":1594364848,"m":1671646965},"spell/Ikaguia; Arcane Grimoire.json":{"a":1557088580,"m":1668700856},"spell/Izzy; RangerPlus.json":{"a":1642116367,"m":1668987711},"spell/Jacob S Kellogg; The Elemental Spellbook - 80 Spells of Ice, Fire, and Lightning.json":{"a":1612407625,"m":1668700856},"spell/Jessica Wolfman; The (Not Really) Complete Tome of Spells.json":{"a":1590440677,"m":1671569306},"spell/KibblesTasty; Kibbles' Casting Compendium.json":{"a":1622581997,"m":1622581997},"spell/KibblesTasty; Summoning Spells.json":{"a":1594364848,"m":1686754541},"spell/LelouchVee; Best of Spell Compendium.json":{"a":1537874753,"m":1537874753},"spell/Luriquen; Fiendish_Transformation.json":{"a":1676748824,"m":1678051638},"spell/MrVizious; Blade Spells.json":{"a":1656259986,"m":1671646965},"spell/Murphen44; WandsNWizards.json":{"a":1606589423,"m":1668700856},"spell/Nations and Cannons; Starter Rules.json":{"a":1595706432,"m":1671569306},"spell/Polaron Posadas; Spells of the Unapproachable East.json":{"a":1594364848,"m":1671646965},"spell/Portent Press; Orana's Expanded Spellbook.json":{"a":1652739335,"m":1690651615},"spell/Rynosaur94; Divinity Spells.json":{"a":0,"m":0},"spell/Rynosaur94; Elemental Spells.json":{"a":0,"m":0},"spell/Rynosaur; Archive of Arcane Aggression.json":{"a":0,"m":1690651615},"spell/Sample - Giddy; Assorted Marginalia.json":{"a":0,"m":0},"spell/Sample - Giddy; The Uninspired Guide to Wizardry.json":{"a":0,"m":1667938661},"spell/Sean vas Terra; Elementalist's Pocketbook.json":{"a":1580792206,"m":1668987711},"spell/Sonixerse; Expanded Floran Spells.json":{"a":1645139173,"m":1668987711},"spell/Studio Agate; Fateforge Grimoire.json":{"a":1631721764,"m":1668987711},"spell/Sugie; Sugie's Grimoire to the Unknown.json":{"a":1654019003,"m":1668700856},"spell/tactical_hotpants; Artes.json":{"a":1671361149,"m":1692922227},"spell/Treantmonk; The Treantmonk Variant - Spells.json":{"a":1658834683,"m":1671646965},"spell/Trevor Armstrong; Grimlore's Grimoire.json":{"a":1577536578,"m":1668987711},"spell/Walrock Homebrew; Codex of Technomancy.json":{"a":1580934477,"m":1668987711},"spell/Walrock Homebrew; Codex Of Waves.json":{"a":1575508212,"m":1668700856},"spell/Web Community; Community Spells Collection.json":{"a":1594364848,"m":1692565138},"spell/Wizards of the Coast; Codex of the Depths.json":{"a":1564951154,"m":1564951154},"subclass/0rganics; Fey Protector.json":{"a":1638965531,"m":1638965531},"subclass/Actual Jake; Magic Moon Sorcerer.json":{"a":1652739335,"m":1671544279},"subclass/Aevilok; Craftsman.json":{"a":1643685011,"m":1644095508},"subclass/aeyana; Way of the Dragon.json":{"a":1537874753,"m":1666126587},"subclass/AgenderArcee; AgenderArcee's Sourcerous Origins.json":{"a":1643553045,"m":1666128523},"subclass/Alexander Smith; The Spellscarred Sorcerous Origin.json":{"a":1665862946,"m":1692309855},"subclass/Alice Loverdrive; The Bitch With Many Teeth.json":{"a":1654389525,"m":1671569306},"subclass/AmbyNavy and Moss; The Insatiable.json":{"a":1639839583,"m":1667938661},"subclass/B. Wraven Wright; College of the Bae'Qeshel.json":{"a":1635263560,"m":1671646965},"subclass/badooga; Fighter Subclasses.json":{"a":1621168316,"m":1621168316},"subclass/BeardedJB; Cosmic Cleric Domain.json":{"a":1659216578,"m":1671544279},"subclass/Blaezix; The Ruffian.json":{"a":1668610986,"m":1668610986},"subclass/Bunnybrew; Sign of the Crown.json":{"a":1616457588,"m":1671569306},"subclass/CaelReader; Arcane Marksman.json":{"a":1635263560,"m":1671646965},"subclass/CamunonZ; The Mad Scientist Artificer.json":{"a":1660244101,"m":1671646965},"subclass/Carreau; Oath of the Arcane.json":{"a":1609735957,"m":1609735957},"subclass/Cephei_Delta; School of Geometry.json":{"a":1621393518,"m":1661285343},"subclass/Clan Crafter Hralding; Codex of Allies.json":{"a":1529430240,"m":1685143702},"subclass/Cowboy_Tiefling; Blue Mage Sorcerous Origin.json":{"a":1659273466,"m":1671646965},"subclass/Dan Powell; Dragoon.json":{"a":1537874753,"m":1667938661},"subclass/davedeoreo; Circle of Scales.json":{"a":1646646847,"m":1671646965},"subclass/Desmon%239507; The Big Tiddy Goth Girlfriend.json":{"a":1566011005,"m":1599169542},"subclass/devikyn; Way of the Four Elements Streamlined.json":{"a":1594331943,"m":1594331944},"subclass/devikyn; Way of the Kensei, Revised.json":{"a":1652281649,"m":1667938661},"subclass/DnDWiki; Arcane Tradition Wild Magic.json":{"a":1546024328,"m":1673562612},"subclass/DrRichtoffen; The Ghost Train.json":{"a":1652739335,"m":1670432993},"subclass/DXHHH101; The Beyond.json":{"a":1643217284,"m":1643366358},"subclass/Elderbrain; Crown of the Oathbreaker Subclass Compendium.json":{"a":1676156472,"m":1677016832},"subclass/ElderBrain; Umbral Stalker.json":{"a":1680866060,"m":1680866060},"subclass/Extra_Legs; Unbound Soul.json":{"a":1537874753,"m":1537874753},"subclass/FallenPhoenixIV; Oath of the Templar.json":{"a":1609735957,"m":1609735957},"subclass/Fiddlestics; College of the Hand.json":{"a":1627819396,"m":1627819396},"subclass/filmatra; Wizard Community College.json":{"a":1636994539,"m":1636994539},"subclass/Foxfire94; Blood Magic Sorcerous Origin.json":{"a":1650130290,"m":1650918295},"subclass/Foxfire94; Brick Brawler Monk.json":{"a":1584493833,"m":1668987711},"subclass/Foxfire94; Brute Fighter.json":{"a":1622051715,"m":1666126587},"subclass/Foxfire94; College of Metal Bard.json":{"a":1584505055,"m":1668987711},"subclass/Foxfire94; Explosion Wizard.json":{"a":1591087486,"m":1628132888},"subclass/Foxfire94; Horus Heresy Inspired Martial Archetypes.json":{"a":1589598036,"m":1668987711},"subclass/Foxfire94; Oath Daemonicus Paladin.json":{"a":1584497606,"m":1649366015},"subclass/Foxfire94; Primaris Lieutenant.json":{"a":1585672812,"m":1668987711},"subclass/Foxfire94; Revised Ranger Beast Master.json":{"a":1633204680,"m":1666126587},"subclass/FrenchTech16; Dearly Departed Patron.json":{"a":0,"m":1670615564},"subclass/FrostBladestorm; Field Medic.json":{"a":1634229171,"m":1683400472},"subclass/Gannoh2; The Hero Warlock.json":{"a":1589516344,"m":1690651615},"subclass/Gelidity; Circle of the Lone Wolf.json":{"a":0,"m":1670574320},"subclass/Gelidity; College of Legends.json":{"a":0,"m":1670615564},"subclass/Gelidity; Path of the Honey Badger.json":{"a":0,"m":1670615564},"subclass/Ghostfire Gaming; Artificer Subclasses.json":{"a":1639755927,"m":1639755927},"subclass/gockblock; Sorcerous Origin Spell Variants.json":{"a":1594364848,"m":1673562612},"subclass/GuenMaster; Way of the Stars.json":{"a":1650493303,"m":1677800302},"subclass/heavyarms; The Beard.json":{"a":1631319681,"m":1631319681},"subclass/Hicks Homebrew; Inner Visage Sorcerous Origin.json":{"a":1659273466,"m":1671646965},"subclass/IDBN; Gun Mage.json":{"a":1627816998,"m":1627816998},"subclass/ihopethiswork; Path of MAGE!.json":{"a":1627820745,"m":1685143702},"subclass/InvaderHawk; Spirit of Vengeance.json":{"a":1598009015,"m":1598016487},"subclass/Inxsinon; Circle of Winds Druid.json":{"a":1643306617,"m":1671544279},"subclass/Jadeor; The Way of Iron and Steel.json":{"a":1642783092,"m":1642783092},"subclass/Jaek; College of Diplomacy Bard.json":{"a":1643217526,"m":1643675458},"subclass/Jaek; Ruffian Rogue.json":{"a":1643217224,"m":1643675458},"subclass/Jake Hilton; Hoard of Heroes.json":{"a":1601166152,"m":1601166152},"subclass/Jonoman3000; The Fallen.json":{"a":1659426767,"m":1667938661},"subclass/kacyhasthecandy; Kacy's Castean Classes.json":{"a":0,"m":1689601324},"subclass/Ken_Silverwood; Eldritch Champion.json":{"a":1602665500,"m":1690651615},"subclass/KhrystanShade.json":{"a":0,"m":1678564871},"subclass/KibblesTasty; Divine Agent.json":{"a":1641918175,"m":1671646965},"subclass/KibblesTasty; Worldly Patron - The Dragon.json":{"a":1635791821,"m":1667410217},"subclass/Kingstarman; Way of the Cherry Blossom Sage.json":{"a":1637359096,"m":1637362402},"subclass/Korvinagor; Circle of Dreams (Revised).json":{"a":1682424910,"m":1682424910},"subclass/Korvinagor; Circle of Kudzu.json":{"a":1686325885,"m":1690140488},"subclass/Korvinagor; Circle of Progress.json":{"a":1676597000,"m":1677451245},"subclass/Korvinagor; Circle of the Lamb.json":{"a":1677899200,"m":1678062100},"subclass/Korvinagor; Circle of the Rainbow.json":{"a":1688598012,"m":1693175444},"subclass/Korvinagor; Circle of the Seasons.json":{"a":1683857260,"m":1688073831},"subclass/Korvinagor; Circles of the Land.json":{"a":1681474916,"m":1690650468},"subclass/Korvinagor; Path of Polarity.json":{"a":1692084124,"m":1692084124},"subclass/Lady of Luck; Garlic Bread Domain Cleric.json":{"a":1643703627,"m":1643703627},"subclass/Laserllama; Artificer Specialties & Infusion Options.json":{"a":1549715846,"m":1690140432},"subclass/LaserLlama; Bard Colleges.json":{"a":1632430583,"m":1632430586},"subclass/LaserLlama; Druid Circles.json":{"a":1676754510,"m":1676754510},"subclass/LaserLlama; Fighter Archetypes & Fighting Styles.json":{"a":1652153430,"m":1686754541},"subclass/LaserLlama; Monastic Traditions.json":{"a":1604482879,"m":1604588219},"subclass/Laserllama; Roguish Archetypes.json":{"a":0,"m":0},"subclass/LaserLlama;Otherwordly Patrons.json":{"a":1666368000,"m":1671646965},"subclass/LevelOfExhaustion; Circle of the Sands.json":{"a":1634589517,"m":1636465700},"subclass/Lexiette; Wandering Blademaster.json":{"a":1638965531,"m":1638965531},"subclass/marshmallow_fig; College of Lofi Beats to Study Relax To.json":{"a":1599385286,"m":1599394413},"subclass/Martin_DM; Oath of Acroamata.json":{"a":1579897188,"m":1579897188},"subclass/Matthers3; The Maleficar Wizard.json":{"a":1625376431,"m":1689601324},"subclass/Matthers3; The Moon Dancer Cleric.json":{"a":1667607218,"m":1689601324},"subclass/Matthew Mercer; College of the Maestro.json":{"a":1537874753,"m":1537874753},"subclass/Matthew Mercer; Gunslinger.json":{"a":1537874753,"m":1692309855},"subclass/Matthew Mercer; Oath of the Open Sea.json":{"a":1602882989,"m":1668987711},"subclass/Matthew Mercer; Way of the Cobalt Soul.json":{"a":1598228500,"m":1603085660},"subclass/Middle Finger of Vecna; Abyssal Domain.json":{"a":1589918247,"m":1589918247},"subclass/Middle Finger of Vecna; Chronomancy Update.json":{"a":1545342498,"m":1671569306},"subclass/Middle Finger of Vecna; Circle of the Root and Stem.json":{"a":1537874753,"m":1537874753},"subclass/Middle Finger of Vecna; Class Packs.json":{"a":1545342498,"m":1692309855},"subclass/Middle Finger of Vecna; Destruction Domain.json":{"a":1589918247,"m":1687213881},"subclass/Middle Finger of Vecna; Dread Domain.json":{"a":1589918247,"m":1589918247},"subclass/Middle Finger of Vecna; Dream Domain.json":{"a":1589918247,"m":1589918247},"subclass/Middle Finger of Vecna; Iconic Archetypes.json":{"a":1545342498,"m":1668987711},"subclass/Middle Finger of Vecna; Lovecraft Update.json":{"a":1543089147,"m":1668987711},"subclass/Middle Finger of Vecna; Peace Domain.json":{"a":1589918247,"m":1589918247},"subclass/Middle Finger of Vecna; Pestilence Domain.json":{"a":1589918247,"m":1589918247},"subclass/Middle Finger of Vecna; Slime Domain.json":{"a":1570823193,"m":1591440332},"subclass/Middle Finger of Vecna; Tattoo Classes.json":{"a":1571922604,"m":1666126587},"subclass/Middle Finger of Vecna; The Watcher.json":{"a":1647032200,"m":1667410217},"subclass/Middle Finger of Vecna; Travel Domain (Redux).json":{"a":1589921529,"m":1589921529},"subclass/Middle Finger of Vecna; Ur-Priest.json":{"a":1537874753,"m":1537874753},"subclass/Middle Finger of Vecna; Waste Update.json":{"a":1545342498,"m":1692309855},"subclass/Middle Finger of Vecna; Wild West.json":{"a":1545342498,"m":1668987711},"subclass/MonkeyDM; Oath of the Eldritch Hunt.json":{"a":1654389525,"m":1668987711},"subclass/MonkeyDM; Pact of the trigger.json":{"a":1654389525,"m":1665912970},"subclass/MrDoctorJunior; Shadow Sorcerer (Revised).json":{"a":1643217423,"m":1643307003},"subclass/Mutgar; Oath of Rebirth.json":{"a":1544903578,"m":1544903578},"subclass/mwatts258; Anime Swordsman.json":{"a":1680866290,"m":1680866290},"subclass/NeonLightDecay; Path of the Nautilus.json":{"a":1635100506,"m":1673562612},"subclass/Neverending Codex; Soulkeeper Ranger.json":{"a":1595181963,"m":1596844299},"subclass/Nimademe; Iron Soul Sorcerer.json":{"a":1643217146,"m":1643675458},"subclass/Nimademe; Path of the Monster Barbarian.json":{"a":1643216127,"m":1643675458},"subclass/NotTheSmoooze; RoguishArchetypes.json":{"a":1643581420,"m":1644366118},"subclass/NotTheSmooze; The Falconer.json":{"a":1603019418,"m":1603019418},"subclass/OhWyn; Eldritch Blast Patron.json":{"a":1646665836,"m":1671646965},"subclass/Ophiuchus; Path of the Bloodrager.json":{"a":1586352169,"m":1586352167},"subclass/Oxforge Homebrew; Circle of Ashes Druid.json":{"a":1643217473,"m":1643675458},"subclass/pm_me_goth_gf_pics; Oath of Love.json":{"a":1627823063,"m":1627823063},"subclass/PosTavern; Artificer Specialist - Caravaneer.json":{"a":1645613762,"m":1683488153},"subclass/PosTavern; Circle of the Dragon.json":{"a":1635698221,"m":1668643477},"subclass/qogoist; courtesan.json":{"a":1602209700,"m":1602209700},"subclass/Rain-Junkie, DXHHH101; Orchard Origin Sorcerer, Reflourished .json":{"a":1667009734,"m":1667009734},"subclass/Rain-Junkie; Ancient Magic Sorcerer.json":{"a":1602746393,"m":1668987711},"subclass/Rain-Junkie; Orchard Origin Sorcerer v1.json":{"a":1643216127,"m":1643675458},"subclass/Red Ink Caravan; Aaralyn's Stolen Notes to Velea (5e).json":{"a":1638992540,"m":1667410217},"subclass/RevengeKobold; Gambler's Domain.json":{"a":1643703627,"m":1672099225},"subclass/RW_Blackbird; The Magus (Eldritch Knight Revised).json":{"a":1643869368,"m":1643869368},"subclass/SargeBriar; Great Old One Tweaked.json":{"a":1567635151,"m":1567635151},"subclass/SargeBriar; Shrouded Arts Wizard.json":{"a":1643217284,"m":1643311461},"subclass/SemanticAvenger; Aeronaut.json":{"a":1662200554,"m":1690140432},"subclass/Sensitive_Coyote_865; Path of the Masked Scourge.json":{"a":1650471319,"m":1650471319},"subclass/Seth Blackwood; Oath of the Unconquered.json":{"a":1544903578,"m":1544903578},"subclass/SethBlackwood; Blood Knight.json":{"a":1603820678,"m":1603820678},"subclass/SethBlackwood; Oath Of The Grim Hunt.json":{"a":1616026002,"m":1616026002},"subclass/SethBlackwood; Storm Heart Figher.json":{"a":1643217446,"m":1643675458},"subclass/Spicy Spook; Circle of the Guardian.json":{"a":1634589517,"m":1641903162},"subclass/SpiketailDrake; Way of the Four Elements Remastered.json":{"a":1544270276,"m":1544270276},"subclass/SrVolk; Mechaneer Artificer Specilization.json":{"a":1660244101,"m":1671646965},"subclass/SwordMeow; Wind Domain.json":{"a":1589918247,"m":1589918247},"subclass/T. A. Braga; Oath of the Working Class.json":{"a":1637938493,"m":1638816912},"subclass/The Smithy; Trapper.json":{"a":1683357338,"m":1683357338},"subclass/The Winter Halo; Wizard Subclass Overhaul.json":{"a":1669752201,"m":1669829665},"subclass/TheAdonalsium; Oath of Safety and Health Administration.json":{"a":1631317746,"m":1631317746},"subclass/TheSoundOfThunder; Soldier of the Seasons.json":{"a":1627817977,"m":1627817977},"subclass/Thewtus; Path of the Cyborg.json":{"a":1680304574,"m":1680304574},"subclass/titanomachyRPG; Grief Domain.json":{"a":1626127928,"m":1626127928},"subclass/Tsumarru; Circle of Growth Druid.json":{"a":0,"m":1679260896},"subclass/Tsumarru; College of Masks Bard.json":{"a":0,"m":1679260896},"subclass/Tsumarru; Oath of the Elements Paladin.json":{"a":0,"m":1679260896},"subclass/Tsumarru; Path of the Dragon Barbarian.json":{"a":0,"m":1679260896},"subclass/Tsumarru; ShadowStalker.json":{"a":0,"m":1679002292},"subclass/Tsumarru; Smooth Criminal Rogue.json":{"a":0,"m":1679260896},"subclass/Tsumarru; True Talent Sorcerer.json":{"a":0,"m":1679002268},"subclass/Tsumarru; Way of the Ninja.json":{"a":0,"m":1679260896},"subclass/uRavenBranwen; Oath of the Runeblade.json":{"a":1566011005,"m":1672099225},"subclass/u_CamunonZ; The Announcer.json":{"a":1653077821,"m":1668987711},"subclass/Valerion; Liberation Domain.json":{"a":1589914515,"m":1589914515},"subclass/VampireBagel; Sacred Oath of Wile.json":{"a":1557348819,"m":1557348819},"subclass/VampireBagel_; Dragon Domain Cleric.json":{"a":1643217495,"m":1643387333},"subclass/Walrock Homebrew; Oath of the Common Man.json":{"a":1637935895,"m":1637935895},"subclass/Walrock Homebrew; Oath of the Midnight Hour Paladin.json":{"a":1643217446,"m":1643675458},"subclass/Walrock; Paladins.json":{"a":1537874753,"m":1664312670},"subclass/WhiteShadowTaiChi; Royal Bloodline.json":{"a":1603816028,"m":1603816028},"subclass/William Hudson King; The Ashen Wolf.json":{"a":1598671744,"m":1598671744},"subclass/Xenoezen; Revised Great Old One.json":{"a":1631147777,"m":1689601324},"subclass/xyianth; Rogue Archetype - Phantom Blade.json":{"a":1549715846,"m":1681252050},"subclass/Zachary G Paiva; The Rule of 12 Subclasses.json":{"a":1566011005,"m":1668987711},"subclass/zeek0; Hearth Domain Cleric.json":{"a":1643217484,"m":1643675458},"subclass/zeek0; Ruin Domain.json":{"a":1589914515,"m":1589914515},"subclass/Zixtank; The Grenadier Artificer Specialization.json":{"a":1660244101,"m":1671646965},"subrace/SabotageThis; Ash Elves.json":{"a":1572295517,"m":1572295517},"subrace/themagictavern; Genasi Subraces.json":{"a":1604252046,"m":1671646965},"subrace/Valerion; City Elf.json":{"a":1643311424,"m":1643311424},"subrace/Valerion; Road Dwarf.json":{"a":1643311424,"m":1643311424},"subrace/Valerion; Silverwit Halfling.json":{"a":1643316302,"m":1643316305},"table/BlogOfHolding; 5e monster manual on a business card.json":{"a":1677860982,"m":1677866930},"table/Dungeons-And-Danis; 100 Quirks and Peculiarities.json":{"a":1600868694,"m":1600868694},"table/Michael J Winegar; Inns and Taverns by Lifestyle.json":{"a":1602355835,"m":1690651615},"table/Modnar; Modnars Marvelous Miscellany - Tables & Trinkets.json":{"a":1548505822,"m":1673562612},"table/Orrex; The Net Libram of Random Magical Effects.json":{"a":1548505822,"m":1548505822},"table/Raging Swan; Tables.json":{"a":1543438798,"m":1685143702},"table/redceramicfrypan; Reincarnate Tables Expanded.json":{"a":1602555207,"m":1685143702},"table/Sample - Giddy; Murder Evidence.json":{"a":0,"m":0},"table/Team Egg; MVTTCE.json":{"a":1606077947,"m":1606077947},"trap/James Introcaso; 20 New Traps.json":{"a":1581466476,"m":1674756091},"trap/Sample - Giddy; Mounted Basilisk Head.json":{"a":0,"m":0},"variantrule/AeronDrake; Simple Guilds.json":{"a":1537874753,"m":1661285343},"variantrule/Charles Stapleford; Item Crafting Rules for 5e.json":{"a":1588088911,"m":1588088911},"variantrule/Dael Kingsmill; Thieves' Cant.json":{"a":1602439286,"m":1668987711},"variantrule/Kanekuo; Potions Plus.json":{"a":1585648267,"m":1663792415},"variantrule/Kcon; Group Spellcasting.json":{"a":1537874753,"m":1537874753},"variantrule/Liarus; Druidic.json":{"a":1602439286,"m":1668987711},"variantrule/Matthew Mercer; Corruption Rules.json":{"a":1649342553,"m":1683389057},"variantrule/Metabot; Stealth Rules.json":{"a":1537874753,"m":1661285343},"variantrule/Modnar; Modnars Mission Mandates.json":{"a":0,"m":1673562612},"variantrule/Pwines; Aerial Combat.json":{"a":1537874753,"m":1537874753},"variantrule/RedCeramicFryPan; Staff Creation Rules.json":{"a":1537874753,"m":1537874753},"variantrule/Rhinemann; Group Spellcasting.json":{"a":1616954142,"m":1666126587},"variantrule/Sample - Giddy; Houserules.json":{"a":0,"m":0},"variantrule/VaranSL; Brewer's Supplies.json":{"a":1630940312,"m":1666635069},"variantrule/Web Community; Community Homebrew Variant Rules.json":{"a":1604252046,"m":1692564844},"vehicle/Sample - Giddy; Coracle.json":{"a":0,"m":0}} \ No newline at end of file +{"action/Sample - Giddy; Extinguish.json":{"a":0,"m":0},"adventure/Adventurers League; DDEX1-01 - Defiance in Phlan.json":{"a":1558867830,"m":1558867830},"adventure/Adventurers League; DDEX1-02 - Secrets of Sokol Keep.json":{"a":1558867830,"m":1558867830},"adventure/Adventurers League; DDEX1-03 - Shadows Over the Moonsea.json":{"a":1558867830,"m":1690651615},"adventure/Adventurers League; DDEX1-04 - Dues for the Dead.json":{"a":1600276023,"m":1690651615},"adventure/Adventurers League; DDIA-MORD Rrakkma.json":{"a":1552599066,"m":1673562612},"adventure/Adventures Await; Shipwreck of the Sea Mephit.json":{"a":1621775534,"m":1666128523},"adventure/Adventures Await; The Curse of Dusk Hollow.json":{"a":1614898919,"m":1690651615},"adventure/Adventures Await; The Dueling Knight's Fungeon Dungeon.json":{"a":1615141398,"m":1655240342},"adventure/Adventures Await; The Fangs of Zengar.json":{"a":1615141398,"m":1690651615},"adventure/Adventures Await; Wrath of the Demon Lord.json":{"a":1621775534,"m":1690651615},"adventure/Anthony Joyce; The Blood Hunter Adventure.json":{"a":1600868694,"m":1690651615},"adventure/arcanist; The Delian Tomb.json":{"a":1618799433,"m":1690651615},"adventure/D&D Beyond; Don't Say Vecna.json":{"a":1654817495,"m":1667410217},"adventure/D&D Duet; First Blush.json":{"a":1604518196,"m":1690651615},"adventure/D&D Duet; Second Glance.json":{"a":1605873511,"m":1690651615},"adventure/D&D Duet; Third Times the Charm.json":{"a":0,"m":1690651615},"adventure/DMDave; Assault on Quabus.json":{"a":1603117106,"m":1692309855},"adventure/Eventyr Games; Kraken's Gamble.json":{"a":1680877195,"m":1692309855},"adventure/JVC Parry; Call from the Deep.json":{"a":1579711362,"m":1692309855},"adventure/Kelsey Dionne; Temple of the Basilisk Cult.json":{"a":1600868694,"m":1690651615},"adventure/Kelsey Dionne; The Secrets of Skyhorn Lighthouse.json":{"a":1603210180,"m":1690651615},"adventure/Kobold Press; Book of Lairs.json":{"a":1557517754,"m":1690651615},"adventure/Kobold Press; Tome of Beasts 2 Lairs.json":{"a":1616030766,"m":1692309855},"adventure/Kobold Press; Tome of Beasts 3 Lairs.json":{"a":1677710025,"m":1690651615},"adventure/Kurtis J Wiebe; The Hangover.json":{"a":1592179890,"m":1674756091},"adventure/Limitless Adventures; Limitless Adventures.json":{"a":0,"m":1689601324},"adventure/Nerd Herd; Adventure Book - 1.json":{"a":1540038097,"m":1689601324},"adventure/Sample - Giddy; Caverns of Catastrophe.json":{"a":0,"m":0},"adventure/TragicMissile; Sacrifice of Innocence.json":{"a":1619398800,"m":1692309855},"adventure/Winghorn Press; Wild Sheep Chase.json":{"a":1616356061,"m":1690651615},"adventure/Wizards of the Coast; Barber of Silverymoon.json":{"a":1586225424,"m":1663017344},"adventure/Wizards of the Coast; Crypts of Kelemvor.json":{"a":1600868694,"m":1673562612},"adventure/Wyatt Trull; Dungeon of the Mad Mage Companion - Complete Edition.json":{"a":1682350878,"m":1690651615},"background/Brewskii; Silver Thorn Background.json":{"a":1540936360,"m":1661285343},"background/D&D Wiki; Featured Quality Backgrounds.json":{"a":1633834544,"m":1690140432},"background/Middle Finger of Vecna; Lovecraftian Backgrounds.json":{"a":1587424627,"m":1587424627},"background/Nerd Herd; Noble Backgrounds.json":{"a":1540162759,"m":1540162759},"background/Sample - Giddy; Farmer.json":{"a":0,"m":0},"background/zeek0; Backgrounds Omnibus.json":{"a":1549715846,"m":1663792415},"book/2CGaming; Total Party Kill Bestiary - Vol. 1.json":{"a":0,"m":1692309855},"book/aeyana; The Book of Hordes.json":{"a":1604991176,"m":1690651615},"book/Bob Starrar; Welcome to Scarthey - University of the Arcane.json":{"a":1549715846,"m":1549715846},"book/Curio Solus; Festival Activies.json":{"a":1549715846,"m":1673562612},"book/D. Larson; Ritual Grafting.json":{"a":1604991176,"m":1673562612},"book/Dave Eisinger; Discerning Merchant's Price Guide.json":{"a":1629491629,"m":1692565138},"book/Dungeon Rollers; Ancestral Weapons.json":{"a":1644736552,"m":1692309855},"book/Ghostfire Gaming; Grim Hollow Campaign Guide.json":{"a":1618022160,"m":1692309855},"book/Ghostfire Gaming; Grim Hollow Player's Guide.json":{"a":1620477826,"m":1692309855},"book/Ghostfire Gaming; Stibbles Codex of Companions.json":{"a":1633201623,"m":1690651615},"book/Ghostfire Gaming; The Seeker's Guide to Twisted Taverns.json":{"a":1644736552,"m":1690651615},"book/Giddy; Sane Magic Item Prices Expanded.json":{"a":1608050554,"m":1667410217},"book/Goob the Goblin; A Guide for Warlocks, Mysteries of Magic.json":{"a":1662481451,"m":1662481451},"book/HapHazred; Blood in the Company - Players Introduction.json":{"a":1621278254,"m":1690651615},"book/Jeff Gomez; How to Run a Successful Festival.json":{"a":1549715846,"m":1549715846},"book/Jeff Ibach; Beauty and the Bother.json":{"a":1538126324,"m":1663792415},"book/Justice Arman; Devil's Advocate A Guide to Infernal Contracts.json":{"a":1604991176,"m":1690651615},"book/Loresmyth; Remarkable Inns & Their Drinks.json":{"a":1549715846,"m":1666524919},"book/MCDM Productions; Arcadia Issue 1.json":{"a":1613648837,"m":1690651615},"book/MCDM Productions; Arcadia Issue 2.json":{"a":1615457594,"m":1686754541},"book/MCDM Productions; Arcadia Issue 3.json":{"a":1620088248,"m":1689624879},"book/MCDM Productions; Arcadia Issue 4.json":{"a":1625135453,"m":1690651615},"book/MCDM Productions; Arcadia Issue 5.json":{"a":1626427893,"m":1690651615},"book/MCDM Productions; Arcadia Issue 6.json":{"a":1629652942,"m":1690651615},"book/MCDM Productions; Arcadia Issue 7.json":{"a":1678274581,"m":1692309855},"book/MCDM Productions; Arcadia Issue 8.json":{"a":1649542017,"m":1690651615},"book/Michael E Shae; Return of the Lazy Dungeon Master.json":{"a":1660770301,"m":1681058023},"book/Middle Finger of Vecna; Siegeball.json":{"a":1549715846,"m":1549715846},"book/Middle Finger of Vecna; Tourney Rules.json":{"a":1549715846,"m":1549715846},"book/Middle Finger of Vecna; Wizarding Contests.json":{"a":1549715846,"m":1549715846},"book/Raiders of the Serpent Sea; Player's Guide Free.json":{"a":1594364848,"m":1690651615},"book/Richard Bastow; The Noble Art of Jousting.json":{"a":1549715846,"m":1549715846},"book/Russ Morrissey; Archery Contest.json":{"a":1549715846,"m":1549715846},"book/Saidoro; Sane Magic Item Prices.json":{"a":1537309440,"m":1594296054},"book/Skip Wiliams; Book of Challenges.json":{"a":1636367792,"m":1673562612},"book/Summer Brook; Tattoos a Fifth Edition Sourcebook.json":{"a":1572214321,"m":1572214321},"book/ukyo; Magical Binding Tattoo.json":{"a":1572214321,"m":1638295463},"book/Unknown; Shelza Ir.json":{"a":1549715846,"m":1549715846},"book/Vincent Betternfeld; Runic Roulette.json":{"a":1549715846,"m":1549715846},"book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json":{"a":1603230352,"m":1673562612},"book/Walrock Homebrew; Teas and Tisanes.json":{"a":1596800998,"m":1596800995},"book/Walrock Homebrew; Traders and Merchants.json":{"a":1590413017,"m":1687213881},"book/Weems; Mundane and Magical Makings.json":{"a":1594892486,"m":1666128523},"book/Will Doyle; Waterdeep City Encounters.json":{"a":1680968018,"m":1685143702},"book/Wizards of the Coast; Adventurer's League Season 4 Dark Gifts.json":{"a":1621705755,"m":1668987711},"book/Wizards of the Coast; Adventurers League Season 10.json":{"a":1541289600,"m":1673562612},"book/Wizards of the Coast; Adventurers League Season 8.json":{"a":1541289600,"m":1673562612},"book/Zachary Truscott, Nelson DeMeester; Grom's Guide to Potion Brewing.json":{"a":0,"m":1634245989},"book/Zeke Gonzalez; Tavern Games.json":{"a":1549715846,"m":1663792415},"boon/Sample - Giddy; Dubious Gifts.json":{"a":0,"m":0},"charoption/Sample - Giddy; Secret Antagonist.json":{"a":0,"m":0},"class/Aeron Drake; The Mesmer.json":{"a":1644264098,"m":1668987711},"class/aeyana; Hunter.json":{"a":1565857116,"m":1668700856},"class/AgenderArcee; The Martial Ranger.json":{"a":1660992296,"m":1692309855},"class/Alex Tanner; Tarocchi.json":{"a":1593553915,"m":1673562612},"class/Anthony Vallozzi; Blue Traveler.json":{"a":1601166152,"m":1687213881},"class/Arcane Athenaeum; Swordmage, A True Arcane Half-Caster.json":{"a":1580934477,"m":1620355063},"class/Aron; Demi-Dragon.json":{"a":1661716025,"m":1692309855},"class/Aussifer; Unchained Warlock.json":{"a":0,"m":1671646965},"class/Avaricium; Arbiter.json":{"a":1672532467,"m":1672863715},"class/Avaricium; Herrscher of the Void.json":{"a":1668071991,"m":1668071991},"class/badooga; Badooga's Psion.json":{"a":1579290139,"m":1672240086},"class/badooga; Badooga's Warlord.json":{"a":1621168316,"m":1672240086},"class/Benjamin Huffman; Pugilist.json":{"a":1516994880,"m":1692309855},"class/Benjamin Huffman; Scholar.json":{"a":1603793256,"m":1685143702},"class/Benjamin Huffman; Spiritualist.json":{"a":1603793256,"m":1666524919},"class/Benjamin Huffman;The Magus.json":{"a":1683052728,"m":1692309855},"class/Blake and Kevin (Blurhy); The Armiger.json":{"a":1671568563,"m":1685143702},"class/Blubber Nibble; Noidrin's Record of Many Things.json":{"a":1661773477,"m":1670434656},"class/Brad Johns; The Harbinger.json":{"a":1623125586,"m":1687213881},"class/Bryan Williams; Wychlaran Witch.json":{"a":1559943252,"m":1684427426},"class/CaelReader; Elegant Druid.json":{"a":1594495346,"m":1687213881},"class/Casteliad; Shadow Assassin.json":{"a":1571000711,"m":1571000711},"class/CJ Leung; The Channeler.json":{"a":1548505822,"m":1666128523},"class/D&D Wiki; Swashbuckler.json":{"a":0,"m":1671646965},"class/D&D Wiki; Warpriest.json":{"a":1684893869,"m":1690650487},"class/D'Artagnan; Summoner.json":{"a":1546170412,"m":1666128523},"class/d'Artagnan; The Witch Knight.json":{"a":1623167262,"m":1681252050},"class/DanDWiki; Luchador.json":{"a":1629188158,"m":1685143702},"class/Deakin Bennett; The Noble.json":{"a":1546081374,"m":1692309855},"class/Devikyn; Dragoon revisited.json":{"a":1545342498,"m":1671569306},"class/devikyn; Eldritch Arcana.json":{"a":1652281649,"m":1690651615},"class/devikyn; The Adaptive Ranger.json":{"a":1625065042,"m":1687213881},"class/devikyn; The Tinker Class.json":{"a":0,"m":1692309855},"class/devikyn; Variant Sorcerer.json":{"a":1594395239,"m":1689601324},"class/DM_Havuhk; The Witch.json":{"a":1602800561,"m":1690650425},"class/DXHHH101, Sinder, Superxavman; Sorcerer, Revitalized.json":{"a":1667009734,"m":1672237196},"class/DXHHH101; The Marksman.json":{"a":1643675458,"m":1692309855},"class/Eric Nell; Plague Doctor.json":{"a":1580934477,"m":1685143702},"class/Erikku Blade; Fate Weaver.json":{"a":1610152284,"m":1625283615},"class/fanatic66; The Swordmage.json":{"a":1603793256,"m":1681252050},"class/Fenrir-Hati-Skoll; Avenger.json":{"a":1559662102,"m":1559662102},"class/Fiddlestics; Cultivator.json":{"a":0,"m":1671646965},"class/Foxfire94; Astartes Inititate.json":{"a":1585472488,"m":1687213881},"class/Foxfire94; Blood Hunter Re-Balanced.json":{"a":1647213910,"m":1690651615},"class/Foxfire94; Inquisitor.json":{"a":1585472488,"m":1687213881},"class/Foxfire94; Lycanthrope.json":{"a":1584380044,"m":1690651615},"class/Foxfire94; Spellblade.json":{"a":1594524520,"m":1685143702},"class/Foxfire94; Vampire.json":{"a":1638501610,"m":1685143702},"class/Fragsauce; Soul Binder Redux.json":{"a":1549715846,"m":1643822686},"class/FragSauce; Soul Binder.json":{"a":1549715846,"m":1686754541},"class/Ghostfire Gaming; Monster Hunter.json":{"a":1670336081,"m":1690140331},"class/Giffyglyph; Class Compendium.json":{"a":1618631654,"m":1687213881},"class/griff-mac; The Resourceful Ranger.json":{"a":1545342498,"m":1545342498},"class/Heavyarms; Gunslinger.json":{"a":1651624655,"m":1692309855},"class/Hukuna Dentata; The Commoner.json":{"a":1543960008,"m":1685143702},"class/iamasecretwizard; Seeker.json":{"a":1538942101,"m":1661442727},"class/InfKore; Disciple.json":{"a":1556992506,"m":1556992506},"class/itsalittlewaterlizard; The Titan Class.json":{"a":1644686517,"m":1644686517},"class/Izzy; Incarnate.json":{"a":1592873199,"m":1672240086},"class/J.R. Raffles; The Ghost.json":{"a":1559943252,"m":1671646965},"class/JK Colyer; Engineer.json":{"a":1616455102,"m":1692309855},"class/johnofbohemia; Witcher Class.json":{"a":1557168726,"m":1685143702},"class/Jonoman3000; Planeshifter.json":{"a":1595709333,"m":1671569306},"class/KibblesTasty; Doggo Sidekick.json":{"a":1648972018,"m":1648972018},"class/KibblesTasty; Inventor.json":{"a":1570574817,"m":1685143702},"class/KibblesTasty; Occultist.json":{"a":1603793256,"m":1674759416},"class/KibblesTasty; Psion.json":{"a":1559943252,"m":1687122105},"class/KibblesTasty; Spellblade (Alpha).json":{"a":1682415851,"m":1687863476},"class/KibblesTasty; Warlord.json":{"a":1588714562,"m":1615315389},"class/Kyle Grant; The Scholar.json":{"a":1546081374,"m":1666635069},"class/LaserLlama; Alternate Artificer.json":{"a":1601340238,"m":1673710588},"class/LaserLlama; Alternate Barbarian.json":{"a":1657295680,"m":1673711872},"class/LaserLlama; Alternate Bard.json":{"a":1681740408,"m":1684017011},"class/LaserLlama; Alternate Blood Hunter.json":{"a":1657295680,"m":1676743367},"class/LaserLlama; Alternate Fighter.json":{"a":1627694791,"m":1687213881},"class/LaserLlama; Alternate Monk.json":{"a":1649140894,"m":1685965734},"class/LaserLlama; Alternate Ranger.json":{"a":1671459763,"m":1687213881},"class/LaserLlama; Alternate Rogue.json":{"a":1657295680,"m":1685965734},"class/LaserLlama; Alternate Sorcerer.json":{"a":1601340238,"m":1683145214},"class/LaserLlama; Commoner.json":{"a":1649267890,"m":1690651615},"class/LaserLlama; Magus Class.json":{"a":1647980495,"m":1688332570},"class/LaserLlama; Savant.json":{"a":1549715846,"m":1688332431},"class/LaserLlama; The Psion.json":{"a":1685730802,"m":1685730802},"class/LaserLlama; The Shaman.json":{"a":1658237901,"m":1687816514},"class/LaserLlama; The Vessel.json":{"a":1687816514,"m":1687816514},"class/LaserLlama; Warlord.json":{"a":1657295680,"m":1685965734},"class/Layhnet; Variant Fighter.json":{"a":1545342498,"m":1545342498},"class/lighthazard; Trainer.json":{"a":1612069958,"m":1690651615},"class/ljdankov; BloodMage.json":{"a":1687985032,"m":1688332570},"class/Mage Hand Press; Complete Binder.json":{"a":1637779987,"m":1673562612},"class/Mage Hand Press; Vagabond.json":{"a":1687028625,"m":1687122280},"class/Mal_Elemental; The Commoner.json":{"a":1602762840,"m":1663792415},"class/Marc Wegmann; The Dream Shifter.json":{"a":1615753596,"m":1690651615},"class/Matthew Mercer; Blood Hunter (2020).json":{"a":1580617082,"m":1667494605},"class/Matthew Mercer; Blood Hunter (2022).json":{"a":1580617082,"m":1693338724},"class/Matthew Mercer; Blood Hunter.json":{"a":1515780480,"m":1658291759},"class/Matthew Mercer; Lingering Soul.json":{"a":0,"m":1668987711},"class/MCDM Productions; Beastheart.json":{"a":1648054627,"m":1692309855},"class/MCDM Productions; The Illrigger Class.json":{"a":1620498967,"m":1690651615},"class/McToomin27; Animus.json":{"a":1560913325,"m":1690651615},"class/Middle Finger of Vecna; Alchemist Redux.json":{"a":1552865157,"m":1689601324},"class/Middle Finger of Vecna; Alchemist.json":{"a":1545342498,"m":1545342498},"class/Middle Finger of Vecna; Binder (Foundry Friendly).json":{"a":1544726997,"m":1691100904},"class/Middle Finger of Vecna; Binder.json":{"a":1544726997,"m":1668987711},"class/Middle Finger of Vecna; Craftsman.json":{"a":1530561900,"m":1692309855},"class/Middle Finger of Vecna; Warden.json":{"a":1640685326,"m":1668987711},"class/Middle Finger of Vecna; Warmage.json":{"a":1545342498,"m":1545342498},"class/Middle Finger of Vecna; Witch.json":{"a":1529515620,"m":1661285343},"class/MisterThr33; Creature Cohorts, the Beholder.json":{"a":1549715846,"m":1549715846},"class/MisterThr33; Creature Cohorts, the Lich.json":{"a":1667870352,"m":1667870352},"class/Mkirshnikov; Juggernaut (v1).json":{"a":1554937245,"m":1686916692},"class/Mkirshnikov; Juggernaut.json":{"a":1616170689,"m":1616170689},"class/morethanwordscansay; Zoologist.json":{"a":0,"m":1686754541},"class/NEThingMagic; Card Slinger.json":{"a":1549715846,"m":1549715846},"class/NewPageOfSwords; The Summoner.json":{"a":1598017843,"m":1687213881},"class/Nimademe; Astrologer.json":{"a":1616455102,"m":1673562612},"class/nomiddlename303; Rogue Optional Feature Debilitate.json":{"a":1639821945,"m":1673044746},"class/pippochiri; The Edgelord.json":{"a":1600388581,"m":1673562612},"class/Rain-Junkie; Dragon Knight.json":{"a":1616886969,"m":1633018771},"class/Ranniery Jesuino; The Magus.json":{"a":1612761565,"m":1668643477},"class/Reddit; The Dirge.json":{"a":1548505822,"m":1689601324},"class/Rhyzler; Gunsmith.json":{"a":1592017807,"m":1672240086},"class/Robert J Schwalb; Call to Arms The Warlord.json":{"a":1548505822,"m":1548505822},"class/Sam Grierson; The Cook Class.json":{"a":1648926104,"m":1673562612},"class/sonaplayer; The Customizable Artificer.json":{"a":1532505300,"m":1532505300},"class/Spawn3601; Dream Weaver.json":{"a":1615753596,"m":1685143702},"class/SwordMeow; The Atavist.json":{"a":1613543381,"m":1613543381},"class/SwordMeow; Tweaked Sorcerer.json":{"a":1545342498,"m":1671569306},"class/Tandra_Boy; The Empowered.json":{"a":1637584871,"m":1692309855},"class/Taron Pounds; Merchant.json":{"a":1681120601,"m":1690651615},"class/Team Morsa; Scion.json":{"a":1618689970,"m":1668700856},"class/TheFlameTouched; Ranger (Revised Spell-less).json":{"a":1517270880,"m":1687213881},"class/Tortoxicion; The Vessel.json":{"a":0,"m":1671646965},"class/Troubadore; Runeblade.json":{"a":1587779972,"m":1687213881},"class/Troubadore; Versatile Ranger.json":{"a":1587779972,"m":1687213881},"class/Tyeia; The Mystic Revised.json":{"a":1573121228,"m":1690400201},"class/uI'mFromNASA; Yet Another Ranger Variant.json":{"a":1665936740,"m":1687213881},"class/Unearthed Aiircana Red Mage.json":{"a":1666125875,"m":1687213881},"class/Unknown; Mech Pilot.json":{"a":1580617082,"m":1685143702},"class/Usocolo123; Votarist.json":{"a":1646493156,"m":1687213881},"class/Vincent Girgenti; The Nomad.json":{"a":1661773477,"m":1683389057},"class/Vladimir Popov; Sorcerer Reworked.json":{"a":1601340238,"m":1681252050},"class/VoyeurTheNinja; The Masked Hero.json":{"a":1549715846,"m":1549715846},"class/Walrock Homebrew; Witch.json":{"a":1595709333,"m":1668700856},"class/William Rotor; The Rouge.json":{"a":1626093519,"m":1626129619},"class/Xesu; The Samurai.json":{"a":1598287787,"m":1598287787},"class/xMartu; Surgebinder.json":{"a":1610991875,"m":1610991875},"class/Zarieth; The Witch.json":{"a":1549127108,"m":1596587608},"class/ZetFalcon; Card Dealer.json":{"a":1577719820,"m":1577719820},"collection/Adam Cohen; Shovel Knight, Shovels & Shields.json":{"a":1613582781,"m":1692309855},"collection/Aeron Drake; Modern Handbook.json":{"a":1672352860,"m":1690651615},"collection/aeyana; Mashiros Manual of Monstrous Magic.json":{"a":1560744255,"m":1671569306},"collection/Alex Clippinger; Tome of the Pact.json":{"a":1580792206,"m":1692309855},"collection/Allan Cudicio; The Wagadu Chronicles.json":{"a":1602600364,"m":1692309855},"collection/Amellwind; Amellwind's Guide to Monster Hunting.json":{"a":1620294246,"m":1692309855},"collection/Amellwind; Monster Hunter Monster Manual.json":{"a":1539558000,"m":1690651615},"collection/Amratat; Dark Souls III - Lord Seeker's Compendium.json":{"a":1645316345,"m":1692309855},"collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json":{"a":1549715846,"m":1690651615},"collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json":{"a":1547956312,"m":1692309855},"collection/Anthony Turco; Korranberg Chronicle Psions Primer.json":{"a":1558019431,"m":1692309855},"collection/Arcana Games; Arkadia.json":{"a":1571252818,"m":1692309855},"collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json":{"a":1591780116,"m":1690651615},"collection/Arcanum Worlds; Odyssey of the Dragonlords.json":{"a":1606421565,"m":1690651615},"collection/Ashley May; Festival, Feats, and Fairs.json":{"a":1549715846,"m":1666635069},"collection/Astro_zealot; Extra Genasi Subraces.json":{"a":1634436129,"m":1638015897},"collection/badooga; Badooga's Exploration Guidelines.json":{"a":1626010787,"m":1690651615},"collection/badooga; Badooga's Monster Guidelines.json":{"a":1597788739,"m":1690651615},"collection/badooga; Elder Evils.json":{"a":1626010787,"m":1690651615},"collection/badooga; Martial Power.json":{"a":1643931149,"m":1673556096},"collection/Benevolent Evil; The Elements and Beyond.json":{"a":1613728932,"m":1690651615},"collection/Benjamin Huffman Ross Leiser; The Complete Martialist Handbook.json":{"a":1555492442,"m":1692309855},"collection/Bonus Action; Bonus Action.json":{"a":1589115470,"m":1692309855},"collection/Clan Crafter Hralding; The Martial Arms Training Manual.json":{"a":1607542584,"m":1608028802},"collection/Clippinger, Alex; Monsters Without Borders.json":{"a":1570552502,"m":1690651615},"collection/Creature Club; Creature Club Homebrew Collection.json":{"a":1614728010,"m":1690651615},"collection/D&D Wiki; Killer Rabbit.json":{"a":1590443220,"m":1689601324},"collection/Dalagrath; Herbalism and Alchemy.json":{"a":1574443510,"m":1673562612},"collection/Daniel Nnorth; MTG Slivers and Magical Items.json":{"a":1547726032,"m":1692309855},"collection/Daniel Whyte; Hidal's Tome of the Esoteric.json":{"a":1614283062,"m":1687213881},"collection/DianaDM; A Series of Stars.json":{"a":1646699172,"m":1692309855},"collection/Dillan Ackerman; Quabis's Guide to Chronomancy.json":{"a":1578816488,"m":1690651615},"collection/DMs Guild; Archetypes of Eberron.json":{"a":1603793256,"m":1690651615},"collection/DMsGuild; Rashemen.json":{"a":1652374503,"m":1692309855},"collection/DMsGuild; Thay Land of the Red Wizards.json":{"a":1652374503,"m":1690651615},"collection/DMsGuild; The Border Kingdoms.json":{"a":1652374503,"m":1690140432},"collection/DMsGuild; The Great Dale.json":{"a":1652374503,"m":1690651615},"collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json":{"a":1613675300,"m":1692309855},"collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json":{"a":1591895014,"m":1692309855},"collection/Ejkesler&Voltoph; Compendium of Nonsense.json":{"a":0,"m":0},"collection/Eva Brown; Hidden Oddities A Witch's Primer.json":{"a":1637009516,"m":1668700856},"collection/Eventyr Games; Enhanced Fiends.json":{"a":1670702069,"m":1690651615},"collection/Fey Rune Labs; The Gunpowder Codex.json":{"a":1549715846,"m":1692309855},"collection/Flore; Explorer's guide to Xhoria.json":{"a":1582566120,"m":1673562612},"collection/Garlumpkin; GarlumpkinsMonsters.json":{"a":1652292473,"m":1690651615},"collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json":{"a":1537874753,"m":1692309855},"collection/Ghostfire Gaming; Grim Hollow - The Monster Grimoire.json":{"a":1686497951,"m":1692309855},"collection/Giddy; Goblin Wood II.json":{"a":1654352423,"m":1661723687},"collection/Godfall; Godfall.json":{"a":1554154456,"m":1638617722},"collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json":{"a":1593429293,"m":1692309855},"collection/Grimley533; Player's Guide to Insectopia.json":{"a":1549715846,"m":1668643477},"collection/Gustavo Ramirez; Zorindis Campaign Setting.json":{"a":1533205140,"m":1681252050},"collection/hafdon; zorq.json":{"a":1578263517,"m":1690651615},"collection/Harry Florence; Enchanted Tattoos for 5e.json":{"a":1572214321,"m":1663792415},"collection/Haven; All Beneath the Yonder Seas and Streams.json":{"a":1613492332,"m":1692309855},"collection/Haven; All the Lights in the Sky are Stars.json":{"a":1572301894,"m":1690651615},"collection/Heavyarms; The Complete Armorer's Handbook.json":{"a":1606496651,"m":1692309855},"collection/Hit Point Press; Humblewood Campaign Setting.json":{"a":1575675839,"m":1690651615},"collection/InxSinon; Tera's Travels At the Peaks of Gravity.json":{"a":1623210135,"m":1690651615},"collection/IrishBandit; Rule of Law.json":{"a":1539558000,"m":1690651615},"collection/Janet Neilson; Dodecronomicon Presents Arcane Ink.json":{"a":1572214321,"m":1638626387},"collection/Jasmine Yang; Hamund's Harvesting Handbook I.json":{"a":1659988014,"m":1692309855},"collection/Jasmine Yang; Hamund's Harvesting Handbook II.json":{"a":1662901527,"m":1692309855},"collection/Jasmine Yang; Hamund's Harvesting Handbook III.json":{"a":1665076023,"m":1692309855},"collection/Jasmine Yang; Hamund's Herbalism Handbook.json":{"a":1665431770,"m":1668700856},"collection/JasonNewby; Durnan's Guide to Tavernkeeping.json":{"a":1551657158,"m":1690651615},"collection/Jeremy Forbing; Elminsters Guide to Magic.json":{"a":1596201930,"m":1671569306},"collection/Jetpack7; Gods and Goddesses Redux.json":{"a":1619751661,"m":1690651615},"collection/JoeyJoestar; Good and Evil.json":{"a":1652153430,"m":1692309855},"collection/Jonoman3000; Blazing Dawn Player's Companion.json":{"a":1605032410,"m":1693175335},"collection/Jonoman3000; Dark Arts Players Companion.json":{"a":1595181963,"m":1690651615},"collection/Jonoman3000; Sprouting Chaos Player's Companion.json":{"a":1579982418,"m":1690651615},"collection/Jyka; Komalitr.json":{"a":1642797134,"m":1687213881},"collection/Kaiburr_Kath-Hound; Sarguro's Compendium of Odds and Ends.json":{"a":0,"m":1692309855},"collection/KajaGrae; Fang Dragons.json":{"a":1657961727,"m":1690651615},"collection/Karl Nicolas; Tome of Mystical Tattoos.json":{"a":1643302562,"m":1678748267},"collection/Keith Baker; Exploring Eberron.json":{"a":1599127411,"m":1692309855},"collection/Keith Baker; Morgrave Miscellany.json":{"a":1584381600,"m":1668987711},"collection/KibblesTasty; Kibbles' Crafting Guide.json":{"a":1665517025,"m":1692309855},"collection/Kobold Press; Deep Magic 01 Clockwork Magic.json":{"a":1542063914,"m":1674756091},"collection/Kobold Press; Deep Magic 03 Void Magic.json":{"a":1578601678,"m":1674756091},"collection/Kobold Press; Deep Magic 04 Illumination Magic.json":{"a":1580670213,"m":1690651615},"collection/Kobold Press; Deep Magic 08 Battle Magic.json":{"a":1542063914,"m":1673556096},"collection/Kobold Press; Deep Magic 13 Dragon Magic.json":{"a":1547608205,"m":1668700856},"collection/Kobold Press; Deep Magic 14 Elemental Magic.json":{"a":1547946726,"m":1668700856},"collection/Kobold Press; Deep Magic 16 Time Magic.json":{"a":1547684989,"m":1668700856},"collection/Kobold Press; Deep Magic 17 Mythos Magic.json":{"a":1580670213,"m":1674756091},"collection/Kobold Press; Deep Magic Backgrounds, Feats, & Subclasses.json":{"a":1654054217,"m":1671646965},"collection/Kobold Press; Deep Magic for 5th Edition.json":{"a":1614875938,"m":1690651615},"collection/Kobold Press; Expanding Codex.json":{"a":1687656934,"m":1692309855},"collection/Kobold Press; Tome of Heroes.json":{"a":1689979881,"m":1692309855},"collection/Lambros009; Illivar's Guide to Nullification.json":{"a":1549715846,"m":1692309855},"collection/Legendary Games; Royal Tournaments.json":{"a":1549715846,"m":1690651615},"collection/Lion Forge; Rolled and Told.json":{"a":1602284622,"m":1690651615},"collection/Loot Tavern; Heliana's Guide To Monster Hunting.json":{"a":1664712981,"m":1690651615},"collection/Luminagi; Illyria - Optional Class Features.json":{"a":1666096398,"m":1671063277},"collection/Mage Hand Press; Dark Matter.json":{"a":1630837790,"m":1692309855},"collection/Mage Hand Press; Valda's Spire of Secrets.json":{"a":1647295221,"m":1692309855},"collection/Matthew Mercer; TalDorei Campaign Guide.json":{"a":1561679857,"m":1692309855},"collection/MCDM Productions; Strongholds and Followers.json":{"a":1546266054,"m":1692309855},"collection/MCDM Productions; The Talent and Psionics Open Playtest Round 2.json":{"a":1654091013,"m":1668700856},"collection/Michael LaBossiere; Mike's free Encounters.json":{"a":1657961727,"m":1692309855},"collection/Middle Finger of Vecna; Channeler.json":{"a":1643488042,"m":1687213881},"collection/Middle Finger of Vecna; Evil Archetypes.json":{"a":1578527975,"m":1690651615},"collection/Middle Finger of Vecna; Gunslinger.json":{"a":1643488042,"m":1668987711},"collection/Middle Finger of Vecna; Magitech Updates.json":{"a":1545342498,"m":1692309855},"collection/Middle Finger of Vecna; Sentinels of the Multiverse.json":{"a":1545342498,"m":1692309855},"collection/Middle Finger of Vecna; The Oozemasters Apprentice .json":{"a":1545342498,"m":1690651615},"collection/Mike Mearls; Livestream and Twitter.json":{"a":1604427642,"m":1688074215},"collection/Modnar; Cooking and Brewing.json":{"a":1539950732,"m":1666635069},"collection/Modnar; Modnar's Manual of Multiple Métier.json":{"a":0,"m":1689601324},"collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json":{"a":1549715846,"m":1690651615},"collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json":{"a":1580686794,"m":1690651615},"collection/Mogrit; The Technomancer's Textbook.json":{"a":1549715846,"m":1692309855},"collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json":{"a":1624479646,"m":1692309855},"collection/MonkeyDM; Northern Lights Compendium.json":{"a":1549715846,"m":1690651615},"collection/Monte Cook; Arcana of the Ancients.json":{"a":1619009237,"m":1692309855},"collection/Nedrapter; Nedrapter's Expanded Dangers.json":{"a":1673971471,"m":1676160163},"collection/Niels de Jong; Children of the Dragon.json":{"a":1603914343,"m":1692309855},"collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json":{"a":1537874753,"m":1692309855},"collection/Nord Games; Game Master's Toolbox Ultimate NPCs Skulduggery.json":{"a":1555492476,"m":1692309855},"collection/Nord Games; Treacherous Traps.json":{"a":1584497865,"m":1690651615},"collection/Normiespy96; Master Strikes.json":{"a":1609637586,"m":1673562612},"collection/Paper Minitures; Jarlaxle's Bag of Everything.json":{"a":1691188952,"m":1693024567},"collection/PD Jakobs; Festival Guide.json":{"a":1549715846,"m":1673562612},"collection/Pimplup; Pale Knight.json":{"a":0,"m":1671646965},"collection/Plus Three Press; Crystalpunk Campaign Guide.json":{"a":1659960938,"m":1692309855},"collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json":{"a":1610237505,"m":1692309855},"collection/Raul Rosa; The Spiritual Swordsman.json":{"a":1579478745,"m":1687213881},"collection/Rsquared; Martial Prowess.json":{"a":1622696556,"m":1668987711},"collection/Rynosaur94; Planeshift Equestria.json":{"a":1676583869,"m":1675987200},"collection/SailorCat; GachaBox.json":{"a":1615846377,"m":1692309855},"collection/Sara Thompson; The Combat Wheelchair.json":{"a":1600043860,"m":1668987711},"collection/Sean O'Connor; Inkantations.json":{"a":1573260523,"m":1673562612},"collection/Sesserdrix; Wildjammer - More Adventures in Space.json":{"a":1616108022,"m":1692309855},"collection/Setanna; Setanna's Homebrew.json":{"a":1621690986,"m":1686754541},"collection/Shadowsocks; Companion.json":{"a":1558265586,"m":1692309855},"collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json":{"a":1595181963,"m":1692309855},"collection/Skybug12; Mousefolk 2_2.json":{"a":1547282078,"m":1668987711},"collection/Sokan; Yastah.json":{"a":1612901649,"m":1692309855},"collection/Steamforged; Dungeon&Doggies Rules Companion.json":{"a":1581972143,"m":1668987711},"collection/Storyteller; World of Collabris.json":{"a":1611273965,"m":1692309855},"collection/Tercept; knerd.json":{"a":1600180226,"m":1685143702},"collection/Ujio21; Gunslinger.json":{"a":1540935816,"m":1692309855},"collection/ukyo; A Guide to Magical Tattoos v4.json":{"a":1572214321,"m":1690651615},"collection/Various; Lyra's Legendarium.json":{"a":1640194653,"m":1683582487},"collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json":{"a":1587312717,"m":1690651615},"collection/Vorpal Dice Press; Variant Fighter.json":{"a":1594364848,"m":1673562612},"collection/Walrock Homebrew; Lera!.json":{"a":1627661536,"m":1690651615},"collection/White Wolf; Relics and Rituals.json":{"a":1572214321,"m":1666126587},"collection/Wizards of the Coast; Adventurers League Season 9.json":{"a":1541289600,"m":1673562612},"collection/Wizards of the Coast; Dragon Magazine.json":{"a":1626428071,"m":1690651615},"collection/Wizards of the Coast; System Reference Document (SRD).json":{"a":1555492476,"m":1690651615},"collection/Yesterday; Class Passives & Feat Tiering.json":{"a":0,"m":1666524919},"collection/Yorviing; Yorviing's Arcane Grimoire.json":{"a":1638801788,"m":1692309855},"condition/Sample - Giddy; On Fire.json":{"a":0,"m":0},"creature/Acheron; Dante's Inferno.json":{"a":1683995660,"m":1690651615},"creature/Adventurers League; DDEP3 Blood Above, Blood Below.json":{"a":1656791472,"m":1690651615},"creature/Alex Clippinger; Ezmerelda's Encyclopedia of Evil.json":{"a":1596009170,"m":1690651615},"creature/Andrew Cawood; Monsters of the Underworld.json":{"a":1587114613,"m":1690651615},"creature/Angry Golem Games; Monster Manual (A-G).json":{"a":1555319662,"m":1690651615},"creature/Angry Golem Games; Monster Manual (H-M).json":{"a":1555319662,"m":1690651615},"creature/Angry Golem Games; Monster Manual (N-S).json":{"a":1555319662,"m":1690651615},"creature/Anthony Turco; Korranberg Chronicle's Threat Dispatch.json":{"a":1588464630,"m":1690651615},"creature/Anthony Turco; Nightmare on the Mournland Express.json":{"a":1588389460,"m":1690651615},"creature/badooga; Ankheg Catalogue.json":{"a":1573259105,"m":1690651615},"creature/badooga; Better Greatwyrms.json":{"a":1641853270,"m":1690651615},"creature/badooga; Daedric Imports.json":{"a":1588568920,"m":1690651615},"creature/badooga; Minecraft 5e.json":{"a":1674173948,"m":1690651615},"creature/badooga; Warlord Collection.json":{"a":1590989143,"m":1690651615},"creature/Ben Luke; Skyrim Homebrew.json":{"a":1692433419,"m":1692433419},"creature/BoltNineHomebrew; Monsters of the Apocalypse.json":{"a":1608367627,"m":1690651615},"creature/BoltNineHomebrew; The King's Army - Complete Monster Pack.json":{"a":1555319662,"m":1690651615},"creature/Chris Avellone; Planescape Torment Bestiary.json":{"a":1591117986,"m":1690651615},"creature/Conflux; Conflux's Zombies.json":{"a":1549715846,"m":1690651615},"creature/D&D 4ed; Dark Sun Creature Catalog.json":{"a":1604252046,"m":1690651615},"creature/D&D Wiki; Rabbit and Squirrel.json":{"a":1590443220,"m":1689601324},"creature/Darkest Dungeon - Horrors of the Dark.json":{"a":1689255411,"m":1690651615},"creature/Darrin Scott; 35 Versatile NPCs.json":{"a":1620583536,"m":1690651615},"creature/DMDave; NPC Collection Blog.json":{"a":1641557769,"m":1690651615},"creature/DMSGuild; Community Ravenloft Collection.json":{"a":1641557769,"m":1690651615},"creature/Dragonix; Dragonix's Deadly Denizens 1.json":{"a":1656334096,"m":1690651615},"creature/Dragonix; Monster Manual Expanded (v1).json":{"a":1579291901,"m":1690651615},"creature/Dragonix; Monster Manual Expanded II (v1).json":{"a":1579601514,"m":1690651615},"creature/Dragonix; Monster Manual Expanded II (v2).json":{"a":1687405056,"m":1693175335},"creature/Dragonix; Monster Manual Expanded III.json":{"a":1640053537,"m":1690651615},"creature/Dungeon Dad; Dungeon Dad Statblocks.json":{"a":1669666516,"m":1690651615},"creature/filmatra; Armies of War.json":{"a":1657961727,"m":1690651615},"creature/Foxfire94; Eighteen Sons of The Lightning Lord.json":{"a":1585106031,"m":1692309855},"creature/Foxfire94; Honourable Heroes.json":{"a":1593285189,"m":1692309855},"creature/Frog God Games; Fifth Edition Foes.json":{"a":1537874753,"m":1690651615},"creature/Glen Cooper; Monsters of the Guild.json":{"a":1537874753,"m":1690651615},"creature/Goblin Punch; The False Hydra.json":{"a":1610487682,"m":1690651615},"creature/Igor Moreno; Barovian Vampires.json":{"a":1555319662,"m":1690651615},"creature/Isabel Beis; Critter Compendium.json":{"a":1537874753,"m":1690651615},"creature/Jade Jawhara; Jade's Crate of Many.json":{"a":1663622978,"m":1690651615},"creature/Jonoman3000; Monster Module.json":{"a":1555319662,"m":1690651615},"creature/Kari Hoffren; Melvin's Minute Monsterium; Swamps & Sewers.json":{"a":1614094197,"m":1690651615},"creature/Kobold Press; Creature Codex.json":{"a":1555492476,"m":1690651615},"creature/Kobold Press; Gem Dragons of Faerun.json":{"a":1537874753,"m":1690651615},"creature/Kobold Press; Tome of Beasts 2.json":{"a":1604273451,"m":1692309855},"creature/Kobold Press; Tome of Beasts 3.json":{"a":1674313296,"m":1692309855},"creature/Kobold Press; Tome of Beasts.json":{"a":1537874753,"m":1690651615},"creature/Kobold Press; Warlock Issue 29 - Planar Bestiary.json":{"a":1682168201,"m":1690651615},"creature/Kyle Balda; Dragon+ 21 - Minion Mayhem.json":{"a":1683157122,"m":1690651615},"creature/Lair of Dragons; 5 High Level Villains.json":{"a":1657961727,"m":1690651615},"creature/MCDM Productions; Flee, Mortals! Packet 1.json":{"a":1660133452,"m":1690651615},"creature/MCDM Productions; Flee, Mortals! preview.json":{"a":1650403313,"m":1690651615},"creature/MCDM Productions; Flee, Mortals!.json":{"a":1692310105,"m":1693213622},"creature/Metabot; Handbook of Slime Rheology.json":{"a":1544022434,"m":1690651615},"creature/Michael J Winegar; Wanted Scores.json":{"a":1586704492,"m":1690651615},"creature/michifromkmk; The Fluffy Folio.json":{"a":1616555241,"m":1690651615},"creature/Middle Finger of Vecna; Lovecraftian Monsters.json":{"a":1587829004,"m":1690651615},"creature/Mistfactor Press; Darklords & Domains.json":{"a":1641590608,"m":1690651615},"creature/Modnar; NPCs.json":{"a":1544467825,"m":1690651615},"creature/MrVauxs and Kanekuo; Goblin Pack.json":{"a":1574617011,"m":1690651615},"creature/Narzghal; Vladimir, the Crimson Reaper.json":{"a":1633461245,"m":1690651615},"creature/Nerzugal Role-Playing; Nerzugal's Extended Bestiary.json":{"a":1646628533,"m":1690651615},"creature/Nicksoliss; The Seven Dragon Overlords.json":{"a":1659273466,"m":1690651615},"creature/Nord Games; Ultimate Bestiary The Dreaded Accursed.json":{"a":1590553074,"m":1690651615},"creature/Oh_Hi_Mark_; Conflux Creatures.json":{"a":1658659308,"m":1690651615},"creature/Oliver Clegg, Cat Evans, Jessica Marcrum; Bearthazar's House of Familiars.json":{"a":1551551551,"m":1690651615},"creature/Onyx Path; Scarred Lands Creature Collection.json":{"a":1617988136,"m":1690651615},"creature/Regerem; Book of Beautiful Horrors.json":{"a":0,"m":1690651615},"creature/Robert J. Schwalb; The Book of Fiends.json":{"a":1645650822,"m":1690651615},"creature/Rodrigo Kuerten; Warlords of Avernus.json":{"a":1645518745,"m":1692309855},"creature/Rynosaur94; Planeshift Equestria Bestiary.json":{"a":0,"m":1690651615},"creature/Sample - Giddy; Oaken Bolter.json":{"a":0,"m":1690651615},"creature/Sean McGovern; Emirkol's Guide to Devils.json":{"a":1645998181,"m":1692309855},"creature/Skitter; Skitter's Epic Beings - Tiamat.json":{"a":1595718887,"m":1690651615},"creature/Sonixverse Labs; Expanded Floral Compendium.json":{"a":1608058117,"m":1690651615},"creature/Sonixverse Labs; Expanded Sentient Plants.json":{"a":1608058117,"m":1690651615},"creature/Sonixverse; Expanded Illithids.json":{"a":1652739335,"m":1690651615},"creature/StoneStrix; Monster a Day Compendium.json":{"a":1555128410,"m":1690651615},"creature/swtfoley1; Brides & Consorts of Stradh.json":{"a":1657961727,"m":1690651615},"creature/Tales of Exandria Monstruary.json":{"a":1675448026,"m":1690651615},"creature/teqqqie; Weird Flavor Creatures.json":{"a":1645754685,"m":1690651615},"creature/Tercept; Tercept's Terrifying Thoughts.json":{"a":1676128373,"m":1690651615},"creature/The_Unapproachable; Fighting Chance.json":{"a":1555319662,"m":1690651615},"creature/The_Unapproachable; Veiled Threats.json":{"a":1555319662,"m":1690651615},"creature/Various; Adventurers League.json":{"a":1537874753,"m":1690651615},"creature/Web Community; Community Aberration Creature Collection.json":{"a":1657961727,"m":1690651615},"creature/Web Community; Community Aberration Legendary Creature Collection.json":{"a":1632778501,"m":1690651615},"creature/Web Community; Community Construct Creature Collection.json":{"a":1555319662,"m":1690651615},"creature/Web Community; Community Elemental Creature Collection.json":{"a":1608323876,"m":1690651615},"creature/Web Community; Community Fey,Faeries Creature Collection.json":{"a":1608058117,"m":1671646965},"creature/Web Community; Community Fey,Faeries Legendary Creature Collection.json":{"a":1633111364,"m":1690651615},"creature/Web Community; Community Fiend Creature Collection.json":{"a":1609756405,"m":1690651615},"creature/Web Community; Community Humanoid Creature Collection.json":{"a":1608058117,"m":1690651615},"creature/Web Community; Community Humanoid Drow.json":{"a":1555319662,"m":1690651615},"creature/Web Community; Community Humanoid Gnoll Creature Collection.json":{"a":1555319662,"m":1690651615},"creature/Web Community; Community Humanoid Legendary Creature Collection.json":{"a":1608058117,"m":1690651615},"creature/Web Community; Community Humanoid Orc,Goblin,Hobgoblin Creature Collection.json":{"a":1633111364,"m":1690651615},"creature/Web Community; Community Humanoid Special Creature Collection.json":{"a":1608058117,"m":1690651615},"creature/Web Community; Community Monstrosity Creature Collection.json":{"a":1608323876,"m":1690651615},"creature/Web Community; Community Monstrosity Legendary Creature Collection.json":{"a":1632778501,"m":1671646965},"creature/Web Community; Community Ravenloft Collection.json":{"a":1641557769,"m":1690651615},"creature/Web Community; Community Undead Creature Collection.json":{"a":1555319662,"m":1690651615},"creature/Web Community; Community Undead Legendary Creature Collection.json":{"a":1632778501,"m":1673562612},"creature/Web Community; Community Villains Lore (Deities, Monster) Legendary Creature Collection.json":{"a":1608323876,"m":1690651615},"creature/Wizards of the Coast; Errata Spellcasters.json":{"a":1639480853,"m":1690651615},"creature/Wizards of the Coast; Farideh.json":{"a":1683211226,"m":1690651615},"creature/Wizards of the Coast; Sword Coast Legends NPCs.json":{"a":1563530393,"m":1690651615},"creature/World Builder Blog; Catastrophic Dragons.json":{"a":1641557769,"m":1690651615},"cult/Sample - Giddy; Cult of the True Flame.json":{"a":0,"m":0},"deck/Magic the Gathering; Elementals' Path.json":{"a":1675004535,"m":1675375407},"deck/WotC; Keys from the Golden Vault - Calling Cards.json":{"a":1679484625,"m":1679939945},"deck/Wyrmwood; Corrupted Tarot.json":{"a":1675537229,"m":1676407561},"deity/AAW Games; Deities of the World of Aventyr.json":{"a":1597133548,"m":1685143702},"deity/D&D 3ed; Deities of the World of Claybough.json":{"a":1597133548,"m":1685143702},"deity/Frog God Games; The Lost Lands.json":{"a":1538302036,"m":1685143702},"deity/Sample - Giddy; Atrophy.json":{"a":0,"m":0},"disease/Sample - Giddy; The Shakes.json":{"a":0,"m":0},"feat/aeyana; Adventurer.json":{"a":0,"m":1673562612},"feat/badooga; Feats for Skills.json":{"a":1610885621,"m":1610885621},"feat/badooga; Feats for Tools.json":{"a":1610885621,"m":1614076448},"feat/D&D Wiki; Valiant.json":{"a":1633831999,"m":1689601324},"feat/DnD Beyond; Expanded Racial Feats.json":{"a":1539373091,"m":1539373091},"feat/Gadget Blanchard; 9 New Feats.json":{"a":1548505822,"m":1666635069},"feat/IamMyBrain; Hoard Away From Hoard.json":{"a":1646664561,"m":1671646965},"feat/ImFromNASA; Talent Trees (Modified).json":{"a":1610081508,"m":1692309855},"feat/ImFromNASA; Talent Trees.json":{"a":1575650038,"m":1655302828},"feat/KibblesTasty; Feats for Faiths.json":{"a":1603794662,"m":1603794662},"feat/KT_ActiveMartial.json":{"a":1649479456,"m":1649479456},"feat/Saguro; Racial Feats for Non-PHB Races.json":{"a":1539373091,"m":1539373091},"feat/Sample - Giddy; Magically Gifted, Whip Aficionado.json":{"a":0,"m":0},"feat/SamwiseWrites; Speak of the Devil.json":{"a":1646664561,"m":1671646965},"feat/Web Community; Community Homebrew Feat.json":{"a":1604252046,"m":1685143702},"feat/winterwulf; O Dragao Verde (Português).json":{"a":1605830488,"m":1689601324},"hazard/Sample - Giddy; Quicksand.json":{"a":1537874753,"m":1537874753},"item/5eTools; Spell Components (inc. UA).json":{"a":1537874753,"m":1537874753},"item/AeronDrake; Modular Magic Items.json":{"a":1558019431,"m":1558019431},"item/Aofhaocv; Common Magic Items.json":{"a":1537874753,"m":1664210943},"item/ArcanaGames; Visions of the Vault.json":{"a":1537874753,"m":1664210943},"item/ArmedPirate; Hoard of Kryx the Dragon.json":{"a":1586966344,"m":1692309855},"item/ASunlessSky; Christmas 100 Magic Items.json":{"a":1586966344,"m":1692309855},"item/Bogdan Max; Bogo's Homebrews.json":{"a":1621357585,"m":1692309855},"item/Brewski; Thoughts and Prayers.json":{"a":1602342993,"m":1692309855},"item/CrazyBastard; Exotic Weapons and Items.json":{"a":1537874753,"m":1657399173},"item/DMsGuild Community; Artifacts of the Guild.json":{"a":1636286735,"m":1692309855},"item/Faolyn; Encyclopedia Magica.json":{"a":1537874753,"m":1692309855},"item/Foxfire94; Armour, Items, and Weapons Galore.json":{"a":1593285189,"m":1692309855},"item/FreshRad Games; Companions Vault.json":{"a":1549715846,"m":1549715846},"item/Frog God Games; Bard's Gate.json":{"a":1546624834,"m":1685143702},"item/Gary Flannel; Better Than Naught Magical Items.json":{"a":1539021052,"m":1692309855},"item/Gemhammer Games; Gemhammer Deck of Plunder - Heartshine Edit.json":{"a":1589115470,"m":1589210012},"item/Giffyglyph; Arcane Jewels.json":{"a":1679174334,"m":1688942144},"item/griff-mac; The Griffon's Saddlebag.json":{"a":1545342498,"m":1692309855},"item/hakr14; Weave of Karo - Items.json":{"a":1662156010,"m":1692309855},"item/Jafner; Exotic Weapons.json":{"a":1537874753,"m":1692309855},"item/JJskywalker; Items of Thereafter.json":{"a":1539355276,"m":1664210943},"item/Jon Bupp; Bazaar of the Bizarre Archer's Best Friend.json":{"a":1552579881,"m":1692309855},"item/Libedrator Earl; Trick Arrows.json":{"a":1552579881,"m":1671488059},"item/M Jason Parent; Three Arrows for the King.json":{"a":1552579881,"m":1692309855},"item/M.T. Black; Mordenkainen's Tome of Marvelous Magic.json":{"a":1677870790,"m":1692309855},"item/Numbers1999; Sword of 10000 Cuts.json":{"a":1637229056,"m":1692309855},"item/Sample - Giddy; Hook of Butchery.json":{"a":0,"m":1672357251},"item/ShamusAran; Bargain Magic Rings.json":{"a":1537874753,"m":1664210943},"item/ShamusAran; Satchel of Unmet Needs.json":{"a":1537874753,"m":1537874753},"item/Shamus_Aran; Crazy Jarls Discount Magic Shop.json":{"a":1586802904,"m":1692309855},"item/Shaun Ellis; Magical Cosmetics.json":{"a":1543832293,"m":1543832293},"item/TheApoApostolov; Items for Grit and Glory.json":{"a":1573638527,"m":1692309855},"item/Web Community; Community Items Collection.json":{"a":1537874753,"m":1692564844},"item/Web Community; Shops of Barovia.json":{"a":1537874753,"m":1692309855},"item/Yonael; Firearms of the Realm.json":{"a":1643009390,"m":1692309855},"language/Kobold Press; Midgard Worldbook.json":{"a":0,"m":1638652175},"language/MrVauxs; Various Ciphers.json":{"a":1613086590,"m":1613086590},"language/Sample - Giddy; Semaphore.json":{"a":0,"m":0},"magicvariant/Sample - Giddy; Weapon +4.json":{"a":0,"m":1657399173},"makebrew/Modnar; Homebrew Traits.json":{"a":1584095038,"m":1683488153},"object/Sample - Giddy; High Explosives.json":{"a":0,"m":0},"optionalfeature/Ascended_Bebop; Pact of the Claw.json":{"a":1631304793,"m":1631304793},"optionalfeature/Damian Steele; Exploits.json":{"a":1618939582,"m":1690651615},"optionalfeature/DawnforgedCast; Warlock Invocations Reforged.json":{"a":1600023066,"m":1600023066},"optionalfeature/Dragonix; Character Options Talents Book 1.json":{"a":1618873680,"m":1618873681},"optionalfeature/Dragonix; Character Options Talents Book 2.json":{"a":1618873680,"m":1673562612},"optionalfeature/Middle Finger of Vecna; Metamagic.json":{"a":1545342498,"m":1545342498},"optionalfeature/Reddit; Reddit Fighting Styles Unearthed Arcana.json":{"a":0,"m":1662131475},"optionalfeature/Sample - Giddy; Mark of Pain, Ancient Enmity.json":{"a":0,"m":0},"optionalfeature/Sandwichbear; Notes from the Far Realm.json":{"a":1537874753,"m":1537874753},"optionalfeature/Web Community; Community Homebrew Optional Features.json":{"a":1604252046,"m":1671646965},"psionic/Sample - Giddy; Black Lily Techniques.json":{"a":0,"m":0},"race/Alice Witchfire; Koradi.json":{"a":1622235053,"m":1643499523},"race/AmbyNavy and Moss; Miceling of Cimmeris.json":{"a":1640950465,"m":1666126587},"race/aofhaocv; Mothfolk.json":{"a":1635906426,"m":1668987711},"race/Benjamin Huffman; Beastfolk.json":{"a":1680864999,"m":1680864999},"race/Benjamin Huffman; Saurian Race.json":{"a":1659384262,"m":1690141042},"race/BJHypes; Muppetborn.json":{"a":1630423587,"m":1630423587},"race/Blackbando s Homebrew; Races.json":{"a":1537874753,"m":1671646965},"race/callmepartario; Ikwiikwii.json":{"a":0,"m":0},"race/Clockwork Dragon; Races.json":{"a":1587495146,"m":1671646965},"race/D&D 4ed; Dark Sun Races.json":{"a":1537874753,"m":1671646965},"race/DandWiki; Bleeko.json":{"a":1570535687,"m":1668987711},"race/DandWiki; Chiropteran.json":{"a":1634635486,"m":1668987711},"race/DanDWiki; Elf Orc.json":{"a":1643032355,"m":1667938661},"race/DanDWiki; Shadowborn.json":{"a":1675626492,"m":1675626492},"race/darude11; Faceless.json":{"a":1574460664,"m":1668987711},"race/DM Tuz, J. Alice Bown; Holstaur.json":{"a":1643474509,"m":1663792415},"race/DM Tuz; Lamia.json":{"a":1643471716,"m":1643471716},"race/DM Tuz; Slime Folk.json":{"a":1643423127,"m":1663792415},"race/dmblc; The Mimiga Race.json":{"a":1647054503,"m":1666495774},"race/dmblc; Wayang and Orang-Pendek.json":{"a":1670931128,"m":1670922024},"race/fbd117; Crablite Race.json":{"a":1647419546,"m":1647419546},"race/Foxfire94; Basitin.json":{"a":1679422391,"m":1679422391},"race/Foxfire94; Gnoll, Kitsune, Man-Ogre, Rat-men Races.json":{"a":1584641909,"m":1690651615},"race/Foxfire94; Tanarukk Fiendish Orcs.json":{"a":1589093274,"m":1668987711},"race/Foxfire94; Volos Original Guide to Monsters.json":{"a":1602350442,"m":1666126587},"race/Heroes from the Dark Realm; Race Collection.json":{"a":1537874753,"m":1671646965},"race/Kobold Press; Unlikely Heroes.json":{"a":1537874753,"m":1671646965},"race/LaserLlama; Half-Dwarf.json":{"a":1586943396,"m":1586943396},"race/Middle Finger of Vecna; Archon.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Awakened Golem.json":{"a":1545342498,"m":1689601324},"race/Middle Finger of Vecna; Bugbear.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Devil.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Dhampyr.json":{"a":1545342498,"m":1689601324},"race/Middle Finger of Vecna; Dvati.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Fetchling.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Illumian.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Merfolk.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Monsters and Men.json":{"a":1545342498,"m":1692309855},"race/Middle Finger of Vecna; Revenant.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Satyr.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Shardminds.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Sirine.json":{"a":1545342498,"m":1668987711},"race/Middle Finger of Vecna; Thri-Kreen.json":{"a":1537874753,"m":1537874753},"race/Middle Finger of Vecna; Tibbit.json":{"a":1545342498,"m":1689601324},"race/Middle Finger of Vecna; Vect.json":{"a":1545342498,"m":1668987711},"race/Mr Bat; Bats Diverse Equestrian Races.json":{"a":1619722738,"m":1619722738},"race/Pixel; Hivebody.json":{"a":0,"m":1668987711},"race/SailorCat; Graftling.json":{"a":1568582441,"m":1653591168},"race/Sample - Giddy; Awakened Skeleton.json":{"a":0,"m":0},"race/SeiTime;Amalgatrix.json":{"a":1679908902,"m":1679908902},"race/Siegfried; Foxlings.json":{"a":1613065104,"m":1668987711},"race/Skut; Warforged.json":{"a":1537874753,"m":1537874753},"race/StarSailGames; Ratfolk Player Race.json":{"a":1671982415,"m":1690651615},"race/StrayChowChow; Dogfolk.json":{"a":1659384262,"m":1671646965},"race/That_Kael; Awakened Shrub Race.json":{"a":1659384262,"m":1671646965},"race/The-Magic-Sword; Centaur.json":{"a":1643568222,"m":1643568222},"race/thoroughlysketchy; Detect Greater Balance.json":{"a":1679977911,"m":1679977911},"race/timemrick's Daughter; Mudborn.json":{"a":1545342498,"m":1668987711},"race/Tr1lobyte; Bearkin.json":{"a":1622235053,"m":1643498772},"race/u_zipperondisney; Illithid.json":{"a":1661782823,"m":1667410217},"race/Walrock HomeBrew; Faeries.json":{"a":1537874753,"m":1671646965},"race/Walrock; Awakened Undead.json":{"a":1591318518,"m":1668987711},"race/Web Community; Community Homebrew Races.json":{"a":1604252046,"m":1692564844},"race/Yunisverse; Toonkind.json":{"a":1670792405,"m":1670792405},"race/Zagorath; Vryloka.json":{"a":1537874753,"m":1671646965},"recipe/Jef Aldreich; Dungeonmeister.json":{"a":1544467825,"m":1633462175},"recipe/Lyra; Lyra's Dad's Chilli.json":{"a":1640121357,"m":1667410217},"recipe/Sample - Giddy; Toast Sandwich.json":{"a":0,"m":0},"reward/Jafner; Titles as Rewards.json":{"a":1537874753,"m":1537874753},"reward/Sample - Giddy; Boon of Vigor.json":{"a":0,"m":0},"spell/AD Feltham; Everyday Rituals for Travelling Wizards.json":{"a":1542063914,"m":1542063914},"spell/aeyana; Arcane Archer Spells.json":{"a":1594364848,"m":1594364846},"spell/angryweinerchamp; Spelljammer for 5e Spellbook.json":{"a":1599081260,"m":1673562612},"spell/belithioben; Fool Me Once.json":{"a":1634630537,"m":1689601324},"spell/cheezedoodle96; DnD with ponies.json":{"a":1613739050,"m":1671569306},"spell/Craios125; Evolving Cantrips.json":{"a":1588392716,"m":1671569306},"spell/Dejan_Maramu; Brainstorm.json":{"a":1634630537,"m":1689601324},"spell/Dev&Girafz; Hyperlanes Gambits.json":{"a":1648491322,"m":1671569306},"spell/DropTheDie; Opus of Elemental Substance.json":{"a":1588459550,"m":1668987711},"spell/DropTheDie; Opus of Extrinsic Substance.json":{"a":1588459431,"m":1668700856},"spell/Enhander; Enhander's Revised Spells.json":{"a":1627415619,"m":1671569306},"spell/Faolyn; The (In)Complete Tome of Spells.json":{"a":1603738912,"m":1690651615},"spell/Foxfire94; Advanced Arcaneries.json":{"a":1599631235,"m":1671569306},"spell/Frog God Games; Book of Lost Spells.json":{"a":1537874753,"m":1670431143},"spell/HapHazred; Wyldefarne Magic.json":{"a":1641154357,"m":1676203916},"spell/Heroes from the Dark Realm; Wizard School of Nethermancy.json":{"a":1594364848,"m":1671646965},"spell/Ikaguia; Arcane Grimoire.json":{"a":1557088580,"m":1668700856},"spell/Izzy; RangerPlus.json":{"a":1642116367,"m":1668987711},"spell/Jacob S Kellogg; The Elemental Spellbook - 80 Spells of Ice, Fire, and Lightning.json":{"a":1612407625,"m":1668700856},"spell/Jessica Wolfman; The (Not Really) Complete Tome of Spells.json":{"a":1590440677,"m":1671569306},"spell/KibblesTasty; Kibbles' Casting Compendium.json":{"a":1622581997,"m":1622581997},"spell/KibblesTasty; Summoning Spells.json":{"a":1594364848,"m":1686754541},"spell/LelouchVee; Best of Spell Compendium.json":{"a":1537874753,"m":1537874753},"spell/Luriquen; Fiendish_Transformation.json":{"a":1676748824,"m":1678051638},"spell/MrVizious; Blade Spells.json":{"a":1656259986,"m":1671646965},"spell/Murphen44; WandsNWizards.json":{"a":1606589423,"m":1668700856},"spell/Nations and Cannons; Starter Rules.json":{"a":1595706432,"m":1671569306},"spell/Polaron Posadas; Spells of the Unapproachable East.json":{"a":1594364848,"m":1671646965},"spell/Portent Press; Orana's Expanded Spellbook.json":{"a":1652739335,"m":1690651615},"spell/Rynosaur94; Divinity Spells.json":{"a":0,"m":0},"spell/Rynosaur94; Elemental Spells.json":{"a":0,"m":0},"spell/Rynosaur; Archive of Arcane Aggression.json":{"a":0,"m":1690651615},"spell/Sample - Giddy; Assorted Marginalia.json":{"a":0,"m":0},"spell/Sample - Giddy; The Uninspired Guide to Wizardry.json":{"a":0,"m":1667938661},"spell/Sean vas Terra; Elementalist's Pocketbook.json":{"a":1580792206,"m":1668987711},"spell/Sonixerse; Expanded Floran Spells.json":{"a":1645139173,"m":1668987711},"spell/Studio Agate; Fateforge Grimoire.json":{"a":1631721764,"m":1668987711},"spell/Sugie; Sugie's Grimoire to the Unknown.json":{"a":1654019003,"m":1668700856},"spell/tactical_hotpants; Artes.json":{"a":1671361149,"m":1692922227},"spell/Treantmonk; The Treantmonk Variant - Spells.json":{"a":1658834683,"m":1671646965},"spell/Trevor Armstrong; Grimlore's Grimoire.json":{"a":1577536578,"m":1668987711},"spell/Walrock Homebrew; Codex of Technomancy.json":{"a":1580934477,"m":1668987711},"spell/Walrock Homebrew; Codex Of Waves.json":{"a":1575508212,"m":1668700856},"spell/Web Community; Community Spells Collection.json":{"a":1594364848,"m":1692565138},"spell/Wizards of the Coast; Codex of the Depths.json":{"a":1564951154,"m":1564951154},"subclass/0rganics; Fey Protector.json":{"a":1638965531,"m":1638965531},"subclass/Actual Jake; Magic Moon Sorcerer.json":{"a":1652739335,"m":1671544279},"subclass/Aevilok; Craftsman.json":{"a":1643685011,"m":1644095508},"subclass/aeyana; Way of the Dragon.json":{"a":1537874753,"m":1666126587},"subclass/AgenderArcee; AgenderArcee's Sourcerous Origins.json":{"a":1643553045,"m":1666128523},"subclass/Alexander Smith; The Spellscarred Sorcerous Origin.json":{"a":1665862946,"m":1692309855},"subclass/Alice Loverdrive; The Bitch With Many Teeth.json":{"a":1654389525,"m":1671569306},"subclass/AmbyNavy and Moss; The Insatiable.json":{"a":1639839583,"m":1667938661},"subclass/B. Wraven Wright; College of the Bae'Qeshel.json":{"a":1635263560,"m":1671646965},"subclass/badooga; Fighter Subclasses.json":{"a":1621168316,"m":1621168316},"subclass/BeardedJB; Cosmic Cleric Domain.json":{"a":1659216578,"m":1671544279},"subclass/Blaezix; The Ruffian.json":{"a":1668610986,"m":1668610986},"subclass/Bunnybrew; Sign of the Crown.json":{"a":1616457588,"m":1671569306},"subclass/CaelReader; Arcane Marksman.json":{"a":1635263560,"m":1671646965},"subclass/CamunonZ; The Mad Scientist Artificer.json":{"a":1660244101,"m":1671646965},"subclass/Carreau; Oath of the Arcane.json":{"a":1609735957,"m":1609735957},"subclass/Cephei_Delta; School of Geometry.json":{"a":1621393518,"m":1661285343},"subclass/Clan Crafter Hralding; Codex of Allies.json":{"a":1529430240,"m":1685143702},"subclass/Cowboy_Tiefling; Blue Mage Sorcerous Origin.json":{"a":1659273466,"m":1671646965},"subclass/Dan Powell; Dragoon.json":{"a":1537874753,"m":1667938661},"subclass/davedeoreo; Circle of Scales.json":{"a":1646646847,"m":1671646965},"subclass/Desmon%239507; The Big Tiddy Goth Girlfriend.json":{"a":1566011005,"m":1599169542},"subclass/devikyn; Way of the Four Elements Streamlined.json":{"a":1594331943,"m":1594331944},"subclass/devikyn; Way of the Kensei, Revised.json":{"a":1652281649,"m":1667938661},"subclass/DnDWiki; Arcane Tradition Wild Magic.json":{"a":1546024328,"m":1673562612},"subclass/DrRichtoffen; The Ghost Train.json":{"a":1652739335,"m":1670432993},"subclass/DXHHH101; The Beyond.json":{"a":1643217284,"m":1643366358},"subclass/Elderbrain; Crown of the Oathbreaker Subclass Compendium.json":{"a":1676156472,"m":1677016832},"subclass/ElderBrain; Umbral Stalker.json":{"a":1680866060,"m":1680866060},"subclass/Extra_Legs; Unbound Soul.json":{"a":1537874753,"m":1537874753},"subclass/FallenPhoenixIV; Oath of the Templar.json":{"a":1609735957,"m":1609735957},"subclass/Fiddlestics; College of the Hand.json":{"a":1627819396,"m":1627819396},"subclass/filmatra; Wizard Community College.json":{"a":1636994539,"m":1636994539},"subclass/Foxfire94; Blood Magic Sorcerous Origin.json":{"a":1650130290,"m":1650918295},"subclass/Foxfire94; Brick Brawler Monk.json":{"a":1584493833,"m":1668987711},"subclass/Foxfire94; Brute Fighter.json":{"a":1622051715,"m":1666126587},"subclass/Foxfire94; College of Metal Bard.json":{"a":1584505055,"m":1668987711},"subclass/Foxfire94; Explosion Wizard.json":{"a":1591087486,"m":1628132888},"subclass/Foxfire94; Horus Heresy Inspired Martial Archetypes.json":{"a":1589598036,"m":1668987711},"subclass/Foxfire94; Oath Daemonicus Paladin.json":{"a":1584497606,"m":1649366015},"subclass/Foxfire94; Primaris Lieutenant.json":{"a":1585672812,"m":1668987711},"subclass/Foxfire94; Revised Ranger Beast Master.json":{"a":1633204680,"m":1666126587},"subclass/FrenchTech16; Dearly Departed Patron.json":{"a":0,"m":1670615564},"subclass/FrostBladestorm; Field Medic.json":{"a":1634229171,"m":1683400472},"subclass/Gannoh2; The Hero Warlock.json":{"a":1589516344,"m":1690651615},"subclass/Gelidity; Circle of the Lone Wolf.json":{"a":0,"m":1670574320},"subclass/Gelidity; College of Legends.json":{"a":0,"m":1670615564},"subclass/Gelidity; Path of the Honey Badger.json":{"a":0,"m":1670615564},"subclass/Ghostfire Gaming; Artificer Subclasses.json":{"a":1639755927,"m":1639755927},"subclass/gockblock; Sorcerous Origin Spell Variants.json":{"a":1594364848,"m":1673562612},"subclass/GuenMaster; Way of the Stars.json":{"a":1650493303,"m":1677800302},"subclass/heavyarms; The Beard.json":{"a":1631319681,"m":1631319681},"subclass/Hicks Homebrew; Inner Visage Sorcerous Origin.json":{"a":1659273466,"m":1671646965},"subclass/IDBN; Gun Mage.json":{"a":1627816998,"m":1627816998},"subclass/ihopethiswork; Path of MAGE!.json":{"a":1627820745,"m":1685143702},"subclass/InvaderHawk; Spirit of Vengeance.json":{"a":1598009015,"m":1598016487},"subclass/Inxsinon; Circle of Winds Druid.json":{"a":1643306617,"m":1671544279},"subclass/Jadeor; The Way of Iron and Steel.json":{"a":1642783092,"m":1642783092},"subclass/Jaek; College of Diplomacy Bard.json":{"a":1643217526,"m":1643675458},"subclass/Jaek; Ruffian Rogue.json":{"a":1643217224,"m":1643675458},"subclass/Jake Hilton; Hoard of Heroes.json":{"a":1601166152,"m":1601166152},"subclass/Jonoman3000; The Fallen.json":{"a":1659426767,"m":1667938661},"subclass/kacyhasthecandy; Kacy's Castean Classes.json":{"a":0,"m":1689601324},"subclass/Ken_Silverwood; Eldritch Champion.json":{"a":1602665500,"m":1690651615},"subclass/KhrystanShade.json":{"a":0,"m":1678564871},"subclass/KibblesTasty; Divine Agent.json":{"a":1641918175,"m":1671646965},"subclass/KibblesTasty; Worldly Patron - The Dragon.json":{"a":1635791821,"m":1667410217},"subclass/Kingstarman; Way of the Cherry Blossom Sage.json":{"a":1637359096,"m":1637362402},"subclass/Korvinagor; Circle of Dreams (Revised).json":{"a":1682424910,"m":1682424910},"subclass/Korvinagor; Circle of Kudzu.json":{"a":1686325885,"m":1690140488},"subclass/Korvinagor; Circle of Progress.json":{"a":1676597000,"m":1677451245},"subclass/Korvinagor; Circle of the Lamb.json":{"a":1677899200,"m":1678062100},"subclass/Korvinagor; Circle of the Rainbow.json":{"a":1688598012,"m":1693175444},"subclass/Korvinagor; Circle of the Seasons.json":{"a":1683857260,"m":1688073831},"subclass/Korvinagor; Circles of the Land.json":{"a":1681474916,"m":1690650468},"subclass/Korvinagor; Path of Polarity.json":{"a":1692084124,"m":1692084124},"subclass/Lady of Luck; Garlic Bread Domain Cleric.json":{"a":1643703627,"m":1643703627},"subclass/Laserllama; Artificer Specialties & Infusion Options.json":{"a":1549715846,"m":1690140432},"subclass/LaserLlama; Bard Colleges.json":{"a":1632430583,"m":1632430586},"subclass/LaserLlama; Druid Circles.json":{"a":1676754510,"m":1676754510},"subclass/LaserLlama; Fighter Archetypes & Fighting Styles.json":{"a":1652153430,"m":1686754541},"subclass/LaserLlama; Monastic Traditions.json":{"a":1604482879,"m":1604588219},"subclass/Laserllama; Roguish Archetypes.json":{"a":0,"m":0},"subclass/LaserLlama;Otherwordly Patrons.json":{"a":1666368000,"m":1671646965},"subclass/LevelOfExhaustion; Circle of the Sands.json":{"a":1634589517,"m":1636465700},"subclass/Lexiette; Wandering Blademaster.json":{"a":1638965531,"m":1638965531},"subclass/marshmallow_fig; College of Lofi Beats to Study Relax To.json":{"a":1599385286,"m":1599394413},"subclass/Martin_DM; Oath of Acroamata.json":{"a":1579897188,"m":1579897188},"subclass/Matthers3; The Maleficar Wizard.json":{"a":1625376431,"m":1689601324},"subclass/Matthers3; The Moon Dancer Cleric.json":{"a":1667607218,"m":1689601324},"subclass/Matthew Mercer; College of the Maestro.json":{"a":1537874753,"m":1537874753},"subclass/Matthew Mercer; Gunslinger.json":{"a":1537874753,"m":1692309855},"subclass/Matthew Mercer; Oath of the Open Sea.json":{"a":1602882989,"m":1668987711},"subclass/Matthew Mercer; Way of the Cobalt Soul.json":{"a":1598228500,"m":1603085660},"subclass/Middle Finger of Vecna; Abyssal Domain.json":{"a":1589918247,"m":1589918247},"subclass/Middle Finger of Vecna; Chronomancy Update.json":{"a":1545342498,"m":1671569306},"subclass/Middle Finger of Vecna; Circle of the Root and Stem.json":{"a":1537874753,"m":1537874753},"subclass/Middle Finger of Vecna; Class Packs.json":{"a":1545342498,"m":1692309855},"subclass/Middle Finger of Vecna; Destruction Domain.json":{"a":1589918247,"m":1687213881},"subclass/Middle Finger of Vecna; Dread Domain.json":{"a":1589918247,"m":1589918247},"subclass/Middle Finger of Vecna; Dream Domain.json":{"a":1589918247,"m":1589918247},"subclass/Middle Finger of Vecna; Iconic Archetypes.json":{"a":1545342498,"m":1668987711},"subclass/Middle Finger of Vecna; Lovecraft Update.json":{"a":1543089147,"m":1668987711},"subclass/Middle Finger of Vecna; Peace Domain.json":{"a":1589918247,"m":1589918247},"subclass/Middle Finger of Vecna; Pestilence Domain.json":{"a":1589918247,"m":1589918247},"subclass/Middle Finger of Vecna; Slime Domain.json":{"a":1570823193,"m":1591440332},"subclass/Middle Finger of Vecna; Tattoo Classes.json":{"a":1571922604,"m":1666126587},"subclass/Middle Finger of Vecna; The Watcher.json":{"a":1647032200,"m":1667410217},"subclass/Middle Finger of Vecna; Travel Domain (Redux).json":{"a":1589921529,"m":1589921529},"subclass/Middle Finger of Vecna; Ur-Priest.json":{"a":1537874753,"m":1537874753},"subclass/Middle Finger of Vecna; Waste Update.json":{"a":1545342498,"m":1692309855},"subclass/Middle Finger of Vecna; Wild West.json":{"a":1545342498,"m":1668987711},"subclass/MonkeyDM; Oath of the Eldritch Hunt.json":{"a":1654389525,"m":1668987711},"subclass/MonkeyDM; Pact of the trigger.json":{"a":1654389525,"m":1665912970},"subclass/MrDoctorJunior; Shadow Sorcerer (Revised).json":{"a":1643217423,"m":1643307003},"subclass/Mutgar; Oath of Rebirth.json":{"a":1544903578,"m":1544903578},"subclass/mwatts258; Anime Swordsman.json":{"a":1680866290,"m":1680866290},"subclass/NeonLightDecay; Path of the Nautilus.json":{"a":1635100506,"m":1673562612},"subclass/Neverending Codex; Soulkeeper Ranger.json":{"a":1595181963,"m":1596844299},"subclass/Nimademe; Iron Soul Sorcerer.json":{"a":1643217146,"m":1643675458},"subclass/Nimademe; Path of the Monster Barbarian.json":{"a":1643216127,"m":1643675458},"subclass/NotTheSmoooze; RoguishArchetypes.json":{"a":1643581420,"m":1644366118},"subclass/NotTheSmooze; The Falconer.json":{"a":1603019418,"m":1603019418},"subclass/OhWyn; Eldritch Blast Patron.json":{"a":1646665836,"m":1671646965},"subclass/Ophiuchus; Path of the Bloodrager.json":{"a":1586352169,"m":1586352167},"subclass/Oxforge Homebrew; Circle of Ashes Druid.json":{"a":1643217473,"m":1643675458},"subclass/pm_me_goth_gf_pics; Oath of Love.json":{"a":1627823063,"m":1627823063},"subclass/PosTavern; Artificer Specialist - Caravaneer.json":{"a":1645613762,"m":1683488153},"subclass/PosTavern; Circle of the Dragon.json":{"a":1635698221,"m":1668643477},"subclass/qogoist; courtesan.json":{"a":1602209700,"m":1602209700},"subclass/Rain-Junkie, DXHHH101; Orchard Origin Sorcerer, Reflourished .json":{"a":1667009734,"m":1667009734},"subclass/Rain-Junkie; Ancient Magic Sorcerer.json":{"a":1602746393,"m":1668987711},"subclass/Rain-Junkie; Orchard Origin Sorcerer v1.json":{"a":1643216127,"m":1643675458},"subclass/Red Ink Caravan; Aaralyn's Stolen Notes to Velea (5e).json":{"a":1638992540,"m":1667410217},"subclass/RevengeKobold; Gambler's Domain.json":{"a":1643703627,"m":1672099225},"subclass/RW_Blackbird; The Magus (Eldritch Knight Revised).json":{"a":1643869368,"m":1643869368},"subclass/SargeBriar; Great Old One Tweaked.json":{"a":1567635151,"m":1567635151},"subclass/SargeBriar; Shrouded Arts Wizard.json":{"a":1643217284,"m":1643311461},"subclass/SemanticAvenger; Aeronaut.json":{"a":1662200554,"m":1690140432},"subclass/Sensitive_Coyote_865; Path of the Masked Scourge.json":{"a":1650471319,"m":1650471319},"subclass/Seth Blackwood; Oath of the Unconquered.json":{"a":1544903578,"m":1544903578},"subclass/SethBlackwood; Blood Knight.json":{"a":1603820678,"m":1603820678},"subclass/SethBlackwood; Oath Of The Grim Hunt.json":{"a":1616026002,"m":1616026002},"subclass/SethBlackwood; Storm Heart Figher.json":{"a":1643217446,"m":1643675458},"subclass/Spicy Spook; Circle of the Guardian.json":{"a":1634589517,"m":1641903162},"subclass/SpiketailDrake; Way of the Four Elements Remastered.json":{"a":1544270276,"m":1544270276},"subclass/SrVolk; Mechaneer Artificer Specilization.json":{"a":1660244101,"m":1671646965},"subclass/SwordMeow; Wind Domain.json":{"a":1589918247,"m":1589918247},"subclass/T. A. Braga; Oath of the Working Class.json":{"a":1637938493,"m":1638816912},"subclass/The Smithy; Trapper.json":{"a":1683357338,"m":1683357338},"subclass/The Winter Halo; Wizard Subclass Overhaul.json":{"a":1669752201,"m":1669829665},"subclass/TheAdonalsium; Oath of Safety and Health Administration.json":{"a":1631317746,"m":1631317746},"subclass/TheSoundOfThunder; Soldier of the Seasons.json":{"a":1627817977,"m":1627817977},"subclass/Thewtus; Path of the Cyborg.json":{"a":1680304574,"m":1680304574},"subclass/titanomachyRPG; Grief Domain.json":{"a":1626127928,"m":1626127928},"subclass/Tsumarru; Circle of Growth Druid.json":{"a":0,"m":1679260896},"subclass/Tsumarru; College of Masks Bard.json":{"a":0,"m":1679260896},"subclass/Tsumarru; Oath of the Elements Paladin.json":{"a":0,"m":1679260896},"subclass/Tsumarru; Path of the Dragon Barbarian.json":{"a":0,"m":1679260896},"subclass/Tsumarru; ShadowStalker.json":{"a":0,"m":1679002292},"subclass/Tsumarru; Smooth Criminal Rogue.json":{"a":0,"m":1679260896},"subclass/Tsumarru; True Talent Sorcerer.json":{"a":0,"m":1679002268},"subclass/Tsumarru; Way of the Ninja.json":{"a":0,"m":1679260896},"subclass/uRavenBranwen; Oath of the Runeblade.json":{"a":1566011005,"m":1672099225},"subclass/u_CamunonZ; The Announcer.json":{"a":1653077821,"m":1668987711},"subclass/Valerion; Liberation Domain.json":{"a":1589914515,"m":1589914515},"subclass/VampireBagel; Sacred Oath of Wile.json":{"a":1557348819,"m":1557348819},"subclass/VampireBagel_; Dragon Domain Cleric.json":{"a":1643217495,"m":1643387333},"subclass/Walrock Homebrew; Oath of the Common Man.json":{"a":1637935895,"m":1637935895},"subclass/Walrock Homebrew; Oath of the Midnight Hour Paladin.json":{"a":1643217446,"m":1643675458},"subclass/Walrock; Paladins.json":{"a":1537874753,"m":1664312670},"subclass/WhiteShadowTaiChi; Royal Bloodline.json":{"a":1603816028,"m":1603816028},"subclass/William Hudson King; The Ashen Wolf.json":{"a":1598671744,"m":1598671744},"subclass/Xenoezen; Revised Great Old One.json":{"a":1631147777,"m":1689601324},"subclass/xyianth; Rogue Archetype - Phantom Blade.json":{"a":1549715846,"m":1681252050},"subclass/Zachary G Paiva; The Rule of 12 Subclasses.json":{"a":1566011005,"m":1668987711},"subclass/zeek0; Hearth Domain Cleric.json":{"a":1643217484,"m":1643675458},"subclass/zeek0; Ruin Domain.json":{"a":1589914515,"m":1589914515},"subclass/Zixtank; The Grenadier Artificer Specialization.json":{"a":1660244101,"m":1671646965},"subrace/SabotageThis; Ash Elves.json":{"a":1572295517,"m":1572295517},"subrace/themagictavern; Genasi Subraces.json":{"a":1604252046,"m":1671646965},"subrace/Valerion; City Elf.json":{"a":1643311424,"m":1643311424},"subrace/Valerion; Road Dwarf.json":{"a":1643311424,"m":1643311424},"subrace/Valerion; Silverwit Halfling.json":{"a":1643316302,"m":1643316305},"table/BlogOfHolding; 5e monster manual on a business card.json":{"a":1677860982,"m":1677866930},"table/Dungeons-And-Danis; 100 Quirks and Peculiarities.json":{"a":1600868694,"m":1600868694},"table/Michael J Winegar; Inns and Taverns by Lifestyle.json":{"a":1602355835,"m":1690651615},"table/Modnar; Modnars Marvelous Miscellany - Tables & Trinkets.json":{"a":1548505822,"m":1673562612},"table/Orrex; The Net Libram of Random Magical Effects.json":{"a":1548505822,"m":1548505822},"table/Raging Swan; Tables.json":{"a":1543438798,"m":1685143702},"table/redceramicfrypan; Reincarnate Tables Expanded.json":{"a":1602555207,"m":1685143702},"table/Sample - Giddy; Murder Evidence.json":{"a":0,"m":0},"table/Team Egg; MVTTCE.json":{"a":1606077947,"m":1606077947},"trap/James Introcaso; 20 New Traps.json":{"a":1581466476,"m":1674756091},"trap/Sample - Giddy; Mounted Basilisk Head.json":{"a":0,"m":0},"variantrule/AeronDrake; Simple Guilds.json":{"a":1537874753,"m":1661285343},"variantrule/Charles Stapleford; Item Crafting Rules for 5e.json":{"a":1588088911,"m":1588088911},"variantrule/Dael Kingsmill; Thieves' Cant.json":{"a":1602439286,"m":1668987711},"variantrule/Kanekuo; Potions Plus.json":{"a":1585648267,"m":1663792415},"variantrule/Kcon; Group Spellcasting.json":{"a":1537874753,"m":1537874753},"variantrule/Liarus; Druidic.json":{"a":1602439286,"m":1668987711},"variantrule/Matthew Mercer; Corruption Rules.json":{"a":1649342553,"m":1683389057},"variantrule/Metabot; Stealth Rules.json":{"a":1537874753,"m":1661285343},"variantrule/Modnar; Modnars Mission Mandates.json":{"a":0,"m":1673562612},"variantrule/Pwines; Aerial Combat.json":{"a":1537874753,"m":1537874753},"variantrule/RedCeramicFryPan; Staff Creation Rules.json":{"a":1537874753,"m":1537874753},"variantrule/Rhinemann; Group Spellcasting.json":{"a":1616954142,"m":1666126587},"variantrule/Sample - Giddy; Houserules.json":{"a":0,"m":0},"variantrule/VaranSL; Brewer's Supplies.json":{"a":1630940312,"m":1666635069},"variantrule/Web Community; Community Homebrew Variant Rules.json":{"a":1604252046,"m":1692564844},"vehicle/Sample - Giddy; Coracle.json":{"a":0,"m":0}} \ No newline at end of file diff --git a/class/Matthew Mercer; Blood Hunter (2022).json b/class/Matthew Mercer; Blood Hunter (2022).json index af9c2dd97d..f182e7e7fc 100644 --- a/class/Matthew Mercer; Blood Hunter (2022).json +++ b/class/Matthew Mercer; Blood Hunter (2022).json @@ -21,8 +21,8 @@ } ], "dateAdded": 1580617082, - "dateLastModified": 1673396406, - "_dateLastModifiedHash": "aedce2b89d" + "dateLastModified": 1693338724, + "_dateLastModifiedHash": "1844796f6e" }, "class": [ { From bf1b746e5885a996ab54d35c0202ee912ee9d7ba Mon Sep 17 00:00:00 2001 From: TheGiddyLimit Date: Tue, 29 Aug 2023 21:10:28 +0100 Subject: [PATCH 5/6] chore: bump dep ver --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b580b543ce..fa37430e66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,16 +9,16 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "5etools-utils": "^0.9.13", + "5etools-utils": "^0.9.14", "commander": "^9.4.1", "he": "^1.2.0", "sanitize-html": "^2.10.0" } }, "node_modules/5etools-utils": { - "version": "0.9.13", - "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.13.tgz", - "integrity": "sha512-9RXM/+5SyRXjhM7ZLLLScdLWVQVbj0rCGV8vVGVpoWPwNf3T+cU49djUC0M+p+FR4VegZvpD27y7e6mxX4wcCw==", + "version": "0.9.14", + "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.14.tgz", + "integrity": "sha512-jeMus2qjOn4CgnI/JqsKF+WHpYnmGQiJ6qwmSqFhU4YPZoga9kik1M/iE3N+loSs95YupiaPqgxYYeIf8uLTLQ==", "dev": true, "dependencies": { "ajv": "^8.11.2", @@ -367,9 +367,9 @@ }, "dependencies": { "5etools-utils": { - "version": "0.9.13", - "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.13.tgz", - "integrity": "sha512-9RXM/+5SyRXjhM7ZLLLScdLWVQVbj0rCGV8vVGVpoWPwNf3T+cU49djUC0M+p+FR4VegZvpD27y7e6mxX4wcCw==", + "version": "0.9.14", + "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.14.tgz", + "integrity": "sha512-jeMus2qjOn4CgnI/JqsKF+WHpYnmGQiJ6qwmSqFhU4YPZoga9kik1M/iE3N+loSs95YupiaPqgxYYeIf8uLTLQ==", "dev": true, "requires": { "ajv": "^8.11.2", diff --git a/package.json b/package.json index fe2eae6d0f..e871e45a1a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/TheGiddyLimit/homebrew#readme", "devDependencies": { - "5etools-utils": "^0.9.13", + "5etools-utils": "^0.9.14", "commander": "^9.4.1", "he": "^1.2.0", "sanitize-html": "^2.10.0" From e1542c60b28cab63dbca45902b4d04c72bed6073 Mon Sep 17 00:00:00 2001 From: TheGiddyLimit Date: Thu, 31 Aug 2023 14:41:05 +0100 Subject: [PATCH 6/6] chore: bump dep ver --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa37430e66..bc085803a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,16 +9,16 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "5etools-utils": "^0.9.14", + "5etools-utils": "^0.9.15", "commander": "^9.4.1", "he": "^1.2.0", "sanitize-html": "^2.10.0" } }, "node_modules/5etools-utils": { - "version": "0.9.14", - "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.14.tgz", - "integrity": "sha512-jeMus2qjOn4CgnI/JqsKF+WHpYnmGQiJ6qwmSqFhU4YPZoga9kik1M/iE3N+loSs95YupiaPqgxYYeIf8uLTLQ==", + "version": "0.9.15", + "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.15.tgz", + "integrity": "sha512-rspjukVSxEUN1kpsfswQQYj4R2tiu/KaTNPP7bhNomDJ3aQLnWAwFA/igj2yyZlpSVWhQx/12egXMTAwZcho6Q==", "dev": true, "dependencies": { "ajv": "^8.11.2", @@ -367,9 +367,9 @@ }, "dependencies": { "5etools-utils": { - "version": "0.9.14", - "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.14.tgz", - "integrity": "sha512-jeMus2qjOn4CgnI/JqsKF+WHpYnmGQiJ6qwmSqFhU4YPZoga9kik1M/iE3N+loSs95YupiaPqgxYYeIf8uLTLQ==", + "version": "0.9.15", + "resolved": "https://registry.npmjs.org/5etools-utils/-/5etools-utils-0.9.15.tgz", + "integrity": "sha512-rspjukVSxEUN1kpsfswQQYj4R2tiu/KaTNPP7bhNomDJ3aQLnWAwFA/igj2yyZlpSVWhQx/12egXMTAwZcho6Q==", "dev": true, "requires": { "ajv": "^8.11.2", diff --git a/package.json b/package.json index e871e45a1a..24683783ce 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/TheGiddyLimit/homebrew#readme", "devDependencies": { - "5etools-utils": "^0.9.14", + "5etools-utils": "^0.9.15", "commander": "^9.4.1", "he": "^1.2.0", "sanitize-html": "^2.10.0"