diff --git a/_node/add-timestamps.js b/_node/add-timestamps.js index fd0d3a625b..cd8a4a49d8 100644 --- a/_node/add-timestamps.js +++ b/_node/add-timestamps.js @@ -26,13 +26,10 @@ async function pUpdateDir (dir) { let updateType = _UPDATE_TYPES.NONE; - // We hash the file *without* `_meta`, as `_meta` includes: - // - "dateAdded" and "dateLastModified", which we want to ignore for hashing for timestamp updates - // - the "_dateLastModifiedHash", which we want to ignore for hashing - // Unfortunately this means that updating the `_meta` does not trigger a hash change, but this is an - // acceptable sacrifice for the rest of the system being simpler. + // We hash the file without `dateAdded`, `dateLastModified`, and `_dateLastModifiedHash` to ensure the hash + // is stable when changing date values. const toHashObj = {...fileData.json}; - delete toHashObj._meta; + toHashObj._meta = {...toHashObj._meta, dateAdded: undefined, dateLastModified: undefined, _dateLastModifiedHash: undefined}; const expectedHash = (await hasha.async(JSON.stringify(toHashObj))).slice(0, 10); if (!fileData.json._meta._dateLastModifiedHash) { diff --git a/action/Sample - Giddy; Extinguish.json b/action/Sample - Giddy; Extinguish.json index f5d9b113ac..cec962b8e1 100644 --- a/action/Sample - Giddy; Extinguish.json +++ b/action/Sample - Giddy; Extinguish.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "caca90c5e3" + "_dateLastModifiedHash": "24bbcb6f02" }, "action": [ { diff --git a/adventure/Adventurers League; DDEX1-01 - Defiance in Phlan.json b/adventure/Adventurers League; DDEX1-01 - Defiance in Phlan.json index f5759daa59..146ff35058 100644 --- a/adventure/Adventurers League; DDEX1-01 - Defiance in Phlan.json +++ b/adventure/Adventurers League; DDEX1-01 - Defiance in Phlan.json @@ -18,7 +18,7 @@ ], "dateAdded": 1558867830, "dateLastModified": 1558867830, - "_dateLastModifiedHash": "b4ba9c3d27" + "_dateLastModifiedHash": "631d29e8a4" }, "adventure": [ { diff --git a/adventure/Adventurers League; DDEX1-02 - Secrets of Sokol Keep.json b/adventure/Adventurers League; DDEX1-02 - Secrets of Sokol Keep.json index 9ddb78c16f..5a91456a51 100644 --- a/adventure/Adventurers League; DDEX1-02 - Secrets of Sokol Keep.json +++ b/adventure/Adventurers League; DDEX1-02 - Secrets of Sokol Keep.json @@ -18,7 +18,7 @@ ], "dateAdded": 1558867830, "dateLastModified": 1558867830, - "_dateLastModifiedHash": "f7d4203072" + "_dateLastModifiedHash": "2e9c50ca64" }, "adventure": [ { diff --git a/adventure/Adventurers League; DDEX1-03 - Shadows Over the Moonsea.json b/adventure/Adventurers League; DDEX1-03 - Shadows Over the Moonsea.json index 6e39804f24..f570eb1fb6 100644 --- a/adventure/Adventurers League; DDEX1-03 - Shadows Over the Moonsea.json +++ b/adventure/Adventurers League; DDEX1-03 - Shadows Over the Moonsea.json @@ -18,7 +18,7 @@ ], "dateAdded": 1558867830, "dateLastModified": 1558867830, - "_dateLastModifiedHash": "bc0e383fd8" + "_dateLastModifiedHash": "e7be74b30d" }, "adventure": [ { diff --git a/adventure/Adventurers League; DDEX1-04 - Dues for the Dead.json b/adventure/Adventurers League; DDEX1-04 - Dues for the Dead.json index c9501b630b..f0605731cf 100644 --- a/adventure/Adventurers League; DDEX1-04 - Dues for the Dead.json +++ b/adventure/Adventurers League; DDEX1-04 - Dues for the Dead.json @@ -18,7 +18,7 @@ ], "dateAdded": 1600276023, "dateLastModified": 1600276023, - "_dateLastModifiedHash": "7175f66f70" + "_dateLastModifiedHash": "329174137c" }, "adventure": [ { diff --git a/adventure/Adventurers League; DDIA-MORD Rrakkma.json b/adventure/Adventurers League; DDIA-MORD Rrakkma.json index eed4656eb8..80aa2044a8 100644 --- a/adventure/Adventurers League; DDIA-MORD Rrakkma.json +++ b/adventure/Adventurers League; DDIA-MORD Rrakkma.json @@ -18,7 +18,7 @@ ], "dateAdded": 1552599066, "dateLastModified": 1552599066, - "_dateLastModifiedHash": "5c8eb89a86" + "_dateLastModifiedHash": "4dd36ef1b8" }, "adventure": [ { diff --git a/adventure/Adventures Await; Shipwreck of the Sea Mephit.json b/adventure/Adventures Await; Shipwreck of the Sea Mephit.json index ab2ed3fd63..a5673df0ca 100644 --- a/adventure/Adventures Await; Shipwreck of the Sea Mephit.json +++ b/adventure/Adventures Await; Shipwreck of the Sea Mephit.json @@ -14,7 +14,7 @@ ], "dateAdded": 1621775534, "dateLastModified": 1621775534, - "_dateLastModifiedHash": "11efb350fd" + "_dateLastModifiedHash": "b0551c9d64" }, "adventure": [ { diff --git a/adventure/Adventures Await; The Curse of Dusk Hollow.json b/adventure/Adventures Await; The Curse of Dusk Hollow.json index 3904d5ec9b..b0592c796d 100644 --- a/adventure/Adventures Await; The Curse of Dusk Hollow.json +++ b/adventure/Adventures Await; The Curse of Dusk Hollow.json @@ -17,7 +17,7 @@ ], "dateAdded": 1614898919, "dateLastModified": 1614898919, - "_dateLastModifiedHash": "ad01921c48" + "_dateLastModifiedHash": "39433c82cc" }, "adventure": [ { diff --git a/adventure/Adventures Await; The Dueling Knight's Fungeon Dungeon.json b/adventure/Adventures Await; The Dueling Knight's Fungeon Dungeon.json index 65d9e8da93..cc268f6025 100644 --- a/adventure/Adventures Await; The Dueling Knight's Fungeon Dungeon.json +++ b/adventure/Adventures Await; The Dueling Knight's Fungeon Dungeon.json @@ -17,7 +17,7 @@ ], "dateAdded": 1615141398, "dateLastModified": 1615141398, - "_dateLastModifiedHash": "4af8aa856a" + "_dateLastModifiedHash": "da81451269" }, "adventure": [ { diff --git a/adventure/Adventures Await; The Fangs of Zengar.json b/adventure/Adventures Await; The Fangs of Zengar.json index 695443008a..987c72a3c4 100644 --- a/adventure/Adventures Await; The Fangs of Zengar.json +++ b/adventure/Adventures Await; The Fangs of Zengar.json @@ -17,7 +17,7 @@ ], "dateAdded": 1615141398, "dateLastModified": 1615141398, - "_dateLastModifiedHash": "3d7e831a73" + "_dateLastModifiedHash": "ee5e030bdf" }, "monster": [ { diff --git a/adventure/Adventures Await; Wrath of the Demon Lord.json b/adventure/Adventures Await; Wrath of the Demon Lord.json index 321df00e5e..8b66a22621 100644 --- a/adventure/Adventures Await; Wrath of the Demon Lord.json +++ b/adventure/Adventures Await; Wrath of the Demon Lord.json @@ -14,7 +14,7 @@ ], "dateAdded": 1621775534, "dateLastModified": 1621775534, - "_dateLastModifiedHash": "677c1b598c" + "_dateLastModifiedHash": "f2fcc1a419" }, "monster": [ { diff --git a/adventure/Anthony Joyce; The Blood Hunter Adventure.json b/adventure/Anthony Joyce; The Blood Hunter Adventure.json index ae63479324..42c79087e6 100644 --- a/adventure/Anthony Joyce; The Blood Hunter Adventure.json +++ b/adventure/Anthony Joyce; The Blood Hunter Adventure.json @@ -21,7 +21,7 @@ }, "dateAdded": 1600868694, "dateLastModified": 1637785076, - "_dateLastModifiedHash": "c9fbae6d64" + "_dateLastModifiedHash": "5a282700ea" }, "adventure": [ { diff --git a/adventure/D&D Duet; First Blush.json b/adventure/D&D Duet; First Blush.json index 6ac33b4e78..b243e83aea 100644 --- a/adventure/D&D Duet; First Blush.json +++ b/adventure/D&D Duet; First Blush.json @@ -19,7 +19,7 @@ ], "dateAdded": 1604518196, "dateLastModified": 1605873511, - "_dateLastModifiedHash": "312785ff9c" + "_dateLastModifiedHash": "d735f3549d" }, "adventure": [ { diff --git a/adventure/D&D Duet; Second Glance.json b/adventure/D&D Duet; Second Glance.json index 977ceab447..42ed96ced5 100644 --- a/adventure/D&D Duet; Second Glance.json +++ b/adventure/D&D Duet; Second Glance.json @@ -20,7 +20,7 @@ ], "dateAdded": 1605873511, "dateLastModified": 1605873511, - "_dateLastModifiedHash": "de5c25d48e" + "_dateLastModifiedHash": "be56abbd64" }, "adventure": [ { diff --git a/adventure/D&D Duet; Third Times the Charm.json b/adventure/D&D Duet; Third Times the Charm.json index 9a6ee5c6c5..d57cbdf1a3 100644 --- a/adventure/D&D Duet; Third Times the Charm.json +++ b/adventure/D&D Duet; Third Times the Charm.json @@ -20,7 +20,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "b2bf26dc21" + "_dateLastModifiedHash": "23e4419a0e" }, "adventure": [ { diff --git a/adventure/DMDave; Assault on Quabus.json b/adventure/DMDave; Assault on Quabus.json index a47b45f05e..fea285b0a0 100644 --- a/adventure/DMDave; Assault on Quabus.json +++ b/adventure/DMDave; Assault on Quabus.json @@ -18,7 +18,7 @@ ], "dateAdded": 1603117106, "dateLastModified": 1603117106, - "_dateLastModifiedHash": "dcd382a14d" + "_dateLastModifiedHash": "f259b47a09" }, "adventure": [ { diff --git a/adventure/JVC Parry; Call from the Deep.json b/adventure/JVC Parry; Call from the Deep.json index 665fe1cf9c..8cde2c2af8 100644 --- a/adventure/JVC Parry; Call from the Deep.json +++ b/adventure/JVC Parry; Call from the Deep.json @@ -19,7 +19,7 @@ ], "dateAdded": 1579711362, "dateLastModified": 1643743088, - "_dateLastModifiedHash": "284dcd29f0" + "_dateLastModifiedHash": "09fb1fc784" }, "adventure": [ { diff --git a/adventure/Kelsey Dionne; Temple of the Basilisk Cult.json b/adventure/Kelsey Dionne; Temple of the Basilisk Cult.json index ac413d8dfb..18d2ac969b 100644 --- a/adventure/Kelsey Dionne; Temple of the Basilisk Cult.json +++ b/adventure/Kelsey Dionne; Temple of the Basilisk Cult.json @@ -18,7 +18,7 @@ ], "dateAdded": 1600868694, "dateLastModified": 1600868694, - "_dateLastModifiedHash": "d6c1868ead" + "_dateLastModifiedHash": "1b96680177" }, "adventure": [ { diff --git a/adventure/Kelsey Dionne; The Secrets of Skyhorn Lighthouse.json b/adventure/Kelsey Dionne; The Secrets of Skyhorn Lighthouse.json index 7556dd2e4e..ec3accac1a 100644 --- a/adventure/Kelsey Dionne; The Secrets of Skyhorn Lighthouse.json +++ b/adventure/Kelsey Dionne; The Secrets of Skyhorn Lighthouse.json @@ -18,7 +18,7 @@ ], "dateAdded": 1603210180, "dateLastModified": 1603210180, - "_dateLastModifiedHash": "456ac9db38" + "_dateLastModifiedHash": "efcd521766" }, "adventure": [ { diff --git a/adventure/Kobold Press; Book of Lairs.json b/adventure/Kobold Press; Book of Lairs.json index d4b0a83c44..b126142956 100644 --- a/adventure/Kobold Press; Book of Lairs.json +++ b/adventure/Kobold Press; Book of Lairs.json @@ -18,7 +18,7 @@ ], "dateAdded": 1557517754, "dateLastModified": 1557517754, - "_dateLastModifiedHash": "cf2d9d69a2" + "_dateLastModifiedHash": "72b6b2ea97" }, "adventure": [ { diff --git a/adventure/Kobold Press; Tome of Beasts 2 Lairs.json b/adventure/Kobold Press; Tome of Beasts 2 Lairs.json index 12a7b2cfe0..613581567e 100644 --- a/adventure/Kobold Press; Tome of Beasts 2 Lairs.json +++ b/adventure/Kobold Press; Tome of Beasts 2 Lairs.json @@ -21,7 +21,7 @@ ], "dateAdded": 1616030766, "dateLastModified": 1616030766, - "_dateLastModifiedHash": "932883542e" + "_dateLastModifiedHash": "9f6bec3e5b" }, "item": [ { diff --git a/adventure/Kurtis J Wiebe; The Hangover.json b/adventure/Kurtis J Wiebe; The Hangover.json index b5abbee8f6..2693044471 100644 --- a/adventure/Kurtis J Wiebe; The Hangover.json +++ b/adventure/Kurtis J Wiebe; The Hangover.json @@ -18,7 +18,7 @@ ], "dateAdded": 1592179890, "dateLastModified": 1592179890, - "_dateLastModifiedHash": "c4e7768e85" + "_dateLastModifiedHash": "aecac8cc26" }, "adventure": [ { diff --git a/adventure/Limitless Adventures; Limitless Adventures.json b/adventure/Limitless Adventures; Limitless Adventures.json index 93431e5942..d2faf94f75 100644 --- a/adventure/Limitless Adventures; Limitless Adventures.json +++ b/adventure/Limitless Adventures; Limitless Adventures.json @@ -18,7 +18,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "f0ea627762" + "_dateLastModifiedHash": "dfc3dffccc" }, "adventure": [ { diff --git a/adventure/Nerd Herd; Adventure Book - 1.json b/adventure/Nerd Herd; Adventure Book - 1.json index 94ce52ca72..f030ffea83 100644 --- a/adventure/Nerd Herd; Adventure Book - 1.json +++ b/adventure/Nerd Herd; Adventure Book - 1.json @@ -17,7 +17,7 @@ ], "dateAdded": 1540038097, "dateLastModified": 1540038097, - "_dateLastModifiedHash": "8d1bb740f0" + "_dateLastModifiedHash": "48ea8bd3a9" }, "adventure": [ { diff --git a/adventure/Sample - Giddy; Caverns of Catastrophe.json b/adventure/Sample - Giddy; Caverns of Catastrophe.json index 891deb2b33..93c50439cc 100644 --- a/adventure/Sample - Giddy; Caverns of Catastrophe.json +++ b/adventure/Sample - Giddy; Caverns of Catastrophe.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "c25737f7b5" + "_dateLastModifiedHash": "cd7c288d98" }, "adventure": [ { diff --git a/adventure/TragicMissile; Sacrifice of Innocence.json b/adventure/TragicMissile; Sacrifice of Innocence.json index 1fae75dea3..f6acc704e6 100644 --- a/adventure/TragicMissile; Sacrifice of Innocence.json +++ b/adventure/TragicMissile; Sacrifice of Innocence.json @@ -18,7 +18,7 @@ ], "dateAdded": 1619398800, "dateLastModified": 1619658000, - "_dateLastModifiedHash": "782daf2737" + "_dateLastModifiedHash": "5c31dca770" }, "adventure": [ { diff --git a/adventure/Winghorn Press; Wild Sheep Chase.json b/adventure/Winghorn Press; Wild Sheep Chase.json index 9ba98cb081..e6ac274336 100644 --- a/adventure/Winghorn Press; Wild Sheep Chase.json +++ b/adventure/Winghorn Press; Wild Sheep Chase.json @@ -18,7 +18,7 @@ ], "dateAdded": 1616356061, "dateLastModified": 1616356061, - "_dateLastModifiedHash": "1e6a6216f7" + "_dateLastModifiedHash": "b0294a05cd" }, "adventure": [ { diff --git a/adventure/Wizards of the Coast; Barber of Silverymoon.json b/adventure/Wizards of the Coast; Barber of Silverymoon.json index 50cf911801..79b4cf3ef7 100644 --- a/adventure/Wizards of the Coast; Barber of Silverymoon.json +++ b/adventure/Wizards of the Coast; Barber of Silverymoon.json @@ -18,7 +18,7 @@ ], "dateAdded": 1586225424, "dateLastModified": 1586225424, - "_dateLastModifiedHash": "2494bee735" + "_dateLastModifiedHash": "2a89ae07e4" }, "adventure": [ { diff --git a/adventure/Wizards of the Coast; Crypts of Kelemvor.json b/adventure/Wizards of the Coast; Crypts of Kelemvor.json index 7ed9f26012..9f2a131882 100644 --- a/adventure/Wizards of the Coast; Crypts of Kelemvor.json +++ b/adventure/Wizards of the Coast; Crypts of Kelemvor.json @@ -19,7 +19,7 @@ ], "dateAdded": 1600868694, "dateLastModified": 1600868694, - "_dateLastModifiedHash": "432ab3130c" + "_dateLastModifiedHash": "f6b3fecba1" }, "adventure": [ { diff --git a/adventure/arcanist; The Delian Tomb.json b/adventure/arcanist; The Delian Tomb.json index 9f4b7377a6..e7bae74754 100644 --- a/adventure/arcanist; The Delian Tomb.json +++ b/adventure/arcanist; The Delian Tomb.json @@ -25,7 +25,7 @@ "MM" ] }, - "_dateLastModifiedHash": "a0ce174004" + "_dateLastModifiedHash": "2a49f85f6c" }, "item": [ { diff --git a/background/Brewskii; Silver Thorn Background.json b/background/Brewskii; Silver Thorn Background.json index 7082f83805..d4747981af 100644 --- a/background/Brewskii; Silver Thorn Background.json +++ b/background/Brewskii; Silver Thorn Background.json @@ -14,7 +14,7 @@ ], "dateAdded": 1540936360, "dateLastModified": 1540936360, - "_dateLastModifiedHash": "864254f489" + "_dateLastModifiedHash": "de034d1b03" }, "background": [ { diff --git a/background/D&D Wiki; Featured Quality Backgrounds.json b/background/D&D Wiki; Featured Quality Backgrounds.json index 1ab4f8ec85..9548e47d9d 100644 --- a/background/D&D Wiki; Featured Quality Backgrounds.json +++ b/background/D&D Wiki; Featured Quality Backgrounds.json @@ -17,7 +17,7 @@ ], "dateAdded": 1633834544, "dateLastModified": 1649158861, - "_dateLastModifiedHash": "143aaca8c2" + "_dateLastModifiedHash": "21c9baf517" }, "background": [ { diff --git a/background/Middle Finger of Vecna; Lovecraftian Backgrounds.json b/background/Middle Finger of Vecna; Lovecraftian Backgrounds.json index 4c0fc39db2..a883532d77 100644 --- a/background/Middle Finger of Vecna; Lovecraftian Backgrounds.json +++ b/background/Middle Finger of Vecna; Lovecraftian Backgrounds.json @@ -17,7 +17,7 @@ ], "dateAdded": 1587424627, "dateLastModified": 1587424627, - "_dateLastModifiedHash": "0e9d76f2bb" + "_dateLastModifiedHash": "cdb3ad7e3f" }, "background": [ { diff --git a/background/Nerd Herd; Noble Backgrounds.json b/background/Nerd Herd; Noble Backgrounds.json index 3355a4e36a..886370c598 100644 --- a/background/Nerd Herd; Noble Backgrounds.json +++ b/background/Nerd Herd; Noble Backgrounds.json @@ -14,7 +14,7 @@ ], "dateAdded": 1540162759, "dateLastModified": 1540162759, - "_dateLastModifiedHash": "02f0faeec4" + "_dateLastModifiedHash": "eab06e5ece" }, "background": [ { diff --git a/background/Sample - Giddy; Farmer.json b/background/Sample - Giddy; Farmer.json index b332d2aa97..e12854a2da 100644 --- a/background/Sample - Giddy; Farmer.json +++ b/background/Sample - Giddy; Farmer.json @@ -16,7 +16,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "4bd24f86c6" + "_dateLastModifiedHash": "272984671c" }, "background": [ { diff --git a/background/zeek0; Backgrounds Omnibus.json b/background/zeek0; Backgrounds Omnibus.json index 5fe909c910..51cde684c1 100644 --- a/background/zeek0; Backgrounds Omnibus.json +++ b/background/zeek0; Backgrounds Omnibus.json @@ -18,7 +18,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "e9d0a8b5cc" + "_dateLastModifiedHash": "594081d0ee" }, "background": [ { diff --git a/book/Bob Starrar; Welcome to Scarthey - University of the Arcane.json b/book/Bob Starrar; Welcome to Scarthey - University of the Arcane.json index 428b0fe997..b55869fd4f 100644 --- a/book/Bob Starrar; Welcome to Scarthey - University of the Arcane.json +++ b/book/Bob Starrar; Welcome to Scarthey - University of the Arcane.json @@ -19,7 +19,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "d5f07319b5" + "_dateLastModifiedHash": "67a5f7cb8c" }, "book": [ { diff --git a/book/Curio Solus; Festival Activies.json b/book/Curio Solus; Festival Activies.json index 89808fcffa..b4eb1a2cf5 100644 --- a/book/Curio Solus; Festival Activies.json +++ b/book/Curio Solus; Festival Activies.json @@ -18,7 +18,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "4760ddbb7c" + "_dateLastModifiedHash": "8e190c915e" }, "book": [ { diff --git a/book/Darrington Press; Tal'Dorei Campaign Setting Reborn.json b/book/Darrington Press; Tal'Dorei Campaign Setting Reborn.json index 42193f9aa1..d98423eb50 100644 --- a/book/Darrington Press; Tal'Dorei Campaign Setting Reborn.json +++ b/book/Darrington Press; Tal'Dorei Campaign Setting Reborn.json @@ -40,7 +40,7 @@ "DMG" ] }, - "_dateLastModifiedHash": "7832b02d23" + "_dateLastModifiedHash": "764919fa54" }, "book": [ { diff --git a/book/Dave Eisinger; Discerning Merchant's Price Guide.json b/book/Dave Eisinger; Discerning Merchant's Price Guide.json index 770a7a93e2..563bade66c 100644 --- a/book/Dave Eisinger; Discerning Merchant's Price Guide.json +++ b/book/Dave Eisinger; Discerning Merchant's Price Guide.json @@ -19,7 +19,7 @@ ], "dateAdded": 1629491629, "dateLastModified": 1629491629, - "_dateLastModifiedHash": "95ba4c75de" + "_dateLastModifiedHash": "f73022cd3c" }, "book": [ { diff --git a/book/Ghostfire Gaming; Grim Hollow Campaign Guide.json b/book/Ghostfire Gaming; Grim Hollow Campaign Guide.json index 18c5d76a09..e9564f8e77 100644 --- a/book/Ghostfire Gaming; Grim Hollow Campaign Guide.json +++ b/book/Ghostfire Gaming; Grim Hollow Campaign Guide.json @@ -50,7 +50,7 @@ }, "dateAdded": 1618022160, "dateLastModified": 1638906218, - "_dateLastModifiedHash": "3b0ea6eb1d" + "_dateLastModifiedHash": "ec0e229877" }, "spell": [ { diff --git a/book/Ghostfire Gaming; Grim Hollow Player's Guide.json b/book/Ghostfire Gaming; Grim Hollow Player's Guide.json index 0891ddb099..8653f7304e 100644 --- a/book/Ghostfire Gaming; Grim Hollow Player's Guide.json +++ b/book/Ghostfire Gaming; Grim Hollow Player's Guide.json @@ -47,7 +47,7 @@ "BGT:P": "Background Talent; Pauper & Pit Fighter", "BGT:S": "Background Talent; Seafarer" }, - "_dateLastModifiedHash": "4a89322a56" + "_dateLastModifiedHash": "f27da053eb" }, "book": [ { diff --git a/book/Ghostfire Gaming; Stibbles Codex of Companions.json b/book/Ghostfire Gaming; Stibbles Codex of Companions.json index 7d42e943af..4bda1f4a6b 100644 --- a/book/Ghostfire Gaming; Stibbles Codex of Companions.json +++ b/book/Ghostfire Gaming; Stibbles Codex of Companions.json @@ -24,7 +24,7 @@ }, "dateAdded": 1633201623, "dateLastModified": 1633201623, - "_dateLastModifiedHash": "6c14b312d5" + "_dateLastModifiedHash": "8bf326fe34" }, "itemType": [ { diff --git a/book/Ghostfire Gaming; The Seeker's Guide to Twisted Taverns.json b/book/Ghostfire Gaming; The Seeker's Guide to Twisted Taverns.json index 127e6589c7..3804ac329a 100644 --- a/book/Ghostfire Gaming; The Seeker's Guide to Twisted Taverns.json +++ b/book/Ghostfire Gaming; The Seeker's Guide to Twisted Taverns.json @@ -18,7 +18,7 @@ ], "dateAdded": 1644736552, "dateLastModified": 1644736552, - "_dateLastModifiedHash": "8b1e2d3274" + "_dateLastModifiedHash": "ac372a98a6" }, "book": [ { diff --git a/book/Giddy; Sane Magic Item Prices Expanded.json b/book/Giddy; Sane Magic Item Prices Expanded.json index 915e2fb339..02c7ccdfaf 100644 --- a/book/Giddy; Sane Magic Item Prices Expanded.json +++ b/book/Giddy; Sane Magic Item Prices Expanded.json @@ -39,7 +39,7 @@ "GGR" ] }, - "_dateLastModifiedHash": "32ada11a3f" + "_dateLastModifiedHash": "6d8e5e6b59" }, "book": [ { diff --git a/book/HapHazred; Blood in the Company - Players Introduction.json b/book/HapHazred; Blood in the Company - Players Introduction.json index a97991886a..6e811fb0d4 100644 --- a/book/HapHazred; Blood in the Company - Players Introduction.json +++ b/book/HapHazred; Blood in the Company - Players Introduction.json @@ -19,7 +19,7 @@ ], "dateAdded": 1621278254, "dateLastModified": 1646772139, - "_dateLastModifiedHash": "ef98170406" + "_dateLastModifiedHash": "46c0b8b6dc" }, "book": [ { diff --git a/book/Jeff Gomez; How to Run a Successful Festival.json b/book/Jeff Gomez; How to Run a Successful Festival.json index 8a6b50b35a..8075fa2666 100644 --- a/book/Jeff Gomez; How to Run a Successful Festival.json +++ b/book/Jeff Gomez; How to Run a Successful Festival.json @@ -19,7 +19,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "1b3e25ce3a" + "_dateLastModifiedHash": "5eb5148e58" }, "book": [ { diff --git a/book/Jeff Ibach; Beauty and the Bother.json b/book/Jeff Ibach; Beauty and the Bother.json index 1e1274d866..b87d899280 100644 --- a/book/Jeff Ibach; Beauty and the Bother.json +++ b/book/Jeff Ibach; Beauty and the Bother.json @@ -18,7 +18,7 @@ ], "dateAdded": 1538126324, "dateLastModified": 1538126324, - "_dateLastModifiedHash": "f92fa40ee4" + "_dateLastModifiedHash": "2814273e4d" }, "book": [ { diff --git a/book/Justice Arman; Devil's Advocate A Guide to Infernal Contracts.json b/book/Justice Arman; Devil's Advocate A Guide to Infernal Contracts.json index 4d2046312d..9d4bc705f8 100644 --- a/book/Justice Arman; Devil's Advocate A Guide to Infernal Contracts.json +++ b/book/Justice Arman; Devil's Advocate A Guide to Infernal Contracts.json @@ -22,7 +22,7 @@ }, "dateAdded": 1604991176, "dateLastModified": 1604991176, - "_dateLastModifiedHash": "0edb802afc" + "_dateLastModifiedHash": "083e869dae" }, "monster": [ { diff --git a/book/Loresmyth; Remarkable Inns & Their Drinks.json b/book/Loresmyth; Remarkable Inns & Their Drinks.json index 88f5813b7a..8e699a001d 100644 --- a/book/Loresmyth; Remarkable Inns & Their Drinks.json +++ b/book/Loresmyth; Remarkable Inns & Their Drinks.json @@ -21,7 +21,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "b86644aaca" + "_dateLastModifiedHash": "48fe55ee62" }, "book": [ { diff --git a/book/MCDM Productions; Arcadia Issue 1.json b/book/MCDM Productions; Arcadia Issue 1.json index 1848b36971..a34fde2777 100644 --- a/book/MCDM Productions; Arcadia Issue 1.json +++ b/book/MCDM Productions; Arcadia Issue 1.json @@ -21,7 +21,7 @@ ], "dateAdded": 1613648837, "dateLastModified": 1613648837, - "_dateLastModifiedHash": "42b3a79612" + "_dateLastModifiedHash": "e5f748a123" }, "monster": [ { diff --git a/book/MCDM Productions; Arcadia Issue 2.json b/book/MCDM Productions; Arcadia Issue 2.json index 2e5e5655ad..36cc935e20 100644 --- a/book/MCDM Productions; Arcadia Issue 2.json +++ b/book/MCDM Productions; Arcadia Issue 2.json @@ -19,7 +19,7 @@ ], "dateAdded": 1615457594, "dateLastModified": 1615457594, - "_dateLastModifiedHash": "0500dd4e2d" + "_dateLastModifiedHash": "5d3f478342" }, "monster": [ { diff --git a/book/MCDM Productions; Arcadia Issue 3.json b/book/MCDM Productions; Arcadia Issue 3.json index 0e39ef7ef6..d9536eb873 100644 --- a/book/MCDM Productions; Arcadia Issue 3.json +++ b/book/MCDM Productions; Arcadia Issue 3.json @@ -22,7 +22,7 @@ ], "dateAdded": 1620088248, "dateLastModified": 1620140420, - "_dateLastModifiedHash": "0bb7d5fa77" + "_dateLastModifiedHash": "2c19d17be2" }, "book": [ { diff --git a/book/MCDM Productions; Arcadia Issue 4.json b/book/MCDM Productions; Arcadia Issue 4.json index ad7a3d340c..d045a63308 100644 --- a/book/MCDM Productions; Arcadia Issue 4.json +++ b/book/MCDM Productions; Arcadia Issue 4.json @@ -19,7 +19,7 @@ ], "dateAdded": 1625135453, "dateLastModified": 1625135453, - "_dateLastModifiedHash": "1178817b3c" + "_dateLastModifiedHash": "7676ecc75b" }, "item": [ { diff --git a/book/MCDM Productions; Arcadia Issue 5.json b/book/MCDM Productions; Arcadia Issue 5.json index f56a815121..a46828f033 100644 --- a/book/MCDM Productions; Arcadia Issue 5.json +++ b/book/MCDM Productions; Arcadia Issue 5.json @@ -24,7 +24,7 @@ }, "dateAdded": 1626427893, "dateLastModified": 1626427893, - "_dateLastModifiedHash": "a1fe9a825c" + "_dateLastModifiedHash": "6c93455cfd" }, "monster": [ { diff --git a/book/MCDM Productions; Arcadia Issue 6.json b/book/MCDM Productions; Arcadia Issue 6.json index 5b8cc7251d..c535f4675e 100644 --- a/book/MCDM Productions; Arcadia Issue 6.json +++ b/book/MCDM Productions; Arcadia Issue 6.json @@ -19,7 +19,7 @@ ], "dateAdded": 1629652942, "dateLastModified": 1629652952, - "_dateLastModifiedHash": "e14b3b625f" + "_dateLastModifiedHash": "92843380ab" }, "legendaryGroup": [ { diff --git a/book/MCDM Productions; Arcadia Issue 8.json b/book/MCDM Productions; Arcadia Issue 8.json index 3dfdc99a51..0814b2708c 100644 --- a/book/MCDM Productions; Arcadia Issue 8.json +++ b/book/MCDM Productions; Arcadia Issue 8.json @@ -21,7 +21,7 @@ ], "dateAdded": 1649542017, "dateLastModified": 1649542017, - "_dateLastModifiedHash": "84898e1c0b" + "_dateLastModifiedHash": "e91fd95b61" }, "subclass": [ { diff --git a/book/Middle Finger of Vecna; Siegeball.json b/book/Middle Finger of Vecna; Siegeball.json index b3511fedc8..7f873f5fc8 100644 --- a/book/Middle Finger of Vecna; Siegeball.json +++ b/book/Middle Finger of Vecna; Siegeball.json @@ -18,7 +18,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "6bb1d84eda" + "_dateLastModifiedHash": "d695638728" }, "book": [ { diff --git a/book/Middle Finger of Vecna; Tourney Rules.json b/book/Middle Finger of Vecna; Tourney Rules.json index 5df042c6f2..0aeed5e41d 100644 --- a/book/Middle Finger of Vecna; Tourney Rules.json +++ b/book/Middle Finger of Vecna; Tourney Rules.json @@ -19,7 +19,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "3905543b6d" + "_dateLastModifiedHash": "eea3dad664" }, "book": [ { diff --git a/book/Middle Finger of Vecna; Wizarding Contests.json b/book/Middle Finger of Vecna; Wizarding Contests.json index f9fec0b0fd..71fc2c9404 100644 --- a/book/Middle Finger of Vecna; Wizarding Contests.json +++ b/book/Middle Finger of Vecna; Wizarding Contests.json @@ -18,7 +18,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "adb3838538" + "_dateLastModifiedHash": "5955cb68aa" }, "book": [ { diff --git a/book/Monte Cook; Arcana of the Ancients.json b/book/Monte Cook; Arcana of the Ancients.json index b45e72c694..95b70d5c78 100644 --- a/book/Monte Cook; Arcana of the Ancients.json +++ b/book/Monte Cook; Arcana of the Ancients.json @@ -20,7 +20,7 @@ ], "dateAdded": 1619009237, "dateLastModified": 1619009237, - "_dateLastModifiedHash": "14ebdb0cc6" + "_dateLastModifiedHash": "8d167b6c92" }, "book": [ { diff --git a/book/Richard Bastow; The Noble Art of Jousting.json b/book/Richard Bastow; The Noble Art of Jousting.json index 841ab7fc69..d5a32775b3 100644 --- a/book/Richard Bastow; The Noble Art of Jousting.json +++ b/book/Richard Bastow; The Noble Art of Jousting.json @@ -18,7 +18,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "636d727791" + "_dateLastModifiedHash": "9e4beadd5e" }, "book": [ { diff --git a/book/Russ Morrissey; Archery Contest.json b/book/Russ Morrissey; Archery Contest.json index ce357b123a..a8dba84c29 100644 --- a/book/Russ Morrissey; Archery Contest.json +++ b/book/Russ Morrissey; Archery Contest.json @@ -18,7 +18,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "1f878f19db" + "_dateLastModifiedHash": "063abd21f4" }, "book": [ { diff --git a/book/Saidoro; Sane Magic Item Prices.json b/book/Saidoro; Sane Magic Item Prices.json index 0ade53a8e1..e6e269121b 100644 --- a/book/Saidoro; Sane Magic Item Prices.json +++ b/book/Saidoro; Sane Magic Item Prices.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537309440, "dateLastModified": 1594296054, - "_dateLastModifiedHash": "e469573332" + "_dateLastModifiedHash": "cd0548216d" }, "book": [ { diff --git a/book/Skip Wiliams; Book of Challenges.json b/book/Skip Wiliams; Book of Challenges.json index a4ae5b3211..338996e04b 100644 --- a/book/Skip Wiliams; Book of Challenges.json +++ b/book/Skip Wiliams; Book of Challenges.json @@ -21,7 +21,7 @@ ], "dateAdded": 1636367792, "dateLastModified": 1636367792, - "_dateLastModifiedHash": "89ca48c73a" + "_dateLastModifiedHash": "96298354cb" }, "book": [ { diff --git a/book/Summer Brook; Tattoos a Fifth Edition Sourcebook.json b/book/Summer Brook; Tattoos a Fifth Edition Sourcebook.json index b488f2fc35..a96332b079 100644 --- a/book/Summer Brook; Tattoos a Fifth Edition Sourcebook.json +++ b/book/Summer Brook; Tattoos a Fifth Edition Sourcebook.json @@ -18,7 +18,7 @@ ], "dateAdded": 1572214321, "dateLastModified": 1572214321, - "_dateLastModifiedHash": "a780e456a1" + "_dateLastModifiedHash": "a35686bf89" }, "book": [ { diff --git a/book/Unknown; Shelza Ir.json b/book/Unknown; Shelza Ir.json index 919c08e141..ad48d03edf 100644 --- a/book/Unknown; Shelza Ir.json +++ b/book/Unknown; Shelza Ir.json @@ -18,7 +18,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "f08f5ffd1a" + "_dateLastModifiedHash": "0a246fb152" }, "book": [ { diff --git a/book/Vincent Betternfeld; Runic Roulette.json b/book/Vincent Betternfeld; Runic Roulette.json index 5f04c15f46..561448fa87 100644 --- a/book/Vincent Betternfeld; Runic Roulette.json +++ b/book/Vincent Betternfeld; Runic Roulette.json @@ -18,7 +18,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "d4205ef149" + "_dateLastModifiedHash": "29a05dc45c" }, "book": [ { diff --git a/book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json b/book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json index 8f93b1c201..ff7ef01f22 100644 --- a/book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json +++ b/book/Walrock Homebrew; Fortresses, Temples, & Strongholds.json @@ -19,7 +19,7 @@ ], "dateAdded": 1603230352, "dateLastModified": 1603230359, - "_dateLastModifiedHash": "e9d4e6c72b" + "_dateLastModifiedHash": "78b5fa183a" }, "book": [ { diff --git a/book/Walrock Homebrew; Teas and Tisanes.json b/book/Walrock Homebrew; Teas and Tisanes.json index cf3955e699..b1196705ca 100644 --- a/book/Walrock Homebrew; Teas and Tisanes.json +++ b/book/Walrock Homebrew; Teas and Tisanes.json @@ -18,7 +18,7 @@ ], "dateAdded": 1596800998, "dateLastModified": 1596800995, - "_dateLastModifiedHash": "ce49969fe2" + "_dateLastModifiedHash": "36130bb3ca" }, "book": [ { diff --git a/book/Walrock Homebrew; Traders and Merchants.json b/book/Walrock Homebrew; Traders and Merchants.json index 2124aacb9f..d4bd9793f2 100644 --- a/book/Walrock Homebrew; Traders and Merchants.json +++ b/book/Walrock Homebrew; Traders and Merchants.json @@ -19,7 +19,7 @@ ], "dateAdded": 1590413017, "dateLastModified": 1642998972, - "_dateLastModifiedHash": "44c9a72351" + "_dateLastModifiedHash": "857f9b1672" }, "book": [ { diff --git a/book/Weems; Mundane and Magical Makings.json b/book/Weems; Mundane and Magical Makings.json index 8ee95a00f7..d885ceda0e 100644 --- a/book/Weems; Mundane and Magical Makings.json +++ b/book/Weems; Mundane and Magical Makings.json @@ -18,7 +18,7 @@ ], "dateAdded": 1594892486, "dateLastModified": 1594892486, - "_dateLastModifiedHash": "a812d49a7a" + "_dateLastModifiedHash": "130d6dc9f6" }, "book": [ { diff --git a/book/Wizards of the Coast; Adventurer's League Season 4 Dark Gifts.json b/book/Wizards of the Coast; Adventurer's League Season 4 Dark Gifts.json index 92bddfaa5a..0279f1f7c8 100644 --- a/book/Wizards of the Coast; Adventurer's League Season 4 Dark Gifts.json +++ b/book/Wizards of the Coast; Adventurer's League Season 4 Dark Gifts.json @@ -18,7 +18,7 @@ ], "dateAdded": 1621705755, "dateLastModified": 1634249436, - "_dateLastModifiedHash": "ee73e9cd2d" + "_dateLastModifiedHash": "84f9731ac9" }, "book": [ { diff --git a/book/Wizards of the Coast; Adventurers League Season 10.json b/book/Wizards of the Coast; Adventurers League Season 10.json index 792a49ca99..a7be972134 100644 --- a/book/Wizards of the Coast; Adventurers League Season 10.json +++ b/book/Wizards of the Coast; Adventurers League Season 10.json @@ -18,7 +18,7 @@ ], "dateAdded": 1541289600, "dateLastModified": 1541289600, - "_dateLastModifiedHash": "5ef36edd10" + "_dateLastModifiedHash": "a297250f43" }, "book": [ { diff --git a/book/Wizards of the Coast; Adventurers League Season 8.json b/book/Wizards of the Coast; Adventurers League Season 8.json index 831cc475de..be9e373aae 100644 --- a/book/Wizards of the Coast; Adventurers League Season 8.json +++ b/book/Wizards of the Coast; Adventurers League Season 8.json @@ -18,7 +18,7 @@ ], "dateAdded": 1541289600, "dateLastModified": 1541289600, - "_dateLastModifiedHash": "2594db5fe2" + "_dateLastModifiedHash": "2de486268e" }, "book": [ { diff --git a/book/Zachary Truscott, Nelson DeMeester; Grom's Guide to Potion Brewing.json b/book/Zachary Truscott, Nelson DeMeester; Grom's Guide to Potion Brewing.json index d33ebe54ce..7a2a2a9399 100644 --- a/book/Zachary Truscott, Nelson DeMeester; Grom's Guide to Potion Brewing.json +++ b/book/Zachary Truscott, Nelson DeMeester; Grom's Guide to Potion Brewing.json @@ -19,7 +19,7 @@ ], "dateAdded": 0, "dateLastModified": 1634245989, - "_dateLastModifiedHash": "20b3f092de" + "_dateLastModifiedHash": "07005a94b8" }, "book": [ { diff --git a/book/Zeke Gonzalez; Tavern Games.json b/book/Zeke Gonzalez; Tavern Games.json index c41df9af3e..2d99aa9ae8 100644 --- a/book/Zeke Gonzalez; Tavern Games.json +++ b/book/Zeke Gonzalez; Tavern Games.json @@ -18,7 +18,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "40091c6a89" + "_dateLastModifiedHash": "6d71449a64" }, "book": [ { diff --git a/book/ukyo; Magical Binding Tattoo.json b/book/ukyo; Magical Binding Tattoo.json index 5dd97c1ab1..08cb9642ae 100644 --- a/book/ukyo; Magical Binding Tattoo.json +++ b/book/ukyo; Magical Binding Tattoo.json @@ -18,7 +18,7 @@ ], "dateAdded": 1572214321, "dateLastModified": 1638295463, - "_dateLastModifiedHash": "5c662ab5f4" + "_dateLastModifiedHash": "c2f421b311" }, "book": [ { diff --git a/boon/Sample - Giddy; Dubious Gifts.json b/boon/Sample - Giddy; Dubious Gifts.json index dbb7fc1a7e..704b5d4535 100644 --- a/boon/Sample - Giddy; Dubious Gifts.json +++ b/boon/Sample - Giddy; Dubious Gifts.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "8142fb5f39" + "_dateLastModifiedHash": "baab11d983" }, "boon": [ { diff --git a/charoption/Sample - Giddy; Secret Antagonist.json b/charoption/Sample - Giddy; Secret Antagonist.json index 0c70d5b258..584145cc07 100644 --- a/charoption/Sample - Giddy; Secret Antagonist.json +++ b/charoption/Sample - Giddy; Secret Antagonist.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "c1b4b6762c" + "_dateLastModifiedHash": "1a25b1e01f" }, "charoption": [ { diff --git a/class/Aeron Drake; The Mesmer.json b/class/Aeron Drake; The Mesmer.json index 394a97840c..0b0fb59799 100644 --- a/class/Aeron Drake; The Mesmer.json +++ b/class/Aeron Drake; The Mesmer.json @@ -17,7 +17,7 @@ ], "dateAdded": 1644264098, "dateLastModified": 1644264098, - "_dateLastModifiedHash": "adc5b993ec" + "_dateLastModifiedHash": "7e870b7c49" }, "class": [ { diff --git a/class/Alex Tanner; Tarocchi.json b/class/Alex Tanner; Tarocchi.json index 609b1ddb18..727fd366ed 100644 --- a/class/Alex Tanner; Tarocchi.json +++ b/class/Alex Tanner; Tarocchi.json @@ -17,7 +17,7 @@ ], "dateAdded": 1593553915, "dateLastModified": 1593572654, - "_dateLastModifiedHash": "6e7b1e2eef" + "_dateLastModifiedHash": "52392b5b63" }, "class": [ { diff --git a/class/Anthony Vallozzi; Blue Traveler.json b/class/Anthony Vallozzi; Blue Traveler.json index c8f4d091ce..1898260da4 100644 --- a/class/Anthony Vallozzi; Blue Traveler.json +++ b/class/Anthony Vallozzi; Blue Traveler.json @@ -20,7 +20,7 @@ }, "dateAdded": 1601166152, "dateLastModified": 1601166152, - "_dateLastModifiedHash": "f6c8bf761b" + "_dateLastModifiedHash": "f71d7e780b" }, "class": [ { diff --git a/class/Arcane Athenaeum; Swordmage, A True Arcane Half-Caster.json b/class/Arcane Athenaeum; Swordmage, A True Arcane Half-Caster.json index d7cd3001dd..42195780f1 100644 --- a/class/Arcane Athenaeum; Swordmage, A True Arcane Half-Caster.json +++ b/class/Arcane Athenaeum; Swordmage, A True Arcane Half-Caster.json @@ -18,7 +18,7 @@ ], "dateAdded": 1580934477, "dateLastModified": 1620355063, - "_dateLastModifiedHash": "20d5d3b364" + "_dateLastModifiedHash": "ce34020caa" }, "class": [ { diff --git a/class/Benjamin Huffman; Pugilist.json b/class/Benjamin Huffman; Pugilist.json index 105ddb5061..1fb9bc5f0f 100644 --- a/class/Benjamin Huffman; Pugilist.json +++ b/class/Benjamin Huffman; Pugilist.json @@ -34,7 +34,7 @@ ], "dateAdded": 1516994880, "dateLastModified": 1614777170, - "_dateLastModifiedHash": "4901bebfdc" + "_dateLastModifiedHash": "779cd37f1f" }, "class": [ { diff --git a/class/Benjamin Huffman; Scholar.json b/class/Benjamin Huffman; Scholar.json index 1095728499..3563b5da6f 100644 --- a/class/Benjamin Huffman; Scholar.json +++ b/class/Benjamin Huffman; Scholar.json @@ -20,7 +20,7 @@ }, "dateAdded": 1603793256, "dateLastModified": 1603793256, - "_dateLastModifiedHash": "01321da045" + "_dateLastModifiedHash": "e71de72626" }, "class": [ { diff --git a/class/Benjamin Huffman; Spiritualist.json b/class/Benjamin Huffman; Spiritualist.json index 45658c4a5a..e410e856be 100644 --- a/class/Benjamin Huffman; Spiritualist.json +++ b/class/Benjamin Huffman; Spiritualist.json @@ -20,7 +20,7 @@ }, "dateAdded": 1603793256, "dateLastModified": 1623519395, - "_dateLastModifiedHash": "2ac728ceb0" + "_dateLastModifiedHash": "5fde577c40" }, "item": [ { diff --git a/class/Brad Johns; The Harbinger.json b/class/Brad Johns; The Harbinger.json index 17a64a91cb..0cf3944e4f 100644 --- a/class/Brad Johns; The Harbinger.json +++ b/class/Brad Johns; The Harbinger.json @@ -22,7 +22,7 @@ "optionalFeatureTypes": { "EE": "Entropic Empowering" }, - "_dateLastModifiedHash": "43622f2cf7" + "_dateLastModifiedHash": "c7231be74a" }, "class": [ { diff --git a/class/CJ Leung; The Channeler.json b/class/CJ Leung; The Channeler.json index d49f8014b4..252103826f 100644 --- a/class/CJ Leung; The Channeler.json +++ b/class/CJ Leung; The Channeler.json @@ -24,7 +24,7 @@ }, "dateAdded": 1548505822, "dateLastModified": 1548505822, - "_dateLastModifiedHash": "17983053c6" + "_dateLastModifiedHash": "2e5ecd4e50" }, "class": [ { diff --git a/class/CaelReader; Elegant Druid.json b/class/CaelReader; Elegant Druid.json index 980fd12077..e2bad96ca7 100644 --- a/class/CaelReader; Elegant Druid.json +++ b/class/CaelReader; Elegant Druid.json @@ -17,7 +17,7 @@ ], "dateAdded": 1594495346, "dateLastModified": 1594495346, - "_dateLastModifiedHash": "1f3908c08a" + "_dateLastModifiedHash": "1a410e33dc" }, "class": [ { diff --git a/class/Casteliad; Shadow Assassin.json b/class/Casteliad; Shadow Assassin.json index c3a5ed2d1d..bd3807631c 100644 --- a/class/Casteliad; Shadow Assassin.json +++ b/class/Casteliad; Shadow Assassin.json @@ -15,7 +15,7 @@ ], "dateAdded": 1571000711, "dateLastModified": 1571000711, - "_dateLastModifiedHash": "26ba2eb7f9" + "_dateLastModifiedHash": "3eed0afbb4" }, "class": [ { diff --git a/class/ChronicleOfHeroes; The Weaveknight.json b/class/ChronicleOfHeroes; The Weaveknight.json index 7e9761cb63..836e9ed309 100644 --- a/class/ChronicleOfHeroes; The Weaveknight.json +++ b/class/ChronicleOfHeroes; The Weaveknight.json @@ -24,7 +24,7 @@ "dateAdded": 1599371925, "dateLastModified": 1643388402, "unlisted": true, - "_dateLastModifiedHash": "eb1f3c1cb5" + "_dateLastModifiedHash": "fc2ff43b5b" }, "class": [ { diff --git a/class/D'Artagnan; Summoner.json b/class/D'Artagnan; Summoner.json index 8aaf2a360a..ac8364100b 100644 --- a/class/D'Artagnan; Summoner.json +++ b/class/D'Artagnan; Summoner.json @@ -26,7 +26,7 @@ ], "dateAdded": 1546170412, "dateLastModified": 1546170412, - "_dateLastModifiedHash": "c402155e25" + "_dateLastModifiedHash": "93a6ff7058" }, "class": [ { diff --git a/class/DM_Havuhk; The Witch.json b/class/DM_Havuhk; The Witch.json index be0e42c5c3..4fac009665 100644 --- a/class/DM_Havuhk; The Witch.json +++ b/class/DM_Havuhk; The Witch.json @@ -23,7 +23,7 @@ }, "dateAdded": 1602800561, "dateLastModified": 1602800561, - "_dateLastModifiedHash": "10f2603bbd" + "_dateLastModifiedHash": "7442ebf616" }, "class": [ { diff --git a/class/DXHHH101; The Marksman.json b/class/DXHHH101; The Marksman.json index 83c4fe7b9e..824004575c 100644 --- a/class/DXHHH101; The Marksman.json +++ b/class/DXHHH101; The Marksman.json @@ -22,7 +22,7 @@ }, "dateAdded": 1643675458, "dateLastModified": 1643675458, - "_dateLastModifiedHash": "0b0932d0c9" + "_dateLastModifiedHash": "e0aafd0dba" }, "class": [ { diff --git a/class/DanDWiki; Luchador.json b/class/DanDWiki; Luchador.json index 6797b5e326..eab18374a0 100644 --- a/class/DanDWiki; Luchador.json +++ b/class/DanDWiki; Luchador.json @@ -18,7 +18,7 @@ ], "dateAdded": 1629188158, "dateLastModified": 1629188158, - "_dateLastModifiedHash": "d115b4d20e" + "_dateLastModifiedHash": "89cd7d9007" }, "class": [ { diff --git a/class/Deakin Bennett; The Noble.json b/class/Deakin Bennett; The Noble.json index a29e85e922..b43a2f4d8c 100644 --- a/class/Deakin Bennett; The Noble.json +++ b/class/Deakin Bennett; The Noble.json @@ -14,7 +14,7 @@ ], "dateAdded": 1546081374, "dateLastModified": 1546081374, - "_dateLastModifiedHash": "db06d58e37" + "_dateLastModifiedHash": "084145dd38" }, "class": [ { diff --git a/class/Devikyn; Dragoon revisited.json b/class/Devikyn; Dragoon revisited.json index 26a45aa102..802d3906cf 100644 --- a/class/Devikyn; Dragoon revisited.json +++ b/class/Devikyn; Dragoon revisited.json @@ -20,7 +20,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "02b439b2b6" + "_dateLastModifiedHash": "7f59ecc5f3" }, "class": [ { diff --git a/class/Eric Nell; Plague Doctor.json b/class/Eric Nell; Plague Doctor.json index 49fc73ee10..e48c018418 100644 --- a/class/Eric Nell; Plague Doctor.json +++ b/class/Eric Nell; Plague Doctor.json @@ -17,7 +17,7 @@ ], "dateAdded": 1580934477, "dateLastModified": 1585045164, - "_dateLastModifiedHash": "4fa19da0f9" + "_dateLastModifiedHash": "cc0b5d1e4e" }, "class": [ { diff --git a/class/Erikku Blade; Fate Weaver.json b/class/Erikku Blade; Fate Weaver.json index de555753f9..4dbd4a7623 100644 --- a/class/Erikku Blade; Fate Weaver.json +++ b/class/Erikku Blade; Fate Weaver.json @@ -18,7 +18,7 @@ ], "dateAdded": 1610152284, "dateLastModified": 1625283615, - "_dateLastModifiedHash": "3e76729c09" + "_dateLastModifiedHash": "2148ab3391" }, "class": [ { diff --git a/class/Fenrir-Hati-Skoll; Avenger.json b/class/Fenrir-Hati-Skoll; Avenger.json index a63e686e6b..db4201dfee 100644 --- a/class/Fenrir-Hati-Skoll; Avenger.json +++ b/class/Fenrir-Hati-Skoll; Avenger.json @@ -14,7 +14,7 @@ ], "dateAdded": 1559662102, "dateLastModified": 1559662102, - "_dateLastModifiedHash": "aab2f49ed8" + "_dateLastModifiedHash": "992eaa09a1" }, "class": [ { diff --git a/class/Foxfire94; Astartes Inititate.json b/class/Foxfire94; Astartes Inititate.json index d1b069fcb1..6446d2361a 100644 --- a/class/Foxfire94; Astartes Inititate.json +++ b/class/Foxfire94; Astartes Inititate.json @@ -18,7 +18,7 @@ ], "dateAdded": 1585472488, "dateLastModified": 1641202995, - "_dateLastModifiedHash": "a547d781fe" + "_dateLastModifiedHash": "6bb6646dea" }, "class": [ { diff --git a/class/Foxfire94; Blood Hunter but Balanced.json b/class/Foxfire94; Blood Hunter but Balanced.json index 62ac701d12..23c4d43198 100644 --- a/class/Foxfire94; Blood Hunter but Balanced.json +++ b/class/Foxfire94; Blood Hunter but Balanced.json @@ -20,7 +20,7 @@ ], "dateAdded": 1647213910, "dateLastModified": 1651013355, - "_dateLastModifiedHash": "a9232fc28a" + "_dateLastModifiedHash": "3191db92a7" }, "class": [ { diff --git a/class/Foxfire94; Inquisitor.json b/class/Foxfire94; Inquisitor.json index ecef2e3a18..ac63427f03 100644 --- a/class/Foxfire94; Inquisitor.json +++ b/class/Foxfire94; Inquisitor.json @@ -18,7 +18,7 @@ ], "dateAdded": 1585472488, "dateLastModified": 1633192865, - "_dateLastModifiedHash": "7f89286dcb" + "_dateLastModifiedHash": "d045a97462" }, "class": [ { diff --git a/class/Foxfire94; Lycanthrope.json b/class/Foxfire94; Lycanthrope.json index f3200c956e..106d209d36 100644 --- a/class/Foxfire94; Lycanthrope.json +++ b/class/Foxfire94; Lycanthrope.json @@ -18,7 +18,7 @@ ], "dateAdded": 1584380044, "dateLastModified": 1628132888, - "_dateLastModifiedHash": "a2186e88d8" + "_dateLastModifiedHash": "7ad50fc5a4" }, "class": [ { diff --git a/class/Foxfire94; Spellblade.json b/class/Foxfire94; Spellblade.json index 9feccff045..363f2f4aaa 100644 --- a/class/Foxfire94; Spellblade.json +++ b/class/Foxfire94; Spellblade.json @@ -18,7 +18,7 @@ ], "dateAdded": 1594524520, "dateLastModified": 1628132888, - "_dateLastModifiedHash": "5c7948c6f5" + "_dateLastModifiedHash": "fd69c7fd02" }, "class": [ { diff --git a/class/Foxfire94; Vampire.json b/class/Foxfire94; Vampire.json index 22c53a194a..c912334187 100644 --- a/class/Foxfire94; Vampire.json +++ b/class/Foxfire94; Vampire.json @@ -75,7 +75,7 @@ "color": "210000" } }, - "_dateLastModifiedHash": "f7ee9c6e6a" + "_dateLastModifiedHash": "723a0915aa" }, "class": [ { diff --git a/class/FragSauce; Soul Binder.json b/class/FragSauce; Soul Binder.json index fe9dd34ac4..03cd9a2fea 100644 --- a/class/FragSauce; Soul Binder.json +++ b/class/FragSauce; Soul Binder.json @@ -17,7 +17,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1623519395, - "_dateLastModifiedHash": "08c0bf7ee7" + "_dateLastModifiedHash": "5d856f9a1b" }, "class": [ { diff --git a/class/Fragsauce; Soul Binder Redux.json b/class/Fragsauce; Soul Binder Redux.json index b552c663ab..bb69af4f51 100644 --- a/class/Fragsauce; Soul Binder Redux.json +++ b/class/Fragsauce; Soul Binder Redux.json @@ -25,7 +25,7 @@ "SB:E": "Soul Binder; Evolution", "SB:ME": "Soul Binder; Minor Evolution" }, - "_dateLastModifiedHash": "f2dd0b72f8" + "_dateLastModifiedHash": "3d7e2b3623" }, "class": [ { diff --git a/class/Giffyglyph; Class Compendium.json b/class/Giffyglyph; Class Compendium.json index 65d30f2ceb..65f859548b 100644 --- a/class/Giffyglyph; Class Compendium.json +++ b/class/Giffyglyph; Class Compendium.json @@ -33,7 +33,7 @@ }, "dateAdded": 1618631654, "dateLastModified": 1618644750, - "_dateLastModifiedHash": "700f561093" + "_dateLastModifiedHash": "f3e26cdb53" }, "class": [ { diff --git a/class/Hukuna Dentata; The Commoner.json b/class/Hukuna Dentata; The Commoner.json index f94e9ad440..b4b3147808 100644 --- a/class/Hukuna Dentata; The Commoner.json +++ b/class/Hukuna Dentata; The Commoner.json @@ -18,7 +18,7 @@ ], "dateAdded": 1543960008, "dateLastModified": 1543960008, - "_dateLastModifiedHash": "5747021e66" + "_dateLastModifiedHash": "9be48c703b" }, "feat": [ { diff --git a/class/InfKore; Disciple.json b/class/InfKore; Disciple.json index f99858ec58..693e2d8039 100644 --- a/class/InfKore; Disciple.json +++ b/class/InfKore; Disciple.json @@ -20,7 +20,7 @@ }, "dateAdded": 1556992506, "dateLastModified": 1556992506, - "_dateLastModifiedHash": "9931474b74" + "_dateLastModifiedHash": "821be28725" }, "class": [ { diff --git a/class/Izzy; Incarnate.json b/class/Izzy; Incarnate.json index 2459667887..71903cdd60 100644 --- a/class/Izzy; Incarnate.json +++ b/class/Izzy; Incarnate.json @@ -17,7 +17,7 @@ ], "dateAdded": 1592873199, "dateLastModified": 1592873199, - "_dateLastModifiedHash": "de353dc7d5" + "_dateLastModifiedHash": "e9d43ae70d" }, "class": [ { diff --git a/class/JK Colyer; Engineer.json b/class/JK Colyer; Engineer.json index 40d95d0dba..daea058112 100644 --- a/class/JK Colyer; Engineer.json +++ b/class/JK Colyer; Engineer.json @@ -21,7 +21,7 @@ }, "dateAdded": 1616455102, "dateLastModified": 1616725914, - "_dateLastModifiedHash": "15ced7f76c" + "_dateLastModifiedHash": "9f0e01835a" }, "class": [ { diff --git a/class/Jonoman3000; Planeshifter.json b/class/Jonoman3000; Planeshifter.json index a57eed2874..47a5133c1b 100644 --- a/class/Jonoman3000; Planeshifter.json +++ b/class/Jonoman3000; Planeshifter.json @@ -20,7 +20,7 @@ }, "dateAdded": 1595709333, "dateLastModified": 1595709333, - "_dateLastModifiedHash": "7faccdd01b" + "_dateLastModifiedHash": "c646e1e591" }, "class": [ { diff --git a/class/KibblesTasty; Artificer (Revised).json b/class/KibblesTasty; Artificer (Revised).json index a729fcabc1..6316e2398a 100644 --- a/class/KibblesTasty; Artificer (Revised).json +++ b/class/KibblesTasty; Artificer (Revised).json @@ -31,7 +31,7 @@ }, "dateAdded": 1570574817, "dateLastModified": 1634317473, - "_dateLastModifiedHash": "1e6de358f4" + "_dateLastModifiedHash": "dc719d356e" }, "class": [ { diff --git a/class/KibblesTasty; Doggo Sidekick.json b/class/KibblesTasty; Doggo Sidekick.json index 5e1fd44b9d..1e093b8ded 100644 --- a/class/KibblesTasty; Doggo Sidekick.json +++ b/class/KibblesTasty; Doggo Sidekick.json @@ -19,7 +19,7 @@ ], "dateAdded": 1648972018, "dateLastModified": 1648972018, - "_dateLastModifiedHash": "ad1dff5982" + "_dateLastModifiedHash": "7f245e0aaf" }, "class": [ { diff --git a/class/KibblesTasty; Occultist.json b/class/KibblesTasty; Occultist.json index 0f88e71944..bec475f54c 100644 --- a/class/KibblesTasty; Occultist.json +++ b/class/KibblesTasty; Occultist.json @@ -22,7 +22,7 @@ }, "dateAdded": 1603793256, "dateLastModified": 1649383482, - "_dateLastModifiedHash": "10e8bd4d23" + "_dateLastModifiedHash": "0d65f104eb" }, "class": [ { diff --git a/class/KibblesTasty; Psion.json b/class/KibblesTasty; Psion.json index 36792c2b30..a4dc4256c3 100644 --- a/class/KibblesTasty; Psion.json +++ b/class/KibblesTasty; Psion.json @@ -31,7 +31,7 @@ }, "dateAdded": 1559943252, "dateLastModified": 1634318127, - "_dateLastModifiedHash": "e74adf93e4" + "_dateLastModifiedHash": "a5ff228269" }, "class": [ { diff --git a/class/KibblesTasty; Warlord.json b/class/KibblesTasty; Warlord.json index c03d1ac22f..6ce2888639 100644 --- a/class/KibblesTasty; Warlord.json +++ b/class/KibblesTasty; Warlord.json @@ -34,7 +34,7 @@ ], "dateAdded": 1588714562, "dateLastModified": 1615315389, - "_dateLastModifiedHash": "64710e9c09" + "_dateLastModifiedHash": "7bf2d07644" }, "class": [ { diff --git a/class/Kyle Grant; The Scholar.json b/class/Kyle Grant; The Scholar.json index 10bb12b9e2..dd9142bc37 100644 --- a/class/Kyle Grant; The Scholar.json +++ b/class/Kyle Grant; The Scholar.json @@ -19,7 +19,7 @@ }, "dateAdded": 1546081374, "dateLastModified": 1546081374, - "_dateLastModifiedHash": "71bb36ea2c" + "_dateLastModifiedHash": "29857d7ccd" }, "class": [ { diff --git a/class/LaserLlama; Alternate Fighter.json b/class/LaserLlama; Alternate Fighter.json index bb10c493f7..9b676f6b5a 100644 --- a/class/LaserLlama; Alternate Fighter.json +++ b/class/LaserLlama; Alternate Fighter.json @@ -52,7 +52,7 @@ "LLAF:ME:S": "Alternate Fighter; Martial Exploit; Samurai", "LLAF:TKSCH": "Alternate Fighter; Tinker Knight Schematics" }, - "_dateLastModifiedHash": "9e55ac0d2f" + "_dateLastModifiedHash": "9cfb07fbd6" }, "book": [ { diff --git a/class/LaserLlama; Alternate Monk.json b/class/LaserLlama; Alternate Monk.json index 7aa5797dd9..4f154c0f72 100644 --- a/class/LaserLlama; Alternate Monk.json +++ b/class/LaserLlama; Alternate Monk.json @@ -53,7 +53,7 @@ "FS:AM": "Fighting Style; Alternate Monk", "LLAM:BME": "Alternate Monk; Brawler's Martial Exploits" }, - "_dateLastModifiedHash": "3ecff6f6e2" + "_dateLastModifiedHash": "c863524d42" }, "class": [ { diff --git a/class/LaserLlama; Alternate Sorcerer.json b/class/LaserLlama; Alternate Sorcerer.json index 8a52666ac2..0cad7f7f42 100644 --- a/class/LaserLlama; Alternate Sorcerer.json +++ b/class/LaserLlama; Alternate Sorcerer.json @@ -21,7 +21,7 @@ }, "dateAdded": 1601340238, "dateLastModified": 1601654750, - "_dateLastModifiedHash": "e3db79ff79" + "_dateLastModifiedHash": "f8ec04baf7" }, "class": [ { diff --git a/class/LaserLlama; Commoner.json b/class/LaserLlama; Commoner.json index d0ae280dfc..3bb9263a03 100644 --- a/class/LaserLlama; Commoner.json +++ b/class/LaserLlama; Commoner.json @@ -22,7 +22,7 @@ }, "dateAdded": 1649267890, "dateLastModified": 1649267890, - "_dateLastModifiedHash": "688931e514" + "_dateLastModifiedHash": "e12106aa12" }, "class": [ { diff --git a/class/LaserLlama; Magus Class.json b/class/LaserLlama; Magus Class.json index 9799dfa38a..582a0afb6b 100644 --- a/class/LaserLlama; Magus Class.json +++ b/class/LaserLlama; Magus Class.json @@ -19,7 +19,7 @@ ], "dateAdded": 1647980495, "dateLastModified": 1647980495, - "_dateLastModifiedHash": "228d062442" + "_dateLastModifiedHash": "4e55d012d2" }, "class": [ { diff --git a/class/Layhnet; Variant Fighter.json b/class/Layhnet; Variant Fighter.json index f377f4043d..0cc7f7eee7 100644 --- a/class/Layhnet; Variant Fighter.json +++ b/class/Layhnet; Variant Fighter.json @@ -19,7 +19,7 @@ }, "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "9a4ffed10f" + "_dateLastModifiedHash": "819f533d45" }, "class": [ { diff --git a/class/MCDM Productions; Beastheart.json b/class/MCDM Productions; Beastheart.json index ab76b2676a..0c96dd9115 100644 --- a/class/MCDM Productions; Beastheart.json +++ b/class/MCDM Productions; Beastheart.json @@ -21,7 +21,7 @@ }, "dateAdded": 1648054627, "dateLastModified": 1648054627, - "_dateLastModifiedHash": "06e111f47d" + "_dateLastModifiedHash": "68afc978e4" }, "class": [ { diff --git a/class/MCDM Productions; The Illrigger Class.json b/class/MCDM Productions; The Illrigger Class.json index df8ec1817b..6fd852c5e8 100644 --- a/class/MCDM Productions; The Illrigger Class.json +++ b/class/MCDM Productions; The Illrigger Class.json @@ -17,7 +17,7 @@ ], "dateAdded": 1620498967, "dateLastModified": 1620498967, - "_dateLastModifiedHash": "c862f408de" + "_dateLastModifiedHash": "4da124635c" }, "class": [ { diff --git a/class/Mage Hand Press; Complete Binder.json b/class/Mage Hand Press; Complete Binder.json index 1a93b125c7..210984609b 100644 --- a/class/Mage Hand Press; Complete Binder.json +++ b/class/Mage Hand Press; Complete Binder.json @@ -34,7 +34,7 @@ "VST-FGN": "Forgotten Vestige", "Ishtar": "Ishtar" }, - "_dateLastModifiedHash": "85963de036" + "_dateLastModifiedHash": "f34181d075" }, "class": [ { diff --git a/class/Mage Hand Press; Valda's Spire of Secrets - Warmage.json b/class/Mage Hand Press; Valda's Spire of Secrets - Warmage.json index 9db3a4bb72..f60b1593cb 100644 --- a/class/Mage Hand Press; Valda's Spire of Secrets - Warmage.json +++ b/class/Mage Hand Press; Valda's Spire of Secrets - Warmage.json @@ -22,7 +22,7 @@ }, "dateAdded": 1636697363, "dateLastModified": 1637785110, - "_dateLastModifiedHash": "7cb8dfca3f" + "_dateLastModifiedHash": "f08cff9aa6" }, "class": [ { diff --git a/class/Mal_Elemental; The Commoner.json b/class/Mal_Elemental; The Commoner.json index 4d0116b2c6..bc17e49c85 100644 --- a/class/Mal_Elemental; The Commoner.json +++ b/class/Mal_Elemental; The Commoner.json @@ -19,7 +19,7 @@ ], "dateAdded": 1602762840, "dateLastModified": 1602762840, - "_dateLastModifiedHash": "641a30a953" + "_dateLastModifiedHash": "7745fe6fcf" }, "class": [ { diff --git a/class/Marc Wegmann; The Dream Shifter.json b/class/Marc Wegmann; The Dream Shifter.json index a90139d487..694daa969b 100644 --- a/class/Marc Wegmann; The Dream Shifter.json +++ b/class/Marc Wegmann; The Dream Shifter.json @@ -23,7 +23,7 @@ }, "dateAdded": 1615753596, "dateLastModified": 1615753596, - "_dateLastModifiedHash": "109aef391a" + "_dateLastModifiedHash": "8c72dfc7b6" }, "class": [ { diff --git a/class/Matthew Mercer; Blood Hunter (2020).json b/class/Matthew Mercer; Blood Hunter (2020).json index 053474a4b7..c78c694a67 100644 --- a/class/Matthew Mercer; Blood Hunter (2020).json +++ b/class/Matthew Mercer; Blood Hunter (2020).json @@ -20,7 +20,7 @@ ], "dateAdded": 1580617082, "dateLastModified": 1583537902, - "_dateLastModifiedHash": "d14c631908" + "_dateLastModifiedHash": "2ed9eb5a55" }, "class": [ { diff --git a/class/Matthew Mercer; Blood Hunter.json b/class/Matthew Mercer; Blood Hunter.json index bb1b22bba3..9519c5ba13 100644 --- a/class/Matthew Mercer; Blood Hunter.json +++ b/class/Matthew Mercer; Blood Hunter.json @@ -15,7 +15,7 @@ ], "dateAdded": 1515780480, "dateLastModified": 1515780480, - "_dateLastModifiedHash": "4ffa8cba69" + "_dateLastModifiedHash": "d97da99173" }, "class": [ { diff --git a/class/Matthew Mercer; Lingering Soul.json b/class/Matthew Mercer; Lingering Soul.json index ecbf411d21..1cc72e8617 100644 --- a/class/Matthew Mercer; Lingering Soul.json +++ b/class/Matthew Mercer; Lingering Soul.json @@ -18,7 +18,7 @@ ], "dateAdded": 0, "dateLastModified": 1603395285, - "_dateLastModifiedHash": "5b77c7b28a" + "_dateLastModifiedHash": "ce7a109d09" }, "class": [ { diff --git a/class/McToomin27; Animus.json b/class/McToomin27; Animus.json index be9660843a..fa63eb7cff 100644 --- a/class/McToomin27; Animus.json +++ b/class/McToomin27; Animus.json @@ -20,7 +20,7 @@ }, "dateAdded": 1560913325, "dateLastModified": 1605635554, - "_dateLastModifiedHash": "306137b8ca" + "_dateLastModifiedHash": "7a988c9130" }, "class": [ { diff --git a/class/Middle Finger of Vecna; Alchemist Redux.json b/class/Middle Finger of Vecna; Alchemist Redux.json index 404f39c598..873bec743e 100644 --- a/class/Middle Finger of Vecna; Alchemist Redux.json +++ b/class/Middle Finger of Vecna; Alchemist Redux.json @@ -23,7 +23,7 @@ }, "dateAdded": 1552865157, "dateLastModified": 1601339123, - "_dateLastModifiedHash": "77b7d7c5f6" + "_dateLastModifiedHash": "184bf7519c" }, "class": [ { diff --git a/class/Middle Finger of Vecna; Alchemist.json b/class/Middle Finger of Vecna; Alchemist.json index d11e79caf0..6f3a6552a9 100644 --- a/class/Middle Finger of Vecna; Alchemist.json +++ b/class/Middle Finger of Vecna; Alchemist.json @@ -18,7 +18,7 @@ }, "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "77dffb2395" + "_dateLastModifiedHash": "c076577f45" }, "class": [ { diff --git a/class/Middle Finger of Vecna; Binder.json b/class/Middle Finger of Vecna; Binder.json index aff7988142..5b48513852 100644 --- a/class/Middle Finger of Vecna; Binder.json +++ b/class/Middle Finger of Vecna; Binder.json @@ -27,7 +27,7 @@ }, "dateAdded": 1544726997, "dateLastModified": 1637880895, - "_dateLastModifiedHash": "0c92672f1e" + "_dateLastModifiedHash": "681fb4e5b5" }, "book": [ { diff --git a/class/Middle Finger of Vecna; Craftsman.json b/class/Middle Finger of Vecna; Craftsman.json index ac1cb4a00f..aaaaaaf7c7 100644 --- a/class/Middle Finger of Vecna; Craftsman.json +++ b/class/Middle Finger of Vecna; Craftsman.json @@ -18,7 +18,7 @@ ], "dateAdded": 1530561900, "dateLastModified": 1530561900, - "_dateLastModifiedHash": "d57fbb69fa" + "_dateLastModifiedHash": "29a345d10a" }, "class": [ { diff --git a/class/Middle Finger of Vecna; Warden.json b/class/Middle Finger of Vecna; Warden.json index 977209b252..7ef09105b9 100644 --- a/class/Middle Finger of Vecna; Warden.json +++ b/class/Middle Finger of Vecna; Warden.json @@ -19,7 +19,7 @@ ], "dateAdded": 1640685326, "dateLastModified": 1640685326, - "_dateLastModifiedHash": "59adcc7358" + "_dateLastModifiedHash": "9a2d3e40ab" }, "class": [ { diff --git a/class/Middle Finger of Vecna; Warmage.json b/class/Middle Finger of Vecna; Warmage.json index e21799d3f3..945fbe416c 100644 --- a/class/Middle Finger of Vecna; Warmage.json +++ b/class/Middle Finger of Vecna; Warmage.json @@ -21,7 +21,7 @@ }, "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "00e207eb53" + "_dateLastModifiedHash": "53aa65a05f" }, "class": [ { diff --git a/class/Middle Finger of Vecna; Witch.json b/class/Middle Finger of Vecna; Witch.json index 4b08658d95..4bfa64a98e 100644 --- a/class/Middle Finger of Vecna; Witch.json +++ b/class/Middle Finger of Vecna; Witch.json @@ -18,7 +18,7 @@ ], "dateAdded": 1529515620, "dateLastModified": 1529515620, - "_dateLastModifiedHash": "ea6a080288" + "_dateLastModifiedHash": "c6639996fd" }, "class": [ { diff --git a/class/MisterThr33; Creature Cohorts, the Beholder.json b/class/MisterThr33; Creature Cohorts, the Beholder.json index 5796107dcf..327476ac83 100644 --- a/class/MisterThr33; Creature Cohorts, the Beholder.json +++ b/class/MisterThr33; Creature Cohorts, the Beholder.json @@ -19,7 +19,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "adb8577265" + "_dateLastModifiedHash": "b4aa755401" }, "race": [ { diff --git a/class/Mkirshnikov; Juggernaut.json b/class/Mkirshnikov; Juggernaut.json index 982cac9483..f6bb0bfc93 100644 --- a/class/Mkirshnikov; Juggernaut.json +++ b/class/Mkirshnikov; Juggernaut.json @@ -19,7 +19,7 @@ ], "dateAdded": 1616170689, "dateLastModified": 1616170689, - "_dateLastModifiedHash": "e56ea37edc" + "_dateLastModifiedHash": "62e249320f" }, "class": [ { diff --git a/class/NEThingMagic; Card Slinger.json b/class/NEThingMagic; Card Slinger.json index 9535544a78..d2885d6846 100644 --- a/class/NEThingMagic; Card Slinger.json +++ b/class/NEThingMagic; Card Slinger.json @@ -17,7 +17,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "9c13b65305" + "_dateLastModifiedHash": "035640ecf2" }, "class": [ { diff --git a/class/NewPageOfSwords; The Summoner.json b/class/NewPageOfSwords; The Summoner.json index b4da724ff7..88d29bd86e 100644 --- a/class/NewPageOfSwords; The Summoner.json +++ b/class/NewPageOfSwords; The Summoner.json @@ -20,7 +20,7 @@ }, "dateAdded": 1598017843, "dateLastModified": 1599338192, - "_dateLastModifiedHash": "b0d1b41c86" + "_dateLastModifiedHash": "9ff4b87474" }, "class": [ { diff --git a/class/Nimademe; Astrologer.json b/class/Nimademe; Astrologer.json index 1911debcd3..093366eba6 100644 --- a/class/Nimademe; Astrologer.json +++ b/class/Nimademe; Astrologer.json @@ -18,7 +18,7 @@ ], "dateAdded": 1616455102, "dateLastModified": 1616455102, - "_dateLastModifiedHash": "0142b9f1c7" + "_dateLastModifiedHash": "3c4410e499" }, "class": [ { diff --git a/class/Rain-Junkie; Dragon Knight.json b/class/Rain-Junkie; Dragon Knight.json index 2a243d2412..7715de0a92 100644 --- a/class/Rain-Junkie; Dragon Knight.json +++ b/class/Rain-Junkie; Dragon Knight.json @@ -20,7 +20,7 @@ ], "dateAdded": 1616886969, "dateLastModified": 1633018771, - "_dateLastModifiedHash": "30e5f453b4" + "_dateLastModifiedHash": "878df57d8f" }, "class": [ { diff --git a/class/Ranniery Jesuino; The Magus.json b/class/Ranniery Jesuino; The Magus.json index 9ea31e10b8..8722b70b8b 100644 --- a/class/Ranniery Jesuino; The Magus.json +++ b/class/Ranniery Jesuino; The Magus.json @@ -20,7 +20,7 @@ }, "dateAdded": 1612761565, "dateLastModified": 1621545658, - "_dateLastModifiedHash": "58d8ed3765" + "_dateLastModifiedHash": "9cf0d86ae9" }, "class": [ { diff --git a/class/Reddit; The Dirge.json b/class/Reddit; The Dirge.json index 4a5feff7fb..d8b4f2c80a 100644 --- a/class/Reddit; The Dirge.json +++ b/class/Reddit; The Dirge.json @@ -23,7 +23,7 @@ }, "dateAdded": 1548505822, "dateLastModified": 1548505822, - "_dateLastModifiedHash": "e4aa236129" + "_dateLastModifiedHash": "ee3d82fef0" }, "class": [ { diff --git a/class/Rhyzler; Gunsmith.json b/class/Rhyzler; Gunsmith.json index 73717ad889..b3437b862b 100644 --- a/class/Rhyzler; Gunsmith.json +++ b/class/Rhyzler; Gunsmith.json @@ -20,7 +20,7 @@ }, "dateAdded": 1592017807, "dateLastModified": 1592017807, - "_dateLastModifiedHash": "86816c2406" + "_dateLastModifiedHash": "5b582a1a35" }, "class": [ { diff --git a/class/Robert J Schwalb; Call to Arms The Warlord.json b/class/Robert J Schwalb; Call to Arms The Warlord.json index 703c0b931d..464f2ca2ff 100644 --- a/class/Robert J Schwalb; Call to Arms The Warlord.json +++ b/class/Robert J Schwalb; Call to Arms The Warlord.json @@ -19,7 +19,7 @@ ], "dateAdded": 1548505822, "dateLastModified": 1548505822, - "_dateLastModifiedHash": "498a2bdc37" + "_dateLastModifiedHash": "a99c25e32b" }, "class": [ { diff --git a/class/Sam Grierson; The Cook Class.json b/class/Sam Grierson; The Cook Class.json index 767797342f..9bf537fef4 100644 --- a/class/Sam Grierson; The Cook Class.json +++ b/class/Sam Grierson; The Cook Class.json @@ -22,7 +22,7 @@ }, "dateAdded": 1648926104, "dateLastModified": 1648926104, - "_dateLastModifiedHash": "f9ec8f9074" + "_dateLastModifiedHash": "b298f6504b" }, "class": [ { diff --git a/class/SwordMeow; The Atavist.json b/class/SwordMeow; The Atavist.json index 1a92bd78b6..74fe227fcd 100644 --- a/class/SwordMeow; The Atavist.json +++ b/class/SwordMeow; The Atavist.json @@ -24,7 +24,7 @@ }, "dateAdded": 1613543381, "dateLastModified": 1613543381, - "_dateLastModifiedHash": "ed7c3762b4" + "_dateLastModifiedHash": "08ade23b73" }, "class": [ { diff --git a/class/SwordMeow; Tweaked Sorcerer.json b/class/SwordMeow; Tweaked Sorcerer.json index d689995b21..6c7ba04107 100644 --- a/class/SwordMeow; Tweaked Sorcerer.json +++ b/class/SwordMeow; Tweaked Sorcerer.json @@ -17,7 +17,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "bdf3af5e8c" + "_dateLastModifiedHash": "41152ec163" }, "class": [ { diff --git a/class/Tandra_Boy; The Empowered.json b/class/Tandra_Boy; The Empowered.json index 931d96a34f..6cbb61bf9b 100644 --- a/class/Tandra_Boy; The Empowered.json +++ b/class/Tandra_Boy; The Empowered.json @@ -22,7 +22,7 @@ "optionalFeatureTypes": { "EP:AP": "Empowered; Astonishing Powers" }, - "_dateLastModifiedHash": "640272663d" + "_dateLastModifiedHash": "73922cf65b" }, "class": [ { diff --git a/class/Taron Pounds; Dancer.json b/class/Taron Pounds; Dancer.json index d21e787154..1711f69975 100644 --- a/class/Taron Pounds; Dancer.json +++ b/class/Taron Pounds; Dancer.json @@ -24,7 +24,7 @@ "dateAdded": 1646503485, "dateLastModified": 1646503485, "unlisted": true, - "_dateLastModifiedHash": "430a0e94ff" + "_dateLastModifiedHash": "3f2da8f65c" }, "class": [ { diff --git a/class/Taron Pounds; Runekeeper.json b/class/Taron Pounds; Runekeeper.json index 2347a1ba89..99815d7e08 100644 --- a/class/Taron Pounds; Runekeeper.json +++ b/class/Taron Pounds; Runekeeper.json @@ -46,7 +46,7 @@ "dateAdded": 0, "dateLastModified": 0, "unlisted": true, - "_dateLastModifiedHash": "8ea064075d" + "_dateLastModifiedHash": "4886b36343" }, "class": [ { diff --git a/class/Team Morsa; Scion.json b/class/Team Morsa; Scion.json index 5a71febafc..82b5c5174c 100644 --- a/class/Team Morsa; Scion.json +++ b/class/Team Morsa; Scion.json @@ -18,7 +18,7 @@ ], "dateAdded": 1618689970, "dateLastModified": 1623422948, - "_dateLastModifiedHash": "1fe73bc6aa" + "_dateLastModifiedHash": "29555c3bb0" }, "class": [ { diff --git a/class/TheFlameTouched; Ranger (Revised Spell-less).json b/class/TheFlameTouched; Ranger (Revised Spell-less).json index ec03865dd9..2f1092643f 100644 --- a/class/TheFlameTouched; Ranger (Revised Spell-less).json +++ b/class/TheFlameTouched; Ranger (Revised Spell-less).json @@ -18,7 +18,7 @@ ], "dateAdded": 1517270880, "dateLastModified": 1633192865, - "_dateLastModifiedHash": "0d70c3eeb3" + "_dateLastModifiedHash": "24b9b634af" }, "class": [ { diff --git a/class/Troubadore; Runeblade.json b/class/Troubadore; Runeblade.json index 2c32e9cb8f..f95bf41df6 100644 --- a/class/Troubadore; Runeblade.json +++ b/class/Troubadore; Runeblade.json @@ -19,7 +19,7 @@ ], "dateAdded": 1587779972, "dateLastModified": 1587834735, - "_dateLastModifiedHash": "64a47eae8d" + "_dateLastModifiedHash": "d10cb7b3bd" }, "class": [ { diff --git a/class/Troubadore; Versatile Ranger.json b/class/Troubadore; Versatile Ranger.json index 4ca46c3212..5ca0e3c76f 100644 --- a/class/Troubadore; Versatile Ranger.json +++ b/class/Troubadore; Versatile Ranger.json @@ -20,7 +20,7 @@ ], "dateAdded": 1587779972, "dateLastModified": 1587834735, - "_dateLastModifiedHash": "779e2480a1" + "_dateLastModifiedHash": "cccbd4b1fa" }, "class": [ { diff --git a/class/Tyeia; The Mystic Revised.json b/class/Tyeia; The Mystic Revised.json index 4d884c6cf5..3f0da06c21 100644 --- a/class/Tyeia; The Mystic Revised.json +++ b/class/Tyeia; The Mystic Revised.json @@ -15,7 +15,7 @@ ], "dateAdded": 1573121228, "dateLastModified": 1573121228, - "_dateLastModifiedHash": "ce20fb2269" + "_dateLastModifiedHash": "54106834a2" }, "class": [ { diff --git a/class/Unknown; Mech Pilot.json b/class/Unknown; Mech Pilot.json index 66cdf788e9..8f9a833829 100644 --- a/class/Unknown; Mech Pilot.json +++ b/class/Unknown; Mech Pilot.json @@ -17,7 +17,7 @@ ], "dateAdded": 1580617082, "dateLastModified": 1583537902, - "_dateLastModifiedHash": "a1b5e38958" + "_dateLastModifiedHash": "f7fbd98158" }, "class": [ { diff --git a/class/Usocolo123; Votarist.json b/class/Usocolo123; Votarist.json index 0fcccd4df0..b1131a3a94 100644 --- a/class/Usocolo123; Votarist.json +++ b/class/Usocolo123; Votarist.json @@ -24,7 +24,7 @@ }, "dateAdded": 1646493156, "dateLastModified": 1646493156, - "_dateLastModifiedHash": "48246b493b" + "_dateLastModifiedHash": "f26f2132c4" }, "class": [ { diff --git a/class/Vladimir Popov; Sorcerer Reworked.json b/class/Vladimir Popov; Sorcerer Reworked.json index 5ab10d05ae..335b674d4b 100644 --- a/class/Vladimir Popov; Sorcerer Reworked.json +++ b/class/Vladimir Popov; Sorcerer Reworked.json @@ -21,7 +21,7 @@ }, "dateAdded": 1601340238, "dateLastModified": 1601654750, - "_dateLastModifiedHash": "cfe3320b43" + "_dateLastModifiedHash": "c5177f8b33" }, "class": [ { diff --git a/class/VoyeurTheNinja; The Masked Hero.json b/class/VoyeurTheNinja; The Masked Hero.json index 9bfa6b4450..1593089491 100644 --- a/class/VoyeurTheNinja; The Masked Hero.json +++ b/class/VoyeurTheNinja; The Masked Hero.json @@ -19,7 +19,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "ec9f1e13cf" + "_dateLastModifiedHash": "b3924cf60f" }, "class": [ { diff --git a/class/Walrock Homebrew; Witch.json b/class/Walrock Homebrew; Witch.json index a79e89787f..f89de79164 100644 --- a/class/Walrock Homebrew; Witch.json +++ b/class/Walrock Homebrew; Witch.json @@ -20,7 +20,7 @@ }, "dateAdded": 1595709333, "dateLastModified": 1605828976, - "_dateLastModifiedHash": "c075492394" + "_dateLastModifiedHash": "a3b0c6ded1" }, "class": [ { diff --git a/class/William Rotor; The Rouge.json b/class/William Rotor; The Rouge.json index a7aabaa869..dc7294fcbf 100644 --- a/class/William Rotor; The Rouge.json +++ b/class/William Rotor; The Rouge.json @@ -22,7 +22,7 @@ "optionalFeatureTypes": { "R:FFO": "Rouge; Favoured Face Options" }, - "_dateLastModifiedHash": "4e2c3baf83" + "_dateLastModifiedHash": "5f5d5e9b9b" }, "class": [ { diff --git a/class/Xesu; The Samurai.json b/class/Xesu; The Samurai.json index cc9d3e61b8..010d4bb4d4 100644 --- a/class/Xesu; The Samurai.json +++ b/class/Xesu; The Samurai.json @@ -17,7 +17,7 @@ ], "dateAdded": 1598287787, "dateLastModified": 1598287787, - "_dateLastModifiedHash": "308d4ae7b4" + "_dateLastModifiedHash": "179008a8b6" }, "class": [ { diff --git a/class/Zarieth; The Witch.json b/class/Zarieth; The Witch.json index b775cbc678..0f51944ceb 100644 --- a/class/Zarieth; The Witch.json +++ b/class/Zarieth; The Witch.json @@ -18,7 +18,7 @@ ], "dateAdded": 1549127108, "dateLastModified": 1596587608, - "_dateLastModifiedHash": "06e0314b09" + "_dateLastModifiedHash": "2861b360c0" }, "class": [ { diff --git a/class/ZetFalcon; Card Dealer.json b/class/ZetFalcon; Card Dealer.json index 41955f299c..a361791140 100644 --- a/class/ZetFalcon; Card Dealer.json +++ b/class/ZetFalcon; Card Dealer.json @@ -15,7 +15,7 @@ ], "dateAdded": 1577719820, "dateLastModified": 1577719820, - "_dateLastModifiedHash": "2bc256bc08" + "_dateLastModifiedHash": "761cc701dc" }, "class": [ { diff --git a/class/aeyana; Hunter.json b/class/aeyana; Hunter.json index 6853a180ac..b5deeb6fb1 100644 --- a/class/aeyana; Hunter.json +++ b/class/aeyana; Hunter.json @@ -15,7 +15,7 @@ ], "dateAdded": 1565857116, "dateLastModified": 1585713702, - "_dateLastModifiedHash": "1817546422" + "_dateLastModifiedHash": "93bcdd7c0c" }, "class": [ { diff --git a/class/badooga; Badooga's Psion.json b/class/badooga; Badooga's Psion.json index a40b1538c9..2a3fb5aa88 100644 --- a/class/badooga; Badooga's Psion.json +++ b/class/badooga; Badooga's Psion.json @@ -31,7 +31,7 @@ }, "dateAdded": 1579290139, "dateLastModified": 1620113937, - "_dateLastModifiedHash": "b2a4af6837" + "_dateLastModifiedHash": "937e865bf0" }, "class": [ { diff --git a/class/badooga; Badooga's Warlord.json b/class/badooga; Badooga's Warlord.json index fcb43a23f6..b8b0c560c7 100644 --- a/class/badooga; Badooga's Warlord.json +++ b/class/badooga; Badooga's Warlord.json @@ -18,7 +18,7 @@ ], "dateAdded": 1621168316, "dateLastModified": 1621168316, - "_dateLastModifiedHash": "fdb54dcc57" + "_dateLastModifiedHash": "afc001bf6c" }, "class": [ { diff --git a/class/d'Artagnan; The Witch Knight.json b/class/d'Artagnan; The Witch Knight.json index 65f0454095..0a57d2736b 100644 --- a/class/d'Artagnan; The Witch Knight.json +++ b/class/d'Artagnan; The Witch Knight.json @@ -22,7 +22,7 @@ "optionalFeatureTypes": { "TWK:AE": "Witch Knight; Arcane Enhancement" }, - "_dateLastModifiedHash": "aafaaefef9" + "_dateLastModifiedHash": "47fd6394fd" }, "class": [ { diff --git a/class/devikyn; Eldritch Arcana.json b/class/devikyn; Eldritch Arcana.json index 090779ecd1..26d8ecc15d 100644 --- a/class/devikyn; Eldritch Arcana.json +++ b/class/devikyn; Eldritch Arcana.json @@ -18,7 +18,7 @@ ], "dateAdded": 1652281649, "dateLastModified": 1652281649, - "_dateLastModifiedHash": "5724aac52d" + "_dateLastModifiedHash": "08d1e678fb" }, "class": [ { diff --git a/class/devikyn; The Adaptive Ranger.json b/class/devikyn; The Adaptive Ranger.json index 9ef664ed69..f2caff73ae 100644 --- a/class/devikyn; The Adaptive Ranger.json +++ b/class/devikyn; The Adaptive Ranger.json @@ -19,7 +19,7 @@ ], "dateAdded": 1625065042, "dateLastModified": 1625500492, - "_dateLastModifiedHash": "7dde644fb7" + "_dateLastModifiedHash": "02f6dbf2b1" }, "class": [ { diff --git a/class/devikyn; Variant Sorcerer.json b/class/devikyn; Variant Sorcerer.json index a25a10087b..3f963e9304 100644 --- a/class/devikyn; Variant Sorcerer.json +++ b/class/devikyn; Variant Sorcerer.json @@ -18,7 +18,7 @@ ], "dateAdded": 1594395239, "dateLastModified": 1639084246, - "_dateLastModifiedHash": "06eab24ab1" + "_dateLastModifiedHash": "19f01bc2e9" }, "class": [ { diff --git a/class/fanatic66; The Swordmage.json b/class/fanatic66; The Swordmage.json index 888cfc4e39..6a9c755178 100644 --- a/class/fanatic66; The Swordmage.json +++ b/class/fanatic66; The Swordmage.json @@ -17,7 +17,7 @@ ], "dateAdded": 1603793256, "dateLastModified": 1623521506, - "_dateLastModifiedHash": "17d49e7575" + "_dateLastModifiedHash": "559a3834b2" }, "class": [ { diff --git a/class/griff-mac; The Resourceful Ranger.json b/class/griff-mac; The Resourceful Ranger.json index 227c713299..2ce9613803 100644 --- a/class/griff-mac; The Resourceful Ranger.json +++ b/class/griff-mac; The Resourceful Ranger.json @@ -17,7 +17,7 @@ }, "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "5056fcfc57" + "_dateLastModifiedHash": "a51e390c90" }, "class": [ { diff --git a/class/iamasecretwizard; Seeker.json b/class/iamasecretwizard; Seeker.json index 60f1c0ff86..01e40f610a 100644 --- a/class/iamasecretwizard; Seeker.json +++ b/class/iamasecretwizard; Seeker.json @@ -27,7 +27,7 @@ }, "dateAdded": 1538942101, "dateLastModified": 1538942101, - "_dateLastModifiedHash": "1eeddd54dc" + "_dateLastModifiedHash": "b8cfaa7a3c" }, "class": [ { diff --git a/class/itsalittlewaterlizard; The Titan Class.json b/class/itsalittlewaterlizard; The Titan Class.json index eef254f8f2..a05afd1054 100644 --- a/class/itsalittlewaterlizard; The Titan Class.json +++ b/class/itsalittlewaterlizard; The Titan Class.json @@ -18,7 +18,7 @@ ], "dateAdded": 1644686517, "dateLastModified": 1644686517, - "_dateLastModifiedHash": "6de17cd2b5" + "_dateLastModifiedHash": "7dc7184386" }, "class": [ { diff --git a/class/johnofbohemia; Witcher Class.json b/class/johnofbohemia; Witcher Class.json index 6bee23f9b2..4f555279b4 100644 --- a/class/johnofbohemia; Witcher Class.json +++ b/class/johnofbohemia; Witcher Class.json @@ -20,7 +20,7 @@ }, "dateAdded": 1557168726, "dateLastModified": 1557168726, - "_dateLastModifiedHash": "d996a64c0b" + "_dateLastModifiedHash": "fae4a24581" }, "class": [ { diff --git a/class/laserllama; The Savant.json b/class/laserllama; The Savant.json index 42fc5ffcc2..16eb84cffd 100644 --- a/class/laserllama; The Savant.json +++ b/class/laserllama; The Savant.json @@ -22,7 +22,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1602355909, - "_dateLastModifiedHash": "62359e363b" + "_dateLastModifiedHash": "9959bcc347" }, "class": [ { diff --git a/class/lighthazard; Trainer.json b/class/lighthazard; Trainer.json index 5c49498512..7894a81d91 100644 --- a/class/lighthazard; Trainer.json +++ b/class/lighthazard; Trainer.json @@ -17,7 +17,7 @@ ], "dateAdded": 1612069958, "dateLastModified": 1637878515, - "_dateLastModifiedHash": "eda05a1e30" + "_dateLastModifiedHash": "e294674b1b" }, "class": [ { diff --git a/class/nomiddlename303; Rogue Optional Feature Debilitate.json b/class/nomiddlename303; Rogue Optional Feature Debilitate.json index 9e00580e28..7aa58f8e03 100644 --- a/class/nomiddlename303; Rogue Optional Feature Debilitate.json +++ b/class/nomiddlename303; Rogue Optional Feature Debilitate.json @@ -21,7 +21,7 @@ "optionalFeatureTypes": { "DB": "Debilitation" }, - "_dateLastModifiedHash": "9e3e2afaba" + "_dateLastModifiedHash": "534376e8cc" }, "class": [ { diff --git a/class/pippochiri; The Edgelord.json b/class/pippochiri; The Edgelord.json index 13a5f53b2b..e6176ccc38 100644 --- a/class/pippochiri; The Edgelord.json +++ b/class/pippochiri; The Edgelord.json @@ -18,7 +18,7 @@ ], "dateAdded": 1600388581, "dateLastModified": 1600528434, - "_dateLastModifiedHash": "9cb327ddee" + "_dateLastModifiedHash": "1112765146" }, "class": [ { diff --git a/class/sonaplayer; The Customizable Artificer.json b/class/sonaplayer; The Customizable Artificer.json index 580db43e11..2b5946a91c 100644 --- a/class/sonaplayer; The Customizable Artificer.json +++ b/class/sonaplayer; The Customizable Artificer.json @@ -18,7 +18,7 @@ ], "dateAdded": 1532505300, "dateLastModified": 1532505300, - "_dateLastModifiedHash": "fe5e6cddba" + "_dateLastModifiedHash": "357cf916a9" }, "class": [ { diff --git a/class/xMartu; Surgebinder.json b/class/xMartu; Surgebinder.json index 7f6845e068..fb000cf306 100644 --- a/class/xMartu; Surgebinder.json +++ b/class/xMartu; Surgebinder.json @@ -17,7 +17,7 @@ ], "dateAdded": 1610991875, "dateLastModified": 1610991875, - "_dateLastModifiedHash": "c7b4bbb638" + "_dateLastModifiedHash": "ba884e9d26" }, "class": [ { diff --git a/collection/Adam Cohen; Shovel Knight, Shovels & Shields.json b/collection/Adam Cohen; Shovel Knight, Shovels & Shields.json index d903b269c9..958751c493 100644 --- a/collection/Adam Cohen; Shovel Knight, Shovels & Shields.json +++ b/collection/Adam Cohen; Shovel Knight, Shovels & Shields.json @@ -23,7 +23,7 @@ }, "dateAdded": 1613582781, "dateLastModified": 1613582781, - "_dateLastModifiedHash": "577c5e6ba7" + "_dateLastModifiedHash": "5e7db23d72" }, "class": [ { diff --git a/collection/Agenderarcee'sSorcerousOrigins.json b/collection/Agenderarcee'sSorcerousOrigins.json index 88fa365b9f..592e5ba9db 100644 --- a/collection/Agenderarcee'sSorcerousOrigins.json +++ b/collection/Agenderarcee'sSorcerousOrigins.json @@ -20,7 +20,7 @@ ], "dateAdded": 1643553045, "dateLastModified": 1643553045, - "_dateLastModifiedHash": "66c192ab99" + "_dateLastModifiedHash": "b2c541a5a4" }, "subclass": [ { diff --git a/collection/Alex Clippinger; Tome of the Pact.json b/collection/Alex Clippinger; Tome of the Pact.json index 96c7b5d3a0..f1a8ae7be3 100644 --- a/collection/Alex Clippinger; Tome of the Pact.json +++ b/collection/Alex Clippinger; Tome of the Pact.json @@ -17,7 +17,7 @@ ], "dateAdded": 1580792206, "dateLastModified": 1637867503, - "_dateLastModifiedHash": "4216101a8a" + "_dateLastModifiedHash": "e8557154c5" }, "subclass": [ { diff --git a/collection/Allan Cudicio; The Wagadu Chronicles.json b/collection/Allan Cudicio; The Wagadu Chronicles.json index 182344b29d..e2267fb28e 100644 --- a/collection/Allan Cudicio; The Wagadu Chronicles.json +++ b/collection/Allan Cudicio; The Wagadu Chronicles.json @@ -20,7 +20,7 @@ ], "dateAdded": 1602600364, "dateLastModified": 1602600364, - "_dateLastModifiedHash": "d0c64d89e1" + "_dateLastModifiedHash": "ce0c874cfb" }, "book": [ { diff --git a/collection/Amellwind; Amellwind's Guide to Monster Hunting.json b/collection/Amellwind; Amellwind's Guide to Monster Hunting.json index 95e85ba4be..a47e7664f2 100644 --- a/collection/Amellwind; Amellwind's Guide to Monster Hunting.json +++ b/collection/Amellwind; Amellwind's Guide to Monster Hunting.json @@ -20,7 +20,7 @@ }, "dateAdded": 1620294246, "dateLastModified": 1651283382, - "_dateLastModifiedHash": "abd65e7e9e" + "_dateLastModifiedHash": "6eb24906ec" }, "background": [ { diff --git a/collection/Amellwind; Monster Hunter Monster Manual.json b/collection/Amellwind; Monster Hunter Monster Manual.json index 47fc7afd2d..320a582407 100644 --- a/collection/Amellwind; Monster Hunter Monster Manual.json +++ b/collection/Amellwind; Monster Hunter Monster Manual.json @@ -22,7 +22,7 @@ ], "dateAdded": 1539558000, "dateLastModified": 1638304826, - "_dateLastModifiedHash": "7d2f1835ef" + "_dateLastModifiedHash": "885420160a" }, "book": [ { diff --git a/collection/Amratat; Dark Souls III - Lord Seeker's Compendium.json b/collection/Amratat; Dark Souls III - Lord Seeker's Compendium.json index d6c114fe5c..5e2fb8b84e 100644 --- a/collection/Amratat; Dark Souls III - Lord Seeker's Compendium.json +++ b/collection/Amratat; Dark Souls III - Lord Seeker's Compendium.json @@ -19,7 +19,7 @@ ], "dateAdded": 1645316345, "dateLastModified": 1645316345, - "_dateLastModifiedHash": "8521e72400" + "_dateLastModifiedHash": "a00ed44201" }, "monster": [ { diff --git a/collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json b/collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json index 7fd717409e..472890fe10 100644 --- a/collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json +++ b/collection/Andrew Welker; Tasha's Crucible of Everything Else vol 2.json @@ -21,7 +21,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "1c85d6a419" + "_dateLastModifiedHash": "3659928373" }, "optionalfeature": [ { diff --git a/collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json b/collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json index 9c824d44a6..4ee5cc7c73 100644 --- a/collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json +++ b/collection/Anthony Turco; Korranberg Chronicle Adventurers Almanac.json @@ -20,7 +20,7 @@ }, "dateAdded": 1547956312, "dateLastModified": 1623521934, - "_dateLastModifiedHash": "bc7a7b94e2" + "_dateLastModifiedHash": "4261f011c9" }, "subrace": [ { diff --git a/collection/Anthony Turco; Korranberg Chronicle Psions Primer.json b/collection/Anthony Turco; Korranberg Chronicle Psions Primer.json index 401c7f0054..d0a2a90565 100644 --- a/collection/Anthony Turco; Korranberg Chronicle Psions Primer.json +++ b/collection/Anthony Turco; Korranberg Chronicle Psions Primer.json @@ -132,7 +132,7 @@ }, "dateAdded": 1558019431, "dateLastModified": 1637963591, - "_dateLastModifiedHash": "4c38c143f8" + "_dateLastModifiedHash": "343ec91a4a" }, "feat": [ { diff --git a/collection/Arcana Games; Arkadia.json b/collection/Arcana Games; Arkadia.json index 79e3e3d370..772b990a4f 100644 --- a/collection/Arcana Games; Arkadia.json +++ b/collection/Arcana Games; Arkadia.json @@ -19,7 +19,7 @@ ], "dateAdded": 1571252818, "dateLastModified": 1618271978, - "_dateLastModifiedHash": "c55f39c90a" + "_dateLastModifiedHash": "2061ddb38c" }, "book": [ { diff --git a/collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json b/collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json index 38d69368dc..3169d50333 100644 --- a/collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json +++ b/collection/Arcanum Worlds; Odyssey of the Dragonlords Player's Guide.json @@ -19,7 +19,7 @@ ], "dateAdded": 1591780116, "dateLastModified": 1591780116, - "_dateLastModifiedHash": "25a5807ec9" + "_dateLastModifiedHash": "1b4e6d3c50" }, "race": [ { diff --git a/collection/Arcanum Worlds; Odyssey of the Dragonlords.json b/collection/Arcanum Worlds; Odyssey of the Dragonlords.json index a091e266b2..a952976ada 100644 --- a/collection/Arcanum Worlds; Odyssey of the Dragonlords.json +++ b/collection/Arcanum Worlds; Odyssey of the Dragonlords.json @@ -18,7 +18,7 @@ ], "dateAdded": 1606421565, "dateLastModified": 1606421565, - "_dateLastModifiedHash": "0502bb722b" + "_dateLastModifiedHash": "8a716fa977" }, "monster": [ { diff --git a/collection/Ashley May; Festival, Feats, and Fairs.json b/collection/Ashley May; Festival, Feats, and Fairs.json index 91348ddb8a..8130d6d91f 100644 --- a/collection/Ashley May; Festival, Feats, and Fairs.json +++ b/collection/Ashley May; Festival, Feats, and Fairs.json @@ -18,7 +18,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "b234e87a7a" + "_dateLastModifiedHash": "d0d03fe0a0" }, "book": [ { diff --git a/collection/Astro_zealot; Extra Genasi Subraces.json b/collection/Astro_zealot; Extra Genasi Subraces.json index 0292c66d43..19a0916f8e 100644 --- a/collection/Astro_zealot; Extra Genasi Subraces.json +++ b/collection/Astro_zealot; Extra Genasi Subraces.json @@ -18,7 +18,7 @@ ], "dateAdded": 1634436129, "dateLastModified": 1638015897, - "_dateLastModifiedHash": "7bb1157d87" + "_dateLastModifiedHash": "66e7296c7d" }, "subrace": [ { diff --git a/collection/Benevolent Evil; The Elements and Beyond.json b/collection/Benevolent Evil; The Elements and Beyond.json index 8b450c36e2..5aab6d6f8e 100644 --- a/collection/Benevolent Evil; The Elements and Beyond.json +++ b/collection/Benevolent Evil; The Elements and Beyond.json @@ -51,7 +51,7 @@ ], "dateAdded": 1613728932, "dateLastModified": 1638311249, - "_dateLastModifiedHash": "464c575132" + "_dateLastModifiedHash": "f5831196ce" }, "book": [ { diff --git a/collection/Benjamin Huffman Ross Leiser; The Complete Martialist Handbook.json b/collection/Benjamin Huffman Ross Leiser; The Complete Martialist Handbook.json index 58ec12389e..5b5c50a655 100644 --- a/collection/Benjamin Huffman Ross Leiser; The Complete Martialist Handbook.json +++ b/collection/Benjamin Huffman Ross Leiser; The Complete Martialist Handbook.json @@ -19,7 +19,7 @@ ], "dateAdded": 1555492442, "dateLastModified": 1638311927, - "_dateLastModifiedHash": "e0ab29a44a" + "_dateLastModifiedHash": "abbeb9f138" }, "subclass": [ { diff --git a/collection/Bonus Action; Bonus Action.json b/collection/Bonus Action; Bonus Action.json index 163499cf34..6a67ddce92 100644 --- a/collection/Bonus Action; Bonus Action.json +++ b/collection/Bonus Action; Bonus Action.json @@ -109,7 +109,7 @@ ], "dateAdded": 1589115470, "dateLastModified": 1638312452, - "_dateLastModifiedHash": "7f762f8c51" + "_dateLastModifiedHash": "13806bf55e" }, "background": [ { diff --git a/collection/BucketListMod; Personal Homebrew.json b/collection/BucketListMod; Personal Homebrew.json index b667cf8dfe..cfff0256db 100644 --- a/collection/BucketListMod; Personal Homebrew.json +++ b/collection/BucketListMod; Personal Homebrew.json @@ -58,7 +58,7 @@ "unlisted": true, "dateAdded": 1602344563, "dateLastModified": 1625172401, - "_dateLastModifiedHash": "742e4887b9" + "_dateLastModifiedHash": "3a7289e457" }, "feat": [ { diff --git a/collection/Clan Crafter Hralding; The Martial Arms Training Manual.json b/collection/Clan Crafter Hralding; The Martial Arms Training Manual.json index 48e0d43ab1..f6dda30c8b 100644 --- a/collection/Clan Crafter Hralding; The Martial Arms Training Manual.json +++ b/collection/Clan Crafter Hralding; The Martial Arms Training Manual.json @@ -22,7 +22,7 @@ }, "dateAdded": 1607542584, "dateLastModified": 1608028802, - "_dateLastModifiedHash": "6e5f49b27c" + "_dateLastModifiedHash": "88024dd146" }, "variantrule": [ { diff --git a/collection/Clippinger, Alex; Monsters Without Borders.json b/collection/Clippinger, Alex; Monsters Without Borders.json index 4cf195f9a7..fe4f82d5f2 100644 --- a/collection/Clippinger, Alex; Monsters Without Borders.json +++ b/collection/Clippinger, Alex; Monsters Without Borders.json @@ -38,7 +38,7 @@ ], "dateAdded": 1570552502, "dateLastModified": 1638441932, - "_dateLastModifiedHash": "603199e4a3" + "_dateLastModifiedHash": "b8fca9d51c" }, "spell": [ { diff --git a/collection/Creature Club; Creature Club Homebrew Collection.json b/collection/Creature Club; Creature Club Homebrew Collection.json index fd2d237692..e368e5a9cb 100644 --- a/collection/Creature Club; Creature Club Homebrew Collection.json +++ b/collection/Creature Club; Creature Club Homebrew Collection.json @@ -108,7 +108,7 @@ ], "dateAdded": 1614728010, "dateLastModified": 1638442182, - "_dateLastModifiedHash": "2336252c20" + "_dateLastModifiedHash": "96655d6ba3" }, "monster": [ { diff --git a/collection/D&D Wiki; Killer Rabbit.json b/collection/D&D Wiki; Killer Rabbit.json index 03e92e636e..03310659d0 100644 --- a/collection/D&D Wiki; Killer Rabbit.json +++ b/collection/D&D Wiki; Killer Rabbit.json @@ -17,7 +17,7 @@ ], "dateAdded": 1590443220, "dateLastModified": 1631151467, - "_dateLastModifiedHash": "dad76a6f6e" + "_dateLastModifiedHash": "e2b6b447d3" }, "monster": [ { diff --git a/collection/DMs Guild; Archetypes of Eberron.json b/collection/DMs Guild; Archetypes of Eberron.json index 63b473039a..ee13d7f427 100644 --- a/collection/DMs Guild; Archetypes of Eberron.json +++ b/collection/DMs Guild; Archetypes of Eberron.json @@ -19,7 +19,7 @@ ], "dateAdded": 1603793256, "dateLastModified": 1638444422, - "_dateLastModifiedHash": "4720b3116d" + "_dateLastModifiedHash": "f039d84e4d" }, "optionalfeature": [ { diff --git a/collection/DMsGuild; Rashemen.json b/collection/DMsGuild; Rashemen.json index 366c456de1..746bd468af 100644 --- a/collection/DMsGuild; Rashemen.json +++ b/collection/DMsGuild; Rashemen.json @@ -28,7 +28,7 @@ ], "dateAdded": 1652374503, "dateLastModified": 1652374503, - "_dateLastModifiedHash": "6013603e78" + "_dateLastModifiedHash": "ec6ce4679f" }, "background": [ { diff --git a/collection/DMsGuild; Thay Land of the Red Wizards.json b/collection/DMsGuild; Thay Land of the Red Wizards.json index 00bdef8c42..5a80cfafcd 100644 --- a/collection/DMsGuild; Thay Land of the Red Wizards.json +++ b/collection/DMsGuild; Thay Land of the Red Wizards.json @@ -20,7 +20,7 @@ ], "dateAdded": 1652374503, "dateLastModified": 1652374503, - "_dateLastModifiedHash": "1ee67b3620" + "_dateLastModifiedHash": "40b0f9fb62" }, "background": [ { diff --git a/collection/DMsGuild; The Border Kingdoms.json b/collection/DMsGuild; The Border Kingdoms.json index 11153ec612..750b678fc7 100644 --- a/collection/DMsGuild; The Border Kingdoms.json +++ b/collection/DMsGuild; The Border Kingdoms.json @@ -20,7 +20,7 @@ ], "dateAdded": 1652374503, "dateLastModified": 1652374503, - "_dateLastModifiedHash": "24400166e6" + "_dateLastModifiedHash": "ad5571673c" }, "background": [ { diff --git a/collection/DMsGuild; The Great Dale.json b/collection/DMsGuild; The Great Dale.json index 47952f14af..f6118de187 100644 --- a/collection/DMsGuild; The Great Dale.json +++ b/collection/DMsGuild; The Great Dale.json @@ -28,7 +28,7 @@ ], "dateAdded": 1652374503, "dateLastModified": 1652374503, - "_dateLastModifiedHash": "99418ee2c5" + "_dateLastModifiedHash": "aeb8211d04" }, "background": [ { diff --git a/collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json b/collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json index eeb64a95fb..f1ddf204db 100644 --- a/collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json +++ b/collection/DMsGuild; Xanathar's Lost Notes to Everything Else.json @@ -30,7 +30,7 @@ }, "dateAdded": 1613675300, "dateLastModified": 1638448674, - "_dateLastModifiedHash": "d60a6ccb71" + "_dateLastModifiedHash": "2bdda9aba3" }, "book": [ { diff --git a/collection/Dalagrath; Herbalism and Alchemy.json b/collection/Dalagrath; Herbalism and Alchemy.json index 54542a51b5..c4abba6553 100644 --- a/collection/Dalagrath; Herbalism and Alchemy.json +++ b/collection/Dalagrath; Herbalism and Alchemy.json @@ -19,7 +19,7 @@ ], "dateAdded": 1574443510, "dateLastModified": 1601239536, - "_dateLastModifiedHash": "56bc22b9f3" + "_dateLastModifiedHash": "4c054391a8" }, "book": [ { diff --git a/collection/Daniel Nnorth; MTG Slivers and Magical Items.json b/collection/Daniel Nnorth; MTG Slivers and Magical Items.json index 7a899c2453..48e1ca46e3 100644 --- a/collection/Daniel Nnorth; MTG Slivers and Magical Items.json +++ b/collection/Daniel Nnorth; MTG Slivers and Magical Items.json @@ -48,7 +48,7 @@ ], "dateAdded": 1547726032, "dateLastModified": 1638442683, - "_dateLastModifiedHash": "6c2d29ecd1" + "_dateLastModifiedHash": "2557735768" }, "book": [ { diff --git a/collection/Daniel Whyte; Hidal's Tome of the Esoteric.json b/collection/Daniel Whyte; Hidal's Tome of the Esoteric.json index 59ac7a7e0d..e00718a5e5 100644 --- a/collection/Daniel Whyte; Hidal's Tome of the Esoteric.json +++ b/collection/Daniel Whyte; Hidal's Tome of the Esoteric.json @@ -23,7 +23,7 @@ }, "dateAdded": 1614283062, "dateLastModified": 1617560759, - "_dateLastModifiedHash": "6905c015de" + "_dateLastModifiedHash": "7c870004d6" }, "class": [ { diff --git a/collection/DianaDM; A Series of Stars.json b/collection/DianaDM; A Series of Stars.json index 7adbd30082..1160e4ad04 100644 --- a/collection/DianaDM; A Series of Stars.json +++ b/collection/DianaDM; A Series of Stars.json @@ -19,7 +19,7 @@ ], "dateAdded": 1646699172, "dateLastModified": 1646699172, - "_dateLastModifiedHash": "0a1f5ca619" + "_dateLastModifiedHash": "31a17e65a4" }, "book": [ { diff --git a/collection/Dillan Ackerman; Quabis's Guide to Chronomancy.json b/collection/Dillan Ackerman; Quabis's Guide to Chronomancy.json index 02748aaf11..bd91967c25 100644 --- a/collection/Dillan Ackerman; Quabis's Guide to Chronomancy.json +++ b/collection/Dillan Ackerman; Quabis's Guide to Chronomancy.json @@ -23,7 +23,7 @@ }, "dateAdded": 1578816488, "dateLastModified": 1578816488, - "_dateLastModifiedHash": "e14add0546" + "_dateLastModifiedHash": "a1453dee18" }, "spell": [ { diff --git a/collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json b/collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json index c1fc5f80ee..6e1756e9ac 100644 --- a/collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json +++ b/collection/DnD Beyond; Legends of Runeterra Dark Tides of Bilgewater.json @@ -23,7 +23,7 @@ }, "dateAdded": 1591895014, "dateLastModified": 1638449914, - "_dateLastModifiedHash": "80a26a2c25" + "_dateLastModifiedHash": "f6b0f7b483" }, "book": [ { diff --git a/collection/Fey Rune Labs; The Gunpowder Codex.json b/collection/Fey Rune Labs; The Gunpowder Codex.json index 09480156a5..d3bdf0470c 100644 --- a/collection/Fey Rune Labs; The Gunpowder Codex.json +++ b/collection/Fey Rune Labs; The Gunpowder Codex.json @@ -19,7 +19,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "59857de956" + "_dateLastModifiedHash": "995757299e" }, "book": [ { diff --git a/collection/Flore; Explorer's guide to Xhoria.json b/collection/Flore; Explorer's guide to Xhoria.json index 5a1dda783c..6fe68289fb 100644 --- a/collection/Flore; Explorer's guide to Xhoria.json +++ b/collection/Flore; Explorer's guide to Xhoria.json @@ -15,7 +15,7 @@ ], "dateAdded": 1582566120, "dateLastModified": 1582571305, - "_dateLastModifiedHash": "557d99cb62" + "_dateLastModifiedHash": "4217fafb56" }, "deity": [ { diff --git a/collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json b/collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json index e38b32a8fd..c341c54ce5 100644 --- a/collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json +++ b/collection/Genuine Fantasy Press; The Compendium of Forgotten Secrets - Awakening.json @@ -26,7 +26,7 @@ }, "dateAdded": 1537874753, "dateLastModified": 1638616960, - "_dateLastModifiedHash": "dca877f7d6" + "_dateLastModifiedHash": "8577781d09" }, "monster": [ { diff --git a/collection/Godfall; Godfall.json b/collection/Godfall; Godfall.json index 617496c0ca..d9e6682b7d 100644 --- a/collection/Godfall; Godfall.json +++ b/collection/Godfall; Godfall.json @@ -19,7 +19,7 @@ ], "dateAdded": 1554154456, "dateLastModified": 1638617722, - "_dateLastModifiedHash": "dc181f6e59" + "_dateLastModifiedHash": "05e31021cd" }, "itemType": [ { diff --git a/collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json b/collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json index 622a2bf490..4ecde7b1fa 100644 --- a/collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json +++ b/collection/Griffin Macaulay; The Griffon's Saddlebag, Book 1.json @@ -19,7 +19,7 @@ ], "dateAdded": 1593429293, "dateLastModified": 1642802061, - "_dateLastModifiedHash": "51c844811d" + "_dateLastModifiedHash": "e7118495c3" }, "item": [ { diff --git a/collection/Grimley533; Player's Guide to Insectopia.json b/collection/Grimley533; Player's Guide to Insectopia.json index 72591c2600..2ffd0678cf 100644 --- a/collection/Grimley533; Player's Guide to Insectopia.json +++ b/collection/Grimley533; Player's Guide to Insectopia.json @@ -24,7 +24,7 @@ "AMV": "Aerial Maneuver", "GT": "Gust Technique" }, - "_dateLastModifiedHash": "5df33b2ee1" + "_dateLastModifiedHash": "5371fddb6a" }, "race": [ { diff --git a/collection/Gustavo Ramirez; Zorindis Campaign Setting.json b/collection/Gustavo Ramirez; Zorindis Campaign Setting.json index d1896f0118..d1e05de38e 100644 --- a/collection/Gustavo Ramirez; Zorindis Campaign Setting.json +++ b/collection/Gustavo Ramirez; Zorindis Campaign Setting.json @@ -15,7 +15,7 @@ ], "dateAdded": 1533205140, "dateLastModified": 1638620167, - "_dateLastModifiedHash": "5e5ef8e63a" + "_dateLastModifiedHash": "a1a6a50027" }, "class": [ { diff --git a/collection/Harry Florence; Enchanted Tattoos for 5e.json b/collection/Harry Florence; Enchanted Tattoos for 5e.json index 84ce413084..72286a20c3 100644 --- a/collection/Harry Florence; Enchanted Tattoos for 5e.json +++ b/collection/Harry Florence; Enchanted Tattoos for 5e.json @@ -18,7 +18,7 @@ ], "dateAdded": 1572214321, "dateLastModified": 1638621314, - "_dateLastModifiedHash": "b46a760b6a" + "_dateLastModifiedHash": "26e843df72" }, "book": [ { diff --git a/collection/Haven; All Beneath the Yonder Seas and Streams.json b/collection/Haven; All Beneath the Yonder Seas and Streams.json index e4dceefb72..cff9e19063 100644 --- a/collection/Haven; All Beneath the Yonder Seas and Streams.json +++ b/collection/Haven; All Beneath the Yonder Seas and Streams.json @@ -20,7 +20,7 @@ ], "dateAdded": 1613492332, "dateLastModified": 1638622820, - "_dateLastModifiedHash": "4a5062dfb5" + "_dateLastModifiedHash": "716845bf75" }, "book": [ { diff --git a/collection/Haven; All the Lights in the Sky are Stars.json b/collection/Haven; All the Lights in the Sky are Stars.json index 12c74a92c8..27ae6f722e 100644 --- a/collection/Haven; All the Lights in the Sky are Stars.json +++ b/collection/Haven; All the Lights in the Sky are Stars.json @@ -16,7 +16,7 @@ ], "dateAdded": 1572301894, "dateLastModified": 1638623714, - "_dateLastModifiedHash": "0432a62d73" + "_dateLastModifiedHash": "7ea105c689" }, "book": [ { diff --git a/collection/Heavyarms; The Complete Armorer's Handbook.json b/collection/Heavyarms; The Complete Armorer's Handbook.json index 39cb8cb068..aba46fa9bd 100644 --- a/collection/Heavyarms; The Complete Armorer's Handbook.json +++ b/collection/Heavyarms; The Complete Armorer's Handbook.json @@ -27,7 +27,7 @@ "RS:VR": "Runestone; Very Rare", "RS:L": "Runestone; Legendary" }, - "_dateLastModifiedHash": "7675845905" + "_dateLastModifiedHash": "204b2422a3" }, "book": [ { diff --git a/collection/Hit Point Press; Humblewood Campaign Setting.json b/collection/Hit Point Press; Humblewood Campaign Setting.json index 72e0dd3b96..7f21383c02 100644 --- a/collection/Hit Point Press; Humblewood Campaign Setting.json +++ b/collection/Hit Point Press; Humblewood Campaign Setting.json @@ -20,7 +20,7 @@ ], "dateAdded": 1575675839, "dateLastModified": 1638625311, - "_dateLastModifiedHash": "b66518afac" + "_dateLastModifiedHash": "6a18a1d01c" }, "race": [ { diff --git a/collection/InxSinon; Tera's Travels At the Peaks of Gravity.json b/collection/InxSinon; Tera's Travels At the Peaks of Gravity.json index 12dce51d4b..f208cf1697 100644 --- a/collection/InxSinon; Tera's Travels At the Peaks of Gravity.json +++ b/collection/InxSinon; Tera's Travels At the Peaks of Gravity.json @@ -19,7 +19,7 @@ ], "dateAdded": 1623210135, "dateLastModified": 1638625477, - "_dateLastModifiedHash": "60653d9a33" + "_dateLastModifiedHash": "ba2fe11e9d" }, "book": [ { diff --git a/collection/IrishBandit; Rule of Law.json b/collection/IrishBandit; Rule of Law.json index 575e51ed54..12dfb86cc2 100644 --- a/collection/IrishBandit; Rule of Law.json +++ b/collection/IrishBandit; Rule of Law.json @@ -18,7 +18,7 @@ ], "dateAdded": 1539558000, "dateLastModified": 1638626256, - "_dateLastModifiedHash": "6f08b7ccc5" + "_dateLastModifiedHash": "36e0c1f51a" }, "book": [ { diff --git a/collection/Janet Neilson; Dodecronomicon Presents Arcane Ink.json b/collection/Janet Neilson; Dodecronomicon Presents Arcane Ink.json index da9ae2ae47..6ae927fd16 100644 --- a/collection/Janet Neilson; Dodecronomicon Presents Arcane Ink.json +++ b/collection/Janet Neilson; Dodecronomicon Presents Arcane Ink.json @@ -18,7 +18,7 @@ ], "dateAdded": 1572214321, "dateLastModified": 1638626387, - "_dateLastModifiedHash": "56fdc21895" + "_dateLastModifiedHash": "1eb9f57220" }, "book": [ { diff --git a/collection/JasonNewby; Durnan's Guide to Tavernkeeping.json b/collection/JasonNewby; Durnan's Guide to Tavernkeeping.json index 19978d26ce..690ed261d1 100644 --- a/collection/JasonNewby; Durnan's Guide to Tavernkeeping.json +++ b/collection/JasonNewby; Durnan's Guide to Tavernkeeping.json @@ -25,7 +25,7 @@ ], "dateAdded": 1551657158, "dateLastModified": 1638626677, - "_dateLastModifiedHash": "4a1ece2f03" + "_dateLastModifiedHash": "bfb4685f10" }, "book": [ { diff --git a/collection/Jeremy Forbing; Elminsters Guide to Magic.json b/collection/Jeremy Forbing; Elminsters Guide to Magic.json index 062fb9df74..66648927ad 100644 --- a/collection/Jeremy Forbing; Elminsters Guide to Magic.json +++ b/collection/Jeremy Forbing; Elminsters Guide to Magic.json @@ -20,7 +20,7 @@ ], "dateAdded": 1596201930, "dateLastModified": 1638626806, - "_dateLastModifiedHash": "9526753929" + "_dateLastModifiedHash": "ebc5b42865" }, "spell": [ { diff --git a/collection/Jetpack7; Gods and Goddesses Redux.json b/collection/Jetpack7; Gods and Goddesses Redux.json index a25ffd96e1..80ea1acaa5 100644 --- a/collection/Jetpack7; Gods and Goddesses Redux.json +++ b/collection/Jetpack7; Gods and Goddesses Redux.json @@ -22,7 +22,7 @@ ], "dateAdded": 1619751661, "dateLastModified": 1638627021, - "_dateLastModifiedHash": "6f67734b86" + "_dateLastModifiedHash": "9e59fd2ed2" }, "deity": [ { diff --git a/collection/Jonoman3000; Blazing Dawn Player's Companion.json b/collection/Jonoman3000; Blazing Dawn Player's Companion.json index 088c995f15..7b6ee86f30 100644 --- a/collection/Jonoman3000; Blazing Dawn Player's Companion.json +++ b/collection/Jonoman3000; Blazing Dawn Player's Companion.json @@ -23,7 +23,7 @@ }, "dateAdded": 1605032410, "dateLastModified": 1638628781, - "_dateLastModifiedHash": "d96df071c1" + "_dateLastModifiedHash": "5878e8b031" }, "book": [ { diff --git a/collection/Jonoman3000; Dark Arts Players Companion.json b/collection/Jonoman3000; Dark Arts Players Companion.json index 18b92c2315..f95332c135 100644 --- a/collection/Jonoman3000; Dark Arts Players Companion.json +++ b/collection/Jonoman3000; Dark Arts Players Companion.json @@ -20,7 +20,7 @@ ], "dateAdded": 1595181963, "dateLastModified": 1638642793, - "_dateLastModifiedHash": "b8af87dfa4" + "_dateLastModifiedHash": "790b181aba" }, "book": [ { diff --git a/collection/Jonoman3000; Sprouting Chaos Player's Companion.json b/collection/Jonoman3000; Sprouting Chaos Player's Companion.json index 0345822722..9aec25e53a 100644 --- a/collection/Jonoman3000; Sprouting Chaos Player's Companion.json +++ b/collection/Jonoman3000; Sprouting Chaos Player's Companion.json @@ -22,7 +22,7 @@ "optionalFeatureTypes": { "NatD": "Nature Discipline" }, - "_dateLastModifiedHash": "35174f46fd" + "_dateLastModifiedHash": "615f83009a" }, "race": [ { diff --git a/collection/Jyka; Komalitr.json b/collection/Jyka; Komalitr.json index 396484b5e9..118a75e480 100644 --- a/collection/Jyka; Komalitr.json +++ b/collection/Jyka; Komalitr.json @@ -26,7 +26,7 @@ ], "dateAdded": 1642797134, "dateLastModified": 1650452761, - "_dateLastModifiedHash": "7fd25e84df" + "_dateLastModifiedHash": "408d25bfae" }, "race": [ { diff --git a/collection/Karl Nicolas; Tome of Mystical Tattoos.json b/collection/Karl Nicolas; Tome of Mystical Tattoos.json index b28e21d8b9..1073950ac1 100644 --- a/collection/Karl Nicolas; Tome of Mystical Tattoos.json +++ b/collection/Karl Nicolas; Tome of Mystical Tattoos.json @@ -17,7 +17,7 @@ ], "dateAdded": 1643302562, "dateLastModified": 1643302562, - "_dateLastModifiedHash": "0717d97c18" + "_dateLastModifiedHash": "fec92f42fc" }, "adventure": [ { diff --git a/collection/Keith Baker; Exploring Eberron.json b/collection/Keith Baker; Exploring Eberron.json index 5ce8c9e997..36acc86c62 100644 --- a/collection/Keith Baker; Exploring Eberron.json +++ b/collection/Keith Baker; Exploring Eberron.json @@ -20,7 +20,7 @@ ], "dateAdded": 1599127411, "dateLastModified": 1638646326, - "_dateLastModifiedHash": "16aa62ed79" + "_dateLastModifiedHash": "6a0c83f802" }, "book": [ { diff --git a/collection/Keith Baker; Inner Circle Exclusives.json b/collection/Keith Baker; Inner Circle Exclusives.json index 03138bff20..2781c32845 100644 --- a/collection/Keith Baker; Inner Circle Exclusives.json +++ b/collection/Keith Baker; Inner Circle Exclusives.json @@ -19,7 +19,7 @@ "unlisted": true, "dateAdded": 1603318902, "dateLastModified": 1638646557, - "_dateLastModifiedHash": "2abcf3c3bc" + "_dateLastModifiedHash": "0ca0e30289" }, "book": [ { diff --git a/collection/Keith Baker; Morgrave Miscellany.json b/collection/Keith Baker; Morgrave Miscellany.json index ce99ee34f2..044da3654e 100644 --- a/collection/Keith Baker; Morgrave Miscellany.json +++ b/collection/Keith Baker; Morgrave Miscellany.json @@ -20,7 +20,7 @@ ], "dateAdded": 1584381600, "dateLastModified": 1638647313, - "_dateLastModifiedHash": "88cd83d6e0" + "_dateLastModifiedHash": "b873c47076" }, "subclass": [ { diff --git a/collection/Kobold Press; Deep Magic 01 Clockwork Magic.json b/collection/Kobold Press; Deep Magic 01 Clockwork Magic.json index b03f8d617b..b092d22fe3 100644 --- a/collection/Kobold Press; Deep Magic 01 Clockwork Magic.json +++ b/collection/Kobold Press; Deep Magic 01 Clockwork Magic.json @@ -27,7 +27,7 @@ }, "dateAdded": 1542063914, "dateLastModified": 1638648211, - "_dateLastModifiedHash": "1a2f712ac8" + "_dateLastModifiedHash": "b33a14b6e6" }, "book": [ { diff --git a/collection/Kobold Press; Deep Magic 03 Void Magic.json b/collection/Kobold Press; Deep Magic 03 Void Magic.json index 2e69f88406..3349df97d1 100644 --- a/collection/Kobold Press; Deep Magic 03 Void Magic.json +++ b/collection/Kobold Press; Deep Magic 03 Void Magic.json @@ -27,7 +27,7 @@ }, "dateAdded": 1578601678, "dateLastModified": 1638648324, - "_dateLastModifiedHash": "4e0df0eed1" + "_dateLastModifiedHash": "d9c6e6d360" }, "book": [ { diff --git a/collection/Kobold Press; Deep Magic 04 Illumination Magic.json b/collection/Kobold Press; Deep Magic 04 Illumination Magic.json index 0b94f47027..f3ad6550f8 100644 --- a/collection/Kobold Press; Deep Magic 04 Illumination Magic.json +++ b/collection/Kobold Press; Deep Magic 04 Illumination Magic.json @@ -19,7 +19,7 @@ ], "dateAdded": 1580670213, "dateLastModified": 1638650513, - "_dateLastModifiedHash": "43901eed9c" + "_dateLastModifiedHash": "ee83dd8e4d" }, "subclass": [ { diff --git a/collection/Kobold Press; Deep Magic 08 Battle Magic.json b/collection/Kobold Press; Deep Magic 08 Battle Magic.json index 2dd9f04f46..4fd1f928ca 100644 --- a/collection/Kobold Press; Deep Magic 08 Battle Magic.json +++ b/collection/Kobold Press; Deep Magic 08 Battle Magic.json @@ -19,7 +19,7 @@ ], "dateAdded": 1542063914, "dateLastModified": 1638650875, - "_dateLastModifiedHash": "8fafdbff8a" + "_dateLastModifiedHash": "3cdf260800" }, "book": [ { diff --git a/collection/Kobold Press; Deep Magic 13 Dragon Magic.json b/collection/Kobold Press; Deep Magic 13 Dragon Magic.json index 38c98c8736..7e75f789bf 100644 --- a/collection/Kobold Press; Deep Magic 13 Dragon Magic.json +++ b/collection/Kobold Press; Deep Magic 13 Dragon Magic.json @@ -20,7 +20,7 @@ ], "dateAdded": 1547608205, "dateLastModified": 1547608205, - "_dateLastModifiedHash": "43c86f3d33" + "_dateLastModifiedHash": "fd335890cb" }, "feat": [ { diff --git a/collection/Kobold Press; Deep Magic 14 Elemental Magic.json b/collection/Kobold Press; Deep Magic 14 Elemental Magic.json index 5a7b546cbb..0023dd5f35 100644 --- a/collection/Kobold Press; Deep Magic 14 Elemental Magic.json +++ b/collection/Kobold Press; Deep Magic 14 Elemental Magic.json @@ -19,7 +19,7 @@ ], "dateAdded": 1547946726, "dateLastModified": 1547946726, - "_dateLastModifiedHash": "7afd683e73" + "_dateLastModifiedHash": "b307abac2c" }, "feat": [ { diff --git a/collection/Kobold Press; Deep Magic 16 Time Magic.json b/collection/Kobold Press; Deep Magic 16 Time Magic.json index f2005f2634..80cc0ee320 100644 --- a/collection/Kobold Press; Deep Magic 16 Time Magic.json +++ b/collection/Kobold Press; Deep Magic 16 Time Magic.json @@ -25,7 +25,7 @@ }, "dateAdded": 1547684989, "dateLastModified": 1547684989, - "_dateLastModifiedHash": "de1134b344" + "_dateLastModifiedHash": "774200d5a5" }, "spell": [ { diff --git a/collection/Kobold Press; Deep Magic 17 Mythos Magic.json b/collection/Kobold Press; Deep Magic 17 Mythos Magic.json index 2b35b56c8d..780f05ff05 100644 --- a/collection/Kobold Press; Deep Magic 17 Mythos Magic.json +++ b/collection/Kobold Press; Deep Magic 17 Mythos Magic.json @@ -19,7 +19,7 @@ ], "dateAdded": 1580670213, "dateLastModified": 1638651339, - "_dateLastModifiedHash": "0fae893856" + "_dateLastModifiedHash": "344dddc207" }, "item": [ { diff --git a/collection/Kobold Press; Deep Magic for 5th Edition.json b/collection/Kobold Press; Deep Magic for 5th Edition.json index 239b1d7fa4..93b4dd3091 100644 --- a/collection/Kobold Press; Deep Magic for 5th Edition.json +++ b/collection/Kobold Press; Deep Magic for 5th Edition.json @@ -18,7 +18,7 @@ ], "dateAdded": 1614875938, "dateLastModified": 1614875938, - "_dateLastModifiedHash": "dde8fddadc" + "_dateLastModifiedHash": "1e89f71d55" }, "monster": [ { diff --git a/collection/Lambros009; Illivar's Guide to Nullification.json b/collection/Lambros009; Illivar's Guide to Nullification.json index a95790ac0d..eb9130329f 100644 --- a/collection/Lambros009; Illivar's Guide to Nullification.json +++ b/collection/Lambros009; Illivar's Guide to Nullification.json @@ -19,7 +19,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1638652514, - "_dateLastModifiedHash": "3d85b39269" + "_dateLastModifiedHash": "394e49e126" }, "variant": [ { diff --git a/collection/Legendary Games; Royal Tournaments.json b/collection/Legendary Games; Royal Tournaments.json index a08d40edf9..a733433ece 100644 --- a/collection/Legendary Games; Royal Tournaments.json +++ b/collection/Legendary Games; Royal Tournaments.json @@ -19,7 +19,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1638652621, - "_dateLastModifiedHash": "551a4ed2a0" + "_dateLastModifiedHash": "c2f3eacf56" }, "book": [ { diff --git a/collection/Lion Forge; Rolled and Told.json b/collection/Lion Forge; Rolled and Told.json index 5af59d620b..ef12c30684 100644 --- a/collection/Lion Forge; Rolled and Told.json +++ b/collection/Lion Forge; Rolled and Told.json @@ -153,7 +153,7 @@ ], "dateAdded": 1602284622, "dateLastModified": 1638657238, - "_dateLastModifiedHash": "dbdc7376b0" + "_dateLastModifiedHash": "c42a25d9a9" }, "adventure": [ { diff --git a/collection/MCDM Productions; Strongholds and Followers.json b/collection/MCDM Productions; Strongholds and Followers.json index 8e5ce8c92c..b97134a145 100644 --- a/collection/MCDM Productions; Strongholds and Followers.json +++ b/collection/MCDM Productions; Strongholds and Followers.json @@ -30,7 +30,7 @@ }, "dateAdded": 1546266054, "dateLastModified": 1638732832, - "_dateLastModifiedHash": "13ae70b5ae" + "_dateLastModifiedHash": "485f57c28e" }, "itemType": [ { diff --git a/collection/Mage Hand Press; Dark Matter.json b/collection/Mage Hand Press; Dark Matter.json index a857fb0417..5cecf36617 100644 --- a/collection/Mage Hand Press; Dark Matter.json +++ b/collection/Mage Hand Press; Dark Matter.json @@ -40,7 +40,7 @@ "Your Intelligence (Technology) check measures your ability to understand the inner workings of technological devices. Most devices are powered by some form of magic, but plenty of intricate design goes into channeling that magic into useful effects. Use this skill to understand unfamiliar or complex technology or to modify or repair devices. The GM may call for an Intelligence (Technology) check when you attempt to modify a blaster, repair your ship's {@item shield generator|darkmatter}, disable a rogue android, or sabotage an arcane terminal." ] }, - "_dateLastModifiedHash": "43631cfd96" + "_dateLastModifiedHash": "843110a8d9" }, "background": [ { diff --git a/collection/Mage Hand Press; Mimic Book of Mimics.json b/collection/Mage Hand Press; Mimic Book of Mimics.json index 1e6fb0c744..e93c80fd0b 100644 --- a/collection/Mage Hand Press; Mimic Book of Mimics.json +++ b/collection/Mage Hand Press; Mimic Book of Mimics.json @@ -20,7 +20,7 @@ "dateAdded": 1585952791, "dateLastModified": 1638731320, "unlisted": true, - "_dateLastModifiedHash": "3dec752372" + "_dateLastModifiedHash": "4259437d54" }, "book": [ { diff --git a/collection/Mage Hand Press; Valda's Spire of Secrets.json b/collection/Mage Hand Press; Valda's Spire of Secrets.json index 6992d92931..c33d4036c6 100644 --- a/collection/Mage Hand Press; Valda's Spire of Secrets.json +++ b/collection/Mage Hand Press; Valda's Spire of Secrets.json @@ -36,7 +36,7 @@ }, "dateAdded": 1647295221, "dateLastModified": 1647295221, - "_dateLastModifiedHash": "0878b6b73c" + "_dateLastModifiedHash": "4f354f1f57" }, "race": [ { diff --git a/collection/Matthew Mercer; TalDorei Campaign Guide.json b/collection/Matthew Mercer; TalDorei Campaign Guide.json index e18b1b373f..125f7555d9 100644 --- a/collection/Matthew Mercer; TalDorei Campaign Guide.json +++ b/collection/Matthew Mercer; TalDorei Campaign Guide.json @@ -20,7 +20,7 @@ ], "dateAdded": 1561679857, "dateLastModified": 1638731684, - "_dateLastModifiedHash": "bb3aec38b5" + "_dateLastModifiedHash": "2b63938a14" }, "book": [ { diff --git a/collection/Middle Finger of Vecna; Channeler.json b/collection/Middle Finger of Vecna; Channeler.json index f8877fd368..024e33621b 100644 --- a/collection/Middle Finger of Vecna; Channeler.json +++ b/collection/Middle Finger of Vecna; Channeler.json @@ -19,7 +19,7 @@ ], "dateAdded": 1643488042, "dateLastModified": 1643488042, - "_dateLastModifiedHash": "20d6ff0227" + "_dateLastModifiedHash": "d24e6efc54" }, "class": [ { diff --git a/collection/Middle Finger of Vecna; Evil Archetypes.json b/collection/Middle Finger of Vecna; Evil Archetypes.json index ebac3ef555..c9cdd28bdb 100644 --- a/collection/Middle Finger of Vecna; Evil Archetypes.json +++ b/collection/Middle Finger of Vecna; Evil Archetypes.json @@ -17,7 +17,7 @@ }, "dateAdded": 1578527975, "dateLastModified": 1638734479, - "_dateLastModifiedHash": "bc3fc9e120" + "_dateLastModifiedHash": "badc424aeb" }, "subclass": [ { diff --git a/collection/Middle Finger of Vecna; Gunslinger.json b/collection/Middle Finger of Vecna; Gunslinger.json index f4dd1f4136..3ee582b7bb 100644 --- a/collection/Middle Finger of Vecna; Gunslinger.json +++ b/collection/Middle Finger of Vecna; Gunslinger.json @@ -19,7 +19,7 @@ ], "dateAdded": 1643488042, "dateLastModified": 1643488042, - "_dateLastModifiedHash": "6b4c429a09" + "_dateLastModifiedHash": "309162c068" }, "baseitem": [ { diff --git a/collection/Middle Finger of Vecna; Magitech Updates.json b/collection/Middle Finger of Vecna; Magitech Updates.json index b4a18525e5..de3bf94993 100644 --- a/collection/Middle Finger of Vecna; Magitech Updates.json +++ b/collection/Middle Finger of Vecna; Magitech Updates.json @@ -28,7 +28,7 @@ }, "dateAdded": 1545342498, "dateLastModified": 1638735619, - "_dateLastModifiedHash": "f83559ff4a" + "_dateLastModifiedHash": "326b4f95b4" }, "book": [ { diff --git a/collection/Middle Finger of Vecna; Sentinels of the Multiverse.json b/collection/Middle Finger of Vecna; Sentinels of the Multiverse.json index f58ff5a22e..642706bc21 100644 --- a/collection/Middle Finger of Vecna; Sentinels of the Multiverse.json +++ b/collection/Middle Finger of Vecna; Sentinels of the Multiverse.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1638735673, - "_dateLastModifiedHash": "3bb7952565" + "_dateLastModifiedHash": "7ddae811f7" }, "subclass": [ { diff --git a/collection/Middle Finger of Vecna; The Oozemasters Apprentice .json b/collection/Middle Finger of Vecna; The Oozemasters Apprentice .json index 589cb005a1..72cba2bc0f 100644 --- a/collection/Middle Finger of Vecna; The Oozemasters Apprentice .json +++ b/collection/Middle Finger of Vecna; The Oozemasters Apprentice .json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1638735738, - "_dateLastModifiedHash": "d0016bee30" + "_dateLastModifiedHash": "b43b655fa9" }, "monster": [ { diff --git a/collection/Mike Mearls; Livestream and Twitter.json b/collection/Mike Mearls; Livestream and Twitter.json index fd2613b995..fcfbf1b48a 100644 --- a/collection/Mike Mearls; Livestream and Twitter.json +++ b/collection/Mike Mearls; Livestream and Twitter.json @@ -34,7 +34,7 @@ ], "dateAdded": 1604427642, "dateLastModified": 1604427642, - "_dateLastModifiedHash": "546712fc00" + "_dateLastModifiedHash": "5b3dcd4343" }, "monster": [ { diff --git a/collection/Modnar; Cooking and Brewing.json b/collection/Modnar; Cooking and Brewing.json index 7b6bde506e..cb910829e3 100644 --- a/collection/Modnar; Cooking and Brewing.json +++ b/collection/Modnar; Cooking and Brewing.json @@ -120,7 +120,7 @@ ], "dateAdded": 1539950732, "dateLastModified": 1539950732, - "_dateLastModifiedHash": "c9c55002d3" + "_dateLastModifiedHash": "4518a1c546" }, "condition": [ { diff --git "a/collection/Modnar; Modnar's Manual of Multiple M\303\251tier.json" "b/collection/Modnar; Modnar's Manual of Multiple M\303\251tier.json" index a63e8d88c9..9987797500 100644 --- "a/collection/Modnar; Modnar's Manual of Multiple M\303\251tier.json" +++ "b/collection/Modnar; Modnar's Manual of Multiple M\303\251tier.json" @@ -154,7 +154,7 @@ }, "dateAdded": 0, "dateLastModified": 1638898652, - "_dateLastModifiedHash": "eadfb5a523" + "_dateLastModifiedHash": "30dab99fe9" }, "itemProperty": [ { diff --git a/collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json b/collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json index 22d8570f6d..18fb9ced7e 100644 --- a/collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json +++ b/collection/Modnar; Modnars Menagerie of (most often Mamialian) Mates - Familiars and Companions.json @@ -316,7 +316,7 @@ }, "dateAdded": 1549715846, "dateLastModified": 1638912512, - "_dateLastModifiedHash": "9678447f26" + "_dateLastModifiedHash": "baf53d3e58" }, "book": [ { diff --git a/collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json b/collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json index af99094af7..ce71969b0a 100644 --- a/collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json +++ b/collection/Modnar; Modnars Multitudinous Merriments (Games and Gambling).json @@ -275,7 +275,7 @@ ], "dateAdded": 1580686794, "dateLastModified": 1638906185, - "_dateLastModifiedHash": "a9dbdfe7b3" + "_dateLastModifiedHash": "ea00c7ff67" }, "book": [ { diff --git a/collection/Mogrit; The Technomancer's Textbook.json b/collection/Mogrit; The Technomancer's Textbook.json index c31aff11aa..4e378651d0 100644 --- a/collection/Mogrit; The Technomancer's Textbook.json +++ b/collection/Mogrit; The Technomancer's Textbook.json @@ -27,7 +27,7 @@ "Technology is a skill that any character can choose to replace one of their other skill proficiencies during character creation. Your Intelligence (Technology) check measures your knowledge of information systems, machines, networks, or any other aspect of modern technology." ] }, - "_dateLastModifiedHash": "ba929efe8f" + "_dateLastModifiedHash": "0e5f19d60e" }, "condition": [ { diff --git a/collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json b/collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json index a2d5af5698..43cace825f 100644 --- a/collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json +++ b/collection/MonkeyDM; Dark Tides of Bilgewater - Rebalanced.json @@ -25,7 +25,7 @@ }, "dateAdded": 1624479646, "dateLastModified": 1638742202, - "_dateLastModifiedHash": "42b18a5c8c" + "_dateLastModifiedHash": "b7628b8152" }, "item": [ { diff --git a/collection/MonkeyDM; Northern Lights Compendium.json b/collection/MonkeyDM; Northern Lights Compendium.json index dbba9b84f7..29bed992d5 100644 --- a/collection/MonkeyDM; Northern Lights Compendium.json +++ b/collection/MonkeyDM; Northern Lights Compendium.json @@ -22,7 +22,7 @@ "optionalFeatureTypes": { "HOC": "Half Orcish Consecration" }, - "_dateLastModifiedHash": "b230911477" + "_dateLastModifiedHash": "6dadb5612a" }, "race": [ { diff --git a/collection/MrVauxs; The Campaign of Nowa.json b/collection/MrVauxs; The Campaign of Nowa.json index 21947e185d..536ba9a01c 100644 --- a/collection/MrVauxs; The Campaign of Nowa.json +++ b/collection/MrVauxs; The Campaign of Nowa.json @@ -63,7 +63,7 @@ "dateAdded": 1596497919, "dateLastModified": 1620475894, "unlisted": true, - "_dateLastModifiedHash": "fe36c3a912" + "_dateLastModifiedHash": "48ec998372" }, "variantrule": [ { diff --git a/collection/Niels de Jong; Children of the Dragon.json b/collection/Niels de Jong; Children of the Dragon.json index 1bf9150442..0cc913aa59 100644 --- a/collection/Niels de Jong; Children of the Dragon.json +++ b/collection/Niels de Jong; Children of the Dragon.json @@ -23,7 +23,7 @@ }, "dateAdded": 1603914343, "dateLastModified": 1638786964, - "_dateLastModifiedHash": "c1142b1c07" + "_dateLastModifiedHash": "0df299ea7a" }, "book": [ { diff --git a/collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json b/collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json index 177b3ccf91..e04b4cffd5 100644 --- a/collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json +++ b/collection/Nord Games; Game Master's Toolbox Ultimate Bestiary Revenge of the Horde.json @@ -19,7 +19,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1638787293, - "_dateLastModifiedHash": "d250da8caf" + "_dateLastModifiedHash": "42a8f11360" }, "monster": [ { diff --git a/collection/Nord Games; Game Master's Toolbox Ultimate NPCs Skulduggery.json b/collection/Nord Games; Game Master's Toolbox Ultimate NPCs Skulduggery.json index 50377ec48a..95a0d80157 100644 --- a/collection/Nord Games; Game Master's Toolbox Ultimate NPCs Skulduggery.json +++ b/collection/Nord Games; Game Master's Toolbox Ultimate NPCs Skulduggery.json @@ -21,7 +21,7 @@ ], "dateAdded": 1555492476, "dateLastModified": 1638787998, - "_dateLastModifiedHash": "781dca2eff" + "_dateLastModifiedHash": "5f6cb8c777" }, "book": [ { diff --git a/collection/Nord Games; Treacherous Traps.json b/collection/Nord Games; Treacherous Traps.json index 708076d659..d2bc96539b 100644 --- a/collection/Nord Games; Treacherous Traps.json +++ b/collection/Nord Games; Treacherous Traps.json @@ -22,7 +22,7 @@ ], "dateAdded": 1584497865, "dateLastModified": 1638907478, - "_dateLastModifiedHash": "f4af5d1151" + "_dateLastModifiedHash": "9ab7095a0c" }, "book": [ { diff --git a/collection/Normiespy96; Master Strikes.json b/collection/Normiespy96; Master Strikes.json index 73535217a7..f34b4cce11 100644 --- a/collection/Normiespy96; Master Strikes.json +++ b/collection/Normiespy96; Master Strikes.json @@ -22,7 +22,7 @@ }, "dateAdded": 1609637586, "dateLastModified": 1638788801, - "_dateLastModifiedHash": "568538d77d" + "_dateLastModifiedHash": "469b38b2b0" }, "book": [ { diff --git a/collection/PD Jakobs; Festival Guide.json b/collection/PD Jakobs; Festival Guide.json index 57a41bea2e..53011fb532 100644 --- a/collection/PD Jakobs; Festival Guide.json +++ b/collection/PD Jakobs; Festival Guide.json @@ -18,7 +18,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1638788937, - "_dateLastModifiedHash": "5dc45c19e3" + "_dateLastModifiedHash": "e7f8bb0344" }, "book": [ { diff --git a/collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json b/collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json index 28739aeccf..74d1d8d48a 100644 --- a/collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json +++ b/collection/QL Games; Tasha's Crucible of Everything Else - Volume 1.json @@ -21,7 +21,7 @@ }, "dateAdded": 1610237505, "dateLastModified": 1638789510, - "_dateLastModifiedHash": "67fe98789e" + "_dateLastModifiedHash": "83334ea081" }, "subclass": [ { diff --git a/collection/Raul Rosa; The Spiritual Swordsman.json b/collection/Raul Rosa; The Spiritual Swordsman.json index ba68326ca5..0dc99a554b 100644 --- a/collection/Raul Rosa; The Spiritual Swordsman.json +++ b/collection/Raul Rosa; The Spiritual Swordsman.json @@ -23,7 +23,7 @@ }, "dateAdded": 1579478745, "dateLastModified": 1638789883, - "_dateLastModifiedHash": "4aa107278d" + "_dateLastModifiedHash": "c3a9761e9a" }, "class": [ { diff --git a/collection/Rsquared; Martial Prowess.json b/collection/Rsquared; Martial Prowess.json index 7110548f4d..e3d35dbe25 100644 --- a/collection/Rsquared; Martial Prowess.json +++ b/collection/Rsquared; Martial Prowess.json @@ -33,7 +33,7 @@ }, "dateAdded": 1622696556, "dateLastModified": 1650707378, - "_dateLastModifiedHash": "3d7080d5f9" + "_dateLastModifiedHash": "275efa4c28" }, "book": [ { diff --git a/collection/SailorCat; GachaBox.json b/collection/SailorCat; GachaBox.json index ace6bc82c4..992bf6f51a 100644 --- a/collection/SailorCat; GachaBox.json +++ b/collection/SailorCat; GachaBox.json @@ -19,7 +19,7 @@ ], "dateAdded": 1615846377, "dateLastModified": 1638791811, - "_dateLastModifiedHash": "91eaecd52c" + "_dateLastModifiedHash": "19fb190f70" }, "baseitem": [ { diff --git a/collection/Sara Thompson; The Combat Wheelchair.json b/collection/Sara Thompson; The Combat Wheelchair.json index 632f05573b..c7d14628c2 100644 --- a/collection/Sara Thompson; The Combat Wheelchair.json +++ b/collection/Sara Thompson; The Combat Wheelchair.json @@ -18,7 +18,7 @@ ], "dateAdded": 1600043860, "dateLastModified": 1638792242, - "_dateLastModifiedHash": "72025c7f30" + "_dateLastModifiedHash": "4d3a20c342" }, "book": [ { diff --git a/collection/Sean O'Connor; Inkantations.json b/collection/Sean O'Connor; Inkantations.json index e7edbcd717..4d854414f8 100644 --- a/collection/Sean O'Connor; Inkantations.json +++ b/collection/Sean O'Connor; Inkantations.json @@ -23,7 +23,7 @@ }, "dateAdded": 1573260523, "dateLastModified": 1638793134, - "_dateLastModifiedHash": "4e7d567387" + "_dateLastModifiedHash": "91b2fc6332" }, "book": [ { diff --git a/collection/Sesserdrix; Wildjammer - More Adventures in Space.json b/collection/Sesserdrix; Wildjammer - More Adventures in Space.json index 4883c44dee..4e402c859f 100644 --- a/collection/Sesserdrix; Wildjammer - More Adventures in Space.json +++ b/collection/Sesserdrix; Wildjammer - More Adventures in Space.json @@ -26,7 +26,7 @@ }, "dateAdded": 1616108022, "dateLastModified": 1651171314, - "_dateLastModifiedHash": "f4583c464c" + "_dateLastModifiedHash": "d562bb6d10" }, "book": [ { diff --git a/collection/Setanna; Setanna's Homebrew.json b/collection/Setanna; Setanna's Homebrew.json index 5ac167b388..c816057b4a 100644 --- a/collection/Setanna; Setanna's Homebrew.json +++ b/collection/Setanna; Setanna's Homebrew.json @@ -14,7 +14,7 @@ ], "dateAdded": 1621690986, "dateLastModified": 1638793749, - "_dateLastModifiedHash": "53eba55ec7" + "_dateLastModifiedHash": "2f874e8abb" }, "itemProperty": [], "item": [ diff --git a/collection/Shadowsocks; Companion.json b/collection/Shadowsocks; Companion.json index 17a0abdb12..d07db4237c 100644 --- a/collection/Shadowsocks; Companion.json +++ b/collection/Shadowsocks; Companion.json @@ -18,7 +18,7 @@ }, "dateAdded": 1558265586, "dateLastModified": 1638794231, - "_dateLastModifiedHash": "91b518112c" + "_dateLastModifiedHash": "35c9549cc6" }, "class": [ { diff --git a/collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json b/collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json index b9ae197c91..2d73e75efb 100644 --- a/collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json +++ b/collection/SilentSoren; 5th Edition D&D x Final Fantasy XIV - Classes and Races Compendium.json @@ -31,7 +31,7 @@ }, "dateAdded": 1595181963, "dateLastModified": 1638794336, - "_dateLastModifiedHash": "bf9b9a114b" + "_dateLastModifiedHash": "215c361d7a" }, "book": [ { diff --git a/collection/Skybug12; Mousefolk 2_2.json b/collection/Skybug12; Mousefolk 2_2.json index b24cfcc04e..4411647f6a 100644 --- a/collection/Skybug12; Mousefolk 2_2.json +++ b/collection/Skybug12; Mousefolk 2_2.json @@ -17,7 +17,7 @@ ], "dateAdded": 1547282078, "dateLastModified": 1547282078, - "_dateLastModifiedHash": "9180659bea" + "_dateLastModifiedHash": "12b35db80b" }, "race": [ { diff --git a/collection/Sokan; Yastah.json b/collection/Sokan; Yastah.json index 14c76c9596..5d66a3160a 100644 --- a/collection/Sokan; Yastah.json +++ b/collection/Sokan; Yastah.json @@ -15,7 +15,7 @@ ], "dateAdded": 1612901649, "dateLastModified": 1638797707, - "_dateLastModifiedHash": "b43e498c16" + "_dateLastModifiedHash": "413be4db39" }, "spell": [ { diff --git a/collection/Steamforged; Dungeon&Doggies Rules Companion.json b/collection/Steamforged; Dungeon&Doggies Rules Companion.json index 4f97ae5c6f..514c698a8e 100644 --- a/collection/Steamforged; Dungeon&Doggies Rules Companion.json +++ b/collection/Steamforged; Dungeon&Doggies Rules Companion.json @@ -26,7 +26,7 @@ ], "dateAdded": 1581972143, "dateLastModified": 1638798528, - "_dateLastModifiedHash": "f732859750" + "_dateLastModifiedHash": "452c7b8693" }, "book": [ { diff --git a/collection/Storyteller; World of Collabris.json b/collection/Storyteller; World of Collabris.json index cc5a454546..2a7d64db71 100644 --- a/collection/Storyteller; World of Collabris.json +++ b/collection/Storyteller; World of Collabris.json @@ -35,7 +35,7 @@ }, "dateAdded": 1611273965, "dateLastModified": 1638801172, - "_dateLastModifiedHash": "0edeedb751" + "_dateLastModifiedHash": "69734e69ac" }, "itemType": [ { diff --git a/collection/Tercept; knerd.json b/collection/Tercept; knerd.json index 598767107e..30d4de2c84 100644 --- a/collection/Tercept; knerd.json +++ b/collection/Tercept; knerd.json @@ -15,7 +15,7 @@ ], "dateAdded": 1600180226, "dateLastModified": 1638798701, - "_dateLastModifiedHash": "d3941be50f" + "_dateLastModifiedHash": "71a53644f6" }, "subclass": [ { diff --git a/collection/Ujio21; Gunslinger.json b/collection/Ujio21; Gunslinger.json index 1ad7798c01..82034bd15e 100644 --- a/collection/Ujio21; Gunslinger.json +++ b/collection/Ujio21; Gunslinger.json @@ -30,7 +30,7 @@ }, "dateAdded": 1540935816, "dateLastModified": 1638799009, - "_dateLastModifiedHash": "1b39881efb" + "_dateLastModifiedHash": "8ce4119563" }, "book": [ { diff --git a/collection/Various; Lyra's Legendarium.json b/collection/Various; Lyra's Legendarium.json index e81bbcedfa..a977381325 100644 --- a/collection/Various; Lyra's Legendarium.json +++ b/collection/Various; Lyra's Legendarium.json @@ -19,7 +19,7 @@ ], "dateAdded": 1640194653, "dateLastModified": 1640952076, - "_dateLastModifiedHash": "3b988dffd7" + "_dateLastModifiedHash": "317666c566" }, "variant": [ { diff --git a/collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json b/collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json index 19f972e350..19e1a47c88 100644 --- a/collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json +++ b/collection/Vauxs; Vauxs' Discord Homebrew Extravaganza.json @@ -21,7 +21,7 @@ ], "dateAdded": 1587312717, "dateLastModified": 1595018363, - "_dateLastModifiedHash": "108569ff92" + "_dateLastModifiedHash": "853eb40477" }, "spell": [ { diff --git a/collection/Walrock Homebrew; Lera!.json b/collection/Walrock Homebrew; Lera!.json index 134908621a..fc9fe9e03e 100644 --- a/collection/Walrock Homebrew; Lera!.json +++ b/collection/Walrock Homebrew; Lera!.json @@ -20,7 +20,7 @@ ], "dateAdded": 1627661536, "dateLastModified": 1638799458, - "_dateLastModifiedHash": "54bfce66d6" + "_dateLastModifiedHash": "de70d18a38" }, "race": [ { diff --git a/collection/White Wolf; Relics and Rituals.json b/collection/White Wolf; Relics and Rituals.json index 0634c2c4c1..2a20af14b6 100644 --- a/collection/White Wolf; Relics and Rituals.json +++ b/collection/White Wolf; Relics and Rituals.json @@ -18,7 +18,7 @@ ], "dateAdded": 1572214321, "dateLastModified": 1638799528, - "_dateLastModifiedHash": "1e3915af65" + "_dateLastModifiedHash": "a050a35a81" }, "book": [ { diff --git a/collection/Wizards of the Coast; Adventurers League Season 9.json b/collection/Wizards of the Coast; Adventurers League Season 9.json index 039b3b62e3..8c34bd5610 100644 --- a/collection/Wizards of the Coast; Adventurers League Season 9.json +++ b/collection/Wizards of the Coast; Adventurers League Season 9.json @@ -46,7 +46,7 @@ ], "dateAdded": 1541289600, "dateLastModified": 1638799687, - "_dateLastModifiedHash": "678b382847" + "_dateLastModifiedHash": "a19c0a35a0" }, "book": [ { diff --git a/collection/Wizards of the Coast; Dragon Magazine.json b/collection/Wizards of the Coast; Dragon Magazine.json index c57c85aff5..3b4f64b615 100644 --- a/collection/Wizards of the Coast; Dragon Magazine.json +++ b/collection/Wizards of the Coast; Dragon Magazine.json @@ -17,7 +17,7 @@ ], "dateAdded": 1626428071, "dateLastModified": 1626428071, - "_dateLastModifiedHash": "97bbc6f703" + "_dateLastModifiedHash": "648fc4b902" }, "monster": [ { diff --git a/collection/Wizards of the Coast; System Reference Document (SRD).json b/collection/Wizards of the Coast; System Reference Document (SRD).json index 805f88c049..99ad0ce1e4 100644 --- a/collection/Wizards of the Coast; System Reference Document (SRD).json +++ b/collection/Wizards of the Coast; System Reference Document (SRD).json @@ -18,7 +18,7 @@ ], "dateAdded": 1555492476, "dateLastModified": 1638800925, - "_dateLastModifiedHash": "a8038369c8" + "_dateLastModifiedHash": "d5a1da166e" }, "monster": [ { diff --git a/collection/Yesterday; Class Passives & Feat Tiering.json b/collection/Yesterday; Class Passives & Feat Tiering.json index cd94a02f5b..808d0fc297 100644 --- a/collection/Yesterday; Class Passives & Feat Tiering.json +++ b/collection/Yesterday; Class Passives & Feat Tiering.json @@ -30,7 +30,7 @@ }, "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "96c7eeb799" + "_dateLastModifiedHash": "951d5ee1e6" }, "optionalfeature": [ { diff --git a/collection/Yorviing; Yorviing's Arcane Grimoire.json b/collection/Yorviing; Yorviing's Arcane Grimoire.json index 2e41803d7c..91f467152d 100644 --- a/collection/Yorviing; Yorviing's Arcane Grimoire.json +++ b/collection/Yorviing; Yorviing's Arcane Grimoire.json @@ -28,7 +28,7 @@ }, "dateAdded": 1638801788, "dateLastModified": 1638801781, - "_dateLastModifiedHash": "96f9613b16" + "_dateLastModifiedHash": "dd461e5ae2" }, "book": [ { diff --git a/collection/aeyana; Mashiros Manual of Monstrous Magic.json b/collection/aeyana; Mashiros Manual of Monstrous Magic.json index dfcbf93824..477ca369d2 100644 --- a/collection/aeyana; Mashiros Manual of Monstrous Magic.json +++ b/collection/aeyana; Mashiros Manual of Monstrous Magic.json @@ -15,7 +15,7 @@ ], "dateAdded": 1560744255, "dateLastModified": 1560744255, - "_dateLastModifiedHash": "6912e70b75" + "_dateLastModifiedHash": "f18509ca17" }, "book": [ { diff --git a/collection/badooga; Badooga's Exploration Guidelines.json b/collection/badooga; Badooga's Exploration Guidelines.json index 53b3c14168..e959142fbe 100644 --- a/collection/badooga; Badooga's Exploration Guidelines.json +++ b/collection/badooga; Badooga's Exploration Guidelines.json @@ -18,7 +18,7 @@ ], "dateAdded": 1626010787, "dateLastModified": 1626010787, - "_dateLastModifiedHash": "ecd89d7f32" + "_dateLastModifiedHash": "27fa758f12" }, "book": [ { diff --git a/collection/badooga; Badooga's Monster Guidelines.json b/collection/badooga; Badooga's Monster Guidelines.json index 6fdc9c6b43..98f2dfb161 100644 --- a/collection/badooga; Badooga's Monster Guidelines.json +++ b/collection/badooga; Badooga's Monster Guidelines.json @@ -27,7 +27,7 @@ ], "dateAdded": 1597788739, "dateLastModified": 1638305303, - "_dateLastModifiedHash": "ab951475a6" + "_dateLastModifiedHash": "41315a736c" }, "monster": [ { diff --git a/collection/badooga; Elder Evils.json b/collection/badooga; Elder Evils.json index f45b2c5f39..4e277b8bd4 100644 --- a/collection/badooga; Elder Evils.json +++ b/collection/badooga; Elder Evils.json @@ -27,7 +27,7 @@ ], "dateAdded": 1626010787, "dateLastModified": 1638307320, - "_dateLastModifiedHash": "ac72804f8c" + "_dateLastModifiedHash": "0481136822" }, "monster": [ { diff --git a/collection/badooga; Martial Power.json b/collection/badooga; Martial Power.json index 255e34e55d..46c1d2bc1c 100644 --- a/collection/badooga; Martial Power.json +++ b/collection/badooga; Martial Power.json @@ -23,7 +23,7 @@ "optionalFeatureTypes": { "MP": "Martial Practice" }, - "_dateLastModifiedHash": "c8ec186efc" + "_dateLastModifiedHash": "68219ac960" }, "action": [ { diff --git a/collection/hafdon; zorq.json b/collection/hafdon; zorq.json index e9311d93ba..3d8c4cb886 100644 --- a/collection/hafdon; zorq.json +++ b/collection/hafdon; zorq.json @@ -15,7 +15,7 @@ ], "dateAdded": 1578263517, "dateLastModified": 1638621115, - "_dateLastModifiedHash": "1669b6c518" + "_dateLastModifiedHash": "1690547d6c" }, "action": [ { diff --git a/collection/ukyo; A Guide to Magical Tattoos v4.json b/collection/ukyo; A Guide to Magical Tattoos v4.json index 4ae81800e3..8348ed8d89 100644 --- a/collection/ukyo; A Guide to Magical Tattoos v4.json +++ b/collection/ukyo; A Guide to Magical Tattoos v4.json @@ -18,7 +18,7 @@ ], "dateAdded": 1572214321, "dateLastModified": 1638799371, - "_dateLastModifiedHash": "16cda137d0" + "_dateLastModifiedHash": "65c49d9a83" }, "book": [ { diff --git a/condition/Sample - Giddy; On Fire.json b/condition/Sample - Giddy; On Fire.json index 63dc358dfb..5238c719f2 100644 --- a/condition/Sample - Giddy; On Fire.json +++ b/condition/Sample - Giddy; On Fire.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "f117a8381d" + "_dateLastModifiedHash": "17bd750150" }, "condition": [ { diff --git a/creature/Alex Clippinger; Ezmerelda's Encyclopedia of Evil.json b/creature/Alex Clippinger; Ezmerelda's Encyclopedia of Evil.json index 44c27e6347..b5e908cd46 100644 --- a/creature/Alex Clippinger; Ezmerelda's Encyclopedia of Evil.json +++ b/creature/Alex Clippinger; Ezmerelda's Encyclopedia of Evil.json @@ -22,7 +22,7 @@ ], "dateAdded": 1596009170, "dateLastModified": 1638803022, - "_dateLastModifiedHash": "9abbb5818f" + "_dateLastModifiedHash": "2cfbe1efda" }, "monster": [ { diff --git a/creature/Andrew Cawood; Monsters of the Underworld.json b/creature/Andrew Cawood; Monsters of the Underworld.json index 9ca296299c..49577eb185 100644 --- a/creature/Andrew Cawood; Monsters of the Underworld.json +++ b/creature/Andrew Cawood; Monsters of the Underworld.json @@ -18,7 +18,7 @@ ], "dateAdded": 1587114613, "dateLastModified": 1606106412, - "_dateLastModifiedHash": "59a5813c29" + "_dateLastModifiedHash": "ec3c6758fe" }, "item": [ { diff --git a/creature/Angry Golem Games; Monster Manual (A-G).json b/creature/Angry Golem Games; Monster Manual (A-G).json index d25dc584cc..f3060a055c 100644 --- a/creature/Angry Golem Games; Monster Manual (A-G).json +++ b/creature/Angry Golem Games; Monster Manual (A-G).json @@ -19,7 +19,7 @@ ], "dateAdded": 1555319662, "dateLastModified": 1633111364, - "_dateLastModifiedHash": "7cd82bdc0d" + "_dateLastModifiedHash": "9551ff006e" }, "monster": [ { diff --git a/creature/Angry Golem Games; Monster Manual (H-M).json b/creature/Angry Golem Games; Monster Manual (H-M).json index 2b7359c974..b8b4b76331 100644 --- a/creature/Angry Golem Games; Monster Manual (H-M).json +++ b/creature/Angry Golem Games; Monster Manual (H-M).json @@ -19,7 +19,7 @@ ], "dateAdded": 1555319662, "dateLastModified": 1633111364, - "_dateLastModifiedHash": "b05190c552" + "_dateLastModifiedHash": "b692d41f69" }, "monster": [ { diff --git a/creature/Anthony Turco; Korranberg Chronicle's Threat Dispatch.json b/creature/Anthony Turco; Korranberg Chronicle's Threat Dispatch.json index 67beab39db..57540fa263 100644 --- a/creature/Anthony Turco; Korranberg Chronicle's Threat Dispatch.json +++ b/creature/Anthony Turco; Korranberg Chronicle's Threat Dispatch.json @@ -18,7 +18,7 @@ ], "dateAdded": 1588464630, "dateLastModified": 1637884965, - "_dateLastModifiedHash": "b3f7bb59f3" + "_dateLastModifiedHash": "e9af3b2658" }, "variantrule": [ { diff --git a/creature/Anthony Turco; Nightmare on the Mournland Express.json b/creature/Anthony Turco; Nightmare on the Mournland Express.json index defd64024c..2e81922d1f 100644 --- a/creature/Anthony Turco; Nightmare on the Mournland Express.json +++ b/creature/Anthony Turco; Nightmare on the Mournland Express.json @@ -18,7 +18,7 @@ ], "dateAdded": 1588389460, "dateLastModified": 1588389460, - "_dateLastModifiedHash": "d1d2c78534" + "_dateLastModifiedHash": "736bded03b" }, "monster": [ { diff --git a/creature/BoltNineHomebrew; Monsters of the Apocalypse.json b/creature/BoltNineHomebrew; Monsters of the Apocalypse.json index 5c4f6dd64b..9f44b50529 100644 --- a/creature/BoltNineHomebrew; Monsters of the Apocalypse.json +++ b/creature/BoltNineHomebrew; Monsters of the Apocalypse.json @@ -18,7 +18,7 @@ ], "dateAdded": 1608367627, "dateLastModified": 1608367627, - "_dateLastModifiedHash": "d5bc2d7606" + "_dateLastModifiedHash": "7e6f36d934" }, "monster": [ { diff --git a/creature/BoltNineHomebrew; The King's Army - Complete Monster Pack.json b/creature/BoltNineHomebrew; The King's Army - Complete Monster Pack.json index 4d262ac78b..1e523e1061 100644 --- a/creature/BoltNineHomebrew; The King's Army - Complete Monster Pack.json +++ b/creature/BoltNineHomebrew; The King's Army - Complete Monster Pack.json @@ -18,7 +18,7 @@ ], "dateAdded": 1555319662, "dateLastModified": 1608367627, - "_dateLastModifiedHash": "173728acfd" + "_dateLastModifiedHash": "0bd982f411" }, "monster": [ { diff --git a/creature/Chris Avellone; Planescape Torment Bestiary.json b/creature/Chris Avellone; Planescape Torment Bestiary.json index 92e171221e..5cd7616c81 100644 --- a/creature/Chris Avellone; Planescape Torment Bestiary.json +++ b/creature/Chris Avellone; Planescape Torment Bestiary.json @@ -19,7 +19,7 @@ ], "dateAdded": 1591117986, "dateLastModified": 1591117986, - "_dateLastModifiedHash": "a0a73d760b" + "_dateLastModifiedHash": "bee1f79e23" }, "monster": [ { diff --git a/creature/D&D 4ed; Dark Sun Creature Catalog.json b/creature/D&D 4ed; Dark Sun Creature Catalog.json index df041af697..18faa0062e 100644 --- a/creature/D&D 4ed; Dark Sun Creature Catalog.json +++ b/creature/D&D 4ed; Dark Sun Creature Catalog.json @@ -27,7 +27,7 @@ ], "dateAdded": 1604252046, "dateLastModified": 1604252046, - "_dateLastModifiedHash": "ec65178e91" + "_dateLastModifiedHash": "1bb8000f4a" }, "legendaryGroup": [ { diff --git a/creature/D&D Wiki; Rabbit and Squirrel.json b/creature/D&D Wiki; Rabbit and Squirrel.json index 45a933100f..f57474a253 100644 --- a/creature/D&D Wiki; Rabbit and Squirrel.json +++ b/creature/D&D Wiki; Rabbit and Squirrel.json @@ -17,7 +17,7 @@ ], "dateAdded": 1590443220, "dateLastModified": 1631151467, - "_dateLastModifiedHash": "69cf60bd3e" + "_dateLastModifiedHash": "37cb5ccd0f" }, "monster": [ { diff --git a/creature/DMSGuild; Community Ravenloft Collection.json b/creature/DMSGuild; Community Ravenloft Collection.json index 7a84e8fbf2..4b7dd71f67 100644 --- a/creature/DMSGuild; Community Ravenloft Collection.json +++ b/creature/DMSGuild; Community Ravenloft Collection.json @@ -19,7 +19,7 @@ ], "dateAdded": 1641557769, "dateLastModified": 1641557769, - "_dateLastModifiedHash": "c2eb394af7" + "_dateLastModifiedHash": "f8cb72f034" }, "legendaryGroup": [ { diff --git a/creature/Darrin Scott; 35 Versatile NPCs.json b/creature/Darrin Scott; 35 Versatile NPCs.json index 9e92b0285b..f0d860bd06 100644 --- a/creature/Darrin Scott; 35 Versatile NPCs.json +++ b/creature/Darrin Scott; 35 Versatile NPCs.json @@ -18,7 +18,7 @@ ], "dateAdded": 1620583536, "dateLastModified": 1620583536, - "_dateLastModifiedHash": "3bb2c034a2" + "_dateLastModifiedHash": "c6854d8953" }, "monster": [ { diff --git a/creature/Dragonix; Monster Manual Expanded II.json b/creature/Dragonix; Monster Manual Expanded II.json index 60f2a3820c..432e3a0e56 100644 --- a/creature/Dragonix; Monster Manual Expanded II.json +++ b/creature/Dragonix; Monster Manual Expanded II.json @@ -19,7 +19,7 @@ ], "dateAdded": 1579601514, "dateLastModified": 1649137325, - "_dateLastModifiedHash": "7769305d88" + "_dateLastModifiedHash": "d665573f4c" }, "monster": [ { diff --git a/creature/Dragonix; Monster Manual Expanded III.json b/creature/Dragonix; Monster Manual Expanded III.json index e60e118295..3ff888e705 100644 --- a/creature/Dragonix; Monster Manual Expanded III.json +++ b/creature/Dragonix; Monster Manual Expanded III.json @@ -28,7 +28,7 @@ ], "dateAdded": 1640053537, "dateLastModified": 1649644269, - "_dateLastModifiedHash": "8f8ac3e934" + "_dateLastModifiedHash": "7411f13098" }, "monsterFluff": [ { diff --git a/creature/Dragonix; Monster Manual Expanded.json b/creature/Dragonix; Monster Manual Expanded.json index 52a3ca1fc8..9c381a5eb5 100644 --- a/creature/Dragonix; Monster Manual Expanded.json +++ b/creature/Dragonix; Monster Manual Expanded.json @@ -19,7 +19,7 @@ ], "dateAdded": 1579291901, "dateLastModified": 1649644260, - "_dateLastModifiedHash": "a5448d133c" + "_dateLastModifiedHash": "c5204654ac" }, "monster": [ { diff --git a/creature/Eventyr Games; Enhanced Devils.json b/creature/Eventyr Games; Enhanced Devils.json index 03b9b48a89..5acb5149ce 100644 --- a/creature/Eventyr Games; Enhanced Devils.json +++ b/creature/Eventyr Games; Enhanced Devils.json @@ -17,7 +17,7 @@ ], "dateAdded": 1645518898, "dateLastModified": 1645518898, - "_dateLastModifiedHash": "dc2316e2e2" + "_dateLastModifiedHash": "5feca2f582" }, "monster": [ { diff --git a/creature/Foxfire94; Eighteen Sons of The Lightning Lord.json b/creature/Foxfire94; Eighteen Sons of The Lightning Lord.json index 4a1ea290ab..d4949d3911 100644 --- a/creature/Foxfire94; Eighteen Sons of The Lightning Lord.json +++ b/creature/Foxfire94; Eighteen Sons of The Lightning Lord.json @@ -17,7 +17,7 @@ ], "dateAdded": 1585106031, "dateLastModified": 1638808942, - "_dateLastModifiedHash": "031ebe5055" + "_dateLastModifiedHash": "49da1d8cc1" }, "monster": [ { diff --git a/creature/Foxfire94; Honourable Heroes.json b/creature/Foxfire94; Honourable Heroes.json index 2824f515b0..c4d9cadc0d 100644 --- a/creature/Foxfire94; Honourable Heroes.json +++ b/creature/Foxfire94; Honourable Heroes.json @@ -17,7 +17,7 @@ ], "dateAdded": 1593285189, "dateLastModified": 1644082035, - "_dateLastModifiedHash": "8bf246a406" + "_dateLastModifiedHash": "7e6a5730d6" }, "monster": [ { diff --git a/creature/Frog God Games; Fifth Edition Foes.json b/creature/Frog God Games; Fifth Edition Foes.json index a0c06e86f8..7f85fef9f5 100644 --- a/creature/Frog God Games; Fifth Edition Foes.json +++ b/creature/Frog God Games; Fifth Edition Foes.json @@ -15,7 +15,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1638809606, - "_dateLastModifiedHash": "93093d1e48" + "_dateLastModifiedHash": "3c2c2fbdc2" }, "monster": [ { diff --git a/creature/Glen Cooper; Monsters of the Guild.json b/creature/Glen Cooper; Monsters of the Guild.json index b42d4f9667..383a4c460b 100644 --- a/creature/Glen Cooper; Monsters of the Guild.json +++ b/creature/Glen Cooper; Monsters of the Guild.json @@ -19,7 +19,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1638809799, - "_dateLastModifiedHash": "24de2188f4" + "_dateLastModifiedHash": "c2985433bb" }, "legendaryGroup": [ { diff --git a/creature/Goblin Punch; The False Hydra.json b/creature/Goblin Punch; The False Hydra.json index 803d82fa7b..8f6856a53c 100644 --- a/creature/Goblin Punch; The False Hydra.json +++ b/creature/Goblin Punch; The False Hydra.json @@ -18,7 +18,7 @@ ], "dateAdded": 1610487682, "dateLastModified": 1610487682, - "_dateLastModifiedHash": "07b23e70d1" + "_dateLastModifiedHash": "ff792b7dd0" }, "monster": [ { diff --git a/creature/Igor Moreno; Barovian Vampires.json b/creature/Igor Moreno; Barovian Vampires.json index fab93294fc..9140e0e977 100644 --- a/creature/Igor Moreno; Barovian Vampires.json +++ b/creature/Igor Moreno; Barovian Vampires.json @@ -19,7 +19,7 @@ ], "dateAdded": 1555319662, "dateLastModified": 1555319662, - "_dateLastModifiedHash": "a8552f6051" + "_dateLastModifiedHash": "8a332b9e77" }, "monster": [ { diff --git a/creature/Isabel Beis; Critter Compendium.json b/creature/Isabel Beis; Critter Compendium.json index 52c5ff0d95..74b84cbdd3 100644 --- a/creature/Isabel Beis; Critter Compendium.json +++ b/creature/Isabel Beis; Critter Compendium.json @@ -19,7 +19,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1646786584, - "_dateLastModifiedHash": "766142f35f" + "_dateLastModifiedHash": "f0771c8092" }, "legendaryGroup": [ { diff --git a/creature/Jonoman3000; Monster Module.json b/creature/Jonoman3000; Monster Module.json index 021200587a..cb9183f4d1 100644 --- a/creature/Jonoman3000; Monster Module.json +++ b/creature/Jonoman3000; Monster Module.json @@ -21,7 +21,7 @@ ], "dateAdded": 1555319662, "dateLastModified": 1638810015, - "_dateLastModifiedHash": "5df4aa27bd" + "_dateLastModifiedHash": "f2178f5eff" }, "legendaryGroup": [ { diff --git a/creature/Kari Hoffren; Melvin's Minute Monsterium; Swamps & Sewers.json b/creature/Kari Hoffren; Melvin's Minute Monsterium; Swamps & Sewers.json index bf90895a6f..9461884cee 100644 --- a/creature/Kari Hoffren; Melvin's Minute Monsterium; Swamps & Sewers.json +++ b/creature/Kari Hoffren; Melvin's Minute Monsterium; Swamps & Sewers.json @@ -18,7 +18,7 @@ ], "dateAdded": 1614094197, "dateLastModified": 1614094197, - "_dateLastModifiedHash": "0166a41772" + "_dateLastModifiedHash": "55992e8fc6" }, "monster": [ { diff --git a/creature/Kobold Press; Creature Codex.json b/creature/Kobold Press; Creature Codex.json index cccac7fc99..d9ea39f771 100644 --- a/creature/Kobold Press; Creature Codex.json +++ b/creature/Kobold Press; Creature Codex.json @@ -33,7 +33,7 @@ ], "dateAdded": 1555492476, "dateLastModified": 1641348171, - "_dateLastModifiedHash": "51cf1ad44d" + "_dateLastModifiedHash": "76b4bb4ad1" }, "language": [ { diff --git a/creature/Kobold Press; Gem Dragons of Faerun.json b/creature/Kobold Press; Gem Dragons of Faerun.json index 3b64e3989d..39f512be93 100644 --- a/creature/Kobold Press; Gem Dragons of Faerun.json +++ b/creature/Kobold Press; Gem Dragons of Faerun.json @@ -15,7 +15,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1638810838, - "_dateLastModifiedHash": "194e43c55a" + "_dateLastModifiedHash": "2c329b14b5" }, "legendaryGroup": [ { diff --git a/creature/Kobold Press; Tome of Beasts 2.json b/creature/Kobold Press; Tome of Beasts 2.json index c8d515c156..24d8b068a0 100644 --- a/creature/Kobold Press; Tome of Beasts 2.json +++ b/creature/Kobold Press; Tome of Beasts 2.json @@ -27,7 +27,7 @@ ], "dateAdded": 1604273451, "dateLastModified": 1638811206, - "_dateLastModifiedHash": "6fcf800464" + "_dateLastModifiedHash": "72ae3febe1" }, "status": [ { diff --git a/creature/Kobold Press; Tome of Beasts.json b/creature/Kobold Press; Tome of Beasts.json index 7cb5aff82b..2de7af65fb 100644 --- a/creature/Kobold Press; Tome of Beasts.json +++ b/creature/Kobold Press; Tome of Beasts.json @@ -25,7 +25,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1638812418, - "_dateLastModifiedHash": "dc91997b1d" + "_dateLastModifiedHash": "63fba7c659" }, "legendaryGroup": [ { diff --git a/creature/MCDM Productions; Flee, Mortals! preview.json b/creature/MCDM Productions; Flee, Mortals! preview.json index d48ea25882..d59f89932d 100644 --- a/creature/MCDM Productions; Flee, Mortals! preview.json +++ b/creature/MCDM Productions; Flee, Mortals! preview.json @@ -18,7 +18,7 @@ ], "dateAdded": 1650403313, "dateLastModified": 1650403313, - "_dateLastModifiedHash": "6e4438ed35" + "_dateLastModifiedHash": "890c480ba6" }, "book": [ { diff --git a/creature/Metabot; Handbook of Slime Rheology.json b/creature/Metabot; Handbook of Slime Rheology.json index 8af7f3f579..d99edcf63c 100644 --- a/creature/Metabot; Handbook of Slime Rheology.json +++ b/creature/Metabot; Handbook of Slime Rheology.json @@ -18,7 +18,7 @@ ], "dateAdded": 1544022434, "dateLastModified": 1638812820, - "_dateLastModifiedHash": "6cfe6b63ce" + "_dateLastModifiedHash": "a4e20be014" }, "monster": [ { diff --git a/creature/Michael J Winegar; Wanted Scores.json b/creature/Michael J Winegar; Wanted Scores.json index c20a29a3c4..c33aea0ec7 100644 --- a/creature/Michael J Winegar; Wanted Scores.json +++ b/creature/Michael J Winegar; Wanted Scores.json @@ -18,7 +18,7 @@ ], "dateAdded": 1586704492, "dateLastModified": 1586704492, - "_dateLastModifiedHash": "f53672a9c0" + "_dateLastModifiedHash": "96709f0359" }, "monster": [ { diff --git a/creature/Middle Finger of Vecna; Lovecraftian Monsters.json b/creature/Middle Finger of Vecna; Lovecraftian Monsters.json index 471b3b3d75..8dfed96a7e 100644 --- a/creature/Middle Finger of Vecna; Lovecraftian Monsters.json +++ b/creature/Middle Finger of Vecna; Lovecraftian Monsters.json @@ -17,7 +17,7 @@ ], "dateAdded": 1587829004, "dateLastModified": 1587834735, - "_dateLastModifiedHash": "0ac4bcc02e" + "_dateLastModifiedHash": "c546bd2dd4" }, "monster": [ { diff --git a/creature/Mistfactor Press; Darklords & Domains.json b/creature/Mistfactor Press; Darklords & Domains.json index eafb11d898..0af0a59d44 100644 --- a/creature/Mistfactor Press; Darklords & Domains.json +++ b/creature/Mistfactor Press; Darklords & Domains.json @@ -19,7 +19,7 @@ ], "dateAdded": 1641590608, "dateLastModified": 1641590608, - "_dateLastModifiedHash": "2a80d58aa6" + "_dateLastModifiedHash": "4113ac81fd" }, "monster": [ { diff --git a/creature/Modnar; NPCs.json b/creature/Modnar; NPCs.json index 25e682379e..bd14adcbd9 100644 --- a/creature/Modnar; NPCs.json +++ b/creature/Modnar; NPCs.json @@ -91,7 +91,7 @@ ], "dateAdded": 1544467825, "dateLastModified": 1638813310, - "_dateLastModifiedHash": "3e7e2e5c43" + "_dateLastModifiedHash": "548e35ebb8" }, "book": [ { diff --git a/creature/MrVauxs and Kanekuo; Goblin Pack.json b/creature/MrVauxs and Kanekuo; Goblin Pack.json index c6e67515cb..283c774f84 100644 --- a/creature/MrVauxs and Kanekuo; Goblin Pack.json +++ b/creature/MrVauxs and Kanekuo; Goblin Pack.json @@ -18,7 +18,7 @@ ], "dateAdded": 1574617011, "dateLastModified": 1574617011, - "_dateLastModifiedHash": "7369eb2395" + "_dateLastModifiedHash": "dee0dbfadc" }, "monster": [ { diff --git a/creature/Narzghal; Vladimir, the Crimson Reaper.json b/creature/Narzghal; Vladimir, the Crimson Reaper.json index f0020f7441..97fce97c0b 100644 --- a/creature/Narzghal; Vladimir, the Crimson Reaper.json +++ b/creature/Narzghal; Vladimir, the Crimson Reaper.json @@ -18,7 +18,7 @@ ], "dateAdded": 1633461245, "dateLastModified": 1633461245, - "_dateLastModifiedHash": "fe05662794" + "_dateLastModifiedHash": "cb6e816e00" }, "monster": [ { diff --git a/creature/Nerzugal Role-Playing; Nerzugal's Extended Bestiary.json b/creature/Nerzugal Role-Playing; Nerzugal's Extended Bestiary.json index f42e8cb8ba..5bbf575594 100644 --- a/creature/Nerzugal Role-Playing; Nerzugal's Extended Bestiary.json +++ b/creature/Nerzugal Role-Playing; Nerzugal's Extended Bestiary.json @@ -18,7 +18,7 @@ ], "dateAdded": 1646628533, "dateLastModified": 1646707112, - "_dateLastModifiedHash": "8df9486d38" + "_dateLastModifiedHash": "7eb2833f99" }, "monster": [ { diff --git a/creature/Nord Games; Ultimate Bestiary The Dreaded Accursed.json b/creature/Nord Games; Ultimate Bestiary The Dreaded Accursed.json index 190e552e04..33b5e0000c 100644 --- a/creature/Nord Games; Ultimate Bestiary The Dreaded Accursed.json +++ b/creature/Nord Games; Ultimate Bestiary The Dreaded Accursed.json @@ -17,7 +17,7 @@ ], "dateAdded": 1590553074, "dateLastModified": 1602494291, - "_dateLastModifiedHash": "890f9a7566" + "_dateLastModifiedHash": "6bfa12ec76" }, "monster": [ { diff --git a/creature/Onyx Path; Scarred Lands Creature Collection.json b/creature/Onyx Path; Scarred Lands Creature Collection.json index 92f20d5fae..4792d05783 100644 --- a/creature/Onyx Path; Scarred Lands Creature Collection.json +++ b/creature/Onyx Path; Scarred Lands Creature Collection.json @@ -30,7 +30,7 @@ ], "dateAdded": 1617988136, "dateLastModified": 1638813964, - "_dateLastModifiedHash": "4ad7f9448f" + "_dateLastModifiedHash": "9ccebcfcbc" }, "adventure": [ { diff --git a/creature/Regerem; Book of Beautiful Horrors.json b/creature/Regerem; Book of Beautiful Horrors.json index 41f7ee721a..0378f6b572 100644 --- a/creature/Regerem; Book of Beautiful Horrors.json +++ b/creature/Regerem; Book of Beautiful Horrors.json @@ -23,7 +23,7 @@ "internalCopies": [ "monsterFluff" ], - "_dateLastModifiedHash": "755ee97186" + "_dateLastModifiedHash": "05517a4920" }, "item": [ { diff --git a/creature/Robert J. Schwalb; The Book of Fiends.json b/creature/Robert J. Schwalb; The Book of Fiends.json index d557e3209e..802ff70344 100644 --- a/creature/Robert J. Schwalb; The Book of Fiends.json +++ b/creature/Robert J. Schwalb; The Book of Fiends.json @@ -17,7 +17,7 @@ ], "dateAdded": 1645650822, "dateLastModified": 1645650822, - "_dateLastModifiedHash": "8fe6797765" + "_dateLastModifiedHash": "e1cf3bf9c1" }, "monster": [ { diff --git a/creature/Rodrigo Kuerten; Warlords of Avernus.json b/creature/Rodrigo Kuerten; Warlords of Avernus.json index a64f8a2afb..61a0ab7a6c 100644 --- a/creature/Rodrigo Kuerten; Warlords of Avernus.json +++ b/creature/Rodrigo Kuerten; Warlords of Avernus.json @@ -17,7 +17,7 @@ ], "dateAdded": 1645518745, "dateLastModified": 1645518745, - "_dateLastModifiedHash": "9505398e47" + "_dateLastModifiedHash": "40f098f183" }, "monster": [ { diff --git a/creature/Sample - Giddy; Oaken Bolter.json b/creature/Sample - Giddy; Oaken Bolter.json index ef598aebf7..7a50dd8231 100644 --- a/creature/Sample - Giddy; Oaken Bolter.json +++ b/creature/Sample - Giddy; Oaken Bolter.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 1638814587, - "_dateLastModifiedHash": "2f419f56a6" + "_dateLastModifiedHash": "b86884e5b9" }, "legendaryGroup": [ { diff --git a/creature/Sean McGovern; Emirkol's Guide to Devils.json b/creature/Sean McGovern; Emirkol's Guide to Devils.json index 7dbaee95b9..c968c2c2b7 100644 --- a/creature/Sean McGovern; Emirkol's Guide to Devils.json +++ b/creature/Sean McGovern; Emirkol's Guide to Devils.json @@ -17,7 +17,7 @@ ], "dateAdded": 1645998181, "dateLastModified": 1645998181, - "_dateLastModifiedHash": "342333b783" + "_dateLastModifiedHash": "c90b8edc37" }, "item": [ { diff --git a/creature/Skitter; Skitter's Epic Beings - Tiamat.json b/creature/Skitter; Skitter's Epic Beings - Tiamat.json index e794239d84..3d5eb6dde0 100644 --- a/creature/Skitter; Skitter's Epic Beings - Tiamat.json +++ b/creature/Skitter; Skitter's Epic Beings - Tiamat.json @@ -18,7 +18,7 @@ ], "dateAdded": 1595718887, "dateLastModified": 1595718887, - "_dateLastModifiedHash": "c8698050c9" + "_dateLastModifiedHash": "04ffb55185" }, "monster": [ { diff --git a/creature/StoneStrix; Monster a Day Compendium.json b/creature/StoneStrix; Monster a Day Compendium.json index 43cf46e2d0..e244b8c2c4 100644 --- a/creature/StoneStrix; Monster a Day Compendium.json +++ b/creature/StoneStrix; Monster a Day Compendium.json @@ -19,7 +19,7 @@ ], "dateAdded": 1555128410, "dateLastModified": 1638814791, - "_dateLastModifiedHash": "237343eacf" + "_dateLastModifiedHash": "a4724f4553" }, "monster": [ { diff --git a/creature/The_Unapproachable; Fighting Chance.json b/creature/The_Unapproachable; Fighting Chance.json index b82f0333b3..6089abda8f 100644 --- a/creature/The_Unapproachable; Fighting Chance.json +++ b/creature/The_Unapproachable; Fighting Chance.json @@ -21,7 +21,7 @@ "internalCopies": [ "monsterFluff" ], - "_dateLastModifiedHash": "56c0a0acb3" + "_dateLastModifiedHash": "02ea4d2933" }, "monster": [ { diff --git a/creature/The_Unapproachable; Veiled Threats.json b/creature/The_Unapproachable; Veiled Threats.json index f00c0d9d47..5f869e8ecf 100644 --- a/creature/The_Unapproachable; Veiled Threats.json +++ b/creature/The_Unapproachable; Veiled Threats.json @@ -21,7 +21,7 @@ "internalCopies": [ "monsterFluff" ], - "_dateLastModifiedHash": "d6d0c351f2" + "_dateLastModifiedHash": "05c6bcf2f2" }, "monster": [ { diff --git a/creature/Various; Adventurers League.json b/creature/Various; Adventurers League.json index 5afa94ae6e..1d54abc793 100644 --- a/creature/Various; Adventurers League.json +++ b/creature/Various; Adventurers League.json @@ -15,7 +15,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1638815570, - "_dateLastModifiedHash": "f17c376040" + "_dateLastModifiedHash": "42f4c2fee8" }, "monster": [ { diff --git a/creature/Web Community; Community Construct Creature Collection.json b/creature/Web Community; Community Construct Creature Collection.json index 69b1fd9c29..25619c6701 100644 --- a/creature/Web Community; Community Construct Creature Collection.json +++ b/creature/Web Community; Community Construct Creature Collection.json @@ -18,7 +18,7 @@ ], "dateAdded": 1555319662, "dateLastModified": 1633111364, - "_dateLastModifiedHash": "bb4cd37db5" + "_dateLastModifiedHash": "8ed27d600e" }, "monster": [ { diff --git a/creature/Web Community; Community Elemental Creature Collection.json b/creature/Web Community; Community Elemental Creature Collection.json index e5278e9e92..d30fb9d8ff 100644 --- a/creature/Web Community; Community Elemental Creature Collection.json +++ b/creature/Web Community; Community Elemental Creature Collection.json @@ -18,7 +18,7 @@ ], "dateAdded": 1608323876, "dateLastModified": 1608323876, - "_dateLastModifiedHash": "654502df71" + "_dateLastModifiedHash": "43552c8b8e" }, "monster": [ { diff --git a/creature/Web Community; Community Fey,Faeries Creature Collection.json b/creature/Web Community; Community Fey,Faeries Creature Collection.json index dd841da525..9bed7c7af9 100644 --- a/creature/Web Community; Community Fey,Faeries Creature Collection.json +++ b/creature/Web Community; Community Fey,Faeries Creature Collection.json @@ -18,7 +18,7 @@ ], "dateAdded": 1608058117, "dateLastModified": 1608058117, - "_dateLastModifiedHash": "da7ec98a9b" + "_dateLastModifiedHash": "415dd92937" }, "monster": [ { diff --git a/creature/Web Community; Community Fey,Faeries Legendary Creature Collection.json b/creature/Web Community; Community Fey,Faeries Legendary Creature Collection.json index 551621904f..c5b49d9bb1 100644 --- a/creature/Web Community; Community Fey,Faeries Legendary Creature Collection.json +++ b/creature/Web Community; Community Fey,Faeries Legendary Creature Collection.json @@ -18,7 +18,7 @@ ], "dateAdded": 1633111364, "dateLastModified": 1633111364, - "_dateLastModifiedHash": "a6053e59ad" + "_dateLastModifiedHash": "dc18b8ca9f" }, "monster": [ { diff --git a/creature/Web Community; Community Fiend Creature Collection.json b/creature/Web Community; Community Fiend Creature Collection.json index d6b3e6c633..b7e57d17c4 100644 --- a/creature/Web Community; Community Fiend Creature Collection.json +++ b/creature/Web Community; Community Fiend Creature Collection.json @@ -18,7 +18,7 @@ ], "dateAdded": 1609756405, "dateLastModified": 1609756405, - "_dateLastModifiedHash": "9dc7dc86d1" + "_dateLastModifiedHash": "957a30432c" }, "monster": [ { diff --git a/creature/Web Community; Community Humanoid Creature Collection.json b/creature/Web Community; Community Humanoid Creature Collection.json index 67886a67a4..14433d17a8 100644 --- a/creature/Web Community; Community Humanoid Creature Collection.json +++ b/creature/Web Community; Community Humanoid Creature Collection.json @@ -18,7 +18,7 @@ ], "dateAdded": 1608058117, "dateLastModified": 1651069125, - "_dateLastModifiedHash": "83fe239b4e" + "_dateLastModifiedHash": "63fb584ec2" }, "monster": [ { diff --git a/creature/Web Community; Community Humanoid Drow.json b/creature/Web Community; Community Humanoid Drow.json index 122bcf312d..86b86a0a38 100644 --- a/creature/Web Community; Community Humanoid Drow.json +++ b/creature/Web Community; Community Humanoid Drow.json @@ -18,7 +18,7 @@ ], "dateAdded": 1555319662, "dateLastModified": 1555319662, - "_dateLastModifiedHash": "5bf3f0b962" + "_dateLastModifiedHash": "deb9cc5e8a" }, "monster": [ { diff --git a/creature/Web Community; Community Humanoid Gnoll Creature Collection.json b/creature/Web Community; Community Humanoid Gnoll Creature Collection.json index 8fd5907ad1..d15cee84f4 100644 --- a/creature/Web Community; Community Humanoid Gnoll Creature Collection.json +++ b/creature/Web Community; Community Humanoid Gnoll Creature Collection.json @@ -18,7 +18,7 @@ ], "dateAdded": 1555319662, "dateLastModified": 1633111364, - "_dateLastModifiedHash": "beb71cfb7a" + "_dateLastModifiedHash": "a8faa5f4e8" }, "monster": [ { diff --git a/creature/Web Community; Community Humanoid Legendary Creature Collection.json b/creature/Web Community; Community Humanoid Legendary Creature Collection.json index d4fc1cf7ba..cedec4728b 100644 --- a/creature/Web Community; Community Humanoid Legendary Creature Collection.json +++ b/creature/Web Community; Community Humanoid Legendary Creature Collection.json @@ -19,7 +19,7 @@ ], "dateAdded": 1608058117, "dateLastModified": 1651067097, - "_dateLastModifiedHash": "5b75e18dc8" + "_dateLastModifiedHash": "48f26f44ca" }, "monster": [ { diff --git a/creature/Web Community; Community Humanoid Orc,Goblin,Hobgoblin Creature Collection.json b/creature/Web Community; Community Humanoid Orc,Goblin,Hobgoblin Creature Collection.json index 1d7eb9e158..d3cfe8d8a5 100644 --- a/creature/Web Community; Community Humanoid Orc,Goblin,Hobgoblin Creature Collection.json +++ b/creature/Web Community; Community Humanoid Orc,Goblin,Hobgoblin Creature Collection.json @@ -18,7 +18,7 @@ ], "dateAdded": 1633111364, "dateLastModified": 1633111364, - "_dateLastModifiedHash": "1025a5779a" + "_dateLastModifiedHash": "a64216491c" }, "monster": [ { diff --git a/creature/Web Community; Community Humanoid Special Creature Collection.json b/creature/Web Community; Community Humanoid Special Creature Collection.json index 60b3e1d1b1..1cbf2da41e 100644 --- a/creature/Web Community; Community Humanoid Special Creature Collection.json +++ b/creature/Web Community; Community Humanoid Special Creature Collection.json @@ -18,7 +18,7 @@ ], "dateAdded": 1608058117, "dateLastModified": 1608058117, - "_dateLastModifiedHash": "dc3c026432" + "_dateLastModifiedHash": "dc867dfff7" }, "monster": [ { diff --git a/creature/Web Community; Community Monstrosity Creature Collection.json b/creature/Web Community; Community Monstrosity Creature Collection.json index 85ae484526..9e4754d221 100644 --- a/creature/Web Community; Community Monstrosity Creature Collection.json +++ b/creature/Web Community; Community Monstrosity Creature Collection.json @@ -18,7 +18,7 @@ ], "dateAdded": 1608323876, "dateLastModified": 1608323876, - "_dateLastModifiedHash": "822b48739a" + "_dateLastModifiedHash": "ad0627a21d" }, "monster": [ { diff --git a/creature/Web Community; Community Undead Creature Collection.json b/creature/Web Community; Community Undead Creature Collection.json index 3a25231405..3929d4d806 100644 --- a/creature/Web Community; Community Undead Creature Collection.json +++ b/creature/Web Community; Community Undead Creature Collection.json @@ -18,7 +18,7 @@ ], "dateAdded": 1555319662, "dateLastModified": 1555319662, - "_dateLastModifiedHash": "e67152c86d" + "_dateLastModifiedHash": "4cee5739ec" }, "monster": [ { diff --git a/creature/Web Community; Community Undead Legendary Creature Collection.json b/creature/Web Community; Community Undead Legendary Creature Collection.json index 1bc9a9bd6e..7792962fc7 100644 --- a/creature/Web Community; Community Undead Legendary Creature Collection.json +++ b/creature/Web Community; Community Undead Legendary Creature Collection.json @@ -18,7 +18,7 @@ ], "dateAdded": 1632778501, "dateLastModified": 1638814015, - "_dateLastModifiedHash": "6d64860522" + "_dateLastModifiedHash": "0902ad9402" }, "monster": [ { diff --git a/creature/Web Community; Community Villains Lore (Deities, Monster) Legendary Creature Collection.json b/creature/Web Community; Community Villains Lore (Deities, Monster) Legendary Creature Collection.json index d0749003d2..0fe02f5ecf 100644 --- a/creature/Web Community; Community Villains Lore (Deities, Monster) Legendary Creature Collection.json +++ b/creature/Web Community; Community Villains Lore (Deities, Monster) Legendary Creature Collection.json @@ -18,7 +18,7 @@ ], "dateAdded": 1608323876, "dateLastModified": 1608323876, - "_dateLastModifiedHash": "dd40fcce4b" + "_dateLastModifiedHash": "986c3c2f43" }, "monster": [ { diff --git a/creature/Wizards of the Coast; Errata Spellcasters.json b/creature/Wizards of the Coast; Errata Spellcasters.json index a227ee243d..8d9c29d9c8 100644 --- a/creature/Wizards of the Coast; Errata Spellcasters.json +++ b/creature/Wizards of the Coast; Errata Spellcasters.json @@ -25,7 +25,7 @@ "SKT" ] }, - "_dateLastModifiedHash": "47009b61dc" + "_dateLastModifiedHash": "303b2a6d1f" }, "monsterFluff": [ { diff --git a/creature/Wizards of the Coast; Sword Coast Legends NPCs.json b/creature/Wizards of the Coast; Sword Coast Legends NPCs.json index 14c4a0184e..8ff83e85e2 100644 --- a/creature/Wizards of the Coast; Sword Coast Legends NPCs.json +++ b/creature/Wizards of the Coast; Sword Coast Legends NPCs.json @@ -17,7 +17,7 @@ ], "dateAdded": 1563530393, "dateLastModified": 1638815757, - "_dateLastModifiedHash": "c12a1aef20" + "_dateLastModifiedHash": "b0dd047b29" }, "monster": [ { diff --git a/creature/badooga; Ankheg Catalogue.json b/creature/badooga; Ankheg Catalogue.json index 6b1f29429d..c0692d1891 100644 --- a/creature/badooga; Ankheg Catalogue.json +++ b/creature/badooga; Ankheg Catalogue.json @@ -17,7 +17,7 @@ ], "dateAdded": 1573259105, "dateLastModified": 1573259105, - "_dateLastModifiedHash": "b4782050d9" + "_dateLastModifiedHash": "8729bdb979" }, "monster": [ { diff --git a/creature/badooga; Better Greatwyrms.json b/creature/badooga; Better Greatwyrms.json index 5811bb6aaf..4cd6f4060e 100644 --- a/creature/badooga; Better Greatwyrms.json +++ b/creature/badooga; Better Greatwyrms.json @@ -18,7 +18,7 @@ ], "dateAdded": 1641853270, "dateLastModified": 1641853270, - "_dateLastModifiedHash": "fcf31d5104" + "_dateLastModifiedHash": "b09d79b570" }, "monster": [ { diff --git a/creature/badooga; Warlord Collection.json b/creature/badooga; Warlord Collection.json index 4f60ed9a37..a1a86dd6f2 100644 --- a/creature/badooga; Warlord Collection.json +++ b/creature/badooga; Warlord Collection.json @@ -17,7 +17,7 @@ ], "dateAdded": 1590989143, "dateLastModified": 1590989143, - "_dateLastModifiedHash": "df2a64a620" + "_dateLastModifiedHash": "c62891efa9" }, "monster": [ { diff --git a/creature/michifromkmk; The Fluffy Folio.json b/creature/michifromkmk; The Fluffy Folio.json index 83bd9b5643..f8c0b4228a 100644 --- a/creature/michifromkmk; The Fluffy Folio.json +++ b/creature/michifromkmk; The Fluffy Folio.json @@ -17,7 +17,7 @@ ], "dateAdded": 1616555241, "dateLastModified": 1616555241, - "_dateLastModifiedHash": "1d573422bf" + "_dateLastModifiedHash": "dd345c0b6c" }, "monster": [ { diff --git a/creature/teqqqie; Weird Flavor Creatures.json b/creature/teqqqie; Weird Flavor Creatures.json index 452e792789..92f39d9ae3 100644 --- a/creature/teqqqie; Weird Flavor Creatures.json +++ b/creature/teqqqie; Weird Flavor Creatures.json @@ -18,7 +18,7 @@ "dateAdded": 1645754685, "dateLastModified": 1645754685, "unlisted": false, - "_dateLastModifiedHash": "146c62bf61" + "_dateLastModifiedHash": "b90aa80119" }, "legendaryGroup": [ { diff --git a/cult/Sample - Giddy; Cult of the True Flame.json b/cult/Sample - Giddy; Cult of the True Flame.json index 952e23bfe5..add9d180eb 100644 --- a/cult/Sample - Giddy; Cult of the True Flame.json +++ b/cult/Sample - Giddy; Cult of the True Flame.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "290953687c" + "_dateLastModifiedHash": "c088d1639f" }, "cult": [ { diff --git a/deity/D&D 3ed; Deities of the World of Claybough.json b/deity/D&D 3ed; Deities of the World of Claybough.json index 2b9ed2c93e..ccd38e4cba 100644 --- a/deity/D&D 3ed; Deities of the World of Claybough.json +++ b/deity/D&D 3ed; Deities of the World of Claybough.json @@ -20,7 +20,7 @@ ], "dateAdded": 1597133548, "dateLastModified": 1633031497, - "_dateLastModifiedHash": "d36891edf3" + "_dateLastModifiedHash": "428dd7cc7e" }, "deity": [ { diff --git a/deity/Frog God Games; The Lost Lands.json b/deity/Frog God Games; The Lost Lands.json index ec07f831aa..78c900d594 100644 --- a/deity/Frog God Games; The Lost Lands.json +++ b/deity/Frog God Games; The Lost Lands.json @@ -18,7 +18,7 @@ ], "dateAdded": 1538302036, "dateLastModified": 1538302036, - "_dateLastModifiedHash": "04043563ab" + "_dateLastModifiedHash": "ffa6d8dab5" }, "deity": [ { diff --git a/deity/Sample - Giddy; Atrophy.json b/deity/Sample - Giddy; Atrophy.json index 755095e52b..5172aa777f 100644 --- a/deity/Sample - Giddy; Atrophy.json +++ b/deity/Sample - Giddy; Atrophy.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "57437184d4" + "_dateLastModifiedHash": "73926e4929" }, "deity": [ { diff --git a/disease/Sample - Giddy; The Shakes.json b/disease/Sample - Giddy; The Shakes.json index 750e202c5d..1c291bca7d 100644 --- a/disease/Sample - Giddy; The Shakes.json +++ b/disease/Sample - Giddy; The Shakes.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "d25f50627c" + "_dateLastModifiedHash": "7131a873c2" }, "disease": [ { diff --git a/feat/D&D Wiki; Valiant.json b/feat/D&D Wiki; Valiant.json index 886da8d72a..a598426482 100644 --- a/feat/D&D Wiki; Valiant.json +++ b/feat/D&D Wiki; Valiant.json @@ -17,7 +17,7 @@ ], "dateAdded": 1633831999, "dateLastModified": 1633831999, - "_dateLastModifiedHash": "4b3f0571d1" + "_dateLastModifiedHash": "62f4cbeba6" }, "feat": [ { diff --git a/feat/DnD Beyond; Expanded Racial Feats.json b/feat/DnD Beyond; Expanded Racial Feats.json index 19cc017493..754cda39c5 100644 --- a/feat/DnD Beyond; Expanded Racial Feats.json +++ b/feat/DnD Beyond; Expanded Racial Feats.json @@ -18,7 +18,7 @@ ], "dateAdded": 1539373091, "dateLastModified": 1539373091, - "_dateLastModifiedHash": "90486e0922" + "_dateLastModifiedHash": "c31437dcfc" }, "feat": [ { diff --git a/feat/Gadget Blanchard; 9 New Feats.json b/feat/Gadget Blanchard; 9 New Feats.json index e1c08b9532..f3059f1af5 100644 --- a/feat/Gadget Blanchard; 9 New Feats.json +++ b/feat/Gadget Blanchard; 9 New Feats.json @@ -18,7 +18,7 @@ ], "dateAdded": 1548505822, "dateLastModified": 1548505822, - "_dateLastModifiedHash": "4979af71e9" + "_dateLastModifiedHash": "d08d7fc28f" }, "feat": [ { diff --git a/feat/IamMyBrain; Hoard Away From Hoard.json b/feat/IamMyBrain; Hoard Away From Hoard.json index c25e1e30de..0a8126a6f0 100644 --- a/feat/IamMyBrain; Hoard Away From Hoard.json +++ b/feat/IamMyBrain; Hoard Away From Hoard.json @@ -19,7 +19,7 @@ ], "dateAdded": 1646664561, "dateLastModified": 1646664561, - "_dateLastModifiedHash": "bb6fd00e82" + "_dateLastModifiedHash": "12a569364f" }, "feat": [ { diff --git a/feat/ImFromNASA; Talent Trees (Modified).json b/feat/ImFromNASA; Talent Trees (Modified).json index 72237a8823..2220879761 100644 --- a/feat/ImFromNASA; Talent Trees (Modified).json +++ b/feat/ImFromNASA; Talent Trees (Modified).json @@ -22,7 +22,7 @@ ], "dateAdded": 1610081508, "dateLastModified": 1651901367, - "_dateLastModifiedHash": "613c705a10" + "_dateLastModifiedHash": "2e44279064" }, "variantrule": [ { diff --git a/feat/ImFromNASA; Talent Trees.json b/feat/ImFromNASA; Talent Trees.json index 6803402fe9..eeac12ab9b 100644 --- a/feat/ImFromNASA; Talent Trees.json +++ b/feat/ImFromNASA; Talent Trees.json @@ -18,7 +18,7 @@ ], "dateAdded": 1575650038, "dateLastModified": 1575650038, - "_dateLastModifiedHash": "32db1418d0" + "_dateLastModifiedHash": "5d507bd0b5" }, "variantrule": [ { diff --git a/feat/KT_ActiveMartial.json b/feat/KT_ActiveMartial.json index 5a0a6866c8..6d3379d31e 100644 --- a/feat/KT_ActiveMartial.json +++ b/feat/KT_ActiveMartial.json @@ -19,7 +19,7 @@ ], "dateAdded": 1649479456, "dateLastModified": 1649479456, - "_dateLastModifiedHash": "efad0760ab" + "_dateLastModifiedHash": "a50be1e365" }, "feat": [ { diff --git a/feat/KibblesTasty; Feats for Faiths.json b/feat/KibblesTasty; Feats for Faiths.json index f2019be27f..d80a242e02 100644 --- a/feat/KibblesTasty; Feats for Faiths.json +++ b/feat/KibblesTasty; Feats for Faiths.json @@ -19,7 +19,7 @@ ], "dateAdded": 1603794662, "dateLastModified": 1603794662, - "_dateLastModifiedHash": "368a12a725" + "_dateLastModifiedHash": "33adff6438" }, "feat": [ { diff --git a/feat/Sample - Giddy; Magically Gifted, Whip Aficionado.json b/feat/Sample - Giddy; Magically Gifted, Whip Aficionado.json index 48502ed881..46d50b0c2d 100644 --- a/feat/Sample - Giddy; Magically Gifted, Whip Aficionado.json +++ b/feat/Sample - Giddy; Magically Gifted, Whip Aficionado.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "fa3662d7bc" + "_dateLastModifiedHash": "a10809b7cf" }, "feat": [ { diff --git a/feat/SamwiseWrites; Speak of the Devil.json b/feat/SamwiseWrites; Speak of the Devil.json index f79aa44dcf..dfc8f20557 100644 --- a/feat/SamwiseWrites; Speak of the Devil.json +++ b/feat/SamwiseWrites; Speak of the Devil.json @@ -19,7 +19,7 @@ ], "dateAdded": 1646664561, "dateLastModified": 1646664561, - "_dateLastModifiedHash": "c8d5825e64" + "_dateLastModifiedHash": "870ab68103" }, "feat": [ { diff --git a/feat/aeyana; Adventurer.json b/feat/aeyana; Adventurer.json index aff05e8ca3..d0b34538a0 100644 --- a/feat/aeyana; Adventurer.json +++ b/feat/aeyana; Adventurer.json @@ -16,7 +16,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "9cee38d286" + "_dateLastModifiedHash": "d1a70fd233" }, "class": [ { diff --git a/feat/badooga; Feats for Skills.json b/feat/badooga; Feats for Skills.json index c0d5a93e3d..8ee0dc347c 100644 --- a/feat/badooga; Feats for Skills.json +++ b/feat/badooga; Feats for Skills.json @@ -18,7 +18,7 @@ ], "dateAdded": 1610885621, "dateLastModified": 1610885621, - "_dateLastModifiedHash": "fa437afb77" + "_dateLastModifiedHash": "7ebd7390fc" }, "feat": [ { diff --git a/feat/badooga; Feats for Tools.json b/feat/badooga; Feats for Tools.json index 8685ac3664..7a86d45cb0 100644 --- a/feat/badooga; Feats for Tools.json +++ b/feat/badooga; Feats for Tools.json @@ -18,7 +18,7 @@ ], "dateAdded": 1610885621, "dateLastModified": 1614076448, - "_dateLastModifiedHash": "38f72b15fe" + "_dateLastModifiedHash": "f97cfbf763" }, "feat": [ { diff --git "a/feat/winterwulf; O Dragao Verde (Portugu\303\252s).json" "b/feat/winterwulf; O Dragao Verde (Portugu\303\252s).json" index f9cab4cc97..2bcf02f1af 100644 --- "a/feat/winterwulf; O Dragao Verde (Portugu\303\252s).json" +++ "b/feat/winterwulf; O Dragao Verde (Portugu\303\252s).json" @@ -15,7 +15,7 @@ ], "dateAdded": 1605830488, "dateLastModified": 1607338517, - "_dateLastModifiedHash": "2d281a8784" + "_dateLastModifiedHash": "bff2b2c386" }, "feat": [ { diff --git a/hazard/Sample - Giddy; Quicksand.json b/hazard/Sample - Giddy; Quicksand.json index 181830f318..a2554f6e3b 100644 --- a/hazard/Sample - Giddy; Quicksand.json +++ b/hazard/Sample - Giddy; Quicksand.json @@ -15,7 +15,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "299281959f" + "_dateLastModifiedHash": "dd23452974" }, "hazard": [ { diff --git a/item/5eTools; Spell Components (inc. UA).json b/item/5eTools; Spell Components (inc. UA).json index af2acaef73..cd24ce802d 100644 --- a/item/5eTools; Spell Components (inc. UA).json +++ b/item/5eTools; Spell Components (inc. UA).json @@ -15,7 +15,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "3717da410b" + "_dateLastModifiedHash": "751ee07570" }, "item": [ { diff --git a/item/ASunlessSky; Christmas 100 Magic Items.json b/item/ASunlessSky; Christmas 100 Magic Items.json index c18c4269bf..2621f53888 100644 --- a/item/ASunlessSky; Christmas 100 Magic Items.json +++ b/item/ASunlessSky; Christmas 100 Magic Items.json @@ -17,7 +17,7 @@ ], "dateAdded": 1586966344, "dateLastModified": 1638658441, - "_dateLastModifiedHash": "cfb3bb8d89" + "_dateLastModifiedHash": "58f099a5ee" }, "item": [ { diff --git a/item/AeronDrake; Modular Magic Items.json b/item/AeronDrake; Modular Magic Items.json index cdb465fa5f..03c66fb820 100644 --- a/item/AeronDrake; Modular Magic Items.json +++ b/item/AeronDrake; Modular Magic Items.json @@ -18,7 +18,7 @@ ], "dateAdded": 1558019431, "dateLastModified": 1558019431, - "_dateLastModifiedHash": "41695fa1fd" + "_dateLastModifiedHash": "85130db8d2" }, "item": [ { diff --git a/item/Aofhaocv; Common Magic Items.json b/item/Aofhaocv; Common Magic Items.json index b75d255866..560b501776 100644 --- a/item/Aofhaocv; Common Magic Items.json +++ b/item/Aofhaocv; Common Magic Items.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "9913644333" + "_dateLastModifiedHash": "963d9f43bd" }, "item": [ { diff --git a/item/ArcanaGames; Visions of the Vault.json b/item/ArcanaGames; Visions of the Vault.json index 29746af808..d8ed9b1d47 100644 --- a/item/ArcanaGames; Visions of the Vault.json +++ b/item/ArcanaGames; Visions of the Vault.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "36f4feb1ae" + "_dateLastModifiedHash": "72526abfc3" }, "item": [ { diff --git a/item/ArmedPirate; Hoard of Kryx the Dragon.json b/item/ArmedPirate; Hoard of Kryx the Dragon.json index dac4da58c0..af86af82d6 100644 --- a/item/ArmedPirate; Hoard of Kryx the Dragon.json +++ b/item/ArmedPirate; Hoard of Kryx the Dragon.json @@ -17,7 +17,7 @@ ], "dateAdded": 1586966344, "dateLastModified": 1586966344, - "_dateLastModifiedHash": "e2d8e54423" + "_dateLastModifiedHash": "37a0398666" }, "item": [ { diff --git a/item/Bogdan Max; Bogo's Homebrews.json b/item/Bogdan Max; Bogo's Homebrews.json index 4d37f3288b..e171087937 100644 --- a/item/Bogdan Max; Bogo's Homebrews.json +++ b/item/Bogdan Max; Bogo's Homebrews.json @@ -15,7 +15,7 @@ ], "dateAdded": 1621357585, "dateLastModified": 1628798789, - "_dateLastModifiedHash": "20a90541dc" + "_dateLastModifiedHash": "ff6bc4086d" }, "item": [ { diff --git a/item/Brewski; Thoughts and Prayers.json b/item/Brewski; Thoughts and Prayers.json index 3294296d20..36ddb549e3 100644 --- a/item/Brewski; Thoughts and Prayers.json +++ b/item/Brewski; Thoughts and Prayers.json @@ -18,7 +18,7 @@ ], "dateAdded": 1602342993, "dateLastModified": 1623029810, - "_dateLastModifiedHash": "e9885954f4" + "_dateLastModifiedHash": "6101186870" }, "item": [ { diff --git a/item/CrazyBastard; Exotic Weapons and Items.json b/item/CrazyBastard; Exotic Weapons and Items.json index e8c50e77ee..a6c0be2cc8 100644 --- a/item/CrazyBastard; Exotic Weapons and Items.json +++ b/item/CrazyBastard; Exotic Weapons and Items.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1638815829, - "_dateLastModifiedHash": "ff503efcbb" + "_dateLastModifiedHash": "ea5e74ddbf" }, "variant": [ { diff --git a/item/DMsGuild Community; Artifacts of the Guild.json b/item/DMsGuild Community; Artifacts of the Guild.json index b3e67b90c6..221cc9f463 100644 --- a/item/DMsGuild Community; Artifacts of the Guild.json +++ b/item/DMsGuild Community; Artifacts of the Guild.json @@ -19,7 +19,7 @@ ], "dateAdded": 1636286735, "dateLastModified": 1638815933, - "_dateLastModifiedHash": "a4bffa565a" + "_dateLastModifiedHash": "4c5eb50e3f" }, "item": [ { diff --git a/item/Faolyn; Encyclopedia Magica.json b/item/Faolyn; Encyclopedia Magica.json index a9c58eeb88..e49b0bbeb0 100644 --- a/item/Faolyn; Encyclopedia Magica.json +++ b/item/Faolyn; Encyclopedia Magica.json @@ -19,7 +19,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "91121089ff" + "_dateLastModifiedHash": "8b75124cfe" }, "table": [ { diff --git a/item/Foxfire94; Armour, Items, and Weapons Galore.json b/item/Foxfire94; Armour, Items, and Weapons Galore.json index d032653a73..638cf9e946 100644 --- a/item/Foxfire94; Armour, Items, and Weapons Galore.json +++ b/item/Foxfire94; Armour, Items, and Weapons Galore.json @@ -15,7 +15,7 @@ ], "dateAdded": 1593285189, "dateLastModified": 1633192865, - "_dateLastModifiedHash": "a893451ec0" + "_dateLastModifiedHash": "aa08971053" }, "item": [ { diff --git a/item/FreshRad Games; Companions Vault.json b/item/FreshRad Games; Companions Vault.json index efa42e1d32..4936dd0c05 100644 --- a/item/FreshRad Games; Companions Vault.json +++ b/item/FreshRad Games; Companions Vault.json @@ -18,7 +18,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "b9f02a6166" + "_dateLastModifiedHash": "6b6d0c6091" }, "item": [ { diff --git a/item/Frog God Games; Bard's Gate.json b/item/Frog God Games; Bard's Gate.json index e3979caab9..a653a46d3e 100644 --- a/item/Frog God Games; Bard's Gate.json +++ b/item/Frog God Games; Bard's Gate.json @@ -18,7 +18,7 @@ ], "dateAdded": 1546624834, "dateLastModified": 1638466646, - "_dateLastModifiedHash": "2fb17ce702" + "_dateLastModifiedHash": "2735c1349b" }, "item": [ { diff --git a/item/Gary Flannel; Better Than Naught Magical Items.json b/item/Gary Flannel; Better Than Naught Magical Items.json index 5a05d809db..3502c8a7dd 100644 --- a/item/Gary Flannel; Better Than Naught Magical Items.json +++ b/item/Gary Flannel; Better Than Naught Magical Items.json @@ -18,7 +18,7 @@ ], "dateAdded": 1539021052, "dateLastModified": 1539021052, - "_dateLastModifiedHash": "c27311ab8d" + "_dateLastModifiedHash": "5ff2ebeefc" }, "item": [ { diff --git a/item/Gemhammer Games; Gemhammer Deck of Plunder - Heartshine Edit.json b/item/Gemhammer Games; Gemhammer Deck of Plunder - Heartshine Edit.json index 1d348b2a02..58e43dc534 100644 --- a/item/Gemhammer Games; Gemhammer Deck of Plunder - Heartshine Edit.json +++ b/item/Gemhammer Games; Gemhammer Deck of Plunder - Heartshine Edit.json @@ -22,7 +22,7 @@ ], "dateAdded": 1589115470, "dateLastModified": 1589210012, - "_dateLastModifiedHash": "53b36d16d8" + "_dateLastModifiedHash": "455264b84a" }, "item": [ { diff --git a/item/JJskywalker; Items of Thereafter.json b/item/JJskywalker; Items of Thereafter.json index 1b5814b2ae..f8c508d675 100644 --- a/item/JJskywalker; Items of Thereafter.json +++ b/item/JJskywalker; Items of Thereafter.json @@ -15,7 +15,7 @@ ], "dateAdded": 1539355276, "dateLastModified": 1539355276, - "_dateLastModifiedHash": "71baf25612" + "_dateLastModifiedHash": "f50282d8e4" }, "item": [ { diff --git a/item/Jafner; Exotic Weapons.json b/item/Jafner; Exotic Weapons.json index 8c9fba46b6..45299ecb2d 100644 --- a/item/Jafner; Exotic Weapons.json +++ b/item/Jafner; Exotic Weapons.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "ee931332c3" + "_dateLastModifiedHash": "e0c7112c70" }, "itemProperty": [ { diff --git a/item/Jelke Ludolphij; Tavern of Trinkets.json b/item/Jelke Ludolphij; Tavern of Trinkets.json index 3074ed0928..6a62bb3f6c 100644 --- a/item/Jelke Ludolphij; Tavern of Trinkets.json +++ b/item/Jelke Ludolphij; Tavern of Trinkets.json @@ -19,7 +19,7 @@ "dateAdded": 1579289769, "dateLastModified": 1598983196, "unlisted": true, - "_dateLastModifiedHash": "e29df39b02" + "_dateLastModifiedHash": "bc72ea5c98" }, "item": [ { diff --git a/item/Jon Bupp; Bazaar of the Bizarre Archer's Best Friend.json b/item/Jon Bupp; Bazaar of the Bizarre Archer's Best Friend.json index 80ed5a32cf..83b07bd0dd 100644 --- a/item/Jon Bupp; Bazaar of the Bizarre Archer's Best Friend.json +++ b/item/Jon Bupp; Bazaar of the Bizarre Archer's Best Friend.json @@ -18,7 +18,7 @@ ], "dateAdded": 1552579881, "dateLastModified": 1552579881, - "_dateLastModifiedHash": "bbe4cb8076" + "_dateLastModifiedHash": "2cdff8c481" }, "item": [ { diff --git a/item/Libedrator Earl; Trick Arrows.json b/item/Libedrator Earl; Trick Arrows.json index 99b1fcff64..4a5797dd74 100644 --- a/item/Libedrator Earl; Trick Arrows.json +++ b/item/Libedrator Earl; Trick Arrows.json @@ -20,7 +20,7 @@ ], "dateAdded": 1552579881, "dateLastModified": 1552579881, - "_dateLastModifiedHash": "5335bac397" + "_dateLastModifiedHash": "46df95211e" }, "item": [ { diff --git a/item/M Jason Parent; Three Arrows for the King.json b/item/M Jason Parent; Three Arrows for the King.json index def5f8ead2..ec28c0af0d 100644 --- a/item/M Jason Parent; Three Arrows for the King.json +++ b/item/M Jason Parent; Three Arrows for the King.json @@ -19,7 +19,7 @@ ], "dateAdded": 1552579881, "dateLastModified": 1552579881, - "_dateLastModifiedHash": "a71ccd1103" + "_dateLastModifiedHash": "e7c10ba778" }, "item": [ { diff --git a/item/Numbers1999; Sword of 10000 Cuts.json b/item/Numbers1999; Sword of 10000 Cuts.json index d1819a9281..78e6b71e96 100644 --- a/item/Numbers1999; Sword of 10000 Cuts.json +++ b/item/Numbers1999; Sword of 10000 Cuts.json @@ -19,7 +19,7 @@ ], "dateAdded": 1637229056, "dateLastModified": 1637229056, - "_dateLastModifiedHash": "1645e8391a" + "_dateLastModifiedHash": "5681fec42d" }, "item": [ { diff --git a/item/Sample - Giddy; Hook of Butchery.json b/item/Sample - Giddy; Hook of Butchery.json index 97c82f35cd..9ceb9bf012 100644 --- a/item/Sample - Giddy; Hook of Butchery.json +++ b/item/Sample - Giddy; Hook of Butchery.json @@ -28,7 +28,7 @@ }, "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "74731d84b0" + "_dateLastModifiedHash": "3443643533" }, "itemProperty": [ { diff --git a/item/ShamusAran; Bargain Magic Rings.json b/item/ShamusAran; Bargain Magic Rings.json index eadd019627..48c277412c 100644 --- a/item/ShamusAran; Bargain Magic Rings.json +++ b/item/ShamusAran; Bargain Magic Rings.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "9d77751537" + "_dateLastModifiedHash": "c5b8e2bc53" }, "item": [ { diff --git a/item/ShamusAran; Satchel of Unmet Needs.json b/item/ShamusAran; Satchel of Unmet Needs.json index cddbbf172c..30442ce5f2 100644 --- a/item/ShamusAran; Satchel of Unmet Needs.json +++ b/item/ShamusAran; Satchel of Unmet Needs.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "b85e553b82" + "_dateLastModifiedHash": "c8d29b1826" }, "item": [ { diff --git a/item/Shamus_Aran; Crazy Jarls Discount Magic Shop.json b/item/Shamus_Aran; Crazy Jarls Discount Magic Shop.json index cf44fa7031..943144e860 100644 --- a/item/Shamus_Aran; Crazy Jarls Discount Magic Shop.json +++ b/item/Shamus_Aran; Crazy Jarls Discount Magic Shop.json @@ -18,7 +18,7 @@ ], "dateAdded": 1586802904, "dateLastModified": 1638658937, - "_dateLastModifiedHash": "9cb9232d2b" + "_dateLastModifiedHash": "c28e5a425e" }, "item": [ { diff --git a/item/Shaun Ellis; Magical Cosmetics.json b/item/Shaun Ellis; Magical Cosmetics.json index dd37aeb004..c41cf54ce8 100644 --- a/item/Shaun Ellis; Magical Cosmetics.json +++ b/item/Shaun Ellis; Magical Cosmetics.json @@ -18,7 +18,7 @@ ], "dateAdded": 1543832293, "dateLastModified": 1543832293, - "_dateLastModifiedHash": "0eb524db4b" + "_dateLastModifiedHash": "41c8f5bcd4" }, "item": [ { diff --git a/item/TheApoApostolov; Items for Grit and Glory.json b/item/TheApoApostolov; Items for Grit and Glory.json index 97ad74868a..5783df9c03 100644 --- a/item/TheApoApostolov; Items for Grit and Glory.json +++ b/item/TheApoApostolov; Items for Grit and Glory.json @@ -20,7 +20,7 @@ ], "dateAdded": 1573638527, "dateLastModified": 1573638527, - "_dateLastModifiedHash": "514fe8585b" + "_dateLastModifiedHash": "f10d207a34" }, "item": [ { diff --git a/item/Web Community; Community Items Collection.json b/item/Web Community; Community Items Collection.json index dd3dec4ca1..680dd24133 100644 --- a/item/Web Community; Community Items Collection.json +++ b/item/Web Community; Community Items Collection.json @@ -32,7 +32,7 @@ }, "dateAdded": 1537874753, "dateLastModified": 1638908926, - "_dateLastModifiedHash": "afb75b4d2e" + "_dateLastModifiedHash": "1033a72a63" }, "itemProperty": [ { diff --git a/item/Web Community; Shops of Barovia.json b/item/Web Community; Shops of Barovia.json index 35e12a967e..914958b800 100644 --- a/item/Web Community; Shops of Barovia.json +++ b/item/Web Community; Shops of Barovia.json @@ -19,7 +19,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1605730502, - "_dateLastModifiedHash": "901627d858" + "_dateLastModifiedHash": "7e9099d7e7" }, "item": [ { diff --git a/item/Yonael; Firearms of the Realm.json b/item/Yonael; Firearms of the Realm.json index 81f4844dac..5985a0f976 100644 --- a/item/Yonael; Firearms of the Realm.json +++ b/item/Yonael; Firearms of the Realm.json @@ -18,7 +18,7 @@ ], "dateAdded": 1643009390, "dateLastModified": 1643009390, - "_dateLastModifiedHash": "05dbd40508" + "_dateLastModifiedHash": "6fe47967a9" }, "itemProperty": [ { diff --git a/item/griff-mac; The Griffon's Saddlebag.json b/item/griff-mac; The Griffon's Saddlebag.json index 502d94839e..976e02a336 100644 --- a/item/griff-mac; The Griffon's Saddlebag.json +++ b/item/griff-mac; The Griffon's Saddlebag.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1638658688, - "_dateLastModifiedHash": "893b6df3d9" + "_dateLastModifiedHash": "aabf394cd0" }, "item": [ { diff --git a/language/Kobold Press; Midgard Worldbook.json b/language/Kobold Press; Midgard Worldbook.json index 9aee3cbd15..691009dd68 100644 --- a/language/Kobold Press; Midgard Worldbook.json +++ b/language/Kobold Press; Midgard Worldbook.json @@ -19,7 +19,7 @@ ], "dateAdded": 0, "dateLastModified": 1638652175, - "_dateLastModifiedHash": "2fbd36d09b" + "_dateLastModifiedHash": "92ff234ecb" }, "language": [ { diff --git a/language/MrVauxs; Various Ciphers.json b/language/MrVauxs; Various Ciphers.json index 32e5f119de..2efa0962d2 100644 --- a/language/MrVauxs; Various Ciphers.json +++ b/language/MrVauxs; Various Ciphers.json @@ -18,7 +18,7 @@ ], "dateAdded": 1613086590, "dateLastModified": 1613086590, - "_dateLastModifiedHash": "75d1543ef0" + "_dateLastModifiedHash": "896e54c9e2" }, "language": [ { diff --git a/language/Sample - Giddy; Semaphore.json b/language/Sample - Giddy; Semaphore.json index c23f645cf9..808e33d20b 100644 --- a/language/Sample - Giddy; Semaphore.json +++ b/language/Sample - Giddy; Semaphore.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "97bf589751" + "_dateLastModifiedHash": "38ee4737d3" }, "language": [ { diff --git a/magicvariant/Sample - Giddy; Weapon +4.json b/magicvariant/Sample - Giddy; Weapon +4.json index 79587dc083..d5b6e6ac6c 100644 --- a/magicvariant/Sample - Giddy; Weapon +4.json +++ b/magicvariant/Sample - Giddy; Weapon +4.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "c232405fe3" + "_dateLastModifiedHash": "5c0abac8f1" }, "variant": [ { diff --git a/makebrew/Modnar; Homebrew Traits.json b/makebrew/Modnar; Homebrew Traits.json index e4897f0949..c6b28823ff 100644 --- a/makebrew/Modnar; Homebrew Traits.json +++ b/makebrew/Modnar; Homebrew Traits.json @@ -18,7 +18,7 @@ ], "dateAdded": 1584095038, "dateLastModified": 1584095038, - "_dateLastModifiedHash": "c5f096dc53" + "_dateLastModifiedHash": "9315dcc263" }, "makebrewCreatureTrait": [ { diff --git a/object/Sample - Giddy; High Explosives.json b/object/Sample - Giddy; High Explosives.json index df3fc96861..a7fe4ae340 100644 --- a/object/Sample - Giddy; High Explosives.json +++ b/object/Sample - Giddy; High Explosives.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "f7d9f4b221" + "_dateLastModifiedHash": "5d7dbe08b6" }, "object": [ { diff --git a/optionalfeature/Ascended_Bebop; Pact of the Claw.json b/optionalfeature/Ascended_Bebop; Pact of the Claw.json index 54bc4783df..32f15f9746 100644 --- a/optionalfeature/Ascended_Bebop; Pact of the Claw.json +++ b/optionalfeature/Ascended_Bebop; Pact of the Claw.json @@ -17,7 +17,7 @@ ], "dateAdded": 1631304793, "dateLastModified": 1631304793, - "_dateLastModifiedHash": "72808c40e7" + "_dateLastModifiedHash": "6110c422f3" }, "optionalfeature": [ { diff --git a/optionalfeature/Damian Steele; Exploits.json b/optionalfeature/Damian Steele; Exploits.json index 059c41b8c5..e4727cb28e 100644 --- a/optionalfeature/Damian Steele; Exploits.json +++ b/optionalfeature/Damian Steele; Exploits.json @@ -76,7 +76,7 @@ }, "dateAdded": 1618939582, "dateLastModified": 1618939582, - "_dateLastModifiedHash": "6f1f93ca95" + "_dateLastModifiedHash": "413642db10" }, "variantrule": [ { diff --git a/optionalfeature/DawnforgedCast; Warlock Invocations Reforged.json b/optionalfeature/DawnforgedCast; Warlock Invocations Reforged.json index 0316a5259f..5cc0bf703b 100644 --- a/optionalfeature/DawnforgedCast; Warlock Invocations Reforged.json +++ b/optionalfeature/DawnforgedCast; Warlock Invocations Reforged.json @@ -17,7 +17,7 @@ ], "dateAdded": 1600023066, "dateLastModified": 1600023066, - "_dateLastModifiedHash": "4b1fc69059" + "_dateLastModifiedHash": "e74810b653" }, "optionalfeature": [ { diff --git a/optionalfeature/Dragonix; Character Options Talents Book 1.json b/optionalfeature/Dragonix; Character Options Talents Book 1.json index 34369f006d..d45c80d176 100644 --- a/optionalfeature/Dragonix; Character Options Talents Book 1.json +++ b/optionalfeature/Dragonix; Character Options Talents Book 1.json @@ -22,7 +22,7 @@ }, "dateAdded": 1618873680, "dateLastModified": 1618873681, - "_dateLastModifiedHash": "bdda2e4d1c" + "_dateLastModifiedHash": "81c4ab43de" }, "optionalfeature": [ { diff --git a/optionalfeature/Dragonix; Character Options Talents Book 2.json b/optionalfeature/Dragonix; Character Options Talents Book 2.json index c48446c5cd..53df857427 100644 --- a/optionalfeature/Dragonix; Character Options Talents Book 2.json +++ b/optionalfeature/Dragonix; Character Options Talents Book 2.json @@ -22,7 +22,7 @@ }, "dateAdded": 1618873680, "dateLastModified": 1618873681, - "_dateLastModifiedHash": "d6ae540d0c" + "_dateLastModifiedHash": "9bae00ab56" }, "optionalfeature": [ { diff --git a/optionalfeature/Middle Finger of Vecna; Metamagic.json b/optionalfeature/Middle Finger of Vecna; Metamagic.json index 7e830bb89b..4c429a6e7d 100644 --- a/optionalfeature/Middle Finger of Vecna; Metamagic.json +++ b/optionalfeature/Middle Finger of Vecna; Metamagic.json @@ -24,7 +24,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "590e1659b2" + "_dateLastModifiedHash": "65ccfd08f7" }, "optionalfeature": [ { diff --git a/optionalfeature/Sample - Giddy; Mark of Pain, Ancient Enmity.json b/optionalfeature/Sample - Giddy; Mark of Pain, Ancient Enmity.json index 57950a28fc..c4f3731656 100644 --- a/optionalfeature/Sample - Giddy; Mark of Pain, Ancient Enmity.json +++ b/optionalfeature/Sample - Giddy; Mark of Pain, Ancient Enmity.json @@ -18,7 +18,7 @@ }, "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "547405946e" + "_dateLastModifiedHash": "51688667d1" }, "optionalfeature": [ { diff --git a/optionalfeature/Sandwichbear; Notes from the Far Realm.json b/optionalfeature/Sandwichbear; Notes from the Far Realm.json index 708d44600a..e96d1477e9 100644 --- a/optionalfeature/Sandwichbear; Notes from the Far Realm.json +++ b/optionalfeature/Sandwichbear; Notes from the Far Realm.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "db5f00b109" + "_dateLastModifiedHash": "5f1fd04c7b" }, "optionalfeature": [ { diff --git a/psionic/Sample - Giddy; Black Lily Techniques.json b/psionic/Sample - Giddy; Black Lily Techniques.json index 6b24e9c96f..e79813d8aa 100644 --- a/psionic/Sample - Giddy; Black Lily Techniques.json +++ b/psionic/Sample - Giddy; Black Lily Techniques.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "824cb6c2ef" + "_dateLastModifiedHash": "f1a02ec368" }, "psionic": [ { diff --git a/race/Alice Witchfire; Koradi.json b/race/Alice Witchfire; Koradi.json index f0af363035..53d439398b 100644 --- a/race/Alice Witchfire; Koradi.json +++ b/race/Alice Witchfire; Koradi.json @@ -20,7 +20,7 @@ ], "dateAdded": 1622235053, "dateLastModified": 1643499523, - "_dateLastModifiedHash": "c6d393f5cb" + "_dateLastModifiedHash": "d235ce8c84" }, "race": [ { diff --git a/race/AmbyNavy and Moss; Miceling of Cimmeris.json b/race/AmbyNavy and Moss; Miceling of Cimmeris.json index 58ce1caa6a..416eb43215 100644 --- a/race/AmbyNavy and Moss; Miceling of Cimmeris.json +++ b/race/AmbyNavy and Moss; Miceling of Cimmeris.json @@ -19,7 +19,7 @@ ], "dateAdded": 1640950465, "dateLastModified": 1650452829, - "_dateLastModifiedHash": "c047022bfc" + "_dateLastModifiedHash": "f7621a726b" }, "race": [ { diff --git a/race/BJHypes; Muppetborn.json b/race/BJHypes; Muppetborn.json index f5a9202634..2e8bf04c6f 100644 --- a/race/BJHypes; Muppetborn.json +++ b/race/BJHypes; Muppetborn.json @@ -17,7 +17,7 @@ ], "dateAdded": 1630423587, "dateLastModified": 1630423587, - "_dateLastModifiedHash": "733a0d1be7" + "_dateLastModifiedHash": "de35848a13" }, "race": [ { diff --git a/race/Christopher Zito; Scoridra.json b/race/Christopher Zito; Scoridra.json index 881323c1be..d2d4c6b089 100644 --- a/race/Christopher Zito; Scoridra.json +++ b/race/Christopher Zito; Scoridra.json @@ -19,7 +19,7 @@ "dateAdded": 1578315704, "dateLastModified": 1634588297, "unlisted": true, - "_dateLastModifiedHash": "7f6e513ea1" + "_dateLastModifiedHash": "26e86466b0" }, "race": [ { diff --git a/race/Clockwork Dragon; Races.json b/race/Clockwork Dragon; Races.json index 4de1d2e2db..01a1d2765b 100644 --- a/race/Clockwork Dragon; Races.json +++ b/race/Clockwork Dragon; Races.json @@ -19,7 +19,7 @@ ], "dateAdded": 1587495146, "dateLastModified": 1587495146, - "_dateLastModifiedHash": "9f4f256fe2" + "_dateLastModifiedHash": "b0599f4b40" }, "race": [ { diff --git a/race/D&D 4ed; Dark Sun Races.json b/race/D&D 4ed; Dark Sun Races.json index d11b0071ef..eb6aa715fc 100644 --- a/race/D&D 4ed; Dark Sun Races.json +++ b/race/D&D 4ed; Dark Sun Races.json @@ -21,7 +21,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1633031497, - "_dateLastModifiedHash": "dd1ca8e2ae" + "_dateLastModifiedHash": "ea0d7f8aba" }, "race": [ { diff --git a/race/DM Tuz, J. Alice Bown; Holstaur.json b/race/DM Tuz, J. Alice Bown; Holstaur.json index e0f7cccdf2..20363ff78e 100644 --- a/race/DM Tuz, J. Alice Bown; Holstaur.json +++ b/race/DM Tuz, J. Alice Bown; Holstaur.json @@ -19,7 +19,7 @@ ], "dateAdded": 1643474509, "dateLastModified": 1643474509, - "_dateLastModifiedHash": "4f0bcbff13" + "_dateLastModifiedHash": "542e0d205f" }, "race": [ { diff --git a/race/DM Tuz; Lamia.json b/race/DM Tuz; Lamia.json index 2e4236334c..ba8e199543 100644 --- a/race/DM Tuz; Lamia.json +++ b/race/DM Tuz; Lamia.json @@ -18,7 +18,7 @@ ], "dateAdded": 1643471716, "dateLastModified": 1643471716, - "_dateLastModifiedHash": "195fd4f7bd" + "_dateLastModifiedHash": "2e04040fba" }, "race": [ { diff --git a/race/DM Tuz; Slime Folk.json b/race/DM Tuz; Slime Folk.json index 97b37f7f04..5e267a7c53 100644 --- a/race/DM Tuz; Slime Folk.json +++ b/race/DM Tuz; Slime Folk.json @@ -18,7 +18,7 @@ ], "dateAdded": 1643423127, "dateLastModified": 1643423127, - "_dateLastModifiedHash": "83e1c3d224" + "_dateLastModifiedHash": "e0dd83e36c" }, "race": [ { diff --git a/race/DanDWiki; Elf Orc.json b/race/DanDWiki; Elf Orc.json index 9f61904505..a075d0f651 100644 --- a/race/DanDWiki; Elf Orc.json +++ b/race/DanDWiki; Elf Orc.json @@ -22,7 +22,7 @@ "optionalFeatureTypes": { "EO:HP": "Elf Orc; Hybrid Physiology" }, - "_dateLastModifiedHash": "61f337ef63" + "_dateLastModifiedHash": "e519880b9a" }, "race": [ { diff --git a/race/DandWiki; Bleeko.json b/race/DandWiki; Bleeko.json index f49ec9f0bc..fa4726215f 100644 --- a/race/DandWiki; Bleeko.json +++ b/race/DandWiki; Bleeko.json @@ -17,7 +17,7 @@ ], "dateAdded": 1570535687, "dateLastModified": 1570535687, - "_dateLastModifiedHash": "0ca6c7dac4" + "_dateLastModifiedHash": "3b81e20d30" }, "race": [ { diff --git a/race/DandWiki; Chiropteran.json b/race/DandWiki; Chiropteran.json index fef4aef022..522b325ed6 100644 --- a/race/DandWiki; Chiropteran.json +++ b/race/DandWiki; Chiropteran.json @@ -17,7 +17,7 @@ ], "dateAdded": 1634635486, "dateLastModified": 1634635486, - "_dateLastModifiedHash": "0ae149089d" + "_dateLastModifiedHash": "d576bd488f" }, "race": [ { diff --git a/race/Foxfire94; Gnoll, Kitsune, Man-Ogre, Rat-men Races.json b/race/Foxfire94; Gnoll, Kitsune, Man-Ogre, Rat-men Races.json index 926702f09d..3980b946ec 100644 --- a/race/Foxfire94; Gnoll, Kitsune, Man-Ogre, Rat-men Races.json +++ b/race/Foxfire94; Gnoll, Kitsune, Man-Ogre, Rat-men Races.json @@ -44,7 +44,7 @@ ], "dateAdded": 1584641909, "dateLastModified": 1638816051, - "_dateLastModifiedHash": "a978ece50f" + "_dateLastModifiedHash": "cc7c487f96" }, "race": [ { diff --git a/race/Foxfire94; Tanarukk Fiendish Orcs.json b/race/Foxfire94; Tanarukk Fiendish Orcs.json index b3c1f9b91a..1db78084d2 100644 --- a/race/Foxfire94; Tanarukk Fiendish Orcs.json +++ b/race/Foxfire94; Tanarukk Fiendish Orcs.json @@ -14,7 +14,7 @@ ], "dateAdded": 1589093274, "dateLastModified": 1628132888, - "_dateLastModifiedHash": "280988a28d" + "_dateLastModifiedHash": "21add8f36c" }, "race": [ { diff --git a/race/Foxfire94; Volos Original Guide to Monsters.json b/race/Foxfire94; Volos Original Guide to Monsters.json index 4c7c0d0ffc..fc775aee24 100644 --- a/race/Foxfire94; Volos Original Guide to Monsters.json +++ b/race/Foxfire94; Volos Original Guide to Monsters.json @@ -17,7 +17,7 @@ ], "dateAdded": 1602350442, "dateLastModified": 1602350442, - "_dateLastModifiedHash": "4be7e0d75b" + "_dateLastModifiedHash": "e194ad870b" }, "race": [ { diff --git a/race/Heroes from the Dark Realm; Race Collection.json b/race/Heroes from the Dark Realm; Race Collection.json index 941bbc574e..e3d48ebeb2 100644 --- a/race/Heroes from the Dark Realm; Race Collection.json +++ b/race/Heroes from the Dark Realm; Race Collection.json @@ -19,7 +19,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "a760682339" + "_dateLastModifiedHash": "571d737df4" }, "race": [ { diff --git a/race/Kobold Press; Unlikely Heroes.json b/race/Kobold Press; Unlikely Heroes.json index a41aa02519..8ea112afc0 100644 --- a/race/Kobold Press; Unlikely Heroes.json +++ b/race/Kobold Press; Unlikely Heroes.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "7fd318f655" + "_dateLastModifiedHash": "65539da953" }, "race": [ { diff --git a/race/LaserLlama; Half-Dwarf.json b/race/LaserLlama; Half-Dwarf.json index 65ed186490..36a2b818fd 100644 --- a/race/LaserLlama; Half-Dwarf.json +++ b/race/LaserLlama; Half-Dwarf.json @@ -17,7 +17,7 @@ ], "dateAdded": 1586943396, "dateLastModified": 1586943396, - "_dateLastModifiedHash": "90db3ac121" + "_dateLastModifiedHash": "8404aef4fc" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Archon.json b/race/Middle Finger of Vecna; Archon.json index 638192a7e0..44095133aa 100644 --- a/race/Middle Finger of Vecna; Archon.json +++ b/race/Middle Finger of Vecna; Archon.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "fb32d62027" + "_dateLastModifiedHash": "98fc8750f9" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Awakened Golem.json b/race/Middle Finger of Vecna; Awakened Golem.json index bb0f71f343..75794560ee 100644 --- a/race/Middle Finger of Vecna; Awakened Golem.json +++ b/race/Middle Finger of Vecna; Awakened Golem.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "1a2cfc6886" + "_dateLastModifiedHash": "79de7e104f" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Bugbear.json b/race/Middle Finger of Vecna; Bugbear.json index e08acf0202..bcbc947aab 100644 --- a/race/Middle Finger of Vecna; Bugbear.json +++ b/race/Middle Finger of Vecna; Bugbear.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "0519c526e2" + "_dateLastModifiedHash": "4122060fcd" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Devil.json b/race/Middle Finger of Vecna; Devil.json index 42c09cae08..1a5197cdc4 100644 --- a/race/Middle Finger of Vecna; Devil.json +++ b/race/Middle Finger of Vecna; Devil.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1591692363, - "_dateLastModifiedHash": "c16394e385" + "_dateLastModifiedHash": "6faf135857" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Dhampyr.json b/race/Middle Finger of Vecna; Dhampyr.json index 588d5601a7..774b48e602 100644 --- a/race/Middle Finger of Vecna; Dhampyr.json +++ b/race/Middle Finger of Vecna; Dhampyr.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "1f775826b9" + "_dateLastModifiedHash": "e01717cfb1" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Dvati.json b/race/Middle Finger of Vecna; Dvati.json index 2b2fc58a54..f538a333b0 100644 --- a/race/Middle Finger of Vecna; Dvati.json +++ b/race/Middle Finger of Vecna; Dvati.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "48625817b7" + "_dateLastModifiedHash": "cb4f34e529" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Fetchling.json b/race/Middle Finger of Vecna; Fetchling.json index 10baa640ec..59c0ebe86c 100644 --- a/race/Middle Finger of Vecna; Fetchling.json +++ b/race/Middle Finger of Vecna; Fetchling.json @@ -15,7 +15,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "8479eef11b" + "_dateLastModifiedHash": "94be28e0b8" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Illumian.json b/race/Middle Finger of Vecna; Illumian.json index f9ab6977a5..9a64087115 100644 --- a/race/Middle Finger of Vecna; Illumian.json +++ b/race/Middle Finger of Vecna; Illumian.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "c726ffa274" + "_dateLastModifiedHash": "366d3faf05" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Merfolk.json b/race/Middle Finger of Vecna; Merfolk.json index 95757df728..34722ef70a 100644 --- a/race/Middle Finger of Vecna; Merfolk.json +++ b/race/Middle Finger of Vecna; Merfolk.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "6dd1e859d6" + "_dateLastModifiedHash": "188da3581f" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Monsters and Men.json b/race/Middle Finger of Vecna; Monsters and Men.json index 24c13c96b1..75944d86cb 100644 --- a/race/Middle Finger of Vecna; Monsters and Men.json +++ b/race/Middle Finger of Vecna; Monsters and Men.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "f77f526740" + "_dateLastModifiedHash": "96e6e139e6" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Revenant.json b/race/Middle Finger of Vecna; Revenant.json index 0570b53cb8..1eaf062d88 100644 --- a/race/Middle Finger of Vecna; Revenant.json +++ b/race/Middle Finger of Vecna; Revenant.json @@ -15,7 +15,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "ff9788fbb6" + "_dateLastModifiedHash": "f6f49f9d3e" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Satyr.json b/race/Middle Finger of Vecna; Satyr.json index 159ee7488a..5e05378879 100644 --- a/race/Middle Finger of Vecna; Satyr.json +++ b/race/Middle Finger of Vecna; Satyr.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "0587b63aa7" + "_dateLastModifiedHash": "a417be0f7a" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Shardminds.json b/race/Middle Finger of Vecna; Shardminds.json index 82f92054cd..9d90c4fb39 100644 --- a/race/Middle Finger of Vecna; Shardminds.json +++ b/race/Middle Finger of Vecna; Shardminds.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "979c52f017" + "_dateLastModifiedHash": "71fc361bc9" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Sirine.json b/race/Middle Finger of Vecna; Sirine.json index 084dcbbf91..9d35b86f1e 100644 --- a/race/Middle Finger of Vecna; Sirine.json +++ b/race/Middle Finger of Vecna; Sirine.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "82194ada50" + "_dateLastModifiedHash": "474f5f409a" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Thri-Kreen.json b/race/Middle Finger of Vecna; Thri-Kreen.json index 83b28cb32f..3ff1fb0c19 100644 --- a/race/Middle Finger of Vecna; Thri-Kreen.json +++ b/race/Middle Finger of Vecna; Thri-Kreen.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "ef9c91d893" + "_dateLastModifiedHash": "015cdae64c" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Tibbit.json b/race/Middle Finger of Vecna; Tibbit.json index d5d85f9a26..5b02fc00fe 100644 --- a/race/Middle Finger of Vecna; Tibbit.json +++ b/race/Middle Finger of Vecna; Tibbit.json @@ -15,7 +15,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "e802fcbd96" + "_dateLastModifiedHash": "b0496a4c0a" }, "race": [ { diff --git a/race/Middle Finger of Vecna; Vect.json b/race/Middle Finger of Vecna; Vect.json index d6045f76ec..85d74cbc00 100644 --- a/race/Middle Finger of Vecna; Vect.json +++ b/race/Middle Finger of Vecna; Vect.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "3b1809e943" + "_dateLastModifiedHash": "9380eb15e0" }, "race": [ { diff --git a/race/Mr Bat; Bats Diverse Equestrian Races.json b/race/Mr Bat; Bats Diverse Equestrian Races.json index 5fa3539f02..c8ecff7cdb 100644 --- a/race/Mr Bat; Bats Diverse Equestrian Races.json +++ b/race/Mr Bat; Bats Diverse Equestrian Races.json @@ -17,7 +17,7 @@ ], "dateAdded": 1619722738, "dateLastModified": 1619722738, - "_dateLastModifiedHash": "042f7d6def" + "_dateLastModifiedHash": "ed5bea2ce9" }, "race": [ { diff --git a/race/Pixel; Hivebody.json b/race/Pixel; Hivebody.json index c2fe7bbc3f..b86712ea72 100644 --- a/race/Pixel; Hivebody.json +++ b/race/Pixel; Hivebody.json @@ -18,7 +18,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "b5e68ba0ab" + "_dateLastModifiedHash": "9da2df8536" }, "race": [ { diff --git a/race/SailorCat; Graftling.json b/race/SailorCat; Graftling.json index 5e5fe0f69c..730eb863b5 100644 --- a/race/SailorCat; Graftling.json +++ b/race/SailorCat; Graftling.json @@ -16,7 +16,7 @@ ], "dateAdded": 1568582441, "dateLastModified": 1620404915, - "_dateLastModifiedHash": "0f80f0c4b9" + "_dateLastModifiedHash": "bd84c46a20" }, "race": [ { diff --git a/race/Sample - Giddy; Awakened Skeleton.json b/race/Sample - Giddy; Awakened Skeleton.json index ecc6e81599..aa82eb57e5 100644 --- a/race/Sample - Giddy; Awakened Skeleton.json +++ b/race/Sample - Giddy; Awakened Skeleton.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "8da27a2624" + "_dateLastModifiedHash": "0803d8fd66" }, "race": [ { diff --git a/race/Siegfried; Foxlings.json b/race/Siegfried; Foxlings.json index bb857e5e97..a8d27a9323 100644 --- a/race/Siegfried; Foxlings.json +++ b/race/Siegfried; Foxlings.json @@ -17,7 +17,7 @@ ], "dateAdded": 1613065104, "dateLastModified": 1613065104, - "_dateLastModifiedHash": "191ada0ce4" + "_dateLastModifiedHash": "27c1930a8a" }, "race": [ { diff --git a/race/Skut; Warforged.json b/race/Skut; Warforged.json index 81f101913b..1f11df3ea8 100644 --- a/race/Skut; Warforged.json +++ b/race/Skut; Warforged.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "9e43923ce9" + "_dateLastModifiedHash": "ed492b86cb" }, "race": [ { diff --git a/race/The-Magic-Sword; Centaur.json b/race/The-Magic-Sword; Centaur.json index 8101eeadf4..fdb3716afe 100644 --- a/race/The-Magic-Sword; Centaur.json +++ b/race/The-Magic-Sword; Centaur.json @@ -18,7 +18,7 @@ ], "dateAdded": 1643568222, "dateLastModified": 1643568222, - "_dateLastModifiedHash": "8bc0bc6ef2" + "_dateLastModifiedHash": "a73673a1fb" }, "race": [ { diff --git a/race/Tr1lobyte; Bearkin.json b/race/Tr1lobyte; Bearkin.json index 5e1ededd8b..379803b908 100644 --- a/race/Tr1lobyte; Bearkin.json +++ b/race/Tr1lobyte; Bearkin.json @@ -20,7 +20,7 @@ ], "dateAdded": 1622235053, "dateLastModified": 1643498772, - "_dateLastModifiedHash": "3e6cbb4da0" + "_dateLastModifiedHash": "dc28a8f391" }, "race": [ { diff --git a/race/Walrock HomeBrew; Faeries.json b/race/Walrock HomeBrew; Faeries.json index 2e9bc6c751..50cd2f6e8d 100644 --- a/race/Walrock HomeBrew; Faeries.json +++ b/race/Walrock HomeBrew; Faeries.json @@ -19,7 +19,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "197d441345" + "_dateLastModifiedHash": "700d68dad5" }, "race": [ { diff --git a/race/Walrock; Awakened Undead.json b/race/Walrock; Awakened Undead.json index 4f33d31972..c77d9256aa 100644 --- a/race/Walrock; Awakened Undead.json +++ b/race/Walrock; Awakened Undead.json @@ -19,7 +19,7 @@ ], "dateAdded": 1591318518, "dateLastModified": 1596801281, - "_dateLastModifiedHash": "b6d8be8855" + "_dateLastModifiedHash": "703c997e5d" }, "raceFluff": [ { diff --git a/race/Web Community; Community Homebrew Races.json b/race/Web Community; Community Homebrew Races.json index 6cffbc5cdc..7a85243075 100644 --- a/race/Web Community; Community Homebrew Races.json +++ b/race/Web Community; Community Homebrew Races.json @@ -19,7 +19,7 @@ ], "dateAdded": 1604252046, "dateLastModified": 1604252046, - "_dateLastModifiedHash": "de1c70b6f0" + "_dateLastModifiedHash": "021f032f99" }, "race": [ { diff --git a/race/Zagorath; Vryloka.json b/race/Zagorath; Vryloka.json index ad4d588adb..b80c74c62a 100644 --- a/race/Zagorath; Vryloka.json +++ b/race/Zagorath; Vryloka.json @@ -19,7 +19,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "1b614a2214" + "_dateLastModifiedHash": "5a7d8de2a5" }, "race": [ { diff --git a/race/aofhaocv; Mothfolk.json b/race/aofhaocv; Mothfolk.json index 774866c4cc..5ee215e201 100644 --- a/race/aofhaocv; Mothfolk.json +++ b/race/aofhaocv; Mothfolk.json @@ -17,7 +17,7 @@ ], "dateAdded": 1635906426, "dateLastModified": 1638559757, - "_dateLastModifiedHash": "dc33e34e0e" + "_dateLastModifiedHash": "2ffa753a8e" }, "race": [ { diff --git a/race/callmepartario; Ikwiikwii.json b/race/callmepartario; Ikwiikwii.json index 5feea8c857..88dfbab0eb 100644 --- a/race/callmepartario; Ikwiikwii.json +++ b/race/callmepartario; Ikwiikwii.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "903c3dceac" + "_dateLastModifiedHash": "23e97ced22" }, "race": [ { diff --git a/race/darude11; Faceless.json b/race/darude11; Faceless.json index 0993bb1320..b74af962c3 100644 --- a/race/darude11; Faceless.json +++ b/race/darude11; Faceless.json @@ -14,7 +14,7 @@ ], "dateAdded": 1574460664, "dateLastModified": 1574460664, - "_dateLastModifiedHash": "f54525e3f9" + "_dateLastModifiedHash": "2af7894143" }, "race": [ { diff --git a/race/dmblc; The Mimiga Race.json b/race/dmblc; The Mimiga Race.json index 7089d9efbb..3cd26740f6 100644 --- a/race/dmblc; The Mimiga Race.json +++ b/race/dmblc; The Mimiga Race.json @@ -34,7 +34,7 @@ ], "dateAdded": 1647054503, "dateLastModified": 1650452898, - "_dateLastModifiedHash": "75ec14664e" + "_dateLastModifiedHash": "8262fb2c35" }, "race": [ { diff --git a/race/fbd117; Crablite Race.json b/race/fbd117; Crablite Race.json index 0e394a52c0..60e3a5dbe4 100644 --- a/race/fbd117; Crablite Race.json +++ b/race/fbd117; Crablite Race.json @@ -18,7 +18,7 @@ ], "dateAdded": 1647419546, "dateLastModified": 1647419546, - "_dateLastModifiedHash": "34a7a61f92" + "_dateLastModifiedHash": "4b2bcd70a8" }, "race": [ { diff --git a/race/timemrick's Daughter; Mudborn.json b/race/timemrick's Daughter; Mudborn.json index 7d998e08bd..64eef5e2db 100644 --- a/race/timemrick's Daughter; Mudborn.json +++ b/race/timemrick's Daughter; Mudborn.json @@ -17,7 +17,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "88a7aae9b4" + "_dateLastModifiedHash": "e3003ff520" }, "race": [ { diff --git a/recipe/Jef Aldreich; Dungeonmeister.json b/recipe/Jef Aldreich; Dungeonmeister.json index 9114eec4a8..1f20dc72ca 100644 --- a/recipe/Jef Aldreich; Dungeonmeister.json +++ b/recipe/Jef Aldreich; Dungeonmeister.json @@ -19,7 +19,7 @@ ], "dateAdded": 1544467825, "dateLastModified": 1633462175, - "_dateLastModifiedHash": "4a0b293882" + "_dateLastModifiedHash": "888b0c9f02" }, "recipe": [ { diff --git a/recipe/Lyra; Lyra's Dad's Chilli.json b/recipe/Lyra; Lyra's Dad's Chilli.json index b553b6b948..d89fc4db7f 100644 --- a/recipe/Lyra; Lyra's Dad's Chilli.json +++ b/recipe/Lyra; Lyra's Dad's Chilli.json @@ -19,7 +19,7 @@ ], "dateAdded": 1640121357, "dateLastModified": 1640951898, - "_dateLastModifiedHash": "023be037c1" + "_dateLastModifiedHash": "f8b6fa487d" }, "recipe": [ { diff --git a/recipe/Sample - Giddy; Toast Sandwich.json b/recipe/Sample - Giddy; Toast Sandwich.json index 598296e646..fc51cea365 100644 --- a/recipe/Sample - Giddy; Toast Sandwich.json +++ b/recipe/Sample - Giddy; Toast Sandwich.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "b02f7be51d" + "_dateLastModifiedHash": "aaa7d8e35e" }, "recipe": [ { diff --git a/reward/Jafner; Titles as Rewards.json b/reward/Jafner; Titles as Rewards.json index 1eaa0c8aed..89f1a99439 100644 --- a/reward/Jafner; Titles as Rewards.json +++ b/reward/Jafner; Titles as Rewards.json @@ -17,7 +17,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "2a97663577" + "_dateLastModifiedHash": "098fd3d779" }, "reward": [ { diff --git a/reward/Sample - Giddy; Boon of Vigor.json b/reward/Sample - Giddy; Boon of Vigor.json index a6a3b8b655..5f09c16bed 100644 --- a/reward/Sample - Giddy; Boon of Vigor.json +++ b/reward/Sample - Giddy; Boon of Vigor.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "41da0fae68" + "_dateLastModifiedHash": "2e0da73188" }, "reward": [ { diff --git a/spell/AD Feltham; Everyday Rituals for Travelling Wizards.json b/spell/AD Feltham; Everyday Rituals for Travelling Wizards.json index 38edd50ab4..72382b841e 100644 --- a/spell/AD Feltham; Everyday Rituals for Travelling Wizards.json +++ b/spell/AD Feltham; Everyday Rituals for Travelling Wizards.json @@ -18,7 +18,7 @@ ], "dateAdded": 1542063914, "dateLastModified": 1542063914, - "_dateLastModifiedHash": "caa5b5f8f4" + "_dateLastModifiedHash": "8d5374af85" }, "spell": [ { diff --git a/spell/Craios125; Evolving Cantrips.json b/spell/Craios125; Evolving Cantrips.json index 4836ce2122..1677e63f86 100644 --- a/spell/Craios125; Evolving Cantrips.json +++ b/spell/Craios125; Evolving Cantrips.json @@ -17,7 +17,7 @@ ], "dateAdded": 1588392716, "dateLastModified": 1588392716, - "_dateLastModifiedHash": "18f23330f0" + "_dateLastModifiedHash": "6fee33e937" }, "spell": [ { diff --git a/spell/Dejan_Maramu; Brainstorm.json b/spell/Dejan_Maramu; Brainstorm.json index c48bf767b9..f1e98cfd81 100644 --- a/spell/Dejan_Maramu; Brainstorm.json +++ b/spell/Dejan_Maramu; Brainstorm.json @@ -17,7 +17,7 @@ ], "dateAdded": 1634630537, "dateLastModified": 1634630537, - "_dateLastModifiedHash": "770780243c" + "_dateLastModifiedHash": "1759cb8463" }, "spell": [ { diff --git a/spell/Dev&Girafz; Hyperlanes Gambits.json b/spell/Dev&Girafz; Hyperlanes Gambits.json index eb3114c2df..b363c921c0 100644 --- a/spell/Dev&Girafz; Hyperlanes Gambits.json +++ b/spell/Dev&Girafz; Hyperlanes Gambits.json @@ -18,7 +18,7 @@ ], "dateAdded": 1648491322, "dateLastModified": 1648491322, - "_dateLastModifiedHash": "c23b92053c" + "_dateLastModifiedHash": "3002c8f445" }, "spell": [ { diff --git a/spell/DropTheDie; Opus of Elemental Substance.json b/spell/DropTheDie; Opus of Elemental Substance.json index 7fb70672c9..bc296b26ef 100644 --- a/spell/DropTheDie; Opus of Elemental Substance.json +++ b/spell/DropTheDie; Opus of Elemental Substance.json @@ -17,7 +17,7 @@ ], "dateAdded": 1588459550, "dateLastModified": 1588459550, - "_dateLastModifiedHash": "b8e0e1f8ec" + "_dateLastModifiedHash": "948d4f4915" }, "spell": [ { diff --git a/spell/DropTheDie; Opus of Extrinsic Substance.json b/spell/DropTheDie; Opus of Extrinsic Substance.json index bc066320a7..d9239c9a4b 100644 --- a/spell/DropTheDie; Opus of Extrinsic Substance.json +++ b/spell/DropTheDie; Opus of Extrinsic Substance.json @@ -17,7 +17,7 @@ ], "dateAdded": 1588459431, "dateLastModified": 1588459431, - "_dateLastModifiedHash": "6e43b8c5b6" + "_dateLastModifiedHash": "674bd9d410" }, "spell": [ { diff --git a/spell/Enhander; Enhander's Revised Spells.json b/spell/Enhander; Enhander's Revised Spells.json index e6400ee823..d1d1d79b26 100644 --- a/spell/Enhander; Enhander's Revised Spells.json +++ b/spell/Enhander; Enhander's Revised Spells.json @@ -17,7 +17,7 @@ ], "dateAdded": 1627415619, "dateLastModified": 1627415619, - "_dateLastModifiedHash": "d716d973df" + "_dateLastModifiedHash": "139a7266ee" }, "spell": [ { diff --git a/spell/Faolyn; The (In)Complete Tome of Spells.json b/spell/Faolyn; The (In)Complete Tome of Spells.json index 9135a8d7c6..a2941bf75b 100644 --- a/spell/Faolyn; The (In)Complete Tome of Spells.json +++ b/spell/Faolyn; The (In)Complete Tome of Spells.json @@ -21,7 +21,7 @@ ], "dateAdded": 1603738912, "dateLastModified": 1605588868, - "_dateLastModifiedHash": "0e3ce387dc" + "_dateLastModifiedHash": "f613f1c66c" }, "monster": [ { diff --git a/spell/Foxfire94; Advanced Arcaneries.json b/spell/Foxfire94; Advanced Arcaneries.json index f51fbf58ab..d337f6fbc1 100644 --- a/spell/Foxfire94; Advanced Arcaneries.json +++ b/spell/Foxfire94; Advanced Arcaneries.json @@ -17,7 +17,7 @@ ], "dateAdded": 1599631235, "dateLastModified": 1650918295, - "_dateLastModifiedHash": "57ab282882" + "_dateLastModifiedHash": "73074cbd91" }, "spell": [ { diff --git a/spell/Frog God Games; Book of Lost Spells.json b/spell/Frog God Games; Book of Lost Spells.json index aa2716d8b9..44a8f10dcf 100644 --- a/spell/Frog God Games; Book of Lost Spells.json +++ b/spell/Frog God Games; Book of Lost Spells.json @@ -15,7 +15,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "7ba4c85985" + "_dateLastModifiedHash": "1c600c0d85" }, "spell": [ { diff --git a/spell/HapHazred; Wyldefarne Magic.json b/spell/HapHazred; Wyldefarne Magic.json index d8297f0ae1..71a4076c34 100644 --- a/spell/HapHazred; Wyldefarne Magic.json +++ b/spell/HapHazred; Wyldefarne Magic.json @@ -19,7 +19,7 @@ ], "dateAdded": 1641154357, "dateLastModified": 1641322261, - "_dateLastModifiedHash": "70131c7aeb" + "_dateLastModifiedHash": "8d0f8ae18a" }, "spell": [ { diff --git a/spell/Heroes from the Dark Realm; Wizard School of Nethermancy.json b/spell/Heroes from the Dark Realm; Wizard School of Nethermancy.json index 2b77a41e63..f3afd3b93d 100644 --- a/spell/Heroes from the Dark Realm; Wizard School of Nethermancy.json +++ b/spell/Heroes from the Dark Realm; Wizard School of Nethermancy.json @@ -26,7 +26,7 @@ "color": "8A2BE2" } }, - "_dateLastModifiedHash": "03d17c6c68" + "_dateLastModifiedHash": "ce6062c7f5" }, "subclass": [ { diff --git a/spell/Ikaguia; Arcane Grimoire.json b/spell/Ikaguia; Arcane Grimoire.json index 3bb5f38a8a..91354cc39d 100644 --- a/spell/Ikaguia; Arcane Grimoire.json +++ b/spell/Ikaguia; Arcane Grimoire.json @@ -15,7 +15,7 @@ ], "dateAdded": 1557088580, "dateLastModified": 1557088580, - "_dateLastModifiedHash": "ee63eda3be" + "_dateLastModifiedHash": "3e6b4da9bc" }, "spell": [ { diff --git a/spell/Izzy; RangerPlus.json b/spell/Izzy; RangerPlus.json index 47971ed93f..7ea75889de 100644 --- a/spell/Izzy; RangerPlus.json +++ b/spell/Izzy; RangerPlus.json @@ -17,7 +17,7 @@ ], "dateAdded": 1642116367, "dateLastModified": 1642116367, - "_dateLastModifiedHash": "d86fdd7b49" + "_dateLastModifiedHash": "3edca52217" }, "spell": [ { diff --git a/spell/Jacob S Kellogg; The Elemental Spellbook - 80 Spells of Ice, Fire, and Lightning.json b/spell/Jacob S Kellogg; The Elemental Spellbook - 80 Spells of Ice, Fire, and Lightning.json index 99af2c6db5..58e826b0f3 100644 --- a/spell/Jacob S Kellogg; The Elemental Spellbook - 80 Spells of Ice, Fire, and Lightning.json +++ b/spell/Jacob S Kellogg; The Elemental Spellbook - 80 Spells of Ice, Fire, and Lightning.json @@ -17,7 +17,7 @@ ], "dateAdded": 1612407625, "dateLastModified": 1612407625, - "_dateLastModifiedHash": "cf227d2eca" + "_dateLastModifiedHash": "0140367a90" }, "spell": [ { diff --git a/spell/Jessica Wolfman; The (Not Really) Complete Tome of Spells.json b/spell/Jessica Wolfman; The (Not Really) Complete Tome of Spells.json index d942f358fa..4ce7adfd62 100644 --- a/spell/Jessica Wolfman; The (Not Really) Complete Tome of Spells.json +++ b/spell/Jessica Wolfman; The (Not Really) Complete Tome of Spells.json @@ -17,7 +17,7 @@ ], "dateAdded": 1590440677, "dateLastModified": 1596193416, - "_dateLastModifiedHash": "1eca65d6ad" + "_dateLastModifiedHash": "ac2f078b42" }, "monster": [ { diff --git a/spell/KibblesTasty; Kibbles' Casting Compendium.json b/spell/KibblesTasty; Kibbles' Casting Compendium.json index 704fd670b1..50c946713a 100644 --- a/spell/KibblesTasty; Kibbles' Casting Compendium.json +++ b/spell/KibblesTasty; Kibbles' Casting Compendium.json @@ -46,7 +46,7 @@ ], "dateAdded": 1622581997, "dateLastModified": 1649559103, - "_dateLastModifiedHash": "ed4ecc3cd3" + "_dateLastModifiedHash": "b293e54319" }, "spell": [ { diff --git a/spell/LelouchVee; Best of Spell Compendium.json b/spell/LelouchVee; Best of Spell Compendium.json index b79c1155cf..99efab6a9b 100644 --- a/spell/LelouchVee; Best of Spell Compendium.json +++ b/spell/LelouchVee; Best of Spell Compendium.json @@ -15,7 +15,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "46fd274962" + "_dateLastModifiedHash": "d0cb8c5832" }, "spell": [ { diff --git a/spell/Murphen44; WandsNWizards.json b/spell/Murphen44; WandsNWizards.json index b3f963c195..b9eda1b05b 100644 --- a/spell/Murphen44; WandsNWizards.json +++ b/spell/Murphen44; WandsNWizards.json @@ -17,7 +17,7 @@ ], "dateAdded": 1606589423, "dateLastModified": 1633461323, - "_dateLastModifiedHash": "6a4c128e25" + "_dateLastModifiedHash": "2df582e05a" }, "spell": [ { diff --git a/spell/Nations and Cannons; Starter Rules.json b/spell/Nations and Cannons; Starter Rules.json index 0b1353eaa2..3972dabb65 100644 --- a/spell/Nations and Cannons; Starter Rules.json +++ b/spell/Nations and Cannons; Starter Rules.json @@ -21,7 +21,7 @@ ], "dateAdded": 1595706432, "dateLastModified": 1595706432, - "_dateLastModifiedHash": "e92cad2f09" + "_dateLastModifiedHash": "e3a6f543c2" }, "spell": [ { diff --git a/spell/Rynosaur; Archive of Arcane Aggression.json b/spell/Rynosaur; Archive of Arcane Aggression.json index 8bf7e0a6a2..40612117d9 100644 --- a/spell/Rynosaur; Archive of Arcane Aggression.json +++ b/spell/Rynosaur; Archive of Arcane Aggression.json @@ -21,7 +21,7 @@ ], "dateAdded": 0, "dateLastModified": 1638816263, - "_dateLastModifiedHash": "f52a6f4cdc" + "_dateLastModifiedHash": "267ad04535" }, "spell": [ { diff --git a/spell/Sample - Giddy; Assorted Marginalia.json b/spell/Sample - Giddy; Assorted Marginalia.json index 9f829f7108..a231de21b8 100644 --- a/spell/Sample - Giddy; Assorted Marginalia.json +++ b/spell/Sample - Giddy; Assorted Marginalia.json @@ -35,7 +35,7 @@ }, "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "a320a7d0d5" + "_dateLastModifiedHash": "62820529fa" }, "spell": [ { diff --git a/spell/Sample - Giddy; The Uninspired Guide to Wizardry.json b/spell/Sample - Giddy; The Uninspired Guide to Wizardry.json index 46b89df138..edc8165141 100644 --- a/spell/Sample - Giddy; The Uninspired Guide to Wizardry.json +++ b/spell/Sample - Giddy; The Uninspired Guide to Wizardry.json @@ -20,7 +20,7 @@ "PHB" ] }, - "_dateLastModifiedHash": "798332c57a" + "_dateLastModifiedHash": "54eff15048" }, "spell": [ { diff --git a/spell/Sean vas Terra; Elementalist's Pocketbook.json b/spell/Sean vas Terra; Elementalist's Pocketbook.json index 6b9d17d994..b6acc7d057 100644 --- a/spell/Sean vas Terra; Elementalist's Pocketbook.json +++ b/spell/Sean vas Terra; Elementalist's Pocketbook.json @@ -17,7 +17,7 @@ ], "dateAdded": 1580792206, "dateLastModified": 1580837331, - "_dateLastModifiedHash": "60c99a4673" + "_dateLastModifiedHash": "bc68fb3e07" }, "subclass": [ { diff --git a/spell/Sonixerse; Expanded Floran Spells.json b/spell/Sonixerse; Expanded Floran Spells.json index 3291a43f71..f6e8740ab4 100644 --- a/spell/Sonixerse; Expanded Floran Spells.json +++ b/spell/Sonixerse; Expanded Floran Spells.json @@ -18,7 +18,7 @@ ], "dateAdded": 1645139173, "dateLastModified": 1645139173, - "_dateLastModifiedHash": "8dbf58b4a4" + "_dateLastModifiedHash": "997cb40707" }, "monster": [ { diff --git a/spell/Studio Agate; Fateforge Grimoire.json b/spell/Studio Agate; Fateforge Grimoire.json index 0c149334c6..837ec64f5a 100644 --- a/spell/Studio Agate; Fateforge Grimoire.json +++ b/spell/Studio Agate; Fateforge Grimoire.json @@ -35,7 +35,7 @@ }, "dateAdded": 1631721764, "dateLastModified": 1631721764, - "_dateLastModifiedHash": "2f9fe31c02" + "_dateLastModifiedHash": "59345de1b0" }, "spell": [ { diff --git a/spell/Trevor Armstrong; Grimlore's Grimoire.json b/spell/Trevor Armstrong; Grimlore's Grimoire.json index 2dc2fcc562..1e5764d337 100644 --- a/spell/Trevor Armstrong; Grimlore's Grimoire.json +++ b/spell/Trevor Armstrong; Grimlore's Grimoire.json @@ -18,7 +18,7 @@ ], "dateAdded": 1577536578, "dateLastModified": 1610223771, - "_dateLastModifiedHash": "092349295a" + "_dateLastModifiedHash": "edac252730" }, "spell": [ { diff --git a/spell/Walrock Homebrew; Codex Of Waves.json b/spell/Walrock Homebrew; Codex Of Waves.json index ecdf2c1abb..9bbbe9c024 100644 --- a/spell/Walrock Homebrew; Codex Of Waves.json +++ b/spell/Walrock Homebrew; Codex Of Waves.json @@ -17,7 +17,7 @@ ], "dateAdded": 1575508212, "dateLastModified": 1580688177, - "_dateLastModifiedHash": "6862679b34" + "_dateLastModifiedHash": "de9525d6fb" }, "spell": [ { diff --git a/spell/Walrock Homebrew; Codex of Technomancy.json b/spell/Walrock Homebrew; Codex of Technomancy.json index 570abc8b96..ab5298d4fa 100644 --- a/spell/Walrock Homebrew; Codex of Technomancy.json +++ b/spell/Walrock Homebrew; Codex of Technomancy.json @@ -17,7 +17,7 @@ ], "dateAdded": 1580934477, "dateLastModified": 1580934477, - "_dateLastModifiedHash": "7273d49a88" + "_dateLastModifiedHash": "ca5a8ebe0b" }, "monster": [ { diff --git a/spell/Web Community; Community Spells Collection.json b/spell/Web Community; Community Spells Collection.json index dd0da3093c..c92555fd6c 100644 --- a/spell/Web Community; Community Spells Collection.json +++ b/spell/Web Community; Community Spells Collection.json @@ -19,7 +19,7 @@ ], "dateAdded": 1594364848, "dateLastModified": 1638816223, - "_dateLastModifiedHash": "3b0230ce6e" + "_dateLastModifiedHash": "867a474772" }, "spell": [ { diff --git a/spell/Wizards of the Coast; Codex of the Depths.json b/spell/Wizards of the Coast; Codex of the Depths.json index 46fd38d973..d7f2111956 100644 --- a/spell/Wizards of the Coast; Codex of the Depths.json +++ b/spell/Wizards of the Coast; Codex of the Depths.json @@ -17,7 +17,7 @@ ], "dateAdded": 1564951154, "dateLastModified": 1564951154, - "_dateLastModifiedHash": "ceede11584" + "_dateLastModifiedHash": "4e621e05bb" }, "spell": [ { diff --git a/spell/aeyana; Arcane Archer Spells.json b/spell/aeyana; Arcane Archer Spells.json index 42fb9bda26..d1d5bb8783 100644 --- a/spell/aeyana; Arcane Archer Spells.json +++ b/spell/aeyana; Arcane Archer Spells.json @@ -18,7 +18,7 @@ ], "dateAdded": 1594364848, "dateLastModified": 1594364846, - "_dateLastModifiedHash": "1b5a0c6b0b" + "_dateLastModifiedHash": "be0b94df53" }, "spell": [ { diff --git a/spell/angryweinerchamp; Spelljammer for 5e Spellbook.json b/spell/angryweinerchamp; Spelljammer for 5e Spellbook.json index ee2828de5e..eee3a203d7 100644 --- a/spell/angryweinerchamp; Spelljammer for 5e Spellbook.json +++ b/spell/angryweinerchamp; Spelljammer for 5e Spellbook.json @@ -17,7 +17,7 @@ ], "dateAdded": 1599081260, "dateLastModified": 1599081260, - "_dateLastModifiedHash": "9c3f533426" + "_dateLastModifiedHash": "f8e7dd6b43" }, "spell": [ { diff --git a/spell/belithioben; Fool Me Once.json b/spell/belithioben; Fool Me Once.json index dfce1ea7c3..d964b4fb28 100644 --- a/spell/belithioben; Fool Me Once.json +++ b/spell/belithioben; Fool Me Once.json @@ -17,7 +17,7 @@ ], "dateAdded": 1634630537, "dateLastModified": 1634630537, - "_dateLastModifiedHash": "789d7db0c4" + "_dateLastModifiedHash": "ff7bed0b77" }, "spell": [ { diff --git a/spell/cheezedoodle96; DnD with ponies.json b/spell/cheezedoodle96; DnD with ponies.json index 70337776bd..c2c44876f1 100644 --- a/spell/cheezedoodle96; DnD with ponies.json +++ b/spell/cheezedoodle96; DnD with ponies.json @@ -19,7 +19,7 @@ ], "dateAdded": 1613739050, "dateLastModified": 1613739050, - "_dateLastModifiedHash": "54c9917f0e" + "_dateLastModifiedHash": "b6f0256afe" }, "spell": [ { diff --git a/subclass/0rganics; Fey Protector.json b/subclass/0rganics; Fey Protector.json index 5c40ebe800..341aede3e3 100644 --- a/subclass/0rganics; Fey Protector.json +++ b/subclass/0rganics; Fey Protector.json @@ -15,7 +15,7 @@ ], "dateAdded": 1638965531, "dateLastModified": 1638965531, - "_dateLastModifiedHash": "e1c3487bb5" + "_dateLastModifiedHash": "cfadb0b2d2" }, "subclass": [ { diff --git a/subclass/Aevilok; Craftsman.json b/subclass/Aevilok; Craftsman.json index 0d8a22a746..d6bdc65f6d 100644 --- a/subclass/Aevilok; Craftsman.json +++ b/subclass/Aevilok; Craftsman.json @@ -17,7 +17,7 @@ ], "dateAdded": 1643685011, "dateLastModified": 1644095508, - "_dateLastModifiedHash": "c096807e42" + "_dateLastModifiedHash": "e06e3059bf" }, "subclass": [ { diff --git a/subclass/AmbyNavy and Moss; The Insatiable.json b/subclass/AmbyNavy and Moss; The Insatiable.json index db58895c78..c1d5a12eb4 100644 --- a/subclass/AmbyNavy and Moss; The Insatiable.json +++ b/subclass/AmbyNavy and Moss; The Insatiable.json @@ -21,7 +21,7 @@ ], "dateAdded": 1639839583, "dateLastModified": 1640014471, - "_dateLastModifiedHash": "336bac59e5" + "_dateLastModifiedHash": "bf6fcdd8b9" }, "subclass": [ { diff --git a/subclass/Bunnybrew; Sign of the Crown.json b/subclass/Bunnybrew; Sign of the Crown.json index ad2060f3f7..f9e58ed69f 100644 --- a/subclass/Bunnybrew; Sign of the Crown.json +++ b/subclass/Bunnybrew; Sign of the Crown.json @@ -18,7 +18,7 @@ ], "dateAdded": 1616457588, "dateLastModified": 1616457588, - "_dateLastModifiedHash": "8685e42c39" + "_dateLastModifiedHash": "e6a651157c" }, "subclass": [ { diff --git a/subclass/CaelReader; Arcane Marksman.json b/subclass/CaelReader; Arcane Marksman.json index c7dacee15e..ee89751ee6 100644 --- a/subclass/CaelReader; Arcane Marksman.json +++ b/subclass/CaelReader; Arcane Marksman.json @@ -21,7 +21,7 @@ }, "dateAdded": 1635263560, "dateLastModified": 1638816337, - "_dateLastModifiedHash": "94419dd277" + "_dateLastModifiedHash": "631c0a424a" }, "subclass": [ { diff --git a/subclass/Cephei_Delta; School of Geometry.json b/subclass/Cephei_Delta; School of Geometry.json index 94c1c95ca7..be1b23a0e2 100644 --- a/subclass/Cephei_Delta; School of Geometry.json +++ b/subclass/Cephei_Delta; School of Geometry.json @@ -17,7 +17,7 @@ ], "dateAdded": 1621393518, "dateLastModified": 1621393518, - "_dateLastModifiedHash": "c2b3ed921c" + "_dateLastModifiedHash": "cbc34b09d8" }, "subclass": [ { diff --git a/subclass/Christopher Zito; The Great Cold Patron.json b/subclass/Christopher Zito; The Great Cold Patron.json index 5a2d722aa7..f087cdcb64 100644 --- a/subclass/Christopher Zito; The Great Cold Patron.json +++ b/subclass/Christopher Zito; The Great Cold Patron.json @@ -19,7 +19,7 @@ "dateAdded": 1578188666, "dateLastModified": 1580933076, "unlisted": true, - "_dateLastModifiedHash": "c4d000d780" + "_dateLastModifiedHash": "63998befdb" }, "subclass": [ { diff --git a/subclass/Clan Crafter Hralding; Codex of Allies.json b/subclass/Clan Crafter Hralding; Codex of Allies.json index aa55064698..669ef3cdf0 100644 --- a/subclass/Clan Crafter Hralding; Codex of Allies.json +++ b/subclass/Clan Crafter Hralding; Codex of Allies.json @@ -15,7 +15,7 @@ ], "dateAdded": 1529430240, "dateLastModified": 1529430240, - "_dateLastModifiedHash": "0bd260949b" + "_dateLastModifiedHash": "5416b7dfa0" }, "subclass": [ { diff --git a/subclass/DXHHH101; The Beyond.json b/subclass/DXHHH101; The Beyond.json index fdfbb761bf..a43ccccd96 100644 --- a/subclass/DXHHH101; The Beyond.json +++ b/subclass/DXHHH101; The Beyond.json @@ -18,7 +18,7 @@ ], "dateAdded": 1643217284, "dateLastModified": 1643366358, - "_dateLastModifiedHash": "80065dee0d" + "_dateLastModifiedHash": "e4e860c8f6" }, "subclass": [ { diff --git a/subclass/Dan Powell; Dragoon.json b/subclass/Dan Powell; Dragoon.json index f5347d5084..f3035b71b3 100644 --- a/subclass/Dan Powell; Dragoon.json +++ b/subclass/Dan Powell; Dragoon.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "be9b8eccdf" + "_dateLastModifiedHash": "5a28525fc9" }, "subclass": [ { diff --git a/subclass/Desmon#9507; The Big Tiddy Goth Girlfriend.json b/subclass/Desmon#9507; The Big Tiddy Goth Girlfriend.json index f9750c97bd..698eb96f23 100644 --- a/subclass/Desmon#9507; The Big Tiddy Goth Girlfriend.json +++ b/subclass/Desmon#9507; The Big Tiddy Goth Girlfriend.json @@ -20,7 +20,7 @@ ], "dateAdded": 1566011005, "dateLastModified": 1599169542, - "_dateLastModifiedHash": "85ce3a3c07" + "_dateLastModifiedHash": "e78fc2fbe0" }, "subclass": [ { diff --git a/subclass/DnDWiki; Arcane Tradition Wild Magic.json b/subclass/DnDWiki; Arcane Tradition Wild Magic.json index 5e4033fc24..7cad0122b1 100644 --- a/subclass/DnDWiki; Arcane Tradition Wild Magic.json +++ b/subclass/DnDWiki; Arcane Tradition Wild Magic.json @@ -24,7 +24,7 @@ }, "dateAdded": 1546024328, "dateLastModified": 1546024328, - "_dateLastModifiedHash": "ab838b098a" + "_dateLastModifiedHash": "8997f11e0e" }, "subclass": [ { diff --git a/subclass/Extra_Legs; Unbound Soul.json b/subclass/Extra_Legs; Unbound Soul.json index 07c075b595..ca7a58cf44 100644 --- a/subclass/Extra_Legs; Unbound Soul.json +++ b/subclass/Extra_Legs; Unbound Soul.json @@ -15,7 +15,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "e112035f6b" + "_dateLastModifiedHash": "ddc1b68417" }, "subclass": [ { diff --git a/subclass/FallenPhoenixIV; Oath of the Templar.json b/subclass/FallenPhoenixIV; Oath of the Templar.json index 3b0ec821a4..eedf77eb6c 100644 --- a/subclass/FallenPhoenixIV; Oath of the Templar.json +++ b/subclass/FallenPhoenixIV; Oath of the Templar.json @@ -18,7 +18,7 @@ ], "dateAdded": 1609735957, "dateLastModified": 1609735957, - "_dateLastModifiedHash": "fee8648c53" + "_dateLastModifiedHash": "fa620448bc" }, "subclass": [ { diff --git a/subclass/Fiddlestics; College of the Hand.json b/subclass/Fiddlestics; College of the Hand.json index d0fb034fbd..be85919ed5 100644 --- a/subclass/Fiddlestics; College of the Hand.json +++ b/subclass/Fiddlestics; College of the Hand.json @@ -19,7 +19,7 @@ ], "dateAdded": 1627819396, "dateLastModified": 1627819396, - "_dateLastModifiedHash": "5ae89b63e3" + "_dateLastModifiedHash": "ef1fed7bab" }, "subclass": [ { diff --git a/subclass/Foxfire94; Blood Magic Sorcerous Origin.json b/subclass/Foxfire94; Blood Magic Sorcerous Origin.json index c4bb5a423f..2f542ff71f 100644 --- a/subclass/Foxfire94; Blood Magic Sorcerous Origin.json +++ b/subclass/Foxfire94; Blood Magic Sorcerous Origin.json @@ -15,7 +15,7 @@ ], "dateAdded": 1650130290, "dateLastModified": 1650918295, - "_dateLastModifiedHash": "409e10eee4" + "_dateLastModifiedHash": "6cd1940fa2" }, "subclass": [ { diff --git a/subclass/Foxfire94; Brick Brawler Monk.json b/subclass/Foxfire94; Brick Brawler Monk.json index 3e93ec1ad9..b5a632d341 100644 --- a/subclass/Foxfire94; Brick Brawler Monk.json +++ b/subclass/Foxfire94; Brick Brawler Monk.json @@ -15,7 +15,7 @@ ], "dateAdded": 1584493833, "dateLastModified": 1628132888, - "_dateLastModifiedHash": "c32504e113" + "_dateLastModifiedHash": "88a15eeecb" }, "subclass": [ { diff --git a/subclass/Foxfire94; Brute Fighter.json b/subclass/Foxfire94; Brute Fighter.json index 49da7bd086..3313936e0d 100644 --- a/subclass/Foxfire94; Brute Fighter.json +++ b/subclass/Foxfire94; Brute Fighter.json @@ -14,7 +14,7 @@ ], "dateAdded": 1622051715, "dateLastModified": 1628132888, - "_dateLastModifiedHash": "c3aa5b07b6" + "_dateLastModifiedHash": "e8a655b760" }, "subclass": [ { diff --git a/subclass/Foxfire94; College of Metal Bard.json b/subclass/Foxfire94; College of Metal Bard.json index 4a5323e3f9..02b3c69b17 100644 --- a/subclass/Foxfire94; College of Metal Bard.json +++ b/subclass/Foxfire94; College of Metal Bard.json @@ -15,7 +15,7 @@ ], "dateAdded": 1584505055, "dateLastModified": 1586366949, - "_dateLastModifiedHash": "447df22690" + "_dateLastModifiedHash": "2200350023" }, "subclass": [ { diff --git a/subclass/Foxfire94; Explosion Wizard.json b/subclass/Foxfire94; Explosion Wizard.json index 7f832c6a21..5ed280187e 100644 --- a/subclass/Foxfire94; Explosion Wizard.json +++ b/subclass/Foxfire94; Explosion Wizard.json @@ -15,7 +15,7 @@ ], "dateAdded": 1591087486, "dateLastModified": 1628132888, - "_dateLastModifiedHash": "51af9c06ca" + "_dateLastModifiedHash": "7c93c17d36" }, "subclass": [ { diff --git a/subclass/Foxfire94; Horus Heresy Inspired Martial Archetypes.json b/subclass/Foxfire94; Horus Heresy Inspired Martial Archetypes.json index e6c2e3b37a..b2954744f7 100644 --- a/subclass/Foxfire94; Horus Heresy Inspired Martial Archetypes.json +++ b/subclass/Foxfire94; Horus Heresy Inspired Martial Archetypes.json @@ -14,7 +14,7 @@ ], "dateAdded": 1589598036, "dateLastModified": 1589598036, - "_dateLastModifiedHash": "483a520d99" + "_dateLastModifiedHash": "22f2d73818" }, "subclass": [ { diff --git a/subclass/Foxfire94; Oath Daemonicus Paladin.json b/subclass/Foxfire94; Oath Daemonicus Paladin.json index 26357edb17..2a4c52149e 100644 --- a/subclass/Foxfire94; Oath Daemonicus Paladin.json +++ b/subclass/Foxfire94; Oath Daemonicus Paladin.json @@ -15,7 +15,7 @@ ], "dateAdded": 1584497606, "dateLastModified": 1649366015, - "_dateLastModifiedHash": "1a94f4f3c6" + "_dateLastModifiedHash": "998c3e95b8" }, "subclass": [ { diff --git a/subclass/Foxfire94; Primaris Lieutenant.json b/subclass/Foxfire94; Primaris Lieutenant.json index d55377b565..3928270b74 100644 --- a/subclass/Foxfire94; Primaris Lieutenant.json +++ b/subclass/Foxfire94; Primaris Lieutenant.json @@ -14,7 +14,7 @@ ], "dateAdded": 1585672812, "dateLastModified": 1628132888, - "_dateLastModifiedHash": "7eb37cc633" + "_dateLastModifiedHash": "0cf6203a43" }, "subclass": [ { diff --git a/subclass/Foxfire94; Revised Ranger Beast Master.json b/subclass/Foxfire94; Revised Ranger Beast Master.json index a85d012b8a..ad7c661684 100644 --- a/subclass/Foxfire94; Revised Ranger Beast Master.json +++ b/subclass/Foxfire94; Revised Ranger Beast Master.json @@ -15,7 +15,7 @@ ], "dateAdded": 1633204680, "dateLastModified": 1633204680, - "_dateLastModifiedHash": "9897ce2a2d" + "_dateLastModifiedHash": "6c312d02b2" }, "subclass": [ { diff --git a/subclass/FrostBladestorm; Field Medic.json b/subclass/FrostBladestorm; Field Medic.json index 6894daee74..7e69871af4 100644 --- a/subclass/FrostBladestorm; Field Medic.json +++ b/subclass/FrostBladestorm; Field Medic.json @@ -18,7 +18,7 @@ ], "dateAdded": 1634229171, "dateLastModified": 1634415429, - "_dateLastModifiedHash": "ad1573e984" + "_dateLastModifiedHash": "9c2ed04948" }, "subclass": [ { diff --git a/subclass/Gannoh2; The Hero Warlock.json b/subclass/Gannoh2; The Hero Warlock.json index 5454b3815b..2c68ed0418 100644 --- a/subclass/Gannoh2; The Hero Warlock.json +++ b/subclass/Gannoh2; The Hero Warlock.json @@ -18,7 +18,7 @@ ], "dateAdded": 1589516344, "dateLastModified": 1589516346, - "_dateLastModifiedHash": "8524d61ab4" + "_dateLastModifiedHash": "464d273eba" }, "subclass": [ { diff --git a/subclass/Ghostfire Gaming; Artificer Subclasses.json b/subclass/Ghostfire Gaming; Artificer Subclasses.json index 8055e01329..65bb2d32d9 100644 --- a/subclass/Ghostfire Gaming; Artificer Subclasses.json +++ b/subclass/Ghostfire Gaming; Artificer Subclasses.json @@ -31,7 +31,7 @@ ], "dateAdded": 1639755927, "dateLastModified": 1639755927, - "_dateLastModifiedHash": "0454cfaa22" + "_dateLastModifiedHash": "7893464be7" }, "monster": [ { diff --git a/subclass/GuenMaster; Way of the Stars.json b/subclass/GuenMaster; Way of the Stars.json index e00579840c..06270ab319 100644 --- a/subclass/GuenMaster; Way of the Stars.json +++ b/subclass/GuenMaster; Way of the Stars.json @@ -19,7 +19,7 @@ ], "dateAdded": 1650493303, "dateLastModified": 1650493306, - "_dateLastModifiedHash": "0bb89a173c" + "_dateLastModifiedHash": "7ab2590d81" }, "subclass": [ { diff --git a/subclass/IDBN; Gun Mage.json b/subclass/IDBN; Gun Mage.json index c816a7cb9e..ed39a65eb9 100644 --- a/subclass/IDBN; Gun Mage.json +++ b/subclass/IDBN; Gun Mage.json @@ -19,7 +19,7 @@ ], "dateAdded": 1627816998, "dateLastModified": 1627816998, - "_dateLastModifiedHash": "c7d9657954" + "_dateLastModifiedHash": "3f36747e92" }, "subclass": [ { diff --git a/subclass/InvaderHawk; Spirit of Vengeance.json b/subclass/InvaderHawk; Spirit of Vengeance.json index 4008197b89..949cd1c095 100644 --- a/subclass/InvaderHawk; Spirit of Vengeance.json +++ b/subclass/InvaderHawk; Spirit of Vengeance.json @@ -17,7 +17,7 @@ ], "dateAdded": 1598009015, "dateLastModified": 1598016487, - "_dateLastModifiedHash": "d052124641" + "_dateLastModifiedHash": "62014bbaec" }, "subclass": [ { diff --git a/subclass/Inxsinon; Circle of Winds Druid.json b/subclass/Inxsinon; Circle of Winds Druid.json index 415c32213f..83bfa54c4d 100644 --- a/subclass/Inxsinon; Circle of Winds Druid.json +++ b/subclass/Inxsinon; Circle of Winds Druid.json @@ -18,7 +18,7 @@ ], "dateAdded": 1643306617, "dateLastModified": 1643306617, - "_dateLastModifiedHash": "bbfebd0452" + "_dateLastModifiedHash": "fa54f72858" }, "subclass": [ { diff --git a/subclass/Jadeor; The Way of Iron and Steel.json b/subclass/Jadeor; The Way of Iron and Steel.json index f5519f9df1..0b1c237252 100644 --- a/subclass/Jadeor; The Way of Iron and Steel.json +++ b/subclass/Jadeor; The Way of Iron and Steel.json @@ -19,7 +19,7 @@ ], "dateAdded": 1642783092, "dateLastModified": 1642783092, - "_dateLastModifiedHash": "049c589bfe" + "_dateLastModifiedHash": "992ccde3e9" }, "subclass": [ { diff --git a/subclass/Jaek; College of Diplomacy Bard.json b/subclass/Jaek; College of Diplomacy Bard.json index 16cce973de..f31a9c19b9 100644 --- a/subclass/Jaek; College of Diplomacy Bard.json +++ b/subclass/Jaek; College of Diplomacy Bard.json @@ -17,7 +17,7 @@ ], "dateAdded": 1643217526, "dateLastModified": 1643675458, - "_dateLastModifiedHash": "1e45d8431c" + "_dateLastModifiedHash": "8aad34b971" }, "subclass": [ { diff --git a/subclass/Jaek; Ruffian Rogue.json b/subclass/Jaek; Ruffian Rogue.json index 7167862899..63b70e8be4 100644 --- a/subclass/Jaek; Ruffian Rogue.json +++ b/subclass/Jaek; Ruffian Rogue.json @@ -20,7 +20,7 @@ }, "dateAdded": 1643217224, "dateLastModified": 1643675458, - "_dateLastModifiedHash": "7ac1b09b93" + "_dateLastModifiedHash": "90211fab63" }, "subclass": [ { diff --git a/subclass/Jake Hilton; Hoard of Heroes.json b/subclass/Jake Hilton; Hoard of Heroes.json index 8b747e36f2..c65497991f 100644 --- a/subclass/Jake Hilton; Hoard of Heroes.json +++ b/subclass/Jake Hilton; Hoard of Heroes.json @@ -17,7 +17,7 @@ ], "dateAdded": 1601166152, "dateLastModified": 1601166152, - "_dateLastModifiedHash": "4b920f55bc" + "_dateLastModifiedHash": "b1bfe100bc" }, "item": [ { diff --git a/subclass/Ken_Silverwood; Eldritch Champion.json b/subclass/Ken_Silverwood; Eldritch Champion.json index 4b80e8e7a3..c3dc984aca 100644 --- a/subclass/Ken_Silverwood; Eldritch Champion.json +++ b/subclass/Ken_Silverwood; Eldritch Champion.json @@ -18,7 +18,7 @@ ], "dateAdded": 1602665500, "dateLastModified": 1618207093, - "_dateLastModifiedHash": "eebdebde7e" + "_dateLastModifiedHash": "f3718efca4" }, "subclass": [ { diff --git a/subclass/KibblesTasty; Divine Agent.json b/subclass/KibblesTasty; Divine Agent.json index 59e68ee0bc..004f6557f8 100644 --- a/subclass/KibblesTasty; Divine Agent.json +++ b/subclass/KibblesTasty; Divine Agent.json @@ -20,7 +20,7 @@ ], "dateAdded": 1641918175, "dateLastModified": 1642028551, - "_dateLastModifiedHash": "6950bca742" + "_dateLastModifiedHash": "2944d2c842" }, "subclass": [ { diff --git a/subclass/KibblesTasty; Worldly Patron - The Dragon.json b/subclass/KibblesTasty; Worldly Patron - The Dragon.json index 6a68a4eba2..8bcb573208 100644 --- a/subclass/KibblesTasty; Worldly Patron - The Dragon.json +++ b/subclass/KibblesTasty; Worldly Patron - The Dragon.json @@ -20,7 +20,7 @@ ], "dateAdded": 1635791821, "dateLastModified": 1635791821, - "_dateLastModifiedHash": "7e20495f19" + "_dateLastModifiedHash": "231c9b63c6" }, "subclass": [ { diff --git a/subclass/Kingstarman; Way of the Cherry Blossom Sage.json b/subclass/Kingstarman; Way of the Cherry Blossom Sage.json index d1c85a9bfe..735a5c289b 100644 --- a/subclass/Kingstarman; Way of the Cherry Blossom Sage.json +++ b/subclass/Kingstarman; Way of the Cherry Blossom Sage.json @@ -16,7 +16,7 @@ ], "dateAdded": 1637359096, "dateLastModified": 1637362402, - "_dateLastModifiedHash": "56c4abf4b0" + "_dateLastModifiedHash": "3572e0afed" }, "subclass": [ { diff --git a/subclass/Lady of Luck; Garlic Bread Domain Cleric.json b/subclass/Lady of Luck; Garlic Bread Domain Cleric.json index 1e95600b61..b9b8a488d6 100644 --- a/subclass/Lady of Luck; Garlic Bread Domain Cleric.json +++ b/subclass/Lady of Luck; Garlic Bread Domain Cleric.json @@ -18,7 +18,7 @@ ], "dateAdded": 1643703627, "dateLastModified": 1643703627, - "_dateLastModifiedHash": "9168be020d" + "_dateLastModifiedHash": "77dfc2333e" }, "subclass": [ { diff --git a/subclass/LaserLlama; Bard Colleges.json b/subclass/LaserLlama; Bard Colleges.json index dc4e558551..a9d3e0d749 100644 --- a/subclass/LaserLlama; Bard Colleges.json +++ b/subclass/LaserLlama; Bard Colleges.json @@ -18,7 +18,7 @@ ], "dateAdded": 1632430583, "dateLastModified": 1632430586, - "_dateLastModifiedHash": "72dd095d70" + "_dateLastModifiedHash": "e08bd2c613" }, "subclass": [ { diff --git a/subclass/LaserLlama; Monastic Traditions.json b/subclass/LaserLlama; Monastic Traditions.json index f69d57f6da..85c2b759a6 100644 --- a/subclass/LaserLlama; Monastic Traditions.json +++ b/subclass/LaserLlama; Monastic Traditions.json @@ -18,7 +18,7 @@ ], "dateAdded": 1604482879, "dateLastModified": 1604588219, - "_dateLastModifiedHash": "9be7cff2ee" + "_dateLastModifiedHash": "a5fff57b70" }, "subclass": [ { diff --git a/subclass/Laserllama; Artificer Specialties & Infusion Options.json b/subclass/Laserllama; Artificer Specialties & Infusion Options.json index 8a9f1b6d81..480982e508 100644 --- a/subclass/Laserllama; Artificer Specialties & Infusion Options.json +++ b/subclass/Laserllama; Artificer Specialties & Infusion Options.json @@ -19,7 +19,7 @@ ], "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "dde3a17b7b" + "_dateLastModifiedHash": "19a68146e7" }, "subclass": [ { diff --git a/subclass/Laserllama; Roguish Archetypes.json b/subclass/Laserllama; Roguish Archetypes.json index 97c8fc93f7..2bda64cb25 100644 --- a/subclass/Laserllama; Roguish Archetypes.json +++ b/subclass/Laserllama; Roguish Archetypes.json @@ -21,7 +21,7 @@ }, "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "a4a86d07a1" + "_dateLastModifiedHash": "a9397c18ad" }, "subclass": [ { diff --git a/subclass/LevelOfExhaustion; Circle of the Sands.json b/subclass/LevelOfExhaustion; Circle of the Sands.json index 3f75eb7d99..57cac11978 100644 --- a/subclass/LevelOfExhaustion; Circle of the Sands.json +++ b/subclass/LevelOfExhaustion; Circle of the Sands.json @@ -18,7 +18,7 @@ ], "dateAdded": 1634589517, "dateLastModified": 1636465700, - "_dateLastModifiedHash": "95ee5967b1" + "_dateLastModifiedHash": "eb653748d6" }, "subclass": [ { diff --git a/subclass/Lexiette; Wandering Blademaster.json b/subclass/Lexiette; Wandering Blademaster.json index 27d004d883..37624a563d 100644 --- a/subclass/Lexiette; Wandering Blademaster.json +++ b/subclass/Lexiette; Wandering Blademaster.json @@ -15,7 +15,7 @@ ], "dateAdded": 1638965531, "dateLastModified": 1638965531, - "_dateLastModifiedHash": "390bb10866" + "_dateLastModifiedHash": "21998cc09e" }, "subclass": [ { diff --git a/subclass/Martin_DM; Oath of Acroamata.json b/subclass/Martin_DM; Oath of Acroamata.json index 28bc028aa1..b014b77c61 100644 --- a/subclass/Martin_DM; Oath of Acroamata.json +++ b/subclass/Martin_DM; Oath of Acroamata.json @@ -18,7 +18,7 @@ ], "dateAdded": 1579897188, "dateLastModified": 1579897188, - "_dateLastModifiedHash": "51684fd973" + "_dateLastModifiedHash": "9103aa4bf9" }, "subclass": [ { diff --git a/subclass/Matthers3; The Maleficar Wizard.json b/subclass/Matthers3; The Maleficar Wizard.json index 657118b2c2..eef5e86957 100644 --- a/subclass/Matthers3; The Maleficar Wizard.json +++ b/subclass/Matthers3; The Maleficar Wizard.json @@ -13,7 +13,7 @@ ], "dateAdded": 1625376431, "dateLastModified": 1625376431, - "_dateLastModifiedHash": "7770b922f1" + "_dateLastModifiedHash": "a724c9e03d" }, "subclass": [ { diff --git a/subclass/Matthew Mercer; College of the Maestro.json b/subclass/Matthew Mercer; College of the Maestro.json index f1f6a466f1..d01e51c7f5 100644 --- a/subclass/Matthew Mercer; College of the Maestro.json +++ b/subclass/Matthew Mercer; College of the Maestro.json @@ -15,7 +15,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "402538fad1" + "_dateLastModifiedHash": "edc7960610" }, "subclass": [ { diff --git a/subclass/Matthew Mercer; Gunslinger.json b/subclass/Matthew Mercer; Gunslinger.json index ca0b287c10..999fc7b983 100644 --- a/subclass/Matthew Mercer; Gunslinger.json +++ b/subclass/Matthew Mercer; Gunslinger.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "33f84ba3b5" + "_dateLastModifiedHash": "f3f0b3f9aa" }, "subclass": [ { diff --git a/subclass/Matthew Mercer; Oath of the Open Sea.json b/subclass/Matthew Mercer; Oath of the Open Sea.json index 651f4d75d5..b5af46e831 100644 --- a/subclass/Matthew Mercer; Oath of the Open Sea.json +++ b/subclass/Matthew Mercer; Oath of the Open Sea.json @@ -17,7 +17,7 @@ ], "dateAdded": 1602882989, "dateLastModified": 1618329116, - "_dateLastModifiedHash": "37ca7733d0" + "_dateLastModifiedHash": "968aa62051" }, "subclass": [ { diff --git a/subclass/Matthew Mercer; Way of the Cobalt Soul.json b/subclass/Matthew Mercer; Way of the Cobalt Soul.json index 4d3957bf29..dc9f99f130 100644 --- a/subclass/Matthew Mercer; Way of the Cobalt Soul.json +++ b/subclass/Matthew Mercer; Way of the Cobalt Soul.json @@ -17,7 +17,7 @@ ], "dateAdded": 1598228500, "dateLastModified": 1603085660, - "_dateLastModifiedHash": "95d778fa72" + "_dateLastModifiedHash": "48ee04dfd7" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Abyssal Domain.json b/subclass/Middle Finger of Vecna; Abyssal Domain.json index 56509f69ca..0d8a761ee0 100644 --- a/subclass/Middle Finger of Vecna; Abyssal Domain.json +++ b/subclass/Middle Finger of Vecna; Abyssal Domain.json @@ -18,7 +18,7 @@ ], "dateAdded": 1589918247, "dateLastModified": 1589918247, - "_dateLastModifiedHash": "5acb12757d" + "_dateLastModifiedHash": "6c3029477d" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Chronomancy Update.json b/subclass/Middle Finger of Vecna; Chronomancy Update.json index 07ab8a1e08..10d18f57c1 100644 --- a/subclass/Middle Finger of Vecna; Chronomancy Update.json +++ b/subclass/Middle Finger of Vecna; Chronomancy Update.json @@ -21,7 +21,7 @@ }, "dateAdded": 1545342498, "dateLastModified": 1638816602, - "_dateLastModifiedHash": "0084b38c84" + "_dateLastModifiedHash": "43e974cc5b" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Circle of the Root and Stem.json b/subclass/Middle Finger of Vecna; Circle of the Root and Stem.json index 1ae80edcb6..ddf1deb2ab 100644 --- a/subclass/Middle Finger of Vecna; Circle of the Root and Stem.json +++ b/subclass/Middle Finger of Vecna; Circle of the Root and Stem.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "15420f3bb2" + "_dateLastModifiedHash": "0086bd2f96" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Class Packs.json b/subclass/Middle Finger of Vecna; Class Packs.json index fdd1183d3d..b2ae48973b 100644 --- a/subclass/Middle Finger of Vecna; Class Packs.json +++ b/subclass/Middle Finger of Vecna; Class Packs.json @@ -27,7 +27,7 @@ }, "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "1f266d3ad2" + "_dateLastModifiedHash": "77d672eef7" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Destruction Domain.json b/subclass/Middle Finger of Vecna; Destruction Domain.json index d8e92e55e7..f82386261c 100644 --- a/subclass/Middle Finger of Vecna; Destruction Domain.json +++ b/subclass/Middle Finger of Vecna; Destruction Domain.json @@ -18,7 +18,7 @@ ], "dateAdded": 1589918247, "dateLastModified": 1589918247, - "_dateLastModifiedHash": "4369ae3ff0" + "_dateLastModifiedHash": "878a7c3117" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Dread Domain.json b/subclass/Middle Finger of Vecna; Dread Domain.json index 330035ff70..6b6d35752f 100644 --- a/subclass/Middle Finger of Vecna; Dread Domain.json +++ b/subclass/Middle Finger of Vecna; Dread Domain.json @@ -18,7 +18,7 @@ ], "dateAdded": 1589918247, "dateLastModified": 1589918247, - "_dateLastModifiedHash": "c2e856b8a5" + "_dateLastModifiedHash": "3635c4e05a" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Dream Domain.json b/subclass/Middle Finger of Vecna; Dream Domain.json index 66c7b8c81d..3febb329cc 100644 --- a/subclass/Middle Finger of Vecna; Dream Domain.json +++ b/subclass/Middle Finger of Vecna; Dream Domain.json @@ -18,7 +18,7 @@ ], "dateAdded": 1589918247, "dateLastModified": 1589918247, - "_dateLastModifiedHash": "0f6a7422ec" + "_dateLastModifiedHash": "e8629a6f74" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Iconic Archetypes.json b/subclass/Middle Finger of Vecna; Iconic Archetypes.json index 296bd0c968..7782a7cb4a 100644 --- a/subclass/Middle Finger of Vecna; Iconic Archetypes.json +++ b/subclass/Middle Finger of Vecna; Iconic Archetypes.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1638816729, - "_dateLastModifiedHash": "e8067f45fe" + "_dateLastModifiedHash": "332069468e" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Lovecraft Update.json b/subclass/Middle Finger of Vecna; Lovecraft Update.json index bf6e4dab0d..1388f8e18d 100644 --- a/subclass/Middle Finger of Vecna; Lovecraft Update.json +++ b/subclass/Middle Finger of Vecna; Lovecraft Update.json @@ -18,7 +18,7 @@ ], "dateAdded": 1543089147, "dateLastModified": 1543089147, - "_dateLastModifiedHash": "3183398d4a" + "_dateLastModifiedHash": "ec7c50f9d3" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Peace Domain.json b/subclass/Middle Finger of Vecna; Peace Domain.json index e1553b0862..59f6d10ee6 100644 --- a/subclass/Middle Finger of Vecna; Peace Domain.json +++ b/subclass/Middle Finger of Vecna; Peace Domain.json @@ -18,7 +18,7 @@ ], "dateAdded": 1589918247, "dateLastModified": 1589918247, - "_dateLastModifiedHash": "cdb9b79a66" + "_dateLastModifiedHash": "03de40dec1" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Pestilence Domain.json b/subclass/Middle Finger of Vecna; Pestilence Domain.json index 7b377b16c9..39c481d02b 100644 --- a/subclass/Middle Finger of Vecna; Pestilence Domain.json +++ b/subclass/Middle Finger of Vecna; Pestilence Domain.json @@ -18,7 +18,7 @@ ], "dateAdded": 1589918247, "dateLastModified": 1589918247, - "_dateLastModifiedHash": "56da82346c" + "_dateLastModifiedHash": "c9150f8fdd" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Slime Domain.json b/subclass/Middle Finger of Vecna; Slime Domain.json index e767fc66f0..a3cc8f5aea 100644 --- a/subclass/Middle Finger of Vecna; Slime Domain.json +++ b/subclass/Middle Finger of Vecna; Slime Domain.json @@ -17,7 +17,7 @@ ], "dateAdded": 1570823193, "dateLastModified": 1591440332, - "_dateLastModifiedHash": "701b499607" + "_dateLastModifiedHash": "18fca4914f" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Tattoo Classes.json b/subclass/Middle Finger of Vecna; Tattoo Classes.json index 75bd98bda5..4f6c40f1fe 100644 --- a/subclass/Middle Finger of Vecna; Tattoo Classes.json +++ b/subclass/Middle Finger of Vecna; Tattoo Classes.json @@ -32,7 +32,7 @@ ], "dateAdded": 1571922604, "dateLastModified": 1571922604, - "_dateLastModifiedHash": "08837770bb" + "_dateLastModifiedHash": "fd2bc91d09" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; The Watcher.json b/subclass/Middle Finger of Vecna; The Watcher.json index ec62debd27..cc467bf617 100644 --- a/subclass/Middle Finger of Vecna; The Watcher.json +++ b/subclass/Middle Finger of Vecna; The Watcher.json @@ -19,7 +19,7 @@ ], "dateAdded": 1647032200, "dateLastModified": 1647032200, - "_dateLastModifiedHash": "a37546e611" + "_dateLastModifiedHash": "45932d6804" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Travel Domain (Redux).json b/subclass/Middle Finger of Vecna; Travel Domain (Redux).json index ef90cfaee0..aa3b882074 100644 --- a/subclass/Middle Finger of Vecna; Travel Domain (Redux).json +++ b/subclass/Middle Finger of Vecna; Travel Domain (Redux).json @@ -18,7 +18,7 @@ ], "dateAdded": 1589921529, "dateLastModified": 1589921529, - "_dateLastModifiedHash": "233319c50b" + "_dateLastModifiedHash": "ff34362ca2" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Ur-Priest.json b/subclass/Middle Finger of Vecna; Ur-Priest.json index 9d246ac63f..62dbcead28 100644 --- a/subclass/Middle Finger of Vecna; Ur-Priest.json +++ b/subclass/Middle Finger of Vecna; Ur-Priest.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "0b892057e3" + "_dateLastModifiedHash": "d20fb10caf" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Waste Update.json b/subclass/Middle Finger of Vecna; Waste Update.json index 565b419764..484b629943 100644 --- a/subclass/Middle Finger of Vecna; Waste Update.json +++ b/subclass/Middle Finger of Vecna; Waste Update.json @@ -17,7 +17,7 @@ }, "dateAdded": 1545342498, "dateLastModified": 1638816828, - "_dateLastModifiedHash": "726a6aa1c5" + "_dateLastModifiedHash": "d34ed7271a" }, "subclass": [ { diff --git a/subclass/Middle Finger of Vecna; Wild West.json b/subclass/Middle Finger of Vecna; Wild West.json index 9cf88ac0e4..f104cedf3d 100644 --- a/subclass/Middle Finger of Vecna; Wild West.json +++ b/subclass/Middle Finger of Vecna; Wild West.json @@ -14,7 +14,7 @@ ], "dateAdded": 1545342498, "dateLastModified": 1545342498, - "_dateLastModifiedHash": "c466d0408f" + "_dateLastModifiedHash": "3b67f2c4d5" }, "subclass": [ { diff --git a/subclass/MrDoctorJunior; Shadow Sorcerer (Revised).json b/subclass/MrDoctorJunior; Shadow Sorcerer (Revised).json index 209ed45af3..71d8bb64a8 100644 --- a/subclass/MrDoctorJunior; Shadow Sorcerer (Revised).json +++ b/subclass/MrDoctorJunior; Shadow Sorcerer (Revised).json @@ -21,7 +21,7 @@ }, "dateAdded": 1643217423, "dateLastModified": 1643307003, - "_dateLastModifiedHash": "450903a5d9" + "_dateLastModifiedHash": "33d6e93fde" }, "subclass": [ { diff --git a/subclass/Mutgar; Oath of Rebirth.json b/subclass/Mutgar; Oath of Rebirth.json index 9ce9f33c61..fb367a24eb 100644 --- a/subclass/Mutgar; Oath of Rebirth.json +++ b/subclass/Mutgar; Oath of Rebirth.json @@ -15,7 +15,7 @@ ], "dateAdded": 1544903578, "dateLastModified": 1544903578, - "_dateLastModifiedHash": "65b54f1aad" + "_dateLastModifiedHash": "7d9051aa8b" }, "subclass": [ { diff --git a/subclass/NeonLightDecay; Path of the Nautilus.json b/subclass/NeonLightDecay; Path of the Nautilus.json index 30c433e835..31116a2f7a 100644 --- a/subclass/NeonLightDecay; Path of the Nautilus.json +++ b/subclass/NeonLightDecay; Path of the Nautilus.json @@ -18,7 +18,7 @@ ], "dateAdded": 1635100506, "dateLastModified": 1642711154, - "_dateLastModifiedHash": "a7b6dfbc59" + "_dateLastModifiedHash": "d8cac96bd8" }, "subclass": [ { diff --git a/subclass/Neverending Codex; Soulkeeper Ranger.json b/subclass/Neverending Codex; Soulkeeper Ranger.json index 449ed84dcd..93fdea0c8b 100644 --- a/subclass/Neverending Codex; Soulkeeper Ranger.json +++ b/subclass/Neverending Codex; Soulkeeper Ranger.json @@ -17,7 +17,7 @@ ], "dateAdded": 1595181963, "dateLastModified": 1596844299, - "_dateLastModifiedHash": "771b6fb81a" + "_dateLastModifiedHash": "542ee1a789" }, "subclass": [ { diff --git a/subclass/Nimademe; Iron Soul Sorcerer.json b/subclass/Nimademe; Iron Soul Sorcerer.json index 6bfcb05731..5702451c4e 100644 --- a/subclass/Nimademe; Iron Soul Sorcerer.json +++ b/subclass/Nimademe; Iron Soul Sorcerer.json @@ -17,7 +17,7 @@ ], "dateAdded": 1643217146, "dateLastModified": 1643675458, - "_dateLastModifiedHash": "72b89fee40" + "_dateLastModifiedHash": "bae54449e9" }, "subclass": [ { diff --git a/subclass/Nimademe; Path of the Monster Barbarian.json b/subclass/Nimademe; Path of the Monster Barbarian.json index 9f43e09bd5..d64e07f955 100644 --- a/subclass/Nimademe; Path of the Monster Barbarian.json +++ b/subclass/Nimademe; Path of the Monster Barbarian.json @@ -17,7 +17,7 @@ ], "dateAdded": 1643216127, "dateLastModified": 1643675458, - "_dateLastModifiedHash": "284c354d71" + "_dateLastModifiedHash": "d6ddeffd93" }, "subclass": [ { diff --git a/subclass/NotTheSmoooze; RoguishArchetypes.json b/subclass/NotTheSmoooze; RoguishArchetypes.json index 281f473604..8336c0c42c 100644 --- a/subclass/NotTheSmoooze; RoguishArchetypes.json +++ b/subclass/NotTheSmoooze; RoguishArchetypes.json @@ -18,7 +18,7 @@ ], "dateAdded": 1643581420, "dateLastModified": 1644366118, - "_dateLastModifiedHash": "fc519a34b5" + "_dateLastModifiedHash": "dddd5776d8" }, "subclass": [ { diff --git a/subclass/NotTheSmooze; The Falconer.json b/subclass/NotTheSmooze; The Falconer.json index 2c9ee3ddab..ee027b3396 100644 --- a/subclass/NotTheSmooze; The Falconer.json +++ b/subclass/NotTheSmooze; The Falconer.json @@ -19,7 +19,7 @@ ], "dateAdded": 1603019418, "dateLastModified": 1603019418, - "_dateLastModifiedHash": "9079139662" + "_dateLastModifiedHash": "f06f446e95" }, "subclass": [ { diff --git a/subclass/OhWyn; Eldritch Blast Patron.json b/subclass/OhWyn; Eldritch Blast Patron.json index 6b78e2bcc2..8fb3b83444 100644 --- a/subclass/OhWyn; Eldritch Blast Patron.json +++ b/subclass/OhWyn; Eldritch Blast Patron.json @@ -20,7 +20,7 @@ ], "dateAdded": 1646665836, "dateLastModified": 1646665836, - "_dateLastModifiedHash": "5ec7471336" + "_dateLastModifiedHash": "8dcf95168a" }, "subclass": [ { diff --git a/subclass/Ophiuchus; Path of the Bloodrager.json b/subclass/Ophiuchus; Path of the Bloodrager.json index c36de56f28..0821e27bd5 100644 --- a/subclass/Ophiuchus; Path of the Bloodrager.json +++ b/subclass/Ophiuchus; Path of the Bloodrager.json @@ -20,7 +20,7 @@ ], "dateAdded": 1586352169, "dateLastModified": 1586352167, - "_dateLastModifiedHash": "dd39ef4e9f" + "_dateLastModifiedHash": "8f11ae1185" }, "subclass": [ { diff --git a/subclass/Oxforge Homebrew; Circle of Ashes Druid.json b/subclass/Oxforge Homebrew; Circle of Ashes Druid.json index 91a66c6766..8dbcd3bd09 100644 --- a/subclass/Oxforge Homebrew; Circle of Ashes Druid.json +++ b/subclass/Oxforge Homebrew; Circle of Ashes Druid.json @@ -17,7 +17,7 @@ ], "dateAdded": 1643217473, "dateLastModified": 1643675458, - "_dateLastModifiedHash": "1a20ab0b4a" + "_dateLastModifiedHash": "ff37cbf8f1" }, "subclass": [ { diff --git a/subclass/PosTavern; Artificer Specialist - Caravaneer.json b/subclass/PosTavern; Artificer Specialist - Caravaneer.json index 040e3aece3..4420d2daeb 100644 --- a/subclass/PosTavern; Artificer Specialist - Caravaneer.json +++ b/subclass/PosTavern; Artificer Specialist - Caravaneer.json @@ -19,7 +19,7 @@ ], "dateAdded": 1645613762, "dateLastModified": 1647172240, - "_dateLastModifiedHash": "21042402ac" + "_dateLastModifiedHash": "a41477d434" }, "monster": [ { diff --git a/subclass/PosTavern; Circle of the Dragon.json b/subclass/PosTavern; Circle of the Dragon.json index 0041143ca4..97a1a43fd2 100644 --- a/subclass/PosTavern; Circle of the Dragon.json +++ b/subclass/PosTavern; Circle of the Dragon.json @@ -18,7 +18,7 @@ ], "dateAdded": 1635698221, "dateLastModified": 1635709525, - "_dateLastModifiedHash": "d960c39b2d" + "_dateLastModifiedHash": "d13004944d" }, "subclass": [ { diff --git a/subclass/RW_Blackbird; The Magus (Eldritch Knight Revised).json b/subclass/RW_Blackbird; The Magus (Eldritch Knight Revised).json index a3414f75b9..44dfb0e9d1 100644 --- a/subclass/RW_Blackbird; The Magus (Eldritch Knight Revised).json +++ b/subclass/RW_Blackbird; The Magus (Eldritch Knight Revised).json @@ -17,7 +17,7 @@ ], "dateAdded": 1643869368, "dateLastModified": 1643869368, - "_dateLastModifiedHash": "370ab325ad" + "_dateLastModifiedHash": "ea122ae395" }, "subclass": [ { diff --git a/subclass/Rain-Junkie; Ancient Magic Sorcerer.json b/subclass/Rain-Junkie; Ancient Magic Sorcerer.json index 42854604d7..94e56e45dc 100644 --- a/subclass/Rain-Junkie; Ancient Magic Sorcerer.json +++ b/subclass/Rain-Junkie; Ancient Magic Sorcerer.json @@ -19,7 +19,7 @@ ], "dateAdded": 1602746393, "dateLastModified": 1602746393, - "_dateLastModifiedHash": "f29da4b6d0" + "_dateLastModifiedHash": "0698d3d56b" }, "subclass": [ { diff --git a/subclass/Rain-Junkie; Orchard Origin Sorcerer v1.json b/subclass/Rain-Junkie; Orchard Origin Sorcerer v1.json index 2ee790c8e7..e3a368ba4e 100644 --- a/subclass/Rain-Junkie; Orchard Origin Sorcerer v1.json +++ b/subclass/Rain-Junkie; Orchard Origin Sorcerer v1.json @@ -18,7 +18,7 @@ ], "dateAdded": 1643216127, "dateLastModified": 1643675458, - "_dateLastModifiedHash": "73958a86f2" + "_dateLastModifiedHash": "079f429c5e" }, "subclass": [ { diff --git a/subclass/Red Ink Caravan; Aaralyn's Stolen Notes to Velea (5e).json b/subclass/Red Ink Caravan; Aaralyn's Stolen Notes to Velea (5e).json index 43e08d7ae5..0b2b038835 100644 --- a/subclass/Red Ink Caravan; Aaralyn's Stolen Notes to Velea (5e).json +++ b/subclass/Red Ink Caravan; Aaralyn's Stolen Notes to Velea (5e).json @@ -21,7 +21,7 @@ }, "dateAdded": 1638992540, "dateLastModified": 1638992540, - "_dateLastModifiedHash": "0b382b2b94" + "_dateLastModifiedHash": "2bc5db7b50" }, "subclass": [ { diff --git a/subclass/SargeBriar; Great Old One Tweaked.json b/subclass/SargeBriar; Great Old One Tweaked.json index 8c8070e02d..2b3476c14b 100644 --- a/subclass/SargeBriar; Great Old One Tweaked.json +++ b/subclass/SargeBriar; Great Old One Tweaked.json @@ -16,7 +16,7 @@ ], "dateAdded": 1567635151, "dateLastModified": 1567635151, - "_dateLastModifiedHash": "cde6f51de7" + "_dateLastModifiedHash": "f83e110b5f" }, "subclass": [ { diff --git a/subclass/SargeBriar; Shrouded Arts Wizard.json b/subclass/SargeBriar; Shrouded Arts Wizard.json index b662542778..a2d972c14a 100644 --- a/subclass/SargeBriar; Shrouded Arts Wizard.json +++ b/subclass/SargeBriar; Shrouded Arts Wizard.json @@ -17,7 +17,7 @@ ], "dateAdded": 1643217284, "dateLastModified": 1643311461, - "_dateLastModifiedHash": "fecbdc8966" + "_dateLastModifiedHash": "2e3931faaf" }, "subclass": [ { diff --git a/subclass/Sensitive_Coyote_865; Path of the Masked Scourge.json b/subclass/Sensitive_Coyote_865; Path of the Masked Scourge.json index 485cb0402e..fb55b9657b 100644 --- a/subclass/Sensitive_Coyote_865; Path of the Masked Scourge.json +++ b/subclass/Sensitive_Coyote_865; Path of the Masked Scourge.json @@ -22,7 +22,7 @@ "optionalFeatureTypes": { "PotMS:MoF": "Path of the Masked Scourge; Mask of Fury" }, - "_dateLastModifiedHash": "a58c37e23c" + "_dateLastModifiedHash": "ea8adfee3d" }, "subclass": [ { diff --git a/subclass/Seth Blackwood; Oath of the Unconquered.json b/subclass/Seth Blackwood; Oath of the Unconquered.json index cc5c066811..2756272fce 100644 --- a/subclass/Seth Blackwood; Oath of the Unconquered.json +++ b/subclass/Seth Blackwood; Oath of the Unconquered.json @@ -15,7 +15,7 @@ ], "dateAdded": 1544903578, "dateLastModified": 1544903578, - "_dateLastModifiedHash": "9e20c2f8c3" + "_dateLastModifiedHash": "254b596846" }, "subclass": [ { diff --git a/subclass/SethBlackwood; Blood Knight.json b/subclass/SethBlackwood; Blood Knight.json index 31ee6cebac..9e3a4b7018 100644 --- a/subclass/SethBlackwood; Blood Knight.json +++ b/subclass/SethBlackwood; Blood Knight.json @@ -22,7 +22,7 @@ "optionalFeatureTypes": { "BK:HA": "Blood Knight; Hemomantic Abilities" }, - "_dateLastModifiedHash": "15975c9de3" + "_dateLastModifiedHash": "7dbd50f030" }, "subclass": [ { diff --git a/subclass/SethBlackwood; Oath Of The Grim Hunt.json b/subclass/SethBlackwood; Oath Of The Grim Hunt.json index 0b803595a3..a48b0f3c2c 100644 --- a/subclass/SethBlackwood; Oath Of The Grim Hunt.json +++ b/subclass/SethBlackwood; Oath Of The Grim Hunt.json @@ -18,7 +18,7 @@ ], "dateAdded": 1616026002, "dateLastModified": 1616026002, - "_dateLastModifiedHash": "0482f58054" + "_dateLastModifiedHash": "1f574737f3" }, "subclass": [ { diff --git a/subclass/SethBlackwood; Storm Heart Figher.json b/subclass/SethBlackwood; Storm Heart Figher.json index 3c30926d7f..7aff1681d3 100644 --- a/subclass/SethBlackwood; Storm Heart Figher.json +++ b/subclass/SethBlackwood; Storm Heart Figher.json @@ -17,7 +17,7 @@ ], "dateAdded": 1643217446, "dateLastModified": 1643675458, - "_dateLastModifiedHash": "f970c6cc6f" + "_dateLastModifiedHash": "083ac632b0" }, "subclass": [ { diff --git a/subclass/Spicy Spook; Circle of the Guardian.json b/subclass/Spicy Spook; Circle of the Guardian.json index f6bdb77817..6d73e051f2 100644 --- a/subclass/Spicy Spook; Circle of the Guardian.json +++ b/subclass/Spicy Spook; Circle of the Guardian.json @@ -18,7 +18,7 @@ ], "dateAdded": 1634589517, "dateLastModified": 1641903162, - "_dateLastModifiedHash": "9ed792e9da" + "_dateLastModifiedHash": "fc726c10bf" }, "subclass": [ { diff --git a/subclass/SpiketailDrake; Way of the Four Elements Remastered.json b/subclass/SpiketailDrake; Way of the Four Elements Remastered.json index 494baf0250..891135ff90 100644 --- a/subclass/SpiketailDrake; Way of the Four Elements Remastered.json +++ b/subclass/SpiketailDrake; Way of the Four Elements Remastered.json @@ -19,7 +19,7 @@ ], "dateAdded": 1544270276, "dateLastModified": 1544270276, - "_dateLastModifiedHash": "779a46e99a" + "_dateLastModifiedHash": "9e8fedf223" }, "subclass": [ { diff --git a/subclass/SwordMeow; Wind Domain.json b/subclass/SwordMeow; Wind Domain.json index 53c6790a45..04b2cb705e 100644 --- a/subclass/SwordMeow; Wind Domain.json +++ b/subclass/SwordMeow; Wind Domain.json @@ -18,7 +18,7 @@ ], "dateAdded": 1589918247, "dateLastModified": 1589918247, - "_dateLastModifiedHash": "bb4480fde1" + "_dateLastModifiedHash": "8c8abcb750" }, "subclass": [ { diff --git a/subclass/T. A. Braga; Oath of the Working Class.json b/subclass/T. A. Braga; Oath of the Working Class.json index c0aa60b0c2..b2b28be041 100644 --- a/subclass/T. A. Braga; Oath of the Working Class.json +++ b/subclass/T. A. Braga; Oath of the Working Class.json @@ -19,7 +19,7 @@ ], "dateAdded": 1637938493, "dateLastModified": 1638816912, - "_dateLastModifiedHash": "4f89eb9ac1" + "_dateLastModifiedHash": "8ae3e2d876" }, "subclass": [ { diff --git a/subclass/TheAdonalsium; Oath of Safety and Health Administration.json b/subclass/TheAdonalsium; Oath of Safety and Health Administration.json index 7d73fb37ea..936feecf3c 100644 --- a/subclass/TheAdonalsium; Oath of Safety and Health Administration.json +++ b/subclass/TheAdonalsium; Oath of Safety and Health Administration.json @@ -19,7 +19,7 @@ ], "dateAdded": 1631317746, "dateLastModified": 1631317746, - "_dateLastModifiedHash": "92f97a4341" + "_dateLastModifiedHash": "0226985e81" }, "subclass": [ { diff --git a/subclass/TheSoundOfThunder; Soldier of the Seasons.json b/subclass/TheSoundOfThunder; Soldier of the Seasons.json index 908a908938..14fd30685c 100644 --- a/subclass/TheSoundOfThunder; Soldier of the Seasons.json +++ b/subclass/TheSoundOfThunder; Soldier of the Seasons.json @@ -19,7 +19,7 @@ ], "dateAdded": 1627817977, "dateLastModified": 1627817977, - "_dateLastModifiedHash": "d185a51c82" + "_dateLastModifiedHash": "db3beaf202" }, "subclass": [ { diff --git a/subclass/Valerion; Liberation Domain.json b/subclass/Valerion; Liberation Domain.json index 3f2d678590..26322bf410 100644 --- a/subclass/Valerion; Liberation Domain.json +++ b/subclass/Valerion; Liberation Domain.json @@ -18,7 +18,7 @@ ], "dateAdded": 1589914515, "dateLastModified": 1589914515, - "_dateLastModifiedHash": "cc632c9ad0" + "_dateLastModifiedHash": "adbf74a1e7" }, "subclass": [ { diff --git a/subclass/VampireBagel; Sacred Oath of Wile.json b/subclass/VampireBagel; Sacred Oath of Wile.json index 722c45e502..16fcf4a4af 100644 --- a/subclass/VampireBagel; Sacred Oath of Wile.json +++ b/subclass/VampireBagel; Sacred Oath of Wile.json @@ -18,7 +18,7 @@ ], "dateAdded": 1557348819, "dateLastModified": 1557348819, - "_dateLastModifiedHash": "af5b23a6a2" + "_dateLastModifiedHash": "e089a74162" }, "subclass": [ { diff --git a/subclass/VampireBagel_; Dragon Domain Cleric.json b/subclass/VampireBagel_; Dragon Domain Cleric.json index 34b487b027..0f51707877 100644 --- a/subclass/VampireBagel_; Dragon Domain Cleric.json +++ b/subclass/VampireBagel_; Dragon Domain Cleric.json @@ -18,7 +18,7 @@ ], "dateAdded": 1643217495, "dateLastModified": 1643387333, - "_dateLastModifiedHash": "e672625b9b" + "_dateLastModifiedHash": "1bfb9e3928" }, "subclass": [ { diff --git a/subclass/Walrock Homebrew; Oath of the Common Man.json b/subclass/Walrock Homebrew; Oath of the Common Man.json index f88498fb24..245b881d3b 100644 --- a/subclass/Walrock Homebrew; Oath of the Common Man.json +++ b/subclass/Walrock Homebrew; Oath of the Common Man.json @@ -19,7 +19,7 @@ ], "dateAdded": 1637935895, "dateLastModified": 1637935895, - "_dateLastModifiedHash": "bcadda5b70" + "_dateLastModifiedHash": "5e6b5d9897" }, "subclass": [ { diff --git a/subclass/Walrock Homebrew; Oath of the Midnight Hour Paladin.json b/subclass/Walrock Homebrew; Oath of the Midnight Hour Paladin.json index b85e8aef4a..fbe5317cf3 100644 --- a/subclass/Walrock Homebrew; Oath of the Midnight Hour Paladin.json +++ b/subclass/Walrock Homebrew; Oath of the Midnight Hour Paladin.json @@ -17,7 +17,7 @@ ], "dateAdded": 1643217446, "dateLastModified": 1643675458, - "_dateLastModifiedHash": "5e2fef46fa" + "_dateLastModifiedHash": "a42f94971e" }, "subclass": [ { diff --git a/subclass/Walrock; Paladins.json b/subclass/Walrock; Paladins.json index af043fa0bd..6fcbcf7664 100644 --- a/subclass/Walrock; Paladins.json +++ b/subclass/Walrock; Paladins.json @@ -37,7 +37,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "61c691b1bb" + "_dateLastModifiedHash": "61adf76a3a" }, "subclass": [ { diff --git a/subclass/WhiteShadowTaiChi; Royal Bloodline.json b/subclass/WhiteShadowTaiChi; Royal Bloodline.json index 2a689624d0..10ee4cbfa5 100644 --- a/subclass/WhiteShadowTaiChi; Royal Bloodline.json +++ b/subclass/WhiteShadowTaiChi; Royal Bloodline.json @@ -19,7 +19,7 @@ ], "dateAdded": 1603816028, "dateLastModified": 1603816028, - "_dateLastModifiedHash": "51db095247" + "_dateLastModifiedHash": "2811510bc9" }, "subclass": [ { diff --git a/subclass/William Hudson King; The Ashen Wolf.json b/subclass/William Hudson King; The Ashen Wolf.json index f8eb67cfe1..3400662d36 100644 --- a/subclass/William Hudson King; The Ashen Wolf.json +++ b/subclass/William Hudson King; The Ashen Wolf.json @@ -17,7 +17,7 @@ ], "dateAdded": 1598671744, "dateLastModified": 1598671744, - "_dateLastModifiedHash": "35a3a3930f" + "_dateLastModifiedHash": "64d44aff16" }, "subclass": [ { diff --git a/subclass/Xenoezen; Revised Great Old One.json b/subclass/Xenoezen; Revised Great Old One.json index 3db21909a4..2db3e5e2f5 100644 --- a/subclass/Xenoezen; Revised Great Old One.json +++ b/subclass/Xenoezen; Revised Great Old One.json @@ -17,7 +17,7 @@ ], "dateAdded": 1631147777, "dateLastModified": 1649125916, - "_dateLastModifiedHash": "b707cc8041" + "_dateLastModifiedHash": "b25caddd1c" }, "optionalfeature": [ { diff --git a/subclass/Zachary G Paiva; The Rule of 12 Subclasses.json b/subclass/Zachary G Paiva; The Rule of 12 Subclasses.json index 29db17a041..86be894a7e 100644 --- a/subclass/Zachary G Paiva; The Rule of 12 Subclasses.json +++ b/subclass/Zachary G Paiva; The Rule of 12 Subclasses.json @@ -18,7 +18,7 @@ ], "dateAdded": 1566011005, "dateLastModified": 1566011005, - "_dateLastModifiedHash": "04e5f4310f" + "_dateLastModifiedHash": "bc4cf17390" }, "subclass": [ { diff --git a/subclass/aeyana; Way of the Dragon.json b/subclass/aeyana; Way of the Dragon.json index 832c971ea3..a1a206f4bb 100644 --- a/subclass/aeyana; Way of the Dragon.json +++ b/subclass/aeyana; Way of the Dragon.json @@ -15,7 +15,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "11511bd03c" + "_dateLastModifiedHash": "0327876308" }, "subclass": [ { diff --git a/subclass/badooga; Fighter Subclasses.json b/subclass/badooga; Fighter Subclasses.json index 22380f056f..5f9712a83a 100644 --- a/subclass/badooga; Fighter Subclasses.json +++ b/subclass/badooga; Fighter Subclasses.json @@ -17,7 +17,7 @@ ], "dateAdded": 1621168316, "dateLastModified": 1621168316, - "_dateLastModifiedHash": "1e696a06d5" + "_dateLastModifiedHash": "e1e7b7b000" }, "subclass": [ { diff --git a/subclass/davedeoreo; Circle of Scales.json b/subclass/davedeoreo; Circle of Scales.json index d1b93b47f1..5ecdc83e3c 100644 --- a/subclass/davedeoreo; Circle of Scales.json +++ b/subclass/davedeoreo; Circle of Scales.json @@ -19,7 +19,7 @@ ], "dateAdded": 1646646847, "dateLastModified": 1646646847, - "_dateLastModifiedHash": "5818670885" + "_dateLastModifiedHash": "58944cff38" }, "subclass": [ { diff --git a/subclass/devikyn; Way of the Four Elements Streamlined.json b/subclass/devikyn; Way of the Four Elements Streamlined.json index a82d382f02..dd17f86d42 100644 --- a/subclass/devikyn; Way of the Four Elements Streamlined.json +++ b/subclass/devikyn; Way of the Four Elements Streamlined.json @@ -23,7 +23,7 @@ }, "dateAdded": 1594331943, "dateLastModified": 1594331944, - "_dateLastModifiedHash": "83d1fe4047" + "_dateLastModifiedHash": "8c43f1dbf2" }, "subclass": [ { diff --git a/subclass/devikyn; Way of the Kensei, Revised.json b/subclass/devikyn; Way of the Kensei, Revised.json index 04da52d104..d0a0390d44 100644 --- a/subclass/devikyn; Way of the Kensei, Revised.json +++ b/subclass/devikyn; Way of the Kensei, Revised.json @@ -17,7 +17,7 @@ ], "dateAdded": 1652281649, "dateLastModified": 1652281649, - "_dateLastModifiedHash": "fd430e7b6a" + "_dateLastModifiedHash": "8a2e4f691e" }, "subclass": [ { diff --git a/subclass/filmatra; Wizard Community College.json b/subclass/filmatra; Wizard Community College.json index b93ad9d2d1..81b9ee55f0 100644 --- a/subclass/filmatra; Wizard Community College.json +++ b/subclass/filmatra; Wizard Community College.json @@ -17,7 +17,7 @@ ], "dateAdded": 1636994539, "dateLastModified": 1636994539, - "_dateLastModifiedHash": "7798028723" + "_dateLastModifiedHash": "a72d4d617f" }, "subclass": [ { diff --git a/subclass/heavyarms; The Beard.json b/subclass/heavyarms; The Beard.json index 1fd420f6bb..c9dd430393 100644 --- a/subclass/heavyarms; The Beard.json +++ b/subclass/heavyarms; The Beard.json @@ -18,7 +18,7 @@ ], "dateAdded": 1631319681, "dateLastModified": 1631319681, - "_dateLastModifiedHash": "9d98e844e9" + "_dateLastModifiedHash": "e582c03f92" }, "subclass": [ { diff --git a/subclass/ihopethiswork; Path of MAGE!.json b/subclass/ihopethiswork; Path of MAGE!.json index b70cb42e50..92f3b2495c 100644 --- a/subclass/ihopethiswork; Path of MAGE!.json +++ b/subclass/ihopethiswork; Path of MAGE!.json @@ -19,7 +19,7 @@ ], "dateAdded": 1627820745, "dateLastModified": 1627820745, - "_dateLastModifiedHash": "d6ce8a19c2" + "_dateLastModifiedHash": "0ba12bfddd" }, "subclass": [ { diff --git a/subclass/marshmallow_fig; College of Lofi Beats to Study Relax To.json b/subclass/marshmallow_fig; College of Lofi Beats to Study Relax To.json index aa9a57ad68..b53baf46c4 100644 --- a/subclass/marshmallow_fig; College of Lofi Beats to Study Relax To.json +++ b/subclass/marshmallow_fig; College of Lofi Beats to Study Relax To.json @@ -18,7 +18,7 @@ ], "dateAdded": 1599385286, "dateLastModified": 1599394413, - "_dateLastModifiedHash": "e7bf876751" + "_dateLastModifiedHash": "a61da47ea1" }, "subclass": [ { diff --git a/subclass/pm_me_goth_gf_pics; Oath of Love.json b/subclass/pm_me_goth_gf_pics; Oath of Love.json index a093fc10cf..9582e6254a 100644 --- a/subclass/pm_me_goth_gf_pics; Oath of Love.json +++ b/subclass/pm_me_goth_gf_pics; Oath of Love.json @@ -19,7 +19,7 @@ ], "dateAdded": 1627823063, "dateLastModified": 1627823063, - "_dateLastModifiedHash": "f2e6f813e1" + "_dateLastModifiedHash": "f5a105a692" }, "subclass": [ { diff --git a/subclass/qogoist; courtesan.json b/subclass/qogoist; courtesan.json index d6df79ea94..849b174baa 100644 --- a/subclass/qogoist; courtesan.json +++ b/subclass/qogoist; courtesan.json @@ -17,7 +17,7 @@ ], "dateAdded": 1602209700, "dateLastModified": 1602209700, - "_dateLastModifiedHash": "aedb2a6b37" + "_dateLastModifiedHash": "fb1af83fdb" }, "subclass": [ { diff --git a/subclass/titanomachyRPG; Grief Domain.json b/subclass/titanomachyRPG; Grief Domain.json index 3bce337f4c..27d3937698 100644 --- a/subclass/titanomachyRPG; Grief Domain.json +++ b/subclass/titanomachyRPG; Grief Domain.json @@ -18,7 +18,7 @@ ], "dateAdded": 1626127928, "dateLastModified": 1626127928, - "_dateLastModifiedHash": "9e327b8121" + "_dateLastModifiedHash": "3c6a556ce5" }, "subclass": [ { diff --git a/subclass/uRavenBranwen; Oath of the Runeblade.json b/subclass/uRavenBranwen; Oath of the Runeblade.json index 783650154f..71e2d0ba90 100644 --- a/subclass/uRavenBranwen; Oath of the Runeblade.json +++ b/subclass/uRavenBranwen; Oath of the Runeblade.json @@ -19,7 +19,7 @@ ], "dateAdded": 1566011005, "dateLastModified": 1599169542, - "_dateLastModifiedHash": "ff09c8b4f3" + "_dateLastModifiedHash": "854c035524" }, "subclass": [ { diff --git a/subclass/xyianth; Rogue Archetype - Phantom Blade.json b/subclass/xyianth; Rogue Archetype - Phantom Blade.json index 910cf4be3c..9ebb8a3e9a 100644 --- a/subclass/xyianth; Rogue Archetype - Phantom Blade.json +++ b/subclass/xyianth; Rogue Archetype - Phantom Blade.json @@ -26,7 +26,7 @@ }, "dateAdded": 1549715846, "dateLastModified": 1549715846, - "_dateLastModifiedHash": "607523038c" + "_dateLastModifiedHash": "55db21d4da" }, "subclass": [ { diff --git a/subclass/zeek0; Hearth Domain Cleric.json b/subclass/zeek0; Hearth Domain Cleric.json index d69000b7f6..9bf2fa55ed 100644 --- a/subclass/zeek0; Hearth Domain Cleric.json +++ b/subclass/zeek0; Hearth Domain Cleric.json @@ -17,7 +17,7 @@ ], "dateAdded": 1643217484, "dateLastModified": 1643675458, - "_dateLastModifiedHash": "aa89202a8c" + "_dateLastModifiedHash": "bd637ed941" }, "subclass": [ { diff --git a/subclass/zeek0; Ruin Domain.json b/subclass/zeek0; Ruin Domain.json index a87f84fb9d..5391ed6fdb 100644 --- a/subclass/zeek0; Ruin Domain.json +++ b/subclass/zeek0; Ruin Domain.json @@ -18,7 +18,7 @@ ], "dateAdded": 1589914515, "dateLastModified": 1589914515, - "_dateLastModifiedHash": "09edba2b3e" + "_dateLastModifiedHash": "782cfd8a25" }, "subclass": [ { diff --git a/subrace/SabotageThis; Ash Elves.json b/subrace/SabotageThis; Ash Elves.json index a6c2ef3f80..ca9f427282 100644 --- a/subrace/SabotageThis; Ash Elves.json +++ b/subrace/SabotageThis; Ash Elves.json @@ -18,7 +18,7 @@ ], "dateAdded": 1572295517, "dateLastModified": 1572295517, - "_dateLastModifiedHash": "e3ff871018" + "_dateLastModifiedHash": "fbb24b761d" }, "subrace": [ { diff --git a/subrace/Valerion; City Elf.json b/subrace/Valerion; City Elf.json index 2f1812957f..7168a57211 100644 --- a/subrace/Valerion; City Elf.json +++ b/subrace/Valerion; City Elf.json @@ -23,7 +23,7 @@ }, "dateAdded": 1643311424, "dateLastModified": 1643311424, - "_dateLastModifiedHash": "ae406120de" + "_dateLastModifiedHash": "f7756ce66c" }, "subrace": [ { diff --git a/subrace/Valerion; Road Dwarf.json b/subrace/Valerion; Road Dwarf.json index 4273f2ec16..f2d5ae8abc 100644 --- a/subrace/Valerion; Road Dwarf.json +++ b/subrace/Valerion; Road Dwarf.json @@ -23,7 +23,7 @@ }, "dateAdded": 1643311424, "dateLastModified": 1643311424, - "_dateLastModifiedHash": "35bbb06a28" + "_dateLastModifiedHash": "0f6ce83f42" }, "subrace": [ { diff --git a/subrace/Valerion; Silverwit Halfling.json b/subrace/Valerion; Silverwit Halfling.json index f95f0abcd4..167748a6dc 100644 --- a/subrace/Valerion; Silverwit Halfling.json +++ b/subrace/Valerion; Silverwit Halfling.json @@ -23,7 +23,7 @@ }, "dateAdded": 1643316302, "dateLastModified": 1643316305, - "_dateLastModifiedHash": "95e6831ddb" + "_dateLastModifiedHash": "8e99a707b2" }, "subrace": [ { diff --git a/subrace/themagictavern; Genasi Subraces.json b/subrace/themagictavern; Genasi Subraces.json index f4ef24b11b..fb6da7cbab 100644 --- a/subrace/themagictavern; Genasi Subraces.json +++ b/subrace/themagictavern; Genasi Subraces.json @@ -19,7 +19,7 @@ ], "dateAdded": 1604252046, "dateLastModified": 1604252046, - "_dateLastModifiedHash": "12d9967209" + "_dateLastModifiedHash": "8028f918b4" }, "subrace": [ { diff --git a/table/Dungeons-And-Danis; 100 Quirks and Peculiarities.json b/table/Dungeons-And-Danis; 100 Quirks and Peculiarities.json index ee55059f37..70cff1145f 100644 --- a/table/Dungeons-And-Danis; 100 Quirks and Peculiarities.json +++ b/table/Dungeons-And-Danis; 100 Quirks and Peculiarities.json @@ -18,7 +18,7 @@ ], "dateAdded": 1600868694, "dateLastModified": 1600868694, - "_dateLastModifiedHash": "4ef4d3b369" + "_dateLastModifiedHash": "38c75dbc7d" }, "table": [ { diff --git a/table/Michael J Winegar; Inns and Taverns by Lifestyle.json b/table/Michael J Winegar; Inns and Taverns by Lifestyle.json index b6e0037114..3cb6c3c384 100644 --- a/table/Michael J Winegar; Inns and Taverns by Lifestyle.json +++ b/table/Michael J Winegar; Inns and Taverns by Lifestyle.json @@ -19,7 +19,7 @@ ], "dateAdded": 1602355835, "dateLastModified": 1602357806, - "_dateLastModifiedHash": "708b15e6d8" + "_dateLastModifiedHash": "01bfc288d6" }, "monster": [ { diff --git a/table/Modnar; Modnars Marvelous Miscellany - Tables & Trinkets.json b/table/Modnar; Modnars Marvelous Miscellany - Tables & Trinkets.json index 7ba3c8e7f7..67f59f0687 100644 --- a/table/Modnar; Modnars Marvelous Miscellany - Tables & Trinkets.json +++ b/table/Modnar; Modnars Marvelous Miscellany - Tables & Trinkets.json @@ -92,7 +92,7 @@ ], "dateAdded": 1548505822, "dateLastModified": 1634561442, - "_dateLastModifiedHash": "69cd90b41c" + "_dateLastModifiedHash": "6f04f06213" }, "item": [ { diff --git a/table/Orrex; The Net Libram of Random Magical Effects.json b/table/Orrex; The Net Libram of Random Magical Effects.json index d28c48e918..0463880f9b 100644 --- a/table/Orrex; The Net Libram of Random Magical Effects.json +++ b/table/Orrex; The Net Libram of Random Magical Effects.json @@ -20,7 +20,7 @@ ], "dateAdded": 1548505822, "dateLastModified": 1548505822, - "_dateLastModifiedHash": "0117ea2dce" + "_dateLastModifiedHash": "e9ede8ca9c" }, "table": [ { diff --git a/table/Raging Swan; Tables.json b/table/Raging Swan; Tables.json index 900ac00b7b..9262a17139 100644 --- a/table/Raging Swan; Tables.json +++ b/table/Raging Swan; Tables.json @@ -18,7 +18,7 @@ ], "dateAdded": 1543438798, "dateLastModified": 1543438798, - "_dateLastModifiedHash": "a79cce2f6e" + "_dateLastModifiedHash": "507819be80" }, "table": [ { diff --git a/table/Sample - Giddy; Murder Evidence.json b/table/Sample - Giddy; Murder Evidence.json index 221df55a0d..c902e3cc7e 100644 --- a/table/Sample - Giddy; Murder Evidence.json +++ b/table/Sample - Giddy; Murder Evidence.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "5e89032638" + "_dateLastModifiedHash": "4e3adfa74c" }, "table": [ { diff --git a/table/Team Egg; MVTTCE.json b/table/Team Egg; MVTTCE.json index ed82d7d99c..a2b9508adc 100644 --- a/table/Team Egg; MVTTCE.json +++ b/table/Team Egg; MVTTCE.json @@ -22,7 +22,7 @@ ], "dateAdded": 1606077947, "dateLastModified": 1606077947, - "_dateLastModifiedHash": "644e30c069" + "_dateLastModifiedHash": "f9b55221f0" }, "table": [ { diff --git a/table/redceramicfrypan; Reincarnate Tables Expanded.json b/table/redceramicfrypan; Reincarnate Tables Expanded.json index f318051e03..4c128c16cb 100644 --- a/table/redceramicfrypan; Reincarnate Tables Expanded.json +++ b/table/redceramicfrypan; Reincarnate Tables Expanded.json @@ -19,7 +19,7 @@ ], "dateAdded": 1602555207, "dateLastModified": 1633462123, - "_dateLastModifiedHash": "3446c8d74d" + "_dateLastModifiedHash": "b188e8b551" }, "table": [ { diff --git a/trap/James Introcaso; 20 New Traps.json b/trap/James Introcaso; 20 New Traps.json index 689ac591a7..a4a5f5d5c4 100644 --- a/trap/James Introcaso; 20 New Traps.json +++ b/trap/James Introcaso; 20 New Traps.json @@ -17,7 +17,7 @@ ], "dateAdded": 1581466476, "dateLastModified": 1585422724, - "_dateLastModifiedHash": "3bbefec915" + "_dateLastModifiedHash": "b35fd47386" }, "trap": [ { diff --git a/trap/Sample - Giddy; Mounted Basilisk Head.json b/trap/Sample - Giddy; Mounted Basilisk Head.json index 9045e248f0..25582bd045 100644 --- a/trap/Sample - Giddy; Mounted Basilisk Head.json +++ b/trap/Sample - Giddy; Mounted Basilisk Head.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "aaca9f7b9e" + "_dateLastModifiedHash": "46f3b235e6" }, "trap": [ { diff --git a/variantrule/AeronDrake; Simple Guilds.json b/variantrule/AeronDrake; Simple Guilds.json index d539b8115b..c39152f198 100644 --- a/variantrule/AeronDrake; Simple Guilds.json +++ b/variantrule/AeronDrake; Simple Guilds.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "b8e964f530" + "_dateLastModifiedHash": "cde70ccd3b" }, "variantrule": [ { diff --git a/variantrule/Charles Stapleford; Item Crafting Rules for 5e.json b/variantrule/Charles Stapleford; Item Crafting Rules for 5e.json index 9643c58a84..42a65ef763 100644 --- a/variantrule/Charles Stapleford; Item Crafting Rules for 5e.json +++ b/variantrule/Charles Stapleford; Item Crafting Rules for 5e.json @@ -17,7 +17,7 @@ ], "dateAdded": 1588088911, "dateLastModified": 1588088911, - "_dateLastModifiedHash": "f819c09fd0" + "_dateLastModifiedHash": "6d1d16c545" }, "variantrule": [ { diff --git a/variantrule/Dael Kingsmill; Thieves' Cant.json b/variantrule/Dael Kingsmill; Thieves' Cant.json index bcf9d94540..e7efa19362 100644 --- a/variantrule/Dael Kingsmill; Thieves' Cant.json +++ b/variantrule/Dael Kingsmill; Thieves' Cant.json @@ -18,7 +18,7 @@ ], "dateAdded": 1602439286, "dateLastModified": 1625613003, - "_dateLastModifiedHash": "69f702500c" + "_dateLastModifiedHash": "f4352372a8" }, "variantrule": [ { diff --git a/variantrule/Kanekuo; Potions Plus.json b/variantrule/Kanekuo; Potions Plus.json index 6188cea461..800fd18e74 100644 --- a/variantrule/Kanekuo; Potions Plus.json +++ b/variantrule/Kanekuo; Potions Plus.json @@ -17,7 +17,7 @@ ], "dateAdded": 1585648267, "dateLastModified": 1634561186, - "_dateLastModifiedHash": "69482db64a" + "_dateLastModifiedHash": "fc3d00ebc3" }, "variantrule": [ { diff --git a/variantrule/Kcon; Group Spellcasting.json b/variantrule/Kcon; Group Spellcasting.json index 1f6cc412e8..aef4b8d40e 100644 --- a/variantrule/Kcon; Group Spellcasting.json +++ b/variantrule/Kcon; Group Spellcasting.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "e2fc16551c" + "_dateLastModifiedHash": "a649eb8f6a" }, "variantrule": [ { diff --git a/variantrule/Matthew Mercer; Corruption Rules.json b/variantrule/Matthew Mercer; Corruption Rules.json index dd4ce4951f..a439ec4358 100644 --- a/variantrule/Matthew Mercer; Corruption Rules.json +++ b/variantrule/Matthew Mercer; Corruption Rules.json @@ -19,7 +19,7 @@ ], "dateAdded": 1649342553, "dateLastModified": 1649410799, - "_dateLastModifiedHash": "23edbaca53" + "_dateLastModifiedHash": "6528775d4c" }, "variantrule": [ { diff --git a/variantrule/Metabot; Stealth Rules.json b/variantrule/Metabot; Stealth Rules.json index 3e729dc2fe..ff0385a4ed 100644 --- a/variantrule/Metabot; Stealth Rules.json +++ b/variantrule/Metabot; Stealth Rules.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "f3fc833c75" + "_dateLastModifiedHash": "c08c5a2515" }, "variantrule": [ { diff --git a/variantrule/Modnar; Modnars Mission Mandates.json b/variantrule/Modnar; Modnars Mission Mandates.json index b9497b548f..30abc57ac2 100644 --- a/variantrule/Modnar; Modnars Mission Mandates.json +++ b/variantrule/Modnar; Modnars Mission Mandates.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "f5bf222984" + "_dateLastModifiedHash": "889965b021" }, "action": [ { diff --git a/variantrule/Pwines; Aerial Combat.json b/variantrule/Pwines; Aerial Combat.json index 41ba73a4aa..6a41bcaadc 100644 --- a/variantrule/Pwines; Aerial Combat.json +++ b/variantrule/Pwines; Aerial Combat.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "ef673008aa" + "_dateLastModifiedHash": "2c5b03ef79" }, "variantrule": [ { diff --git a/variantrule/RedCeramicFryPan; Staff Creation Rules.json b/variantrule/RedCeramicFryPan; Staff Creation Rules.json index c258809cd2..bdba12d3db 100644 --- a/variantrule/RedCeramicFryPan; Staff Creation Rules.json +++ b/variantrule/RedCeramicFryPan; Staff Creation Rules.json @@ -18,7 +18,7 @@ ], "dateAdded": 1537874753, "dateLastModified": 1537874753, - "_dateLastModifiedHash": "47cef43fad" + "_dateLastModifiedHash": "b5e206684b" }, "variantrule": [ { diff --git a/variantrule/Rhinemann; Group Spellcasting.json b/variantrule/Rhinemann; Group Spellcasting.json index 81692429de..f69a2047b0 100644 --- a/variantrule/Rhinemann; Group Spellcasting.json +++ b/variantrule/Rhinemann; Group Spellcasting.json @@ -15,7 +15,7 @@ ], "dateAdded": 1616954142, "dateLastModified": 1616954142, - "_dateLastModifiedHash": "c41650eecf" + "_dateLastModifiedHash": "ab024574a5" }, "variantrule": [ { diff --git a/variantrule/Sample - Giddy; Houserules.json b/variantrule/Sample - Giddy; Houserules.json index 9bd5d0a290..593abd253a 100644 --- a/variantrule/Sample - Giddy; Houserules.json +++ b/variantrule/Sample - Giddy; Houserules.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "2eaff2b523" + "_dateLastModifiedHash": "3d451aeb3e" }, "variantrule": [ { diff --git a/variantrule/VaranSL; Brewer's Supplies.json b/variantrule/VaranSL; Brewer's Supplies.json index fe7d86a067..996ba70a1f 100644 --- a/variantrule/VaranSL; Brewer's Supplies.json +++ b/variantrule/VaranSL; Brewer's Supplies.json @@ -22,7 +22,7 @@ "optionalFeatureTypes": { "BR": "Brewed Recipes" }, - "_dateLastModifiedHash": "695498776a" + "_dateLastModifiedHash": "13ef8165f5" }, "variantrule": [ { diff --git a/vehicle/Sample - Giddy; Coracle.json b/vehicle/Sample - Giddy; Coracle.json index b6cb10112b..c467b0c705 100644 --- a/vehicle/Sample - Giddy; Coracle.json +++ b/vehicle/Sample - Giddy; Coracle.json @@ -15,7 +15,7 @@ ], "dateAdded": 0, "dateLastModified": 0, - "_dateLastModifiedHash": "f1d1dfa354" + "_dateLastModifiedHash": "f4338924d9" }, "vehicle": [ {