├── .editorconfig ├── .eslintrc.json ├── .github └── workflows │ ├── npm-gulp.yml │ └── release.yml ├── .gitignore ├── .vscode ├── extensions.json ├── i18n-ally-custom-framework.yml ├── launch.json └── settings.json ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.txt ├── README.md ├── RELEASE_NOTES.md ├── crowdin.yml ├── data ├── images │ ├── cowled.afdesign │ ├── cowled.pdn │ ├── cowled.png │ └── cowled.webp ├── macros │ ├── README.md │ ├── draw-hazard.js │ ├── draw-ruin-encounter.js │ ├── draw-rumor.js │ ├── draw-something-happens.js │ ├── draw-trap.js │ ├── drawCarousing.js │ ├── generate-random-magic-item-name.js │ ├── initialize-luck.js │ ├── light-tracker-ui-toggle.js │ ├── open-character-generator.js │ ├── open-item-importer.js │ ├── open-monster-importer.js │ ├── open-spell-importer.js │ ├── random-adventuring-site-name.js │ ├── random-encounter-info.js │ ├── request-a-check.js │ ├── solodark-dungeon-name.js │ └── solodark-oracle.js └── packs │ ├── ancestries.db │ ├── dwarf__80h0XXptGDZvGAIZ.json │ ├── elf__mpqXJtii4nj4ukKk.json │ ├── goblin__QG1lAZeLfBtXR6zh.json │ ├── half_orc__0lJ8Pj0UPsbSSUTm.json │ ├── halfling__rglUPGtBSAAG3dhK.json │ ├── human__w3gbUH2DOBxfZPHO.json │ └── kobold__855WNm4l1T7S8akj.json │ ├── backgrounds.db │ ├── acolyte__vDOgJXmlBAZRXvnj.json │ ├── amnesiac__6mOOO14scyeP9RHY.json │ ├── ascetic__5X2qZ9nhGItRoEbj.json │ ├── banished__NIx2lDW62eRK9tLu.json │ ├── barbarian__bwm7Abf6MxjyDm1L.json │ ├── blacksmith__jYVGhsymvvgZpLEI.json │ ├── bowyer__AENjm94YYccY8zP4.json │ ├── chirurgeon__WPurxk1YhBu4ZwzW.json │ ├── chosen__XAvZJdWjVktu5WwW.json │ ├── core__InLbadov5GPzXI6c.json │ ├── crafter__TpcMjA90euBpch0M.json │ ├── criminal__ub0z2It70ZytMVzS.json │ ├── crop_farmer__gZV06HJiZrGHre14.json │ ├── cult_initiate__qzrK4PvIPTaOCViF.json │ ├── demonborn__UNZMpUhRPHKQSz9T.json │ ├── diabolical__Ow9U3BiGFKGjRrIn.json │ ├── displaced__BnzYvlJv5QVk5zbz.json │ ├── drawn__rSsf27FzRRbqr5tW.json │ ├── drifter__3DsDoOyPNZCm8NuZ.json │ ├── enforcer__4yyHJ6PnRarj7yQh.json │ ├── fallen__sJiI2S5M2XjFB6D1.json │ ├── far_traveler__FFpcGx1BHYtcCje2.json │ ├── feytouched__MWFmtBqh0WrZG8sn.json │ ├── fisher__FZnDY1pVzHEIQt0A.json │ ├── forager__1CgMEWzO7oYmtAJI.json │ ├── freed__p76Dlv53bXSev2Vp.json │ ├── fugitive__6y5G8ftyLbC52Rhb.json │ ├── god_s_blood__IciCrV0cEOXxV5GI.json │ ├── haunted__fKb9qljaHRlSkfQm.json │ ├── healer__Ek0cVNauz71yiuNN.json │ ├── herbalist__QGPfVeAbnZGwj9S7.json │ ├── hermit__XRTdSQPsvCZwW1i2.json │ ├── heroborn__SyMVhs93jQqceGEm.json │ ├── hunter__GSP55wqhqc1BwneQ.json │ ├── jeweler__2bf6cUSTzdI7CMHE.json │ ├── livestock_farmer__bVjstfOGFSqWbzlf.json │ ├── marked__2IzlwgK0gaN5dLZR.json │ ├── marooned__kSpgj2YjbaX9Ucr3.json │ ├── mercenary__LhjuWtZ2jpvhLXPd.json │ ├── minstrel__Ev3IVBU0Sb7Fcwib.json │ ├── noble__sBbHjpCaF0iIoDNM.json │ ├── nobleborn__9oLzgHFxOyD7y8rx.json │ ├── nord__pl9dhvRO02wkiizP.json │ ├── orphaned__Ca3oriMsfAdfg7kL.json │ ├── outcast__CbWJYt3JL7mvjCSG.json │ ├── ranger__lFoVSBNURSvYTb4U.json │ ├── redeemer__vMAguyr7hTGKCcMi.json │ ├── sacrifice__BPrzA42xfky9tKJY.json │ ├── sailor__4QQNmFHKVIY6aOpW.json │ ├── scholar__cDYtsQeu2ZJOlvJp.json │ ├── scout__FRz7qiokf1r9BcjJ.json │ ├── seer_s_apprentice__bjRcNLr4JLeLs2Mi.json │ ├── shipwright__81vgneJwN31fxsLt.json │ ├── skald__HC6jelhcQuBrysjO.json │ ├── soldier__UlC61DRdwHpl8dpt.json │ ├── thieves__guild__Ss7yXzx0Z6dhKKHr.json │ ├── trader__vWVStctij50sm35u.json │ ├── urchin__jkZbwzeer9YNCf29.json │ ├── wanted__eRi9oX0cqwQwV7tk.json │ ├── witchborn__cy4Xtbwqi7AUzVSz.json │ ├── wizard_s_apprentice__n1JXyisxRuOLlqQd.json │ ├── wolfchild__Nz2sB1nyv4ebWXoF.json │ └── woodborn__gSggHQgdLa8BDO5U.json │ ├── class-abilities.db │ ├── bard__ouQFWSadiw9Jxy42.json │ ├── basilisk_warrior__p6yXRQ2vgJxwQ8he.json │ ├── berserk__so8ytbZuqmNvppI7.json │ ├── charge__Ecajh7eY7lBEHuMv.json │ ├── curative__Ussun0GbRMiJZ8vP.json │ ├── demonic_possession__dsFmHTTuERiQePky.json │ ├── desert_rider__T3unZZ7ZOWn5snHV.json │ ├── fascinate__oCNpE6bnZjPIdOO1.json │ ├── flourish__6snDwCm38HjvO1uv.json │ ├── foebane__i8PZF77jaVDkCE6n.json │ ├── hide_from_creature__KfaSyGxX13IBVmKO.json │ ├── ignore_all_damage__MbC7YucyY4D9dYre.json │ ├── inspire__jg2sUC3nIAI8sT18.json │ ├── knight_of_st__ydris__JecnLEQ8FwHnDCny.json │ ├── omen__pRO1kFMnFkkcYOgC.json │ ├── paralyze_a_target__vndvnruyp9aZ3f5l.json │ ├── petrifying_gaze__Jkl9j4RZ2WYy0Gmd.json │ ├── pit_fighter__ntYpdY6HvWuXyrsm.json │ ├── ranger__Agdcg0ystOpP8kcL.json │ ├── ras_godai__y6T37zGPt9EZBlPO.json │ ├── relentless__z5uKTDf4wtkipQ4s.json │ ├── restorative__3fck7HFRfDywsjQk.json │ ├── salve__UzSmg3aLstFcNsUa.json │ ├── sea_wolf__q7zkgCiSTr8Xxshe.json │ ├── seer__m4dDLdsMVfNF9LdP.json │ ├── sleep_a_creature__i0IHFrEbhd0MOvkQ.json │ ├── smoke_step__yDByoMchtApfpKcS.json │ ├── stimulant__EhaA5tBROfrws1Kx.json │ ├── teleport_to_familiar__cXyvO6H22jfOxcz4.json │ ├── walk_on_sheer_surfaces__1hc2HGy3pZ89jvGM.json │ ├── walk_on_water__xwE0DGzMTxMQWqRj.json │ └── witch__b5OE7k6Q0rfydKZ6.json │ ├── classes.db │ ├── bard__112M28Tvi2ju06BE.json │ ├── basilisk_warrior__WWzTbubXXXfl2vXY.json │ ├── desert_rider__nFz0c666A4wUcBNS.json │ ├── fighter__hO7KrvqDRH6kvftJ.json │ ├── knight_of_st__ydris__0uVUOXKuX9xfJ600.json │ ├── level_0__6LEKsG1HEw3dbo27.json │ ├── pit_fighter__Ox27sOstCqZfKIBI.json │ ├── priest__oZWzXx1WRLg286zD.json │ ├── ranger__SIEizdu3Jv9DHY1m.json │ ├── ras_godai__7tlVtlk1zbMQz8qF.json │ ├── sea_wolf__fEWU4eBsIyUygRJG.json │ ├── seer__xdjod5gPhNPIkLth.json │ ├── thief__C6wkCa2w5dlgSq7f.json │ ├── warlock__waXnHdAHSHSo0dQI.json │ ├── witch__KGnBAFiTiLHZJUND.json │ └── wizard__035nuVkU9q2wtMPs.json │ ├── conditions.db │ ├── blind__xE08WjX14HjHwSJC.json │ ├── charmed__g02s1plvTDRI6Ido.json │ ├── condition__afraid__6Hd5Dzf2TnXL9Gxs.json │ ├── condition__afraid__CyZNMVHNjIMTM0g7.json │ ├── condition__asleep__9LKEdqM5gksbj8xV.json │ ├── condition__asleep__FoXNI5CfBkJOvJ9c.json │ ├── condition__banished__NytuNX2lLUibvXSB.json │ ├── condition__beguiled__4OcLCPW1pxzTua7d.json │ ├── condition__beguiled__qSuLDWBjPNH2wizr.json │ ├── condition__blind__Grd46xo0lgHLtfVe.json │ ├── condition__bug_brain__YPYxo5WhLBPCnkRd.json │ ├── condition__bug_brain__rbOmeG3R2mmiiIMT.json │ ├── condition__charmed__fDUPAItc64pmW5zM.json │ ├── condition__compelled__7DNtQwX31lpChHZH.json │ ├── condition__compelled__jtCuGSncFiHgfNgZ.json │ ├── condition__cursed__T7PD6qqfanwAMEzo.json │ ├── condition__cursed__h8IoE9DUt8lyCAgQ.json │ ├── condition__disease__1___PAkmxzlF6cIsPNkt.json │ ├── condition__disease__1___WRFmdFxvPhVKXQB2.json │ ├── condition__disease__2___PAkmxzlF6cIsPNkt.json │ ├── condition__disease__2___fMXSo5UqQD0fedRc.json │ ├── condition__disease__3___PAkmxzlF6cIsPNkt.json │ ├── condition__disease__3___wDCrj4X7ccqB2jA8.json │ ├── condition__disease__4___PAkmxzlF6cIsPNkt.json │ ├── condition__disease__4___PY16IzWMkbYbGAWJ.json │ ├── condition__drained__1___fHiOjFwljNOeJ2aX.json │ ├── condition__drained__1___iatMWq8uzO8KPaxd.json │ ├── condition__drained__2___iatMWq8uzO8KPaxd.json │ ├── condition__drained__2___mqOVlejHMZAvqnn4.json │ ├── condition__drained__3___iatMWq8uzO8KPaxd.json │ ├── condition__drained__3___jT3yIGZpBlEYa2va.json │ ├── condition__drained__4___GQDiR0cXfb86m83P.json │ ├── condition__drained__4___iatMWq8uzO8KPaxd.json │ ├── condition__drained__5___BcWf0hoWC2DZyaFH.json │ ├── condition__drained__5___iatMWq8uzO8KPaxd.json │ ├── condition__drained__6___5S5y0GWE2akNYJiq.json │ ├── condition__drained__6___iatMWq8uzO8KPaxd.json │ ├── condition__enfeebled__cha___XPk44UuWpkKBxyf3.json │ ├── condition__enfeebled__con___fkb9HwrPEq9mlZbb.json │ ├── condition__enfeebled__dex___lsVOr4eduzSNGkVY.json │ ├── condition__enfeebled__int___dmEiJzqy55xVYfD2.json │ ├── condition__enfeebled__str___ov1K3L3kuKj8hCUG.json │ ├── condition__enfeebled__wis___OvpXs6E4W6Ta6LJZ.json │ ├── condition__fragile__XGGzrINaGvRwwXPC.json │ ├── condition__fragile__pcBuNszkAjGRJ0XX.json │ ├── condition__gibbering__7mCWjMOGoEUpJlGc.json │ ├── condition__gibbering__iU2qaminUz77BQ0L.json │ ├── condition__invisible__LDzTLiVPs1Qvyrzk.json │ ├── condition__invisible__LmXXpHviIuB684gX.json │ ├── condition__invisible__stealthy___piycdXLudXTFLG0k.json │ ├── condition__laughing__7yyr32LQtbwxDTAF.json │ ├── condition__laughing__8N8VrjrYr7pGris5.json │ ├── condition__life_drain__1___PAkmxzlF6cIsPNkt.json │ ├── condition__life_drain__1___eAWhmC9ZXzjhIa1H.json │ ├── condition__life_drain__2___HBDRaw3YhM22PJK2.json │ ├── condition__life_drain__2___PAkmxzlF6cIsPNkt.json │ ├── condition__life_drain__3___74xpXmPIMUYnyt1M.json │ ├── condition__life_drain__3___PAkmxzlF6cIsPNkt.json │ ├── condition__life_drain__4___PAkmxzlF6cIsPNkt.json │ ├── condition__life_drain__4___pkvfOgSt7c86e1dw.json │ ├── condition__mesmerized__3XkiakzqwT78EG4j.json │ ├── condition__mesmerized__vmcHEQWOyX933G1R.json │ ├── condition__paralyzed__5Q6foTiBhvvLG7y3.json │ ├── condition__paralyzed__ROTpAUAHx5s4AZZh.json │ ├── condition__petrified__Ck88Wezyv7vfvNGV.json │ ├── condition__petrified__DihIx1S94zeXV3oM.json │ ├── condition__polymorphed__rW7oltlWDmteEpV7.json │ ├── condition__polymorphed__xyhx2skwDPYWZ20G.json │ ├── condition__possessed__OL2kOP05K96L9JV9.json │ ├── condition__possessed__rEjr6iPhgVuFTCWl.json │ ├── condition__stuck__0McK66FvDi42pjiu.json │ ├── condition__stuck__Pw5zyo8apyAphCG2.json │ ├── condition__stupified__SQzniFDNODQRLoNi.json │ ├── condition__stupified__gbK3h5sv3mNm3v3R.json │ ├── condition__unconscious__2UFWFSeffj7vrSSR.json │ ├── condition__unconscious__iTrME6gdEDXnxloZ.json │ ├── effect__stimulant__MUNwczWej0Bo8x4S.json │ ├── perceiving_advantage__M044441XNDJq00mV.json │ ├── permanent_ability__cha___F7lcubzHfIM4jQDu.json │ ├── permanent_ability__con___uBrDknMQigqBcbl0.json │ ├── permanent_ability__dex___O8bVaWHv6gSA7mPq.json │ ├── permanent_ability__int___niI5k5QCYV7npdse.json │ ├── permanent_ability__str___O8bVaWHv6gSA7mPq.json │ └── permanent_ability__wis___38EONK96mLJWmtGS.json │ ├── documentation.db │ ├── release_notes__CG5T5H4KazrCJ9nt.json │ └── release_notes__UJ60Lf9ecijEOO6I.json │ ├── gear.db │ ├── armor__np4FRJ73NRBEQKnS.json │ ├── arrows__XXwA9ZWajYEDmcea.json │ ├── arrows__tDNafhuDDdiVNUMy.json │ ├── backpack__oSnfz4qcWlUL6cDZ.json │ ├── basic_gear__0ws7y8D3IktigkiB.json │ ├── basilisk_egg__zU6dopKBk3pKS9F9.json │ ├── bastard_sword__1T8oUkfkBtYTLNF3.json │ ├── blowgun__FkcwP4cmpdM5pcOm.json │ ├── bolas__iMu2tHuqGfJ7XjsS.json │ ├── boomerang__dILnVh0uKk3lRjbH.json │ ├── bottle__bGrhQMkhE2qwjL4j.json │ ├── caltrops__SzpjMuJrhF5nMJ7H.json │ ├── chainmail__DeqtKQQzI6HTYvV0.json │ ├── club__JM2XN855QYNhgtre.json │ ├── club__obsidian___ZAWTt3ORcrZRXgfQ.json │ ├── crawling_kit__fJHwwn6TEfbdr8CM.json │ ├── crossbow__eeVEJexfirwWzOVu.json │ ├── crossbow_bolts__iv8fMPiRYfsN8ICy.json │ ├── crowbar__GbO6CggW71qMkgrG.json │ ├── curative__VjFsjhM6CZjZ04RT.json │ ├── dagger__C3mc5OlKPSJNMrng.json │ ├── dagger__obsidian___TQ0x7zmYfTCykZOh.json │ ├── flask__W2fFimb0y85wmOMb.json │ ├── flint_and_steel__ERprfuTIFRFEix9G.json │ ├── foebane__FeoRamUTz5jakMJ8.json │ ├── grappling_hook__fqsLWV46NWH0L53l.json │ ├── greataxe__9Pnhl6SOsbf6qDmt.json │ ├── greatsword__eqUuf9OGupuGPsBM.json │ ├── handaxe__3DxwBvjceq0FxcsC.json │ ├── herbal_remedies__iHOSxtXRWKd2vx1U.json │ ├── holy_symbol__uS2iSw8NLx8V0jb7.json │ ├── iron_spikes__EPndk3DPOEOSvbga.json │ ├── javelin__B3ZPeUtbChN8lrDm.json │ ├── lantern__lCWOUkVp4N1geMRt.json │ ├── leather_armor__EoTEHXApVDS7rHfw.json │ ├── light_spell__PkQXG3AaHNMVwGTc.json │ ├── light_spell__double_range___BBDG7QpHOFXG6sKe.json │ ├── light_spell__double_time___rjNBToTJCYLLdVcT.json │ ├── longbow__GzA5T0aewhouRsa3.json │ ├── longsword__ZPUhNMmwXXrtbCXi.json │ ├── mace__jGZyVuFJnW7QcBFX.json │ ├── mirror__GUqtnSXkcytZnNiO.json │ ├── mithral_chainmail__UDyHeJCreIFZ9y2I.json │ ├── mithral_plate_mail__BAJQqFdkN9lGFAyZ.json │ ├── morningstar__BThyJ1NC6JcRXxeX.json │ ├── oil__flask__80bCpXdZcj0Cz1fE.json │ ├── pike__4nmzFv43ua8nZDS7.json │ ├── plate_mail__o0261gnDqGC5hQB1.json │ ├── pole__15X5GTX96y339EKY.json │ ├── rations__GX6OmWQiE7MzTmjX.json │ ├── razor_chain__LW3MgxeOaEPPaiY2.json │ ├── restorative__QV93CYmgcgJ3UCPf.json │ ├── rope__60___6ZRwVHFlh5QiyZWC.json │ ├── round_shield__RSNMsNqyV39N9C29.json │ ├── salve__m857P6MI00wAONTp.json │ ├── scimitar__DKBDkJ3LcRv8scLv.json │ ├── shield__UWp4WkkiaBMSXYPE.json │ ├── shortbow__UfHAWj5weH111Bea.json │ ├── shortsword__KQTWQwznjK80gVEU.json │ ├── shuriken__sDHZZx1xaCRPmhXY.json │ ├── sling__FWgFPQDKkBiTMYhd.json │ ├── spear__brIFMH0sOVmqX02N.json │ ├── spear__obsidian___NaoAGwkshXqkDyoV.json │ ├── spear_thrower__YFoaXoW5JCM4z768.json │ ├── staff__9eTpsuEuzL3Vaxge.json │ ├── starting_gear__aDuF91SrY1z6oZoL.json │ ├── stave__P4aAkDkgwR9zcATw.json │ ├── stimulant__dBQr9YPyhvwyPm0g.json │ ├── thieves__tools__mSDuPGnQZA8ArsVP.json │ ├── torch__z3xc7HGysC4ZCU8e.json │ ├── warhammer__z98LNu4yOIe1B1eg.json │ ├── weapons__LVzvIhYHieRT4O6q.json │ └── whip__GgSheZNm2cOQYpZP.json │ ├── languages.db │ ├── celestial__EP8NdjL8B5xXK7u9.json │ ├── common__DQzHvoMWSZ0eiRWP.json │ ├── common__aDYnRuOBkR4FXCDR.json │ ├── diabolic__b5yBrLaRIl7ZEWKu.json │ ├── draconic__GVbmj6D47b9lbOHz.json │ ├── dwarvish__DBK9gi6d0SGVlRwv.json │ ├── elvish__wABiw5UhzG2G8Kpa.json │ ├── giant__hW4BI5ySXhxQiYiV.json │ ├── goblin__NN9wFGgwk49oOQeN.json │ ├── merran__MtNt0wGJ3OaDVl7x.json │ ├── orcish__1iECxGKqGpV3k6VZ.json │ ├── primordial__ufwua5RXnJXlA0St.json │ ├── rare__PSy2VLMOiI1jkUmn.json │ ├── reptilian__FluOqMSSPoS6hT1H.json │ ├── sylvan__Lf6kATbC1uNPLnPi.json │ └── thanian__FQcnF3JQRw9wL7PN.json │ ├── macros.db │ ├── draw_hazard__jS2NVcdDJraaMbDd.json │ ├── draw_ruin_encounter__FNPtH7pEbjesVQlL.json │ ├── draw_rumor__7uF6dXPvaJNKZAM6.json │ ├── draw_something_happens___UOyL6BA8rrpVGhgL.json │ ├── draw_trap__B4UwIKe2sBuhSHfs.json │ ├── generate_random_magic_item_name__4j286mEmWbt6maGk.json │ ├── initialize_luck__gm_only___iRgzhZVqJIWTuSsn.json │ ├── light_tracker_ui_toggle__gm_only___VgfWt2xWzYJyVMbA.json │ ├── open_character_generator__ZHeVKaoftxDw9ikn.json │ ├── open_item_importer__q4lqJ88GbDk9HTlq.json │ ├── open_monster_importer__sJTtbWtWigzBHf6N.json │ ├── open_spell_importer__15E8F4iZ24jq5uE9.json │ ├── random_adventuring_site_name__J3wuYxC7NYPBvowe.json │ ├── random_encounter_info__phlDVz1PAQLxZU0O.json │ ├── request_a_check__YOZcP9WGwie1dLIu.json │ ├── solodark__generate_dungeon_name__R7UsZq7PRFHEJYjF.json │ └── solodark__open_oracle__voMfAOHKkRnozC9J.json │ ├── magic-items.db │ ├── ac_bonus__J71TDxKnOnztuE6t.json │ ├── additional_gear_slots__MquW5uUJ7QQO7eFk.json │ ├── asterion__X5FwZjvgzeSXvNDQ.json │ ├── attack_damage_bonus__78SoFRRmEjEMdPIT.json │ ├── attack_damage_bonus__E7DKiIaxjDrxq64c.json │ ├── attack_damage_bonus__FqtIDxjhOFDvkQFn.json │ ├── attack_damage_bonus__JAfTcoh8jcncSGJM.json │ ├── attack_damage_bonus__Qj2rqAj7XeIsjzzs.json │ ├── attack_damage_bonus__pwG7d70XZD8JJL5p.json │ ├── attack_roll_bonus__4QneUXW9pG2CMpKS.json │ ├── attack_roll_bonus__9qMTrleWtCMKO3Xl.json │ ├── attack_roll_bonus__A3cEweAbyqxNxdzl.json │ ├── attack_roll_bonus__HhILvM8lD0Nby5gq.json │ ├── attack_roll_bonus__Rzbo47LZEvpyHfqg.json │ ├── attack_roll_bonus__qrgFpY2mTci173wM.json │ ├── bag_of_holding__vHwzxeO0sX9GlRbj.json │ ├── bloodlust__Mb7OBENXa5XnClS9.json │ ├── boots_of_the_cat__WB4r3ZgJ3TfRBEx5.json │ ├── bracers_of_defense__2Ht3xGj1QvHt3znG.json │ ├── brak_s_cube_of_perfection__ZypO4jCOurSK2aOB.json │ ├── brak_s_cube_of_perfection__cha___0Ws5acsixawAITFi.json │ ├── brak_s_cube_of_perfection__con___7pECwim9a2CVzFLy.json │ ├── brak_s_cube_of_perfection__dex___lUuyDaiDHJbDg82j.json │ ├── brak_s_cube_of_perfection__int___K7PJLC0GUhtQ7aX2.json │ ├── brak_s_cube_of_perfection__str___ZhykyK0shgnyC4Fh.json │ ├── brak_s_cube_of_perfection__wis___wrtcUfAY6yXwSqLY.json │ ├── cloak_of_elvenkind__z4eAFex0bk8qiQWl.json │ ├── critical_failure_threshold__UojiuFQ7ufucHAMl.json │ ├── critical_multiplier__2NdFJHTHy28UaTCh.json │ ├── critical_success_threshold__b7lXcLAavPlpMhqp.json │ ├── gauntlets_of_might__FWQK9qFGagcEXCq5.json │ ├── immovable_rod__RQyOkC3sGAe5gsn2.json │ ├── jewel_of_barbalt__w3UsdCcYKnwcAgbH.json │ ├── kytherian_cog__0c0G5Dnzq9Il8zZY.json │ ├── ophidian_armor__MyHXrPewu36OmWB6.json │ ├── pearl_of_power__t4RYKztP70zmAbGD.json │ ├── permanent_ability__cha___07RIJ800mgt95fNl.json │ ├── permanent_ability__con___zrPgEyvt0Qpp6rca.json │ ├── permanent_ability__dex___2iAdf3ZD4FdzPonT.json │ ├── permanent_ability__int___94JaF8oYeiAAWASd.json │ ├── permanent_ability__str___N3a7CEwOlseizR4z.json │ ├── permanent_ability__str___mEwSq29I1Sr8gG2t.json │ ├── permanent_ability__wis___cUIGFlc2YR57pzXl.json │ ├── permanentability__1sKZFEAOhR1t3W5D.json │ ├── potion_of_extirpation__oS1VcB7hqcsjkUZv.json │ ├── potion_of_healing__jucTGEjsqJ1znHdf.json │ ├── potion_of_invisibility__KAx02m6uAzOSBGXX.json │ ├── scarab_of_protection__RPe1Y9rnhOq7Dl6p.json │ ├── scroll_of_burning_hands__N27A6nb0epkHZ3lR.json │ ├── scroll_of_hold_portal__mXkpNk8z0eZU8kKj.json │ ├── shoftsword_of_the_thief__98cxnRdtTLv0Onka.json │ ├── staff_of_healing__jEeDexWHYy7wKsfa.json │ ├── sword_of_the_ancients__ZamB6OED5J1EeU81.json │ ├── true_name__gNah418e2ykhDWDE.json │ ├── vigilant__iEbHLvRPWNXo32qm.json │ ├── wand_of_blind_deafen__yyUwr6H9imWcJ9YS.json │ ├── weapon_attack_damage_bonus__OZskI153kjpkFy09.json │ └── weapon_attack_roll_bonus__CFbdBIST0hT7qCyu.json │ ├── monsters.db │ ├── _3_vorpal_bastard_sword__bUT6FazekisNeIfy.json │ ├── abjure__2nN90QQSsajBr2XK.json │ ├── aboleth__sgVqRuCaadRK1P7R.json │ ├── abolish__YYQOabVs7KXHoHoT.json │ ├── absorb__hDI9fnipZ4KDsFzh.json │ ├── acid_spray__DzUDsSXVfPZ3lEnG.json │ ├── acolyte__k2YdCMGiq3USE8oE.json │ ├── agony__sGH7InjtyO0HFXSk.json │ ├── alert__xdOyijpUs8aevgHe.json │ ├── alert__yIIm0z82gLEEix7n.json │ ├── ambush__MCM2UX1jwTiz6Af0.json │ ├── ambush__dD6eK5TthQO2lWq1.json │ ├── amulet_of_rahm_hotep__IT5GglVIbyiDTtqe.json │ ├── anchor__1Me11yy0xHkPBvhw.json │ ├── angel__domini__63d5P0opwEQTdDIn.json │ ├── angel__principi__X8hc2Uhflvy8F634.json │ ├── angel__seraph__9mHBuBhx1RxUdheA.json │ ├── animate_plants__1xKtKNYuACH6fb90.json │ ├── animate_tree__lESGAghSx3NPQf7Y.json │ ├── animated_armor__qSeHWgP59WltutCz.json │ ├── ankheg__rrI5NuJ8q0Pm4ehs.json │ ├── anoint__w1ob3ZN8qvfXmtsL.json │ ├── antler__jKA87z03sCPNWeeQ.json │ ├── antler__w6vvIoYeas7aa2mc.json │ ├── ape__52p2phLsOZiNFTFS.json │ ├── ape__snow__z4UPCFgmpXHwzmJu.json │ ├── apprentice__9R3qr0129OxaXMcy.json │ ├── arcane_armor__jCg0jxuNHihSmpOr.json │ ├── archangel__GzjB5DsORxRuX2MV.json │ ├── archdevil__OkhcwZ7JqJxTgkJo.json │ ├── archmage__5NUw5FTgSVwAi0nL.json │ ├── assassin__I5y9YDSIg2n0u8CM.json │ ├── attach__0uCmZyA0xr44j1zl.json │ ├── attach__pkDrcdZf3E0gcdiL.json │ ├── avalanche__HRlATZjaxlE28txH.json │ ├── avalanche__ubJYB4qCRVz2xkGz.json │ ├── azer__rEhCGVPPzY0R18oJ.json │ ├── backstab__S0QVwbNDCpSFAvfQ.json │ ├── badger__VM65vWCNjlx5tKTP.json │ ├── bandit__AMSI3MCLvpcZpJPO.json │ ├── banish__8556VXHFPg2B1Bc2.json │ ├── barb__GSEP18yzChIAQVx1.json │ ├── barkskin__wj8oEGxHBYUod0Fs.json │ ├── basilisk__r9PchmCuVg1r9FOA.json │ ├── basilisk_hatchling__ubcYvhvDW1WywYcw.json │ ├── bastard_sword__MAun2e5060oYtZ5Z.json │ ├── bastard_sword__XAZQhbNdcRwoUnJC.json │ ├── bastard_sword__bvZtyClECQjPyD9U.json │ ├── bastard_sword__fvWyg57dom9cZy6A.json │ ├── bastard_sword__lsgGINVZLDSmDfoF.json │ ├── bastard_sword__quKp1yB5QFA6NEwy.json │ ├── bastard_sword__tS6mZGu3oBzO5JRh.json │ ├── bat__giant__EJ94w4A9mb9ETSGA.json │ ├── bat__swarm__CUpk1oMNktqZPdXp.json │ ├── beak__ER3cAHcECScSdQKw.json │ ├── beak__Lqr84D2qN3tyKfqy.json │ ├── beak__VMGgz84UEcNczdI9.json │ ├── beak__aTnqB0marf2L8StW.json │ ├── beak__w3uakml7wG2hD3EO.json │ ├── bear__brown__RG84tprafQTDEFCa.json │ ├── bear__polar__A84XNl4aGBeeDDLu.json │ ├── beastman__k8tAgECWIzPIStGU.json │ ├── beguile__PpnJ5uTcV0UD1pxz.json │ ├── berserk__VdHvMJSH8gtwXWUt.json │ ├── berserker__dqWmtEZjAMQLmCBn.json │ ├── bewilder__3tGrbD7V4Kzh69WJ.json │ ├── bewilder__RAfF2wCNn0ey6xAT.json │ ├── bind__CZ592wkDvsAE6NJn.json │ ├── bite__1zzeuv4tQ0Jktt1z.json │ ├── bite__2OcXPjE20AzxypDF.json │ ├── bite__2hmdMZkfU7VVmGH3.json │ ├── bite__37gYWFTVLzM3a2Xi.json │ ├── bite__5xj31nwOvZ6V362V.json │ ├── bite__6J76xURqbHWdBA56.json │ ├── bite__85Q2R6Yq41pn5iqr.json │ ├── bite__8CF6pvqVg9xTCln4.json │ ├── bite__8N5wZXOtnPIVMLL6.json │ ├── bite__AmWCKITBAjY4tCVB.json │ ├── bite__AzHoBLfQWBDLfZ7Q.json │ ├── bite__BUuKs8hTY8U9ZBib.json │ ├── bite__C7AUGwfLQ2rsySd3.json │ ├── bite__D4RoVsRHaykNnxUC.json │ ├── bite__DivIksnn0KWe5H5x.json │ ├── bite__E7NzhjK50gsoMZSj.json │ ├── bite__EjwpeWfdriBfwAEG.json │ ├── bite__FRAVYx91rYLWhOdI.json │ ├── bite__FixJtqloQqlqwmgW.json │ ├── bite__HYGtfQWvcSGmuC9P.json │ ├── bite__ItAclbcKTFRDYy1Y.json │ ├── bite__IxTXcPu1GvN6TkzS.json │ ├── bite__Kk2SQxS6yOSsEu3x.json │ ├── bite__KxpJo8EXS2ozGmTR.json │ ├── bite__LPmF2pWpKmvcmKNa.json │ ├── bite__MqD64Vu6fE3cdAUZ.json │ ├── bite__OoYICPce8MHqlCtF.json │ ├── bite__Ot1XCsafkF5u2bpq.json │ ├── bite__P9dsZdpLxqiF5eX6.json │ ├── bite__PRvgKj4m92kEWZAV.json │ ├── bite__QWAQ9GrapE37XP8R.json │ ├── bite__Ri50BHLzF06uBp09.json │ ├── bite__TyT2VPgFIM9WCdIV.json │ ├── bite__UE7SCYTgphd1uJT7.json │ ├── bite__VmymzxaDwpimNcjI.json │ ├── bite__VoHcSLOoNEj46lsR.json │ ├── bite__YdgZaxR6z8ELwLrA.json │ ├── bite__ZC95BFw8R5JD61SJ.json │ ├── bite__aXvGGcPTfJWLDS2K.json │ ├── bite__bMfDXQsp9K12V12q.json │ ├── bite__bpUlB6vl6FOXXGmV.json │ ├── bite__bsPv0AykcFxtHiNw.json │ ├── bite__btcuaDSwbbLS1Dxj.json │ ├── bite__cjMd01EpbiijXfxV.json │ ├── bite__cxEeogA0M8MfO01H.json │ ├── bite__dGYeUyXhJpmO6ChQ.json │ ├── bite__dJmT1eytBUgGUxbj.json │ ├── bite__ejrmOnSJ1sqjTQcl.json │ ├── bite__fNRoIDmc6O3aVTOz.json │ ├── bite__gMt1IFMUkyDpl4sS.json │ ├── bite__gnUvnCN25iosuxZh.json │ ├── bite__h3hcYlggXJFutOXM.json │ ├── bite__hExVJZEo2cNYdxyD.json │ ├── bite__hhkN0EkQbBFGgJfr.json │ ├── bite__jq4mRJ9sfp0vMMxy.json │ ├── bite__ljSLGHcTgI9PZOCt.json │ ├── bite__lmShxUhv8sfEjWqp.json │ ├── bite__mHIDj2lMpRWRdAIs.json │ ├── bite__mM5S3xcUecwBkf8P.json │ ├── bite__ncoGAYv0LDwN1mPp.json │ ├── bite__o3MZGJPrFNg0JyvA.json │ ├── bite__oxJezzcxi7WDrwxZ.json │ ├── bite__q9cwPT0Pk2rRH9ej.json │ ├── bite__rlU2agifQd6yqh2f.json │ ├── bite__s9btaNojNtzEbYDW.json │ ├── bite__tSyfWA9UbkRaLnm1.json │ ├── bite__tXVMF5GZAv6NRjxe.json │ ├── bite__uGBqPwXAd5ntrzlg.json │ ├── bite__ukvy36rvxDWTJyYH.json │ ├── bite__uzQh5r9z2SlQKu7A.json │ ├── bite__w2igMkqTp3BedqhF.json │ ├── bite__xnhTUbXJzckTpKIw.json │ ├── bite__zAhL5o70BvvJ712x.json │ ├── black_pudding__LjwxMX3llNTrJk78.json │ ├── blast__8r1TNTc5kE1agSyg.json │ ├── blast__mzUWxBVxs2Q3ENCU.json │ ├── bless__jvtk9aqMgWMfst0N.json │ ├── blind__dZwEa52FIWfTHOQH.json │ ├── blood_drain__5NPad9pZnmvvfoLv.json │ ├── blood_drain__9ZDuyMeBgfqKzP1X.json │ ├── blood_drain__EmPgirFQm4Hz79rt.json │ ├── blood_drain__nQiA2UIyQpiWFqWd.json │ ├── blood_drain__tQU54YsykoIk2bV6.json │ ├── bloodlust__bov4rOOlnaTbfiU0.json │ ├── bloodlust__jHWOzWhU8UdwyFei.json │ ├── boar__bXYsB2bHIdtOsZgV.json │ ├── bottomless_bag__0xHdhZ8ba3Ka8ekl.json │ ├── boulder__GSqmJ46T9LtJGmBZ.json │ ├── boulder__ffm92wHLxbOZrGc1.json │ ├── boulder__fpsK1hRWInVjPWx5.json │ ├── bound__89iCU6eRSUBUhsor.json │ ├── brachiosaurus__P3UFDBgbA5kkwcYb.json │ ├── brain_eater__MnV9R6AbzWjLreaZ.json │ ├── brutal__Kf0yKXcmO5FTRyDf.json │ ├── brutal__S9otkKlpEjmVLs8M.json │ ├── bug_brain__qGfXwmH4JKbaxw60.json │ ├── bugbear__qUuNdFtYmo1vXVP5.json │ ├── bulette__ktpbMeq6xDzNbOu3.json │ ├── burning_trident__mxIgoKpKq4TuUhOr.json │ ├── camel__JO2HwD53QhEuV3W9.json │ ├── camouflage__6Nxzb1EiVFLMg9Ou.json │ ├── camouflage__pFMLvvf8uJ0g1g3S.json │ ├── cancel__nLPMJw2qAtZxUXKJ.json │ ├── carrion_mist__SFc52S0b9ce6Xldl.json │ ├── carrion_stench__SoMI4kNt66pdL5Ju.json │ ├── carrion_tracker__VziIPMsG3eWonz5K.json │ ├── cave_brute__nhKDBbnOnXXTzfBr.json │ ├── cave_creeper__j7sQ6Km2jSx5twCC.json │ ├── centaur__5AV9DF5BbMu7mvVO.json │ ├── centipede__giant__W9n69R2FY4EIgBuQ.json │ ├── centipede__swarm__lcqq47H1YVF0ABnp.json │ ├── change_shape__1aO6q7LhVe3qf8AF.json │ ├── change_shape__LKGE812rSSd11c8Q.json │ ├── change_shape__cT7Iyz5oTdmvXdJp.json │ ├── charge__3R72joMtuabtsLvO.json │ ├── charge__bHue9K4fSJkmUWNm.json │ ├── charge__fTjqH5ioA1zvGtvI.json │ ├── charge__hgg1soM5DtehFkCF.json │ ├── charge__qDhKDS1pk2LW8V9x.json │ ├── charge__rjJAPnSe6xmTRfin.json │ ├── charge__wRnD7AjNcj3NIxcO.json │ ├── charm__0aLFEGglOehZZfnT.json │ ├── charm__6YCyLoLyW57jRgrB.json │ ├── charm__NEI62ofA7ClbRoyM.json │ ├── charm__O9alWxnUwP76u3cA.json │ ├── charm__kOFFYAB50N6vLH8G.json │ ├── charm__xii04KaH82Q3bOPv.json │ ├── chimera__5SaVYhtOSTOUcHCV.json │ ├── chuul__4v8PY6yOUcQOTWWo.json │ ├── claw__5vLK20Bpvm8S7y4e.json │ ├── claw__5y3k27qVEVtOR7Ir.json │ ├── claw__6PkRdrpmc2advbpC.json │ ├── claw__6k5scNMfMikbEdry.json │ ├── claw__9FTiIVwaCmY2KWpr.json │ ├── claw__BbPD1F5sIwfS6cWF.json │ ├── claw__DKXUNixkzE5DanTG.json │ ├── claw__FJTUfMezAqPRYLX1.json │ ├── claw__PqO3XqqruGy67IZZ.json │ ├── claw__Ri5kDnlD6L9FdgEl.json │ ├── claw__XDFKCOvROFA8PkHU.json │ ├── claw__YEKYWOhBDYxIgIil.json │ ├── claw__aHHqGsiMotau1JGp.json │ ├── claw__ayVtdSkCj8Vu00ph.json │ ├── claw__fPDHgJIOaNWO2uuK.json │ ├── claw__mBQXRAHBMPdGyhHr.json │ ├── claw__p3PX6dOkW6sH8C5m.json │ ├── claw__q9Q0JqmkiOQsTesv.json │ ├── claw__qxzkmV2fG7ooZ49T.json │ ├── claw__uMuRLjO24GioGYOX.json │ ├── claw__vr9oWV81pz1Tv2Iq.json │ ├── claw__wj7RB95zMyQZ02rN.json │ ├── claw__wjxajauIJesUjHH4.json │ ├── claw__wtSjDlj7CTUQ73rR.json │ ├── claw__zBDX7Pwyrhm2FMhZ.json │ ├── claws__TRzVT9hSasp73Hjh.json │ ├── claws__UviG2pQp4W7BpD9k.json │ ├── clever__yfldIma3djL6Xu6a.json │ ├── cloaker__SeY0lvD3U4pr6mXD.json │ ├── club__3DtlC7L1PrMFyn7n.json │ ├── club__3lXHowUf5iRIClao.json │ ├── club__BlZ98rjbcbpnZPii.json │ ├── club__CNjmcq9VGFmAcTMC.json │ ├── club__TGyIidAaaKzSKy4T.json │ ├── club__ambush___MM2bwR8bregKnTei.json │ ├── club__p8wh9KDmBnNbSZSa.json │ ├── club__yTqc9nnvxwlQs2PF.json │ ├── cockatrice__xUxKG0CR6Elw1l7h.json │ ├── command__UoZZ5KKZ8UdPcaM5.json │ ├── conjure_flames__Wo2daIdmDX6J4p9F.json │ ├── constrict__HJFe4vbuXTjsy3PJ.json │ ├── constrict__Kw7E6UCWwWVAbEeu.json │ ├── constrict__OtNVubibwRxLDwX6.json │ ├── constrict__aPKz68sYHFsgD6Br.json │ ├── contract__OUM343HXBQ7NNj0b.json │ ├── corrosive__53ww0O4jPKaiyGcQ.json │ ├── corrosive__Sp7hCTdnO8hZzykO.json │ ├── corrosive__U3mggxAib04ZoQKN.json │ ├── corrosive__bvpQ25QewVsToroS.json │ ├── couatl__ibQF9DMmu8sTLz4B.json │ ├── crab__giant__2KRkhIG0f9YAnUHb.json │ ├── crocodile__obS0HaAx233uar7B.json │ ├── crossbow__VGCXKc2YWw6slbMQ.json │ ├── crossbow__Y62L2XdfX0YNsB6t.json │ ├── crossbow__aMpoHO4OTUGOUYLj.json │ ├── crown_of_darkness__KGDBJiyMaF5oGp77.json │ ├── crown_of_fire__LVv4A1Jinny72wBJ.json │ ├── crown_of_gehemna__HrGFkT6iy3GAnum3.json │ ├── crush__7bu0LzdVrlfCTohS.json │ ├── crush__8sVlJsvtiDDPBlw0.json │ ├── crush__TOovftdtF5yJJyUx.json │ ├── crush__Ta8WdtnDD73VUSTo.json │ ├── crush__XJljWfi71QkE1a00.json │ ├── crush__YKRZYh2WYMzDgLv8.json │ ├── crush__xdRu81pnwUc53ZEV.json │ ├── cultist__CpHttsoemSoZRiDe.json │ ├── curse__GlEUmXQMesA6DeWE.json │ ├── curse__K7XsT3il0oHal1ti.json │ ├── curse__mddDFLdkX8qzSfWS.json │ ├── curse__tu5XMDakF2Ug0MLC.json │ ├── cutlass__8nJaSfTYG8lqtC97.json │ ├── cyclops__68wDauouPEUU9oMR.json │ ├── dagger__1nq6ChTbLVY4DQ32.json │ ├── dagger__6nKZH9FpGXXl6RZE.json │ ├── dagger__JSCnyCiOYdDgF5tu.json │ ├── dagger__VzWch4vXKmo79dtD.json │ ├── dagger__tDTUBVoykJdOFaQE.json │ ├── darkmantle__0JAEN5FsKjaXXZaA.json │ ├── darkness__KkTYwbHvLOHetnPg.json │ ├── darkness__QnSlbNpbIsYFgrJC.json │ ├── darkness__Qq6M9oo8OTKXzQPK.json │ ├── dart__IUrnLndeWpiJJQ0j.json │ ├── dart__f8wKgMP0XbD2Wejw.json │ ├── death_bolt__53KWLSWRCJO2LXWj.json │ ├── death_touch__5N3xXhfRMpAtJMf5.json │ ├── death_touch__YIedvEchipAi5NPv.json │ ├── death_touch__lTleH1nUTffr49UN.json │ ├── deathtouch__jsODF6naHDkWY3BM.json │ ├── deathtouch__spell___cY8rmYgJZJzMYg4x.json │ ├── deathtouch__u9qn1teg8jFigpvm.json │ ├── deathtouch__wis_spell___decpoSp0qogWhTIt.json │ ├── deep_dweller__NyNlsxCi5WJP1ugU.json │ ├── deep_one__5J7IfGiC6Za14VuU.json │ ├── demon__balor__ju93VWtuoi9BRX5F.json │ ├── demon__dretch__UzRHO1MCMmYDSVzo.json │ ├── demon__glabrezu__CuwjaziXY6YoAg7O.json │ ├── demon__marilith__P53eJcTVm4axJ2bR.json │ ├── demon__vrock__0Q9d1621wpUEsuFC.json │ ├── desiccated__3UNupsR6nhNa62Mr.json │ ├── devil__barbed__n4liAI4qBGY4orA4.json │ ├── devil__cubi__eytIJSxijnY4VZ3U.json │ ├── devil__erinyes__8Lma2TIrsJc0IJzV.json │ ├── devil__horned__TWzBMX1oWU10HBOW.json │ ├── devil__imp__qhy4sxYqEkl171L5.json │ ├── dice_of_truth__r8XCF0CzB7ybk8ek.json │ ├── dire_shapechange__7VJYfM2EHPcp78Jt.json │ ├── disease__3VOXkeJzY2reIEhe.json │ ├── disease__AZNEMB8L7e2rrkke.json │ ├── disease__I287MxSjRkphGQE9.json │ ├── disease__koPxZQBcecCwEm1z.json │ ├── disease__ripTEs1d39eR75u3.json │ ├── disease__uLy11VqjEV8UmaFR.json │ ├── dissolve__XlAulzWKXNIwy19n.json │ ├── djinni__ytftI0motwEnF29v.json │ ├── dodge__CnFo8rDkhXsljGee.json │ ├── dodge__i81oxRCwc4YoQkXq.json │ ├── dodge__vzMbPRLpKUePJU9A.json │ ├── doppelganger__6ldPPlMIMSd4ALoZ.json │ ├── dragon__desert__3ao87kQaYih26b9q.json │ ├── dragon__fire__8nKQ8hgoWY7vZHb4.json │ ├── dragon__forest__GGiSjGtAWFwFT81z.json │ ├── dragon__frost__CUMRox407hfN6Ho1.json │ ├── dragon__sea__wGmyKKVD5P4oE4RD.json │ ├── dragon__swamp__KKc8fESqPDECz0bL.json │ ├── drain__CmOIbqyF6fMvO1Dh.json │ ├── drain__QuKuNS7TzQQaDjsO.json │ ├── drink_pain__QrykkJoOY9SDNJTu.json │ ├── drow__OQKt55SQZZUZhlNq.json │ ├── drow__drider__DttbFgMrxQulVKEf.json │ ├── drow__priestess__mLujryShxJUk5Jys.json │ ├── druid__xwdLsiejN4nayUR5.json │ ├── dryad__vXaqgfDykZPdXnIm.json │ ├── duergar__B1B7yApS28xtu8HN.json │ ├── dung_beetle__giant__99s2guSyYKPWp1oy.json │ ├── efreeti__o1aBfxHFxYVHLTRn.json │ ├── elemental__air__greater___adojju5DJl1iWEg4.json │ ├── elemental__air__lesser___XEFAKSOcCUd8G89y.json │ ├── elemental__earth__greater___w14e0EzbGfvjkbes.json │ ├── elemental__earth__lesser___Puc0P5lO6IphdIQP.json │ ├── elemental__fire__greater___V1wcRoUEnIbaNjXN.json │ ├── elemental__fire__lesser___vylW8UYkC5i9wAS7.json │ ├── elemental__water__greater___Fb4nfQoOqplwmGHe.json │ ├── elemental__water__lesser___ZP1OsAWwqVppLts0.json │ ├── elephant__Ezs7usvuZdG6zMAL.json │ ├── elf__GvxrOdZ1MejJL8DV.json │ ├── enervate__B7H9Zrr10Gnc51Lz.json │ ├── engulf__Kl6o22ueMZ7VHhf0.json │ ├── engulf__RnlzBMWYWCNLB80N.json │ ├── engulf__YT0lNfn2LRODcVHp.json │ ├── enlarge__z3jIR6mciGOmzzCG.json │ ├── enslave__aP6TqfdMClwS8SFU.json │ ├── enslave__pgLNyD8buvs48X6G.json │ ├── ettercap__fcgq7uwsJEMMdRNx.json │ ├── execute__sgFBaPrjQyrWRe2s.json │ ├── explosion__uWVe3NFqqbRKVAg1.json │ ├── eyestalk_ray__EdnnBpuL6gXhGn4z.json │ ├── eyestalk_ray__cancel__23A0LdGxQHEHmNdO.json │ ├── eyestalk_ray__charm__5x2hRPCnhDy0nDV3.json │ ├── eyestalk_ray__confusion__G93evk3hEwUNxylg.json │ ├── eyestalk_ray__death__vLhl7A91sIiMkyeE.json │ ├── eyestalk_ray__disintegrate__seKf4CaOLPWpC2EA.json │ ├── eyestalk_ray__hold__d2W2N4x0D1wNuQ6U.json │ ├── eyestalk_ray__petrify__O1GgVoaS9kzn159D.json │ ├── eyestalk_ray__polymorph__0LTXQefThT3VPPuT.json │ ├── eyestalk_ray__sleep__lxWYSEWZsXu2MhNw.json │ ├── eyestalk_ray__telekinesis__VP5z272fOQdofJHJ.json │ ├── fade__pJVRurHOdHPsdDwn.json │ ├── fairy__RAEbIzHkREYWKvLh.json │ ├── falchion__aBLiuZzOA1To4XkP.json │ ├── fearless__4ARCaXHh77Ub4sgq.json │ ├── fearless__MkaZd38Pqt55vGbp.json │ ├── fearless__TWdOYbma3cEXie6K.json │ ├── feyblood__XJXRA2v0kyhxK6JH.json │ ├── fire_blast__9j4RMq6yQvJxk69S.json │ ├── fire_blast__dL4uPcbfWZT31bUj.json │ ├── fire_bolt__LTgsv7LTEek2RVMT.json │ ├── fire_breath__N76B4JFwQSdnpZkO.json │ ├── fire_breath__PTrZA5vH3W1CU8DU.json │ ├── fire_breath__yuGQTgdDmrDuBagY.json │ ├── fire_whip__VtKZ8tWdZuHKkEww.json │ ├── fireblast__sFy5WWuJOMcQoeAF.json │ ├── fireblood__I08qrGfM0LH4mob5.json │ ├── fireblood__lXnmmEiriOphFCRE.json │ ├── fist__0x4Z1OY7xUpmpP5S.json │ ├── fist__AtJ3OHqEK4xzFi8c.json │ ├── flaming_greatsword__0L1ozHc5BPwaEL6h.json │ ├── flaming_spear__Yt9tuuQgFBVnl4dH.json │ ├── flaming_warhammer__V9WeU16JltA1bIXs.json │ ├── flight__cB3IYcu5Ga7GNNps.json │ ├── float__wxmHnTbYkDu0Iyqt.json │ ├── fool_s_gold__1x4iaa1v3l2umZCY.json │ ├── frog__giant__mpdnvoVyYfvu8yLP.json │ ├── frost_breath__NJcQFvVH4OnN7Gml.json │ ├── frostblood__6qQX3sgSVYdY4pWG.json │ ├── frostblood__Y6gRyvAxV7AfgYIM.json │ ├── gargoyle__FeQJTjVbjxIH6uHd.json │ ├── gas__g5tUfZrRzPhiKHqB.json │ ├── gate__18ypdfjjU5kcPTAB.json │ ├── gate__zb8caawb7FMCpDu2.json │ ├── gelatinous_cube__udRspLiTyURGmLav.json │ ├── ghast__XNiuEhf8QpfOnVCJ.json │ ├── ghost__LV2ZWlK1qUQz5J4K.json │ ├── ghoul__aJPxeuzZ597SWMES.json │ ├── giant__cloud__vdCzdpAsjmYTa1ps.json │ ├── giant__fire__PzLMBzFtioZhBlTq.json │ ├── giant__frost__Om5RbAEQDbXI8MwN.json │ ├── giant__goat__KFCqi1XnRQM7kZyj.json │ ├── giant__hill__sFz8XfLheORSuxxM.json │ ├── giant__stone__zIaJgXifG1mIY7FM.json │ ├── giant__storm__owL9cUM2LTVpMarQ.json │ ├── gibbering__mRmdYRMpxZAf9bWH.json │ ├── gibbering_mouther__8aDS9mPcNoxNc3Ha.json │ ├── gladiator__14gxjungNSpJTf3w.json │ ├── glaive__yvJT5ec0JlEy0vGz.json │ ├── gnoll__d2dPYSjcZhR5psLj.json │ ├── gnome__deep__WMw4J1wECaLGf3Am.json │ ├── goblin__I7CMFbyFmFHVwE5U.json │ ├── goblin__boss__R3CMnUkD0AVVkjuZ.json │ ├── goblin__shaman__Ot77aKKqmML8yboF.json │ ├── godborn__paShYF53Z9GoYHJb.json │ ├── golem__CXArphxjriKmOxCO.json │ ├── golem__W2WBFwGRwZdLoczY.json │ ├── golem__YnbHXlNqcxkObmCd.json │ ├── golem__clay__y8O1UJWvVI7fDXpn.json │ ├── golem__flesh__IDgaXGnSleQcfAwm.json │ ├── golem__iron__KZNQRwpG4DaN57zB.json │ ├── golem__oySxFnphWlWj2S0x.json │ ├── golem__stone__zLDg6vIYEj4wB0lQ.json │ ├── golem__ttQVTrjLDE5DP1rQ.json │ ├── gore__5RWnCkmbyJNrN0bc.json │ ├── gore__8ro31FXMOL1BQLeA.json │ ├── gore__QVAp3tqdm8QoszIP.json │ ├── gorgon__c9n0i79sjiUWwkiV.json │ ├── gorilla__cfdlaAx4balFmIb4.json │ ├── grab__4Lkf0XBALE0VF2fj.json │ ├── grab__7QuhLVnledWbETj9.json │ ├── grab__KE4OAoAaH7iT0ORR.json │ ├── grab__MLJYdnU1x4ExRF6W.json │ ├── grab__N8oyIsMpLptBAxbS.json │ ├── grab__SJeC4yaR5o5hq0cV.json │ ├── grab__bxIItkpH2Cix9D0q.json │ ├── grab__lgOTiUpoDRhYY7ED.json │ ├── grab__mmUvkBu6yarcYl4c.json │ ├── grab__pL0pj5NHWX85KO00.json │ ├── gray_ooze__04acXEvbSpXQ1NjS.json │ ├── greataxe__6ZnptA7g6zaQMCLl.json │ ├── greataxe__BjXHpCzRZXk6HbqN.json │ ├── greataxe__Cfz3JVMttlrzk6nr.json │ ├── greataxe__ZOlhmdkqfQyyT6R3.json │ ├── greataxe__bUU2vCGDg8bUw9d2.json │ ├── greataxe__kAp86HJGRac0C0gF.json │ ├── greataxe__kn8KI8aFT6htPos6.json │ ├── greatclub__318nZar5VuCGbFt0.json │ ├── greatclub__H0TEqHYcqWuekrHR.json │ ├── greatclub__HsofK07JYhSzq0at.json │ ├── greatclub__UndMhFruioKe37n4.json │ ├── greatclub__duMGdmSW8MMrWDVt.json │ ├── greatclub__p5H6ZyyFNvw9nl1A.json │ ├── greater_undead__2MH15CKNhs3geWBD.json │ ├── greater_undead__ILv7GnqvsWwmevp2.json │ ├── greater_undead__WepCzJMK8RHWZv5e.json │ ├── greater_undead__ghbRy5ZBx0d4QUTF.json │ ├── greater_undead__hmg4n6bWzrZjIp0Q.json │ ├── greater_undead__mMdG21yWMI1XJqPc.json │ ├── greater_undead__sfkWBPjWxQmruILl.json │ ├── greatsword__1F4Uh0Odo0ZQRywf.json │ ├── greatsword__EBu3AkC7Od12Uoye.json │ ├── greatsword__G8ZI71R7Q6va8bMG.json │ ├── greatsword__mM7EGFt3Wuv0xFUF.json │ ├── greatsword__pEMyJDrOU9vfYryZ.json │ ├── grick__Jn5JjEPCUT86txAg.json │ ├── griffon__72LUt9AEysl22JGv.json │ ├── grimlow__A6QrevZXpJ0SeiIv.json │ ├── guard__unySR92Si932s01C.json │ ├── hag__night__hi47xC8rfvviBoOO.json │ ├── hag__sea__vSA5WApOVd99itBh.json │ ├── hag__weald__9q5O77FFFJ7pTjhL.json │ ├── half_amphibious__KOwS2ZDR1iVcWGnW.json │ ├── harpy__CsQXDNmBDfao8hij.json │ ├── heads__YPK9WrDIMTqGMXSZ.json │ ├── healing_horn__hENI7ssuNYgreZ21.json │ ├── healing_horn__tIdySLewQ7zboFa4.json │ ├── healing_touch__O5gX5GpJhqX27G9S.json │ ├── healing_touch__QObPMGDUBUzGVf4C.json │ ├── healing_touch__YJSI9RFpVCCgVjKv.json │ ├── healing_touch__sBC1yrIen0iTFBFl.json │ ├── healing_touch__wis_spell___pp4pDGeGwU6yS1GD.json │ ├── hear_thoughts__AcM8OM7DUfgfYVMU.json │ ├── heat_aura__5YsUPEHykPlLmQJf.json │ ├── heat_aura__qdYSq7BfKFsmWzQX.json │ ├── hell_hound__PAb9czULqynbNnKj.json │ ├── hellfire__NbUw02jTaenW8Vp6.json │ ├── hellfrost__W3X61rTRLqMcyQvA.json │ ├── hippogriff__SgSkMF7D9BE69ubm.json │ ├── hippopotamus__WI7Tq6Vf2vmgBKcN.json │ ├── hiss__ZiEf4YjkZUhYrOWt.json │ ├── hobgoblin__uqHIz56KiBwTnbTJ.json │ ├── holy_flame__XEYzsx5hdL3flYIX.json │ ├── hoof__Ato63b0JE174gkKv.json │ ├── hooves__MmnZChnHM9r3k6Qx.json │ ├── hooves__ULkyjTYA9nKs0X4A.json │ ├── hooves__eODAVRQegoJ00AXo.json │ ├── hooves__jPWMS3xD8H0lOwCy.json │ ├── hooves__rRO9ysw5M0zmFxOL.json │ ├── horn__AJvIHbkNc1FYAP9n.json │ ├── horn__d9d7nFVuNyHJivZo.json │ ├── horn__e6LNCOBBYt6NnV3C.json │ ├── horn__li5WO5TO9K1JNurG.json │ ├── horns__Ag019spAbwwDbhSZ.json │ ├── horns__M1BK6I0AnWsb8SoT.json │ ├── horns__b25hJyHzBb4swKqo.json │ ├── horse__olqRJQaOKMLkESQN.json │ ├── hydra__hr2wYwBcd0WuJWK8.json │ ├── hypnotize__MhCm5cEUvGTvhwfE.json │ ├── ice_aura__J63TUijUBeGFhaCw.json │ ├── ice_breath__gZbLx66mCcYtGmrA.json │ ├── illusion__zoqqeU3OnSCpP6Ec.json │ ├── imbue__ZMdHgi20AFwacrbA.json │ ├── impervious__1fgUidwkC1cqXkOa.json │ ├── impervious__5FSRdhxv3O0xkJhU.json │ ├── impervious__5vLa9pu02iJfYnxq.json │ ├── impervious__9ssq5uwrKPI5Jscn.json │ ├── impervious__BXojKgGPUfsEyq6u.json │ ├── impervious__D0OpmNDPEKuUXdid.json │ ├── impervious__FxRXOJHFckfs7i7g.json │ ├── impervious__GkVnYvkPLNg95Rlb.json │ ├── impervious__GrwYHwI1TNRIWZ3K.json │ ├── impervious__HfJhK0QYXw6o2oPB.json │ ├── impervious__Hr5ZurgzDohYIL2Q.json │ ├── impervious__IaBZ5s4lUvqDge1j.json │ ├── impervious__JuCFrQWxRMVHuvPB.json │ ├── impervious__KaB7b0crjJJlOo9b.json │ ├── impervious__P9NgNzlnTl6yuuBw.json │ ├── impervious__PBctHARRrRjY6WY5.json │ ├── impervious__QNUHYps1y3jESjTV.json │ ├── impervious__QZmVPGgUfKhnDxG3.json │ ├── impervious__TZaYzPtFhnfpdn3S.json │ ├── impervious__TcdW69Srj2wWFz0t.json │ ├── impervious__UtK76I73BiZUeNDL.json │ ├── impervious__VsxmxC8TpGnFloDC.json │ ├── impervious__Wp1xDz1cma5aMm5p.json │ ├── impervious__WwLMNr3U6elmneIY.json │ ├── impervious__YImlFNjt5jYOjGBh.json │ ├── impervious__ZZCTRs1YBXaBo4TV.json │ ├── impervious__b1R2wmHEPUFWBBab.json │ ├── impervious__doKTtWgTyQmfPApC.json │ ├── impervious__gTHp5qpkxSxfeLIp.json │ ├── impervious__hmmFs6UJluNSAPEL.json │ ├── impervious__ht5w0XlsrqrvjCNn.json │ ├── impervious__jgEp0FgpBZXp7wrJ.json │ ├── impervious__qHpbF2HSL22S6dhf.json │ ├── impervious__qv5br9H22IAl8ij7.json │ ├── impervious__ucpMHXglKWhRznpc.json │ ├── impervious__yU52GTHTAJDz88yR.json │ ├── incorporeal__4lmNe8oSGhq6zC5W.json │ ├── incorporeal__QZY3fSdA9Tv6vuPA.json │ ├── inferno__PPXVvb1maJzU52wR.json │ ├── inferno__Y5R7txciv069WSAr.json │ ├── ink__PocUS1Ct2HYh8w6m.json │ ├── invisibility__i1UPR5s1LPnsGRTd.json │ ├── invisibility__oSzGRe1VcE86McEP.json │ ├── invisible__WB2eFc4FvGmPvPbL.json │ ├── invisible_stalker__3cz1ScEh3YlMU1ql.json │ ├── iron_hide__qY6Re0QNRRqMDjqp.json │ ├── iron_longbow__LP4KGz4hITRZv36v.json │ ├── iron_scepter__PmnNSs5f3nrfNElJ.json │ ├── javelin__pFnosJ5LKgAsQliE.json │ ├── jellyfish__uNah6fsgfkt4Aiet.json │ ├── keen_senses__I7BMCOkLaN99Oinn.json │ ├── keen_senses__WgsiomWaHkYKrE10.json │ ├── keen_senses__ZSuJd7G2g3jX3P6B.json │ ├── keen_senses__qz5bltkcGeEDjfng.json │ ├── kiss__hZk7pEWkhv6XA3GA.json │ ├── knight__BviPIbrJao1ubOX1.json │ ├── knock__FOpL4BeAdJcgriOe.json │ ├── knock__weIDcJAt1hdml23N.json │ ├── kobold__BxilUr9Ac6zgekYU.json │ ├── kobold__sorcerer__j1Uy1uGIUxbtB0iD.json │ ├── kraken__4A7ELy7Oj4YKRqTf.json │ ├── lash__EAeJ1Uunoet9Xbcc.json │ ├── latch__yleJaQMbBi2Nvj8z.json │ ├── latch__zu47R0LLpuiqpW9b.json │ ├── leap__U8waMQHk76FJcLyF.json │ ├── leech__giant__UGsq7I9Gyahgd0dG.json │ ├── legendary__0whNh83oZ1ai9BzT.json │ ├── legendary__lQs9PJj9l4h48azO.json │ ├── legendary__m4kAPQmln61ap7Wo.json │ ├── legendary__qBnWVWafmxjkKC9u.json │ ├── legendary_undead__DhzeCCTI0ZrjC5ZN.json │ ├── legendary_undead__cTLyAeXOxKoCfqqF.json │ ├── leprechaun__dNSmJX2keI0T2Gig.json │ ├── levitate__b2eCmaKI2t9jFo1x.json │ ├── lich__sncxcSi6ziTStjAh.json │ ├── life_drain__EdXoRKQv1lYq0vKM.json │ ├── life_drain__FmrC0mHGUBAGpc5P.json │ ├── life_drain__Fr1D9si2OqF9Rewk.json │ ├── life_drain__Lh3JQ62cVTgh04UG.json │ ├── life_drain__jhamHxRRpeqem41U.json │ ├── life_drain__n3uyqKHTUCIPT1tY.json │ ├── life_drain__qzpRXVhGmfdSJ1QI.json │ ├── life_drain__wqdT7KpNRXUZzJwr.json │ ├── life_drain__z3ofcYYVq8RC6qC4.json │ ├── lightning_bolt__2XX0WwozYVrkP5zc.json │ ├── lightning_bolt__wj2rkGw3Kck44h4j.json │ ├── lightning_breath__wauGopnTnoT0JIbU.json │ ├── lion__3InGAUnBJixja6ld.json │ ├── lizardfolk__h4e6ntO5vWTShNi9.json │ ├── longbow__2caEkrL6y4JRarjI.json │ ├── longbow__5CsCrF9cJgfopFqt.json │ ├── longbow__ISCWn89ueuUIgLfb.json │ ├── longbow__TW9jKSMZcxYKmadG.json │ ├── longbow__VJpIrbmSph2ibtd8.json │ ├── longbow__l560gF87mZvKM1Jb.json │ ├── longbow__mgcd4hmR0Q2SuopG.json │ ├── longbow__odw4CFAaIeXN4kgk.json │ ├── longsword__79gCSMP2HhXbfqVC.json │ ├── longsword__Hpg1JyoJYNv89SZL.json │ ├── longsword__KiuWCB6C6OcmOl0g.json │ ├── longsword__PUAP423XSiucpSh7.json │ ├── longsword__Pyzz8rBbVPixWoOC.json │ ├── longsword__QholRms19L85E1sf.json │ ├── longsword__SXN0Zg4LwHgyNECi.json │ ├── longsword__T53a4dPxQYuRwUVW.json │ ├── longsword__Vc9tKZmzbT8pBG7h.json │ ├── longsword__XIMbHAfcpvW2kw4h.json │ ├── longsword__kv81ZtYqFe4j0RaZ.json │ ├── longsword__psGX0UCSCp1I6NK0.json │ ├── longsword__q8hHPG84A8erNx2B.json │ ├── longsword__sAEpRSH57Ms3MKEo.json │ ├── longsword__uvW1FyfhzdqLrLE3.json │ ├── lop__vxH8CyxeuugTF4gQ.json │ ├── lycanthropy__C1QYDiRg2fhkZMzb.json │ ├── lycanthropy__UT3L392BZFTvlyIX.json │ ├── lycanthropy__nlIAbUHv4vcUs2aX.json │ ├── mace__QtWUbHZYarIiJg9G.json │ ├── mace__RBZywe38fyR6pm36.json │ ├── mace__gZ5D9N6OsdgutW6k.json │ ├── mage__manaoose71vhAWCT.json │ ├── magic_bolt__LCMAA7YywpGodZE6.json │ ├── mammoth__0QznxquCW5qW69V6.json │ ├── mandible__PlorIParS9pUT14p.json │ ├── mandible__eZhGDmr1vDinPcPs.json │ ├── manta_ray__giant__QhFsevIc23TsTHZE.json │ ├── manticore__LBjQecdHrFaX8SPj.json │ ├── mastiff__lJyH2RWm3t5MB5iG.json │ ├── medusa__u05UfQ9hKno0bwWj.json │ ├── meld__iRC6Jk66uxbIWOlP.json │ ├── meld__uDqKreLkC9dEb47t.json │ ├── melt__lhVHd55Sv34V9v9O.json │ ├── merfolk__CXZNV3102oiDkME4.json │ ├── mesmerism__5lBFUMoopMyWIcz7.json │ ├── mimic__LFx9hb8JlEfGxDaI.json │ ├── mind_blast__ZuKLfwSmv5cpZCpg.json │ ├── mind_control__apnNTADkCWr7LQkl.json │ ├── minotaur__c3Nvj86e0Layz3NG.json │ ├── mirage__uy5iabSMLeEeksJx.json │ ├── mist__rULAz5UY2rVTEK7W.json │ ├── mithralskin__CcbImBg5n23sNbZo.json │ ├── moonbite_properties__7pjkmESREJq1ADQa.json │ ├── moonlight_aura__Bnpm4eEmCzJMJTel.json │ ├── moose__tfoTO9pQhnS0RAOH.json │ ├── mordanticus_the_flayed__DP8n8iIiU1Qostjv.json │ ├── morningstar__RbOfHV7AKVFuST4a.json │ ├── mummy__kY87zSryGuQ963Ba.json │ ├── mushroomfolk__K2FMeD45kPEr8RNS.json │ ├── naga__UDGXIj9pB0TdWPA6.json │ ├── naga__bone__azSFk2v032NJ635x.json │ ├── necrosis__KxSRbgsadxN6ZrkQ.json │ ├── necrosis__NBwsuy6AhxrzAqER.json │ ├── needle__9Q0RtuGxslini2Bt.json │ ├── needle__eYx6J3dDA08DThlx.json │ ├── nightmare__bxcbuzesUqGpEBxw.json │ ├── null__J3Bw7kmCE9ugjIDJ.json │ ├── oath__4uIQLGgxD2nobby9.json │ ├── oath__U39w1wDSpFmCS4IV.json │ ├── obe_ixx_of_azarumme__6ce2xr1QmjJFMe5P.json │ ├── ochre_jelly__QErMaMVIbddgk9MX.json │ ├── octopus__giant__h0NMkJj2DCJiQ9Zw.json │ ├── ogre__VrYTiPjDOH1LIEBr.json │ ├── omens__uudmOkjRnW2kgeSq.json │ ├── oni__yMyZ18conSZhwlpg.json │ ├── orc__Rq4WF5z0ZBFHNLub.json │ ├── orc__chieftain__v2Q2R3tGkcvslEbB.json │ ├── otyugh__Crc6mFgLL9vNJuaS.json │ ├── owlbear__jXsS8HEA6XsvOngt.json │ ├── pack_hunter__0qMxitfGpbBTzDJf.json │ ├── pack_hunter__JC3oo3YQ108nzZnV.json │ ├── pack_hunter__vBiDVZTIzAiwpiQk.json │ ├── panther__dULmhpAV6apvNDPO.json │ ├── paralysis__8UNij07oLyQBRvyL.json │ ├── paralyze__9ckwNCpCA6oSEH3b.json │ ├── paralyze__TrBfO8XGlXuUpnSr.json │ ├── parry__YQWljJQn2i9YVY7I.json │ ├── peasant__V75YwrR126oziTKk.json │ ├── pegasus__5Tp7B3qOMEAdMkJ8.json │ ├── permanent_death__btT3x5mGuqnnglqG.json │ ├── petrify__617UZSUALr6E4Hea.json │ ├── petrify__6C23GPZWkEYYbWEy.json │ ├── petrify__93VamQFfuaigX2c3.json │ ├── petrify__g1eJyXUmFJg3qXFQ.json │ ├── petrifying_breath__9BaW9Yx4WaDTJkZS.json │ ├── phalanx__060OV0hxQW8La7Qu.json │ ├── phalanx__Fv3PtvS9lAMDgrPj.json │ ├── phantoms__1zlqcqxOlKhVoMe2.json │ ├── phase__2maDvZhepRcEY7qX.json │ ├── phase__yfCtLgcRbpf5btUc.json │ ├── phoenix__o3Yd8P0DavwDp21b.json │ ├── phylactery__EdUeeh2cYklvn5kw.json │ ├── phylactery__SdIBjE0pc22xouBV.json │ ├── pick__5jGvTfWAI7idu1Rg.json │ ├── pick__bzjdODudUbBAg2ue.json │ ├── pincer__bNEvi3nVdaTabKdY.json │ ├── pincer__qzOsvnLvhutzvgjD.json │ ├── pincer__zO4tqdAx4e5J9t48.json │ ├── piranha__swarm__LZsDirxnEAlPoOhH.json │ ├── pirate__ZFH3OQCziTyacf5e.json │ ├── plesiosaurus__vVRAwuWbYEtPctOE.json │ ├── poison__0FtLWIg3szpBpkyN.json │ ├── poison__1XE8PcmIpaAqkomr.json │ ├── poison__2gyf2II3CBFEwn6Q.json │ ├── poison__7hjMPySm4qWz4GDS.json │ ├── poison__901hYb94EwoahIbl.json │ ├── poison__CL4glqsTNFyGsmYi.json │ ├── poison__Fof8QrBz6KPdM1q0.json │ ├── poison__GoJru22lBvz2AvLo.json │ ├── poison__Hasw5gfZX6holt5r.json │ ├── poison__LKgpINrjjQkySz1B.json │ ├── poison__SJUIyMMybJsi5q9y.json │ ├── poison__Vkn0UoU0SfpKb8sf.json │ ├── poison__WV9T1ZeCx8ST8T9A.json │ ├── poison__WiAMZ0XuHjA9q87t.json │ ├── poison__c4CJ0wn1uBMe1tzu.json │ ├── poison__gEx5t1IwHdBJNohL.json │ ├── poison__qXpmoLrXbk8wThRu.json │ ├── poison__qfIjIAkMmlWRYU0P.json │ ├── poison__r6qkMau5LhjCN1gF.json │ ├── poison__rNnV6lCVKtNYT6Sg.json │ ├── poison__tYFIveeKgcPled6c.json │ ├── poison__uFG1MG9lM3u3XZID.json │ ├── poison__uLTUz0TZILHtQIMr.json │ ├── poison__vW08jerBqWdAvzSq.json │ ├── poison__zho5Ov2asKyXMHjU.json │ ├── poison_breath__CybUrDfNy7AoO5Nn.json │ ├── poison_breath__mWJwY1nRizgIXJXR.json │ ├── poison_dart__UqLXidF5MEQBbRxs.json │ ├── poison_web__8ITOtBo5399EG3Fl.json │ ├── poison_web__e020Tn4yv7Aj604M.json │ ├── poison_web__xURhvz16GozH0j8f.json │ ├── poisoned_dagger__7URy5HaNMHwJi1fh.json │ ├── portent__RLjEHAu6ZsJKIcFg.json │ ├── possess__9ucYr4TZ4bcBppNO.json │ ├── possess__HmtuqmlqB6gnF0fM.json │ ├── possess__PqKBn6d1rdEia7s2.json │ ├── priest__vRn6zM7a0nrqSiY5.json │ ├── primordial_slime__pB9F8QWYdWzfZMzs.json │ ├── pterodactyl__xIitpxW19LP91JA3.json │ ├── pull__YjMpJ1zNJbUYAA7g.json │ ├── pummel__jxWT6uaURcDLjUi8.json │ ├── purple_worm__VxV56gRyhUJfXu83.json │ ├── rage__00ijMACrxnoWM6Ki.json │ ├── rage__8cO7OhorrKhNy7cO.json │ ├── rage__Qr3xHbBXYrlbq4us.json │ ├── rage__b4WIIcGmlomGTR4j.json │ ├── rage__pxKYNW2Nw0lBULEk.json │ ├── rage__soxbBzGYSGv91imw.json │ ├── rakshasa__JAl9s0Rm4b1beFa1.json │ ├── rampage__U64PY6W4sCVtw1FR.json │ ├── rat__dire__3jwLk7zEFiHk7kna.json │ ├── rat__giant__OYtg4Ta4PIpvIZxq.json │ ├── rat__kRjM8lPIVu1b5b3g.json │ ├── rat__swarm__UxMr9qvyuIt9ZwM7.json │ ├── rathgamnon__o5xhxniboMbTCMLk.json │ ├── reaver__HO9aYtRdsjHHAYHj.json │ ├── rebirth__90k7upRgwRCAe0JT.json │ ├── rebuke__uX43gkq05I9d9xRy.json │ ├── reckoning__NEZDkbCnKJuanUho.json │ ├── reflective_carapace__bB2aJKRAbznn87ZN.json │ ├── regenerate__6FWzTcDMs7LkLUFV.json │ ├── regenerate__KJWjPMbXrXhSRIXC.json │ ├── regenerate__kyMuNkaxYrXWoWgJ.json │ ├── regeneration__ynrB47ZsdfxMlRet.json │ ├── relentless__8rwGx2FJL0elVlM2.json │ ├── remorhaz__OrFJy0frYF2B8wbh.json │ ├── rend__1LntjL3QKBeBbh6O.json │ ├── rend__931m2Kc48qceNz1M.json │ ├── rend__CoSFHY4JpXsvYBR6.json │ ├── rend__G86NuRRjUOoOePCb.json │ ├── rend__I16S7Qr8xkFs3ZQU.json │ ├── rend__JGH8cAiLsNIWeAFJ.json │ ├── rend__JmhrT599Gl8jHJjV.json │ ├── rend__JxHIAf1qmP4l2fd5.json │ ├── rend__MIvx663bMPXQ4Sxs.json │ ├── rend__UQelQDU1idMuxA0K.json │ ├── rend__VnRQJLDfGFEqAXlb.json │ ├── rend__XMSpqvo4rvTXoYTs.json │ ├── rend__aEtF9gdLjr1V2yIj.json │ ├── rend__cyQ6W58kD3hSe5Yf.json │ ├── rend__iKN7Nwlqkt7ACNYC.json │ ├── rend__l6IJYTlOm4cYAsJt.json │ ├── rend__n5AyU8MSI5xOFDT6.json │ ├── rend__t6ZdJ0Z112Elpa2k.json │ ├── rend__tBn7SazFzkQlsWve.json │ ├── rend__zUjWRYO78HeEWzoC.json │ ├── restore__S7Y1VQI1bPd6PVBf.json │ ├── rhinoceros__SG7K5ZFCguR27Gxm.json │ ├── riddle__0RjpLMB5cEacYtVS.json │ ├── rime_walker__pWIrU2mRsvTe17Nh.json │ ├── roar__5wuTo8S0MrSTs8ZC.json │ ├── roar__rF8vHz3pjxVOhsDK.json │ ├── roc__39kt1XjVZ4JZSdEj.json │ ├── rock__B2Qn6WZFgakf0kGt.json │ ├── rock__Bdq531Yzhj5NTMpK.json │ ├── rock__KF3kqkGbKyQeVQqK.json │ ├── rock__TQE4s9NIjrsi1AGy.json │ ├── roper__C0CuPZJOFDmuplw8.json │ ├── rot_flower__pE0tXsYluDmktWNv.json │ ├── rot_touch__4g36lkCF5gcDcHoy.json │ ├── rot_touch__wVjdx0VsZT3IqeiE.json │ ├── rubbery__ogLFic8ZlqnHmw6c.json │ ├── rubbery__tksSsqnnEL96jIKF.json │ ├── rust_monster__qISCrzLvHr4uQ9Q8.json │ ├── sahuagin__soe49ydTgVbQ0AwZ.json │ ├── salamander__t3Wr5E8hsOs1xtfK.json │ ├── savage__q8ptzvh5TcVdgUB9.json │ ├── scarab__swarm__U9moCUg8DnL6C0Sq.json │ ├── scarecrow__Hdpcnnvyh69C4BnO.json │ ├── scimitar__5NhCmYR3cbqSy5eO.json │ ├── scimitar__d7PVQFTZSWvLSkVL.json │ ├── scimitar__nm0ca88rqOfa3ZmU.json │ ├── scorpion__giant__TZGzGBYncOs3r9ZF.json │ ├── scorpion__lDXLWTA4FLMpAblB.json │ ├── scorpion_sting__6nmQ7COORatK6M7w.json │ ├── scream__6uwbQxEmrup4dV4H.json │ ├── scream__K8YmkKG0OeE5p3Ck.json │ ├── screech__RHFDtIEwvYizX8Rz.json │ ├── screech__tPJIWcQ8v5VtGOwO.json │ ├── scythe__SI0lo0VmXDwJ5O88.json │ ├── sever__1kU8AAci7PORvsIu.json │ ├── shadow__Fd7VgUIaCK6xQkS2.json │ ├── shadow_leap__p1SKQbB0WoP9C1ye.json │ ├── shambling_mound__uTmirbJfdHFTag2i.json │ ├── shapechange__LFUnxBbjAZBJFoXv.json │ ├── shapechange__VZ5XtfVsCdKBPOyc.json │ ├── shapechange__h8P91ZSqO4x7uTap.json │ ├── shapechange__pMW4deypJbP8ZcR1.json │ ├── shapeshift__WnsQfjIdrFmySmtu.json │ ├── shark__MQ6bhM8xiI39ziUU.json │ ├── shark__megalodon__uQLXRcMggAhwFVMJ.json │ ├── shortbow__5lxiRDg8mw5A8jG3.json │ ├── shortbow__9oxZTYPcCbLq6SV9.json │ ├── shortbow__B06JL8HWXmsdZe9z.json │ ├── shortbow__F6sQwk07RUDZOjql.json │ ├── shortbow__ambush___DSiD9jUHa5gZwcdl.json │ ├── shortbow__s8uppYkv726VSKN6.json │ ├── shortbow__yAx0lxybTJgA1FCd.json │ ├── shortsword__D2ICcZFerw1x6D7y.json │ ├── shortsword__FgqhwyyKysgMvrWs.json │ ├── shortsword__YbJOPROUcGNsNhRs.json │ ├── shortsword__bCzNBmj83vEziM1d.json │ ├── sigil_of_doom__CG8OMH79DZarSIUG.json │ ├── silvered_bastard_sword__8RpX2sRZ9HRN9fKd.json │ ├── siren__iaP5JVmGCrkkTAzO.json │ ├── skeleton__cWzG0yEVgIk8ijk6.json │ ├── skitter__hwKHDz7LF9OrCu8a.json │ ├── slam__7nP4nbtuF7Azy8WE.json │ ├── slam__9IWXVCF23d5Lti4C.json │ ├── slam__K48WuLPyHACSFAOs.json │ ├── slam__LPGRx54MnY2JNuKs.json │ ├── slam__NSdIcNb6ZZD9V4Ze.json │ ├── slam__SpFRen4TFTs7cXBv.json │ ├── slam__U8lZ1t0klxae6Hvg.json │ ├── slam__V4Tfh4OLwgxOPuOG.json │ ├── slam__Y9E6Qzz05KPTdroV.json │ ├── slam__ZgKVX4frwYP9V2zT.json │ ├── slam__clGxoosfP9zcToSL.json │ ├── slam__hIKix8Xgyo3ueGWA.json │ ├── slam__kIQ3Pv5amSp3l1xY.json │ ├── slam__nOcmXjfISkQVoT3z.json │ ├── slam__p7CEaJZyaol9ZSKJ.json │ ├── slam__rtpif1RNYV3kzcwZ.json │ ├── slam__vnJRNN8GIvFeTaq6.json │ ├── slippery__XcSD47zc5HQNJSL6.json │ ├── slow__WCgeRKkVzpcLQ4h9.json │ ├── slow__Xdqp9RpogEYCs7eT.json │ ├── slow__qvTLXopfPX4SvMTr.json │ ├── smilodon__8tUERo3WvtZe9K8O.json │ ├── smog_breath__GoO4Pf1ZqGjiTmEC.json │ ├── smog_breath__com7VSCQjyd2H2dH.json │ ├── smog_breath__u5WnGVbKcdLMShg2.json │ ├── snake__cobra__anfsgfN2gFs72MHo.json │ ├── snake__giant__YHdOAuMUdCigLIHR.json │ ├── snake__swarm__cUUnqWyaNDYghKxE.json │ ├── snake_bite__ttAmcPsYQHT5JvMG.json │ ├── snake_whip__NnZ3IsiDRHj9gcRv.json │ ├── snare__bGfubpAAJE3ccLnY.json │ ├── snuff__DFEKtzDMACzvHFPY.json │ ├── soldier__Kw5KEyZVy5ugaTTy.json │ ├── song__4mlrXcRGjlZTjGad.json │ ├── song__BpR7pjqEIyqP3cC5.json │ ├── soulbind__zsKCU3we8eiou4Ou.json │ ├── spear__4vlFF9RY0RInh7uU.json │ ├── spear__EpUPTa1MAI285c9h.json │ ├── spear__IVCWcaHh8Qt6TAg2.json │ ├── spear__N2evUM7u3KBVIfpP.json │ ├── spear__RBkr6qRVbfIczEHt.json │ ├── spear__a6FcQhRFBKdPEsPY.json │ ├── spear__fEYzesjOoLqZ8dwB.json │ ├── spear__gk23Rtky5XHlr6FK.json │ ├── spear__jYOW3O1c6ZuvNssB.json │ ├── spear__mUVW8eFqfv9kTNE5.json │ ├── spear__mrufe2QvglHyLVNN.json │ ├── spear__spZ8IjKPNGO7QcPB.json │ ├── spear__vAc8puqan18YGPNM.json │ ├── sphinx__JjJbKB1yomE7Ma8T.json │ ├── spider__giant__p9PayU4K9nBZ8JRl.json │ ├── spider__piZE4vxM1QjLxEt0.json │ ├── spider__swarm__rwE58nsTLAG7pW1u.json │ ├── spider_swarm__rKjKcTs5FigGGzjC.json │ ├── spiked_mace__LwJl0xy6JpHdljiv.json │ ├── spikes__ToYhkGYS5qxFE0tQ.json │ ├── spine__zSKqMgPAavhuBSQT.json │ ├── spit__eeAf9RqXk6z1wT89.json │ ├── split__RdRiN1ZsfjQf8leu.json │ ├── split__tQALSbY1bERwiD2a.json │ ├── staff__eUzu9yoKiawo2RNU.json │ ├── staff__igOJlhoq9a5aw9VO.json │ ├── staff__vvy0cnx9Rh4tr2m4.json │ ├── staff__wS9IFxJXD7TaVlDM.json │ ├── statue__90HbnXI8rj8tSAqy.json │ ├── statue__ViAocDndtudFnp38.json │ ├── stealthy__MtZnFvVWUX1MIpHT.json │ ├── stealthy__ZlHCG1cLVaIlrjYn.json │ ├── stealthy__m3G1tRvTQSVQh4Gt.json │ ├── steam_breath__duWZ4M8ncHp14V3w.json │ ├── stick__YnXcKIFkw6Wrk5aq.json │ ├── sting__0sulpsldvpJkHCcx.json │ ├── sting__Y98sKVfhsQKXJpPr.json │ ├── sting__dkanlu9pdFkrdhgs.json │ ├── sting__jFBmPpZieqYV1v8T.json │ ├── sting__kREXO5dl92rMkpjv.json │ ├── sting__wOwzRoklC3gVpvmG.json │ ├── sting__xRf8DFXmVXi3DBiU.json │ ├── stingbat__bILTV7P0d55nACrQ.json │ ├── stinger__3HvYmvAICxLVoEqB.json │ ├── stinger__DndA9qFdJuGMEOH5.json │ ├── stink_bomb__xBAlOQL2Aw6BtJat.json │ ├── stomp__TMw71LhhzHaf7qTd.json │ ├── stone_hide__eFfcnOuwnguTxgP8.json │ ├── stone_meld__MJOkTSVNf817bqhs.json │ ├── stone_meld__jRGtXnGao8A3HWJF.json │ ├── storm__Mb8MZkBRVKppwtFy.json │ ├── stormblood__Vg1eWez8SfxClULi.json │ ├── stormblood__nKmNM6nnRLMWy1kx.json │ ├── strange_lands__qinGwH41vscgQuFA.json │ ├── strangle__njjxhqSWoONvDRT1.json │ ├── strangler__MldOgsKh8tfL0IhT.json │ ├── stumpy__sXk1FWU6kayGJJtu.json │ ├── summon_bear__RoRevzKOORIbYB1K.json │ ├── summon_cobra__Y1VlWpDDH4lyr2Iu.json │ ├── summon_spiders__KCrugEfg6OGbxtrW.json │ ├── sunblind__3pRD0ZQgpHuuPPlm.json │ ├── sunblind__DflpLmg28xZE2I99.json │ ├── sunblind__NvnNQutJH8FB9DFT.json │ ├── sunblind__lD1Mgdljc2wZk2Cx.json │ ├── sunblind__yAG5Vh0Tlii8gEok.json │ ├── sunblind__yjXlb7cUmbpUKKg1.json │ ├── supreme_undead__NvoWBjRne0PyMJSY.json │ ├── supreme_undead__Ol903IdgH0o1nxT4.json │ ├── supreme_undead__jUPCJsZpHbA1pgn4.json │ ├── swallow__BjkCWae8Ndhbm7hT.json │ ├── swallow__Ga476ax1DFbtDbXK.json │ ├── swallow__TJBmGc35yI8J1mmm.json │ ├── tail__7lFoUqbnliBmAYzt.json │ ├── tail__cJUFx3sjkNUUzxKW.json │ ├── tail_spike__8gFPTBOGXY1dRbdx.json │ ├── talons__Faan7jj8p3VLXnfz.json │ ├── tear__6b1kheTbEeRSjpUW.json │ ├── telepathic__UvUhgkUMBlaSYOdU.json │ ├── telepathic__aS1ynNjD4Tkscv6E.json │ ├── telepathic__p6WUQhy8ie5YJ73t.json │ ├── telepathy__vYbhJcKrynSqddCN.json │ ├── tendril__HeJJZUsSIYTun11Q.json │ ├── tendril__nGgVD7gbRnZFJCcx.json │ ├── tendrils__88oHWNwVAvYck4gu.json │ ├── tentacle__1OHLIqxhy4OQzL53.json │ ├── tentacle__45SUIuLF4dOYUTd1.json │ ├── tentacle__TQnK6Q3tnYEX72Ip.json │ ├── tentacle__UDnsikLLiwqdn52x.json │ ├── tentacle__WzRfU4gMjnXTeHuJ.json │ ├── tentacle__ekrFYa6sleLniPfm.json │ ├── tentacle__evZXcoBxPaeka6UA.json │ ├── tentacle__fguDB67YXgcCXVk6.json │ ├── tentacle__kvyKlYUu0svDRTDZ.json │ ├── tentacle__nXiG81LG3vXKtmGa.json │ ├── tentacle__otYdgKX3eZwjOLGO.json │ ├── tentacle__oyYX5Rs2TreVjJ4U.json │ ├── tentacle__uJUya1MEsiIk069i.json │ ├── tentacles__4etEMilNg4qMYN72.json │ ├── tentacles__gD3b4be6Z72Z0Wgl.json │ ├── tentacles__zQukrvIRiJYJlahP.json │ ├── terrify__2mavvptp3uwVGn7B.json │ ├── the_tarrasque__NTRHmnsw7poR4rZ9.json │ ├── the_ten_eyed_oracle__hiZvVJPOJWtOXV4m.json │ ├── the_wandering_merchant__DbkmPt2k9fw5zxJw.json │ ├── thick_fur__8PxLqGGMdUku266f.json │ ├── thick_fur__ItfphYYyC5DLY5XS.json │ ├── thick_fur__MhiZUkcRvPcmRweR.json │ ├── thief__Ap1b6HrZLpeRMvGp.json │ ├── thrash__2YhbgRlDvDwonbM2.json │ ├── thug__zQMZlqx02eiQwbhV.json │ ├── thunderclap__67LmI8AoXH2zR18J.json │ ├── time_bend__c5CC4wJGGXAYM1kf.json │ ├── time_stop__mJTEH6h2NCQdw1Uj.json │ ├── tongue__mEStu9pqn6uZL0XQ.json │ ├── touch__NvaLdTF8DSe66MwF.json │ ├── touch__fKQoLPkp3lPIlrz5.json │ ├── touch__q4mU95m9HrePCYML.json │ ├── touch__w5Ili1AOm8hEmX5A.json │ ├── toxin__8ImR70ykjgRSTKdi.json │ ├── toxin__9X7xB8QcvSmArvoR.json │ ├── toxin__IWKGdw3vbV7Sq9BW.json │ ├── toxin__Ui40uFcfnFFkJ0fu.json │ ├── toxin__jjIo6W6eWnU2jog0.json │ ├── toxin__pUxPYCv0hAN8uZm7.json │ ├── toxin__wqSMhIHhQtIDwgpg.json │ ├── tracking__8JqxVPRgYCdZCCdM.json │ ├── treant__0kzqjwTD3ouYsDZh.json │ ├── triceratops__ZGILlry1pBhE4iDh.json │ ├── trident__sZXugOmz0oRajNTt.json │ ├── troll__eaA0qpZMGIgdIQYn.json │ ├── troll__frost__5uzilW5qSX7bPzxe.json │ ├── true_name__cPINNyMJV8wNBVED.json │ ├── truesight__dUMRMoM553HEWmuc.json │ ├── tusk__co6SY1QXOuwt4isd.json │ ├── tusk__fHl4otToHzslENPU.json │ ├── tusks__fgOhasnLTUjSWrky.json │ ├── tusks__hfpYx8ZVxMAaohib.json │ ├── tyrannosaurus__JlQsRP4Gr5VhDYVK.json │ ├── undead__NxRr0BFjaqBp2jbw.json │ ├── undead__RtKVWN6gLHzS2GLR.json │ ├── undead__fJL9lcfORjpzaBCe.json │ ├── undead__igUynsnJxNV0wLqM.json │ ├── undead__iqFQAHx7jgMiLIWO.json │ ├── unicorn__Rh2bzqDRC1JF1FiG.json │ ├── unmake__80C1oZZVoyvtcmbP.json │ ├── ur_vampire__kND3kFrSodKhAG9u.json │ ├── vampire__8DEosNU3cGytUAMe.json │ ├── vampire__LfkGjPcduhiEPqRN.json │ ├── vampire__ei53dGxj76xmqQty.json │ ├── vampire_spawn__EDaGLKYYCT5rCMhY.json │ ├── velociraptor__SEZS6U1BW8lEznja.json │ ├── venom__BbK7mRUYw9HgTLCz.json │ ├── venom__KxfcNf9Cicd0zvHs.json │ ├── venom__OtniudEZgARkDoTE.json │ ├── violet_fungus__NyZfmD9E2ZPD4QdH.json │ ├── viperian__1lgm8jaBx4YNXmr7.json │ ├── viperian__ophid__VRZ60vAEV5ltvs6k.json │ ├── viperian__wizard__wgHzqAqBNsutUALU.json │ ├── void_spawn__VvkJkRVLs6l9UaZy.json │ ├── void_spider__QziiJsawKcGcS0QJ.json │ ├── void_step__dFGvZdzUXLhvQUCs.json │ ├── vulture__bzKSq624safyHLbE.json │ ├── wall_of_flame__L3AAVpJ9yqTj1NG2.json │ ├── war_pick__07pIK1ShpfuYDjQP.json │ ├── wasp__giant__K9M3BA8PlvYWFADe.json │ ├── water_spout__jdgbSe8wKcxF4AKX.json │ ├── weakness__FhSljhBFWwfPBjZi.json │ ├── web__mohcAqC1At1TVnFw.json │ ├── wererat__dSiRSDzrV4AJNnMk.json │ ├── werewolf__1Z2r4GggLt8aNrP8.json │ ├── whirlpool__Hk7ky7xkZ8ux7KEH.json │ ├── whirlpool__K0jtx3NVgdu9RkOs.json │ ├── whirlwind__G3qtuLQKRz336WuV.json │ ├── whirlwind__gI68sEzZoll4507Y.json │ ├── whirlwind__mMnML7YGLlmWxeow.json │ ├── whispers__2223H0RyLyWsv16I.json │ ├── whispers__yUt8nuykJm7hsQtl.json │ ├── wight__ZCbay6SPPzbbz2bJ.json │ ├── will_o__wisp__Fo9DMEiLgAJzsrJM.json │ ├── wish__mJ9Zu0YxPOWa4YvY.json │ ├── wish__qEKwcHI7lPoZvp7R.json │ ├── wither__Nf18s6QPQRsWfcXa.json │ ├── wolf__FzBj2e0DzIjvQ0JE.json │ ├── wolf__dire__fsxmTnmQ6ASZaVJ9.json │ ├── wolf__winter__nugxSBkw9LcUDPqF.json │ ├── worg__D5Tu4i3vYYqTCwUK.json │ ├── wraith__ch1UpQSCVBgUNS2a.json │ ├── wyvern__IUN6KcvNGGJWTQCE.json │ └── zombie__Q89EgThYcungYTke.json │ ├── patrons-and-deities.db │ ├── all_nord_gods__7Ay6ImjgTQAMDc0M.json │ ├── almazzat__5fPrD7qhcNYXxmgD.json │ ├── deities__DOr658CRB6xwzgeB.json │ ├── freya__R6m1FzSnuw5OnSpB.json │ ├── gede__FhDBOHUircue27aV.json │ ├── kytheros__EpJT45EeH6ZmqoFp.json │ ├── loki__rlrWLhbyaJZNrbND.json │ ├── madeera_the_covenant__p91vJhT8FXvb2mLj.json │ ├── memnon__oT5Urxeq9eAeXJZf.json │ ├── mugdulblub__Kw1FhdDLUUjdqpLw.json │ ├── odin__iblZelXFcIZFbPFH.json │ ├── ord__w9GdZSr5XYNjIeeR.json │ ├── patrons__3aze8z3qds3mZZm9.json │ ├── ramlaat__6qeBzYJUTgrMhUcW.json │ ├── saint_terragnis__hNbUUJnD6HIda5tl.json │ ├── shune_the_vile__bRTH2GeVuEbWw2Dw.json │ ├── shune_the_vile__cQGIVxXN6caEcOWt.json │ ├── the_lost__r1j3fFsxwgxvIqxl.json │ ├── the_willowman__YiYcBAvmzIlXK53d.json │ └── titania__lLaLJrEcGxU4Kc1W.json │ ├── properties.db │ ├── armor__HwVNTdYe7cKVBJC7.json │ ├── blowgun__vobaPJfoZ1e50eab.json │ ├── bolas__98zYioBHqik74KBV.json │ ├── breakable__e5RpI0crHweCVt8B.json │ ├── disadvantage_stealth__WhfSBiji8VG1mMzV.json │ ├── disadvantage_swim__F4wv0ycualMPaoco.json │ ├── finesse__rqQwpoeWEqi0ZcYK.json │ ├── lash__K5d1agm6gzaTLr1k.json │ ├── loading__HyqHR9AhIDkm4La9.json │ ├── no_swim__kBLs47xhX1snaDGA.json │ ├── occupies_one_hand__jq0m0lGb7QOCSJXL.json │ ├── returning__R9rw4pKdIHfJJoyJ.json │ ├── shield__61gM0DuJQwLbIBwu.json │ ├── shuriken__M5iKSTKd3UgtZT8K.json │ ├── sundering__Op1yKvM7uq5pdopr.json │ ├── sundering__bAzl6RH1PW95ZkFE.json │ ├── thrown__c35ROL1nXwC840kC.json │ ├── two_handed__b6Gm2ULKj2qyy2xJ.json │ ├── versatile__qEIYaQ9j2EUmSrx6.json │ └── weapon__vFaoMFPGDGlKn4gF.json │ ├── quickstart-adventures.db │ └── the_lost_citadel_of_the_scarlet_minotaur__0qbqDCsioL4HWVvW.json │ ├── quickstart-guides.db │ ├── alignment__aetSGmIgejmiPDTT.json │ ├── ancestry__WQ6qtQXVgk22qoFi.json │ ├── awarding_xp__Ru2NrSaMAwyubrDL.json │ ├── background__0e3YUDINvQF4yrgz.json │ ├── casting_spells__1NetKQ878MMjyF89.json │ ├── character_names__8c5K7zUJ51Z0wC4m.json │ ├── combat__MYaGXUcQtZ4b8xCI.json │ ├── core_ethos__MZnIVxiwZpXYDwxt.json │ ├── crawling__FntKmgI8XbOPhQx0.json │ ├── deities__fZio8Ws1GT6KAPvm.json │ ├── end_papers__8CbDdkSPwjlbJsBp.json │ ├── end_papers__sZ8VL88OjSsoYzRp.json │ ├── fighter_class__BjKQ3nrBCRyrgpbI.json │ ├── game_master_quickstart_guide__sxBiNC5Ee4iMIP23.json │ ├── gear__hZGh2BWZDeP27auG.json │ ├── hazards__NrkMRYBAaYjjeGzS.json │ ├── introduction__V1AsW61ZlA9H5qGr.json │ ├── join_the_dark__MKcdErZvI7mTte2a.json │ ├── join_the_dark__vfFE1Zk6KJWJj7HI.json │ ├── languages__uqlaZb9K0rv2nI0Y.json │ ├── level_advancement__v4FffM1SjPE4hLgq.json │ ├── luck_tokens__uqY92dyJsZDh3F0R.json │ ├── magic_item_attributes__Y0tTxKFufDZK99Id.json │ ├── magic_items__0O523lTJRaoxnDai.json │ ├── making_checks__KJ1HQ0bwu2qCV05A.json │ ├── monster_attributes__zMiJSeTtaxBPfZJc.json │ ├── monster_statistics__uMKO8ns78rT7olY2.json │ ├── overview__4E1ySMs0RsxZKZ5q.json │ ├── player_quickstart_guide__I5d5ltGw4F3g15uG.json │ ├── priest_class__TuNrjjaAUwsBmRWV.json │ ├── random_encounters__mvIlzqhk3Ppu9p69.json │ ├── resting__eESogCwLJ4JAwr7q.json │ ├── rolling_the_dice__0vPsk0R9TOzHB0Ry.json │ ├── ruins_encounter__L6tnE7gcIdR5Ebqp.json │ ├── rumors__vV98zY1OkqNYn7di.json │ ├── running_the_game__PCojefwnROBvXzLy.json │ ├── scrolls_and_wands__OaLA5pPQdYBYlJxa.json │ ├── shadowdark__xHHod48IPz6xTOeM.json │ ├── something_happens___rTeieQLjkWwLmJtk.json │ ├── spell_attributes__3ucjLVtzReOBJUtB.json │ ├── spell_list__pdXQM1GfmQ39hhjX.json │ ├── spells__AvEsAMUCVUwHtSYt.json │ ├── stats__QHTrjIWK9cBCx5KZ.json │ ├── stealth_and_surprise__AHdJU9YijbcfvIyI.json │ ├── the_basics__oS18PtqDDic7mYJY.json │ ├── thief_class__5vdLAe7ld4ALPNwy.json │ ├── time__X7DI8GyTNmNj9c9J.json │ ├── titles__PZFad5VcqlGxekoy.json │ ├── traps__RL4ZGE42NKT9x9c1.json │ ├── treasure_0_3__GfJsJ4apoaiCUVje.json │ ├── treasure__cJvpcgtbNfRaxs9A.json │ ├── treasure_overview__GdnBjlftjxsd2bZQ.json │ ├── turn_order__aNAmZL6KAGd1jNDu.json │ ├── using_stats__IAcb9oKCi6ptUyTY.json │ ├── wizard_class__xefGxARDmlj6O86Y.json │ └── wizard_mishaps__Rbfb9fZAQq7WZNiW.json │ ├── quickstart-pregens.db │ ├── _1_on_spellcasting_checks__C2561r7hYuCVmXEZ.json │ ├── _1_on_spellcasting_checks__XVUaR231fv7CO42u.json │ ├── _1_on_spellcasting_checks__ufk3xI6cL6wueXj4.json │ ├── _2_to_dexterity__1aradLNjYF4F3EAU.json │ ├── _2_to_intelligence__ziR7s77XEKZFpap3.json │ ├── _2_to_strength__NOOidjKJpysmOVe9.json │ ├── _2_to_strength__eHzYmU6Sg5ZLr4GG.json │ ├── ability_score_improvement__dex___0jy4lHT3X9ryT7p9.json │ ├── ability_score_improvement__dex___sx2uVw9MzQNA7mnd.json │ ├── ability_score_improvement__int___hLAUcwBamgdBx4fj.json │ ├── ability_score_improvement__int___lSaJHBE00pEuwfOx.json │ ├── ability_score_improvement__str___peAz8xVvIeZ6SLHd.json │ ├── ability_score_improvement__str___tFkvVttNhz9cBOVQ.json │ ├── ability_score_improvement__str___tg3HvhIhbywpa7jI.json │ ├── additional_backstab_die__AmcPerJgnykmMwVA.json │ ├── additional_backstab_die__KBbKi9YYaC8xqVsI.json │ ├── ambitious__MYxdVR3i1TOckdK0.json │ ├── ambitious__sY8GphUjJgRWSDnZ.json │ ├── arrows__VpTCdbqTR9E598YZ.json │ ├── backpack__1vAVQJDhfaaVbhyp.json │ ├── backpack__GeGJd2KX1K5znhFO.json │ ├── backpack__QeITEulJNBuNFS7X.json │ ├── backpack__T077p9NE16dhlFTS.json │ ├── backpack__eHjjMhwUh3ARPpmL.json │ ├── backpack__jKlLzwcXrOndiaiw.json │ ├── backpack__nNrwojodUMPDNzcv.json │ ├── backpack__yGk32Oj2kUDw6hVj.json │ ├── backstab__1_damage_dice__gSPtr4NJUnpEBDW0.json │ ├── backstab__44W0OltnIZLxwMXD.json │ ├── backstab__TZL7hE00xuS1Sln3.json │ ├── bastard_sword__eZenY58xIvu8hp2e.json │ ├── burning_hands__iB8jzzz9vYyy680H.json │ ├── caltrops__GtncgMsIBndkotOc.json │ ├── chainmail__CQZJTP6wf96cvTyG.json │ ├── chainmail__WisBTz98q7sjJRkd.json │ ├── chainmail__g7Wl2Ad0bsJuSmVo.json │ ├── chainmail__nLo8dmIQPbQUk3Dz.json │ ├── charm_person__jNUs34pMyNSjQdP4.json │ ├── creeg_greythorn__PTFsYZ8ni3MbSdw8.json │ ├── crossbow__e04loDnEXhVPS9uK.json │ ├── crossbow__kJbjoRI9rKem1LGC.json │ ├── crossbow__mtW8WkUwBnpqlZ4h.json │ ├── crossbow_bolts__9Vye8t1cVC0DsXwC.json │ ├── crossbow_bolts__c2NFgYJeOE8jrnKd.json │ ├── crossbow_bolts__xHdgeKNZwX1CZGQE.json │ ├── cure_wounds__EaKWCUnoGhszdJCm.json │ ├── cure_wounds__om5LnF1w7JPQbibP.json │ ├── dagger__15j8vdCGXCjRSxFw.json │ ├── dagger__AwSIYqqvkOthL8y6.json │ ├── dagger__HsowE8JPDwcXugdG.json │ ├── dagger__LRXImQ7OWk4vOjrl.json │ ├── dagger__x3r2C2HW9zycqkJf.json │ ├── detect_magic__B9L3dgwKFfsfHWYL.json │ ├── elbin_grizzlegut__RfFy5Nq3izy5oVD6.json │ ├── extra_hp_max__H83UQWfWESNMQUo8.json │ ├── extra_hp_max__qIFVq4PAB70lPkf9.json │ ├── extra_hp_max__wszLqj6e6jmOnXY5.json │ ├── farsight__ranged___AucNaHsyfCX3idxF.json │ ├── flint_and_steel__5wPOo8V5whIcnh53.json │ ├── flint_and_steel__F3qpt5jMsuQeCbGR.json │ ├── flint_and_steel__Thp4uasF5BQqWebW.json │ ├── flint_and_steel__VcucOtwS5c5RLK4Y.json │ ├── flint_and_steel__XuHeCgLGZN6TxQON.json │ ├── flint_and_steel__hTVvmfiM8ieOdh7G.json │ ├── flint_and_steel__sz1Gs3iY5MUWxYpi.json │ ├── flint_and_steel__zXEWYqUZdmA7DgkF.json │ ├── glass_bottle__NviSbJMXs6ybogWA.json │ ├── grappling_hook__CGJ4zxmqFilgRBIZ.json │ ├── grappling_hook__Cr7qzqzaDWhilQkk.json │ ├── grappling_hook__M4jvL3R1rk8IOdbm.json │ ├── grappling_hook__O27wAuWdSUBKghgb.json │ ├── grappling_hook__gQyQO1Hr0IYH5YRy.json │ ├── grappling_hook__n1MVBH6jyMdWE328.json │ ├── grappling_hook__oGqS5PguQp3WZZQy.json │ ├── grappling_hook__pYzxdDoL9B71fwXi.json │ ├── greataxe__TAct2bpnAxoqzTwy.json │ ├── grit__strength___MbLMCGcbcfYg4G97.json │ ├── grit__strength___lN2TcgBIrpAaXaet.json │ ├── hauler__IhW2vT4AJmAcpAEZ.json │ ├── hauler__PdyDFRc89gVnW5Fi.json │ ├── hauler__g21kFm6j6U70zbhc.json │ ├── hauler__rMUM2XZ6Fg71dY3P.json │ ├── hauler__rqplFhIShnvmV0U4.json │ ├── holy_symbol__DCoYkIeAIqHhwPSf.json │ ├── holy_symbol__q4JHCDu0psd87ur1.json │ ├── holy_weapon__GPPAEpqDaMw72IFz.json │ ├── hp_roll_advantage__0rcSjPSjHdvGwtOu.json │ ├── hp_roll_advantage__7ROLtptWn3n0wyYD.json │ ├── hp_roll_advantage__cDGzOUOtVhzSVsJn.json │ ├── initiative_advantage__1g9lxw8bhW2NVR0D.json │ ├── initiative_advantage__k9wVrL0gDKPn2rNt.json │ ├── initiative_advantage__kB2LygBinZXTN337.json │ ├── iraga_draguul__CVFznZtBMmHG2w4a.json │ ├── iron_spikes__6f2SlF0mXnQ51TED.json │ ├── iron_spikes__CxsgtxPTvKncLCss.json │ ├── iron_spikes__YRADimUOmLtgLGrM.json │ ├── iron_spikes__aLySFO7PG7ShIhCL.json │ ├── iron_spikes__poJXwr7Ub9hjc7wL.json │ ├── iron_spikes__ptIYLALpv3fp7eU2.json │ ├── jorbin_ironhelm__wnjtoBC4k5dIiG8X.json │ ├── keen_senses__ArsAS1ABBasOHhSq.json │ ├── learn_spell__mage_armor___WTy4zczgHGERH7zP.json │ ├── leather_armor__DdpVSB1lae5GxHPL.json │ ├── leather_armor__iW34N2oI9HFtVH7H.json │ ├── longbow__bKa5QTkhswSY7Aun.json │ ├── longsword__dnuYDVd7SgqrfKY9.json │ ├── mace__cHZjYo5oMf0HxWTy.json │ ├── mage_armor__aU0KJPOsU8ioO9id.json │ ├── magic_missile__ULGt6UxOyy9TS7vr.json │ ├── magic_missile__qVtTmQObYWWaInEl.json │ ├── magic_missile_advantage__9IM4SDWD0HsdFNav.json │ ├── magic_missile_advantage__BiArR79VxCvWJduT.json │ ├── martin_rast__uXk56wpEwdiTfAQN.json │ ├── melee_attack_roll_bonus__MZj9RAguzHFoypD4.json │ ├── melee_attack_roll_bonus__iR3hHoX6W9VOCfy0.json │ ├── melee_damage_bonus__9LnTbRJXNUH9wLTy.json │ ├── melee_damage_bonus__MPH9ArAfW7y6wJ0I.json │ ├── mighty__BYfvFLr6JblzNXU0.json │ ├── mirror__8e9zdenZBp76oo5p.json │ ├── oil__flask__2Gzbipgoj6Z7tV0d.json │ ├── oil__flask__SNXENbquwIjutUJb.json │ ├── oil__flask__gG12BJNIBzy8yAlL.json │ ├── pole__BDHZe8ldaFBgWHyX.json │ ├── pole__BQhCxvXqYDTbtakk.json │ ├── pole__S3Rl0alx007H2ARI.json │ ├── ralina_biggins__x3L0onniGSB97CU7.json │ ├── ranged_attack_roll_bonus__p0eEwLNQh9oSEtEj.json │ ├── ranged_attack_roll_bonus__v8RSFSkqYrCsm0Vg.json │ ├── rations__2Nlz8gpgw8GQBIQo.json │ ├── rations__HfM0MiY94jVNSgvc.json │ ├── rations__KweJlGZEOMRpfA6B.json │ ├── rations__RE57glfjQDWmUPvb.json │ ├── rations__VDwq1t7Rc307JOYN.json │ ├── rations__lkntck7at9tHx5Qh.json │ ├── rations__oUmSAHtdK7AORBd8.json │ ├── rations__p9QyPSnhyYOLRsCU.json │ ├── rope__60___8ZpTsEeOlSwVXych.json │ ├── rope__60___8rVULJROdeWjmT9T.json │ ├── rope__60___PjXR94ictUmCN2G4.json │ ├── rope__60___afq1X2Gkjm0jcH2f.json │ ├── rope__60___e2IRtPXtNiowfjLA.json │ ├── rope__60___lQI9KwjnfIND3nma.json │ ├── rope__60___sJM0Y7earrkzzpKo.json │ ├── rope__60___w5zb0vxH53Twdfe8.json │ ├── shield__V5sHlwgAFiLTc8jy.json │ ├── shield__Y45CLxN8XbfaUuNo.json │ ├── shield__ladhlMWemkIksXHk.json │ ├── shield__xGRGAFd9S45a8hh3.json │ ├── shield_of_faith__uGylTowCiu0J2nW1.json │ ├── sleep__oyJqz7mu7vZ9bfTH.json │ ├── spear__Q656geesxoWkZ84o.json │ ├── spear__veYd8eMEg9lTCHrj.json │ ├── spellcasting_advantage_on_spell__ZjpQVS9L1baZZ2PF.json │ ├── spellcasting_advantage_on_spell__gkKBIvn9MFzJVHRo.json │ ├── spellcasting_advantage_on_spell__kpP7k0q22F1ktYTF.json │ ├── spellcasting_check_bonus__4xLBrTrNNCnEQNJg.json │ ├── spellcasting_check_bonus__CtIJf3RlEZHk66Ww.json │ ├── spellcasting_check_bonus__KKuguluCP3repDNL.json │ ├── spellcasting_check_bonus__QBX0EGnKmDfPJ8gQ.json │ ├── staff__5xUXFKSnVONHeZ4N.json │ ├── stealthy__2XLFXhGu9IZRx5zp.json │ ├── stout__84S8aIQnu84q0i9h.json │ ├── stout__DP89QQbqMjvF1hB1.json │ ├── thievery__o8o0rx4FZL3XFJ6o.json │ ├── thievery__pCkZzce1B4WcDqKY.json │ ├── thieves__tools__7PV3EnXdLwsYnEKn.json │ ├── thieves__tools__iM40sRNKUdden6Ec.json │ ├── torch__Drkn5HCuzmZ4lXeQ.json │ ├── torch__JdRGcsO8jifzrNWO.json │ ├── torch__P6Oxhve94ZplRNWo.json │ ├── torch__n56KlB5bbj6MeA2N.json │ ├── torch__nIlTwpCCTFzsBYGR.json │ ├── torch__vBLkpFZRLX18CAKF.json │ ├── torch__w43og0dpp1JlvYzm.json │ ├── torch__yweKz9055Wr2X6KT.json │ ├── torch__zKAsEsIkGqHapmLH.json │ ├── turn_undead__3e3p3NVTK7Jj6HyU.json │ ├── turn_undead__X7udqCneh75JRAtv.json │ ├── turn_undead__jyHJL1jwu5240ngl.json │ ├── turn_undead__pdCL2elKH5ufXMAA.json │ ├── weapon_mastery__2rr100ySVxZn510u.json │ ├── weapon_mastery__8F6hv1kM20gcNZOM.json │ ├── weapon_mastery__E7SwrOhzSAyMZ1Ec.json │ ├── weapon_mastery__XmlEQByLpzXULngp.json │ ├── weapon_mastery__bastard_sword___q4XASzehX7TfLgjb.json │ ├── weapon_mastery__greataxe___ys29FVZBITfUFwra.json │ ├── yriel_lirandar__4gxXdPgUd0ofz89A.json │ └── zaldini_the_red__Jnb0sFKKKrAfowY0.json │ ├── rollable-tables.db │ ├── !tables.results!0vRwhfQgvAkzToHN.1JKIhJ6E7NkRNuvE.json │ ├── !tables.results!0vRwhfQgvAkzToHN.1iFMPpa8xr3ebFkl.json │ ├── !tables.results!0vRwhfQgvAkzToHN.3MSrJR1fxcX5idC6.json │ ├── !tables.results!0vRwhfQgvAkzToHN.54S1gnsw5nhBvNyC.json │ ├── !tables.results!0vRwhfQgvAkzToHN.CEPQgt75hA8dzFsB.json │ ├── !tables.results!0vRwhfQgvAkzToHN.L1isl3xWKRfSU4Rb.json │ ├── !tables.results!0vRwhfQgvAkzToHN.Rl2aTG5TiglSI0Az.json │ ├── !tables.results!0vRwhfQgvAkzToHN.SbUdJF3u4NQv5URw.json │ ├── !tables.results!0vRwhfQgvAkzToHN.Tj1GTOdRLclo5krc.json │ ├── !tables.results!0vRwhfQgvAkzToHN.i52wskZIuvLXS2XG.json │ ├── !tables.results!0vRwhfQgvAkzToHN.mlVX53nFi8lxJqqh.json │ ├── !tables.results!0vRwhfQgvAkzToHN.sg3GuqbPb1feUQFU.json │ ├── !tables.results!0vRwhfQgvAkzToHN.shAiehdgKTq4SHkE.json │ ├── !tables.results!0vRwhfQgvAkzToHN.shqNCiMBC6GcNDt4.json │ ├── !tables.results!0vRwhfQgvAkzToHN.tGZ1qLefW5q6dCnG.json │ ├── !tables.results!0vRwhfQgvAkzToHN.vGE543pPgsAKhc7u.json │ ├── !tables.results!0vRwhfQgvAkzToHN.xStlcDrIqRNrHhRH.json │ ├── !tables.results!0vRwhfQgvAkzToHN.yMobqVfBmiOkiw2V.json │ ├── !tables.results!0vRwhfQgvAkzToHN.zTr6D6d3T58jcr5L.json │ ├── !tables.results!1RaFraTFH6enPqOH.1CzMXEHyNWmZB8tc.json │ ├── !tables.results!1RaFraTFH6enPqOH.38gE87nocEyL74mo.json │ ├── !tables.results!1RaFraTFH6enPqOH.4YOuHhYd513PHYF8.json │ ├── !tables.results!1RaFraTFH6enPqOH.57ucKhJsjfWYuNGN.json │ ├── !tables.results!1RaFraTFH6enPqOH.5skEzj8oqGOJ4NIu.json │ ├── !tables.results!1RaFraTFH6enPqOH.CtPUDrOszPzIL1Bj.json │ ├── !tables.results!1RaFraTFH6enPqOH.D8cj3QXwVKxCVysm.json │ ├── !tables.results!1RaFraTFH6enPqOH.Ebg7hakPdKQKmsY1.json │ ├── !tables.results!1RaFraTFH6enPqOH.FYqHOK8EjhA0a730.json │ ├── !tables.results!1RaFraTFH6enPqOH.G12Izx56W19FGka2.json │ ├── !tables.results!1RaFraTFH6enPqOH.GD1nkTud7dAIcIA5.json │ ├── !tables.results!1RaFraTFH6enPqOH.GKnUyXuYg2rXY9zZ.json │ ├── !tables.results!1RaFraTFH6enPqOH.H9SKiUdGpbUsrIL1.json │ ├── !tables.results!1RaFraTFH6enPqOH.HuZkZF09Dy1jgj7R.json │ ├── !tables.results!1RaFraTFH6enPqOH.IW7WIxIe5aZXPyhQ.json │ ├── !tables.results!1RaFraTFH6enPqOH.IjmrN90SO4cshVSq.json │ ├── !tables.results!1RaFraTFH6enPqOH.IlgI29Lohak2lhQV.json │ ├── !tables.results!1RaFraTFH6enPqOH.KSVJhjMBd3tkfY2d.json │ ├── !tables.results!1RaFraTFH6enPqOH.KhJPIuXNmgeDfFP4.json │ ├── !tables.results!1RaFraTFH6enPqOH.LBm9ZXc183eISPW9.json │ ├── !tables.results!1RaFraTFH6enPqOH.NmUs9mp1hlTr5wtd.json │ ├── !tables.results!1RaFraTFH6enPqOH.OaPKdKWIezWm5sxS.json │ ├── !tables.results!1RaFraTFH6enPqOH.R6wg3YHFF6U3SVTo.json │ ├── !tables.results!1RaFraTFH6enPqOH.Rxv2jaN8igOXCpRv.json │ ├── !tables.results!1RaFraTFH6enPqOH.U30Qk3YSE0WScWVX.json │ ├── !tables.results!1RaFraTFH6enPqOH.UFFEfwGa0wzfZLwW.json │ ├── !tables.results!1RaFraTFH6enPqOH.VPhu0cKYYKT96TFh.json │ ├── !tables.results!1RaFraTFH6enPqOH.X5IObv5Xg59zPjvT.json │ ├── !tables.results!1RaFraTFH6enPqOH.YJqOl6r1BShnlxUq.json │ ├── !tables.results!1RaFraTFH6enPqOH.YMhfZu52wkz0QW3W.json │ ├── !tables.results!1RaFraTFH6enPqOH.c0ZHkKCxl2jBP8CL.json │ ├── !tables.results!1RaFraTFH6enPqOH.c4yqBykJTR0Vr7D8.json │ ├── !tables.results!1RaFraTFH6enPqOH.iydDBZ1XsRkGb2pP.json │ ├── !tables.results!1RaFraTFH6enPqOH.l7OHvdJJMNhlyOaP.json │ ├── !tables.results!1RaFraTFH6enPqOH.lnmGnm6bNx7JaMSr.json │ ├── !tables.results!1RaFraTFH6enPqOH.m1vA65vjrhSjbPIO.json │ ├── !tables.results!1RaFraTFH6enPqOH.oDgjqogMM8HFuWrm.json │ ├── !tables.results!1RaFraTFH6enPqOH.oEI0mn1Vfuv36pkJ.json │ ├── !tables.results!1RaFraTFH6enPqOH.r8WH8lT5ujQOCKCC.json │ ├── !tables.results!1RaFraTFH6enPqOH.rGJJTmhda4As0Tff.json │ ├── !tables.results!1RaFraTFH6enPqOH.rMy5gZzLW9cIIzPB.json │ ├── !tables.results!1RaFraTFH6enPqOH.sxl4q9EBs1kBnMqD.json │ ├── !tables.results!1RaFraTFH6enPqOH.tM9OT4xrjv2iEq5t.json │ ├── !tables.results!1RaFraTFH6enPqOH.ts7gpCSf7ZGONgC9.json │ ├── !tables.results!1RaFraTFH6enPqOH.uhr4e1k0vf3wPIFd.json │ ├── !tables.results!1RaFraTFH6enPqOH.vIky1aLiBHH4ffkY.json │ ├── !tables.results!1RaFraTFH6enPqOH.x7JRA6Um1i3A6Rxk.json │ ├── !tables.results!1RaFraTFH6enPqOH.y8PVI7YHfjoAnkC2.json │ ├── !tables.results!1RaFraTFH6enPqOH.yoB72fSLTa36KPcH.json │ ├── !tables.results!1RaFraTFH6enPqOH.yxlOEvNQczpPwXHr.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.0LuwtL0ua7cgqdaA.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.0YRWZJ7dN0myyjgm.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.0giwi9GVRkhD4C9d.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.1H7UWqCDCKdqVMBH.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.1K3l7zwGv9ayLTta.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.2gvdL5ZHwhAJWzNq.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.2uPvXRiS3uVqdJbw.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.2zsJlsPg8skbiwXa.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.3is3N8LZmXjN64g8.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.4VaCWDOIaIfrWw3x.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.5JduxIANLE3eNSli.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.5LDtuv4UVVw0C437.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.5TPlKKWi81MFGjzC.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.6sSAIO3tll7v6rvA.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.7I9ZFvnixCl34Bmv.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.7b18uyaSstaYmwy1.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.86jJNMKvnM60phtV.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.8plPHjlQeC6sZcLJ.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.9pKjW8UUVIhPaNxI.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.9sFCB5JRrQJJX0p3.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.CbHkKHFGvd1jT5sU.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.ET8Ll4NAtwkHMgTg.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.FFWg2h6g9JYMClbn.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.FPl3NbWQHmrM5L41.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.FRUVXTD7JkRGgLpU.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.Fj30bgBgiWtzANI8.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.FrYADpK1AnfybsQ4.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.FzEmtpz96k9p1Flf.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.GJ12W4mehXSYY9qZ.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.GWEQQAwUrO0qxe4a.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.GnuyGF0QFNcVPYtB.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.Ha7wnwkSEgGxmNoJ.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.Ih2sQvqVfz34EnX0.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.IpXYFHp171wmgL5s.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.Is4NouiIDnu3CpB6.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.J2VpcW7BUdmLeR0y.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.KjcE8qZwiUltGj6E.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.MvOS2yPqR7ILT6iB.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.Nc3K8k4z1Ahvl4Oz.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.NfDHKfISfIVRjprM.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.OmhoFcJcQXeZDzhd.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.QyDRv44qeYHgvprj.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.RAzr8nEwSNHxS450.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.SV2qijFZyyg0TUp7.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.TyzMSZkrlxfMPJRQ.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.UhnjkFatGhkVzr0b.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.UxcEM85EszjGBnN8.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.WQr78y2JB6z51xc5.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.WcBDBDxYdAbt02E2.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.Xh3u9Yb5UmCOfP0Z.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.YG6kTk1eXQerf06C.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.ZK6ZZ5uNDrLcHmmv.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.ZY7tZ0JVuU18i0OC.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.aRl0qb3SymGVwpwd.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.c38drHOnZGwQDTJm.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.c7NeOCjBrv0rAt1P.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.cbTDmLCFXB0UTVjn.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.chqfPMMZpmQUfd6U.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.e9RU3TFxwYrkwOLe.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.eG3jxszIYLkQi0yH.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.euT6OOHWPIUoGj6w.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.fPXqeLL9zYvmUTSs.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.gcqSf94Z2fKLrZgi.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.hAEThXeUrJuNpiy1.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.hT1KnZSD0RIjQYGn.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.jdYU9XotB3hunXQb.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.k6owL3N12sM5rtGb.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.k8fCrUTyVL92yNNj.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.kaBYtjl3wtvFhkuS.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.kzD4s8ZIB2JAdVjy.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.lR9zUQSnuSLTwdn2.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.noYJM5LC832XyqLd.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.nve4ASM6WLbepXmZ.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.nydlbWmoPhHj2r5q.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.p5u8ddNBnfM8al6Y.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.paL2tqn61cc31J0b.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.q1eQlU9Ei211lYtu.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.q9aTg3JfvLnQ7wwE.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.qZBjz5RdJf96jYQv.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.qpKo8I30fdeNe7CQ.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.r4aSvK4eg37q0uC9.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.reTcMliWiKvdNRJP.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.rtbUHT3zuQdOYacC.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.sLZUMXssF5xDQpYO.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.sXLIttk6PNgMElkY.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.sa3UZiUMmMAvZuJa.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.skvJfBox4XjqW2kt.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.tXMnZKY0Tk1NNWLl.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.tm1AvHOeoEB4l0if.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.tqx6d6dGoAzR4yHC.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.u5zG0b1YDWAPVwyv.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.udgihCWDBA3iQ0ZQ.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.ummpGMZA7ldsIckG.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.v6pwJp7RFmkpJXJp.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.wECikhrRkoQHRxww.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.x1n5WZsxtzaOTXzQ.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.x5CKbNGbPixZg4vo.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.yAEP7Ou0GMxIQKIO.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.yoEmjv5ZtUyRW4nR.json │ ├── !tables.results!1xuTMmp7d9BKkAgk.zOFjYZDzbaCYkpIT.json │ ├── !tables.results!2jy6YrCKfrKewPho.2FsvLaDZqdjpoPsx.json │ ├── !tables.results!2jy6YrCKfrKewPho.2mEB2Jag66jGuJ4K.json │ ├── !tables.results!2jy6YrCKfrKewPho.3TVebGP0nW6a2VRB.json │ ├── !tables.results!2jy6YrCKfrKewPho.3lOx68ucE74VFzwr.json │ ├── !tables.results!2jy6YrCKfrKewPho.7cUOyVp7UXkyB8vC.json │ ├── !tables.results!2jy6YrCKfrKewPho.8ukJtdXxvFnidQg1.json │ ├── !tables.results!2jy6YrCKfrKewPho.BJVEaIOuqpUTZaS3.json │ ├── !tables.results!2jy6YrCKfrKewPho.BPBn9pA4IOC8AFtZ.json │ ├── !tables.results!2jy6YrCKfrKewPho.DRbZGBMSOR3SnrcQ.json │ ├── !tables.results!2jy6YrCKfrKewPho.F9JZE8eMVZlMfmji.json │ ├── !tables.results!2jy6YrCKfrKewPho.FeRG9LTXYjlYa9aW.json │ ├── !tables.results!2jy6YrCKfrKewPho.FeRHrQTBqnQXgZzM.json │ ├── !tables.results!2jy6YrCKfrKewPho.HUIf2HliSqC9skur.json │ ├── !tables.results!2jy6YrCKfrKewPho.JDbmqKQyzRX2rxLk.json │ ├── !tables.results!2jy6YrCKfrKewPho.JiBVE2wb3ZR59xp2.json │ ├── !tables.results!2jy6YrCKfrKewPho.KqxoEMwphQiG1WYK.json │ ├── !tables.results!2jy6YrCKfrKewPho.MFI8EpIyZ33EanXm.json │ ├── !tables.results!2jy6YrCKfrKewPho.ML6JdT4KHoPJixvO.json │ ├── !tables.results!2jy6YrCKfrKewPho.McPTxlYiSSuSMJLq.json │ ├── !tables.results!2jy6YrCKfrKewPho.PRBfte1QP9Jvnl22.json │ ├── !tables.results!2jy6YrCKfrKewPho.Q7qiWB25TBR4QExn.json │ ├── !tables.results!2jy6YrCKfrKewPho.QiSkup4wYDNc4whI.json │ ├── !tables.results!2jy6YrCKfrKewPho.R23l5by6QKm0JJRl.json │ ├── !tables.results!2jy6YrCKfrKewPho.Ux7SyVJfLMAkaSYG.json │ ├── !tables.results!2jy6YrCKfrKewPho.Xz7mmQfFLbzDrixk.json │ ├── !tables.results!2jy6YrCKfrKewPho.Znz6OaD8HRYD7ES8.json │ ├── !tables.results!2jy6YrCKfrKewPho.ajsWwyRYLJG6V14T.json │ ├── !tables.results!2jy6YrCKfrKewPho.axRPKVtjcWHzLE18.json │ ├── !tables.results!2jy6YrCKfrKewPho.caeWX2GSe3xEXSsy.json │ ├── !tables.results!2jy6YrCKfrKewPho.e98jynp7eB7HZeXc.json │ ├── !tables.results!2jy6YrCKfrKewPho.icfIFnLK0THKx0F9.json │ ├── !tables.results!2jy6YrCKfrKewPho.jDOxGP2hyXGuY7H6.json │ ├── !tables.results!2jy6YrCKfrKewPho.jKEHmHhQf5r0RQUQ.json │ ├── !tables.results!2jy6YrCKfrKewPho.khTR7oPqrVS9sSf3.json │ ├── !tables.results!2jy6YrCKfrKewPho.kp1wZ0OlojC49xd7.json │ ├── !tables.results!2jy6YrCKfrKewPho.lQib5tatd0TXvspm.json │ ├── !tables.results!2jy6YrCKfrKewPho.mFRfECR82azxIZK3.json │ ├── !tables.results!2jy6YrCKfrKewPho.mTo41YUkDAZzo7r9.json │ ├── !tables.results!2jy6YrCKfrKewPho.om8tQCJGCkRMi7gc.json │ ├── !tables.results!2jy6YrCKfrKewPho.ova5qsbcYTkvTGbP.json │ ├── !tables.results!2jy6YrCKfrKewPho.qXk4GUOpEkC0v2W9.json │ ├── !tables.results!2jy6YrCKfrKewPho.rV6XWdgtbkyPDoZB.json │ ├── !tables.results!2jy6YrCKfrKewPho.rXBXfM7GleXkryqM.json │ ├── !tables.results!2jy6YrCKfrKewPho.ssWBF9hKRLqQEeA6.json │ ├── !tables.results!2jy6YrCKfrKewPho.sxiB0gfcGVNnnIja.json │ ├── !tables.results!2jy6YrCKfrKewPho.tEwDQhSXcRTaKFcl.json │ ├── !tables.results!2jy6YrCKfrKewPho.uYvuv6n4QlEzdGoP.json │ ├── !tables.results!2jy6YrCKfrKewPho.uvSTobMsDEx7plam.json │ ├── !tables.results!2jy6YrCKfrKewPho.xyfC8Qqf5TnZaBLX.json │ ├── !tables.results!2jy6YrCKfrKewPho.yRshJTu7c2nkkaWG.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.3DaqtfaXKwt0RK01.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.3hBUHVHC1e45QlmH.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.5WPyeZGoaWTPA7DA.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.7W8AFHBDPQawdJBF.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.CgzMhPjwYzldE2Me.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.GPaRJPXAsbqOl1hU.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.H6YK6jFZbNkijWRH.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.HOpuYajHRjlWDGUu.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.NzFnhJCEQgYxUT7K.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.VjUou2PJGJepmhwm.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.YixFM0hGoL4KLmWx.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.bHPgrlVZafc4PigN.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.hFyBJgJCikxmyvEC.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.hMXwSnmUMmvbQCsL.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.kHcQi0XEtFPb9bot.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.pd5V1XfUO15B4edI.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.wMFniFTYBEE2PQSl.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.xE3SIxGZQ6ChpvQm.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.xc34jgWvPoEOrJad.json │ ├── !tables.results!2nHdxMs1BHY1FUhq.z2PdENX5f5NC58Sq.json │ ├── !tables.results!3pf5QyJjatNkylNv.GwMffkVDFcQE6G7I.json │ ├── !tables.results!3pf5QyJjatNkylNv.VBLBiNtnKjrS9QGB.json │ ├── !tables.results!44P8mz0yaCsTtKeq.4GZVvOSjzujDO18T.json │ ├── !tables.results!44P8mz0yaCsTtKeq.4WfjJnGbv6Zb26XU.json │ ├── !tables.results!44P8mz0yaCsTtKeq.6qQlUjDaZlFcmMpV.json │ ├── !tables.results!44P8mz0yaCsTtKeq.9o8sD60YsgGTlTBj.json │ ├── !tables.results!44P8mz0yaCsTtKeq.FDYUCGeBt5NKWzur.json │ ├── !tables.results!44P8mz0yaCsTtKeq.LyxIUd3WTqEm2g1O.json │ ├── !tables.results!44P8mz0yaCsTtKeq.QDmnpyrV7al8CTPs.json │ ├── !tables.results!44P8mz0yaCsTtKeq.RAZRX78sMiAaAGmu.json │ ├── !tables.results!44P8mz0yaCsTtKeq.TtgTR0s48LqHKhIl.json │ ├── !tables.results!44P8mz0yaCsTtKeq.Uu1MN0Ioop6z7gL8.json │ ├── !tables.results!44P8mz0yaCsTtKeq.Whks6pKtDYCvWM5U.json │ ├── !tables.results!44P8mz0yaCsTtKeq.XlO2BmO7ozzFnfep.json │ ├── !tables.results!44P8mz0yaCsTtKeq.YO1GsfR2u423HyVE.json │ ├── !tables.results!44P8mz0yaCsTtKeq.ZSWwbzFUilNy0Khk.json │ ├── !tables.results!44P8mz0yaCsTtKeq.ZYZcV6j31LtO6q5u.json │ ├── !tables.results!44P8mz0yaCsTtKeq.id08HgWlVvuCzXXS.json │ ├── !tables.results!44P8mz0yaCsTtKeq.jSIEqB5CcPXVmWHA.json │ ├── !tables.results!44P8mz0yaCsTtKeq.pVUHJ5hPV0EFLFiG.json │ ├── !tables.results!44P8mz0yaCsTtKeq.yIkti1S2GygajbUf.json │ ├── !tables.results!44P8mz0yaCsTtKeq.yYPOpRAXye6LMJv0.json │ ├── !tables.results!5NMEXYjDS4C8Tm3n.0ZrXxySTpXClNOHs.json │ ├── !tables.results!5NMEXYjDS4C8Tm3n.4yvnWJ3tbmZXpEpo.json │ ├── !tables.results!5NMEXYjDS4C8Tm3n.5K8QyOEp7PuxrlGD.json │ ├── !tables.results!5NMEXYjDS4C8Tm3n.E4oWbvCaawSHyN6a.json │ ├── !tables.results!5NMEXYjDS4C8Tm3n.GIHOheaoVT4wXZym.json │ ├── !tables.results!5NMEXYjDS4C8Tm3n.SnxRN8UgCgmizLci.json │ ├── !tables.results!5NMEXYjDS4C8Tm3n.aHTA3iYyiEuI9cUN.json │ ├── !tables.results!5NMEXYjDS4C8Tm3n.otUHbdYIKjEpBmFr.json │ ├── !tables.results!5NMEXYjDS4C8Tm3n.rLG6ooWohew8fFGP.json │ ├── !tables.results!5NMEXYjDS4C8Tm3n.sanrRY839MyOTyTX.json │ ├── !tables.results!5NMEXYjDS4C8Tm3n.z7mDMm8UtSi15gXt.json │ ├── !tables.results!5NMEXYjDS4C8Tm3n.zYwjhDI2rcphWUO9.json │ ├── !tables.results!7cYFj7NH2XbHVakm.09ciF60NR0KXybgc.json │ ├── !tables.results!7cYFj7NH2XbHVakm.10y1arkcpT2gl5DM.json │ ├── !tables.results!7cYFj7NH2XbHVakm.1Iy9MShFF65nrzFe.json │ ├── !tables.results!7cYFj7NH2XbHVakm.1Xnu1fGQmVqVXl6Z.json │ ├── !tables.results!7cYFj7NH2XbHVakm.2kxePhoYbK7q64BQ.json │ ├── !tables.results!7cYFj7NH2XbHVakm.37AKToq9xOR5UExB.json │ ├── !tables.results!7cYFj7NH2XbHVakm.3TIyhDhGf9zBwqEM.json │ ├── !tables.results!7cYFj7NH2XbHVakm.3tYZYXZPr92TX4OQ.json │ ├── !tables.results!7cYFj7NH2XbHVakm.4HMZo6GvJKSREsID.json │ ├── !tables.results!7cYFj7NH2XbHVakm.4IPulwpFk6wc7rbQ.json │ ├── !tables.results!7cYFj7NH2XbHVakm.5txi7ux45fnC0Llm.json │ ├── !tables.results!7cYFj7NH2XbHVakm.63qfwY8Mo2eItUHU.json │ ├── !tables.results!7cYFj7NH2XbHVakm.6jFBNShqZfHVXG5s.json │ ├── !tables.results!7cYFj7NH2XbHVakm.7MSktIH2Y97Hlo53.json │ ├── !tables.results!7cYFj7NH2XbHVakm.7ZaNQTkuxldG0UNo.json │ ├── !tables.results!7cYFj7NH2XbHVakm.8kWjVwCWEXIGLlFM.json │ ├── !tables.results!7cYFj7NH2XbHVakm.AEBTvFTvelGZASW6.json │ ├── !tables.results!7cYFj7NH2XbHVakm.AEtP4Q4P5hZuovvw.json │ ├── !tables.results!7cYFj7NH2XbHVakm.AN4TbxdmTLWz58uF.json │ ├── !tables.results!7cYFj7NH2XbHVakm.An7WETLFCWCNGK2z.json │ ├── !tables.results!7cYFj7NH2XbHVakm.E6XnjZ4S7WPFeIgY.json │ ├── !tables.results!7cYFj7NH2XbHVakm.EmblMtCeSJ17jkwL.json │ ├── !tables.results!7cYFj7NH2XbHVakm.F8PBToGArjrBtn3H.json │ ├── !tables.results!7cYFj7NH2XbHVakm.Fp6UkbqjyHKU3npC.json │ ├── !tables.results!7cYFj7NH2XbHVakm.GAjbQERsavzFAHES.json │ ├── !tables.results!7cYFj7NH2XbHVakm.GunPexrxcJPBMRR2.json │ ├── !tables.results!7cYFj7NH2XbHVakm.HUTkqhn4ky2o1ppT.json │ ├── !tables.results!7cYFj7NH2XbHVakm.HflZoak7VDNLNdvK.json │ ├── !tables.results!7cYFj7NH2XbHVakm.IByWAU921uAYBnec.json │ ├── !tables.results!7cYFj7NH2XbHVakm.IbtXPm6o9CHWbUhY.json │ ├── !tables.results!7cYFj7NH2XbHVakm.IlYWfIqVbdsKv46q.json │ ├── !tables.results!7cYFj7NH2XbHVakm.IwhmL7BvgRxuNgXT.json │ ├── !tables.results!7cYFj7NH2XbHVakm.JRFm5i4id6MVas5Q.json │ ├── !tables.results!7cYFj7NH2XbHVakm.JYiEvRkO3VmmNiUk.json │ ├── !tables.results!7cYFj7NH2XbHVakm.JZzneyD9O6S7YRU4.json │ ├── !tables.results!7cYFj7NH2XbHVakm.K06L0Fy7cDfX8fDo.json │ ├── !tables.results!7cYFj7NH2XbHVakm.KM4oSHidvjsgvziL.json │ ├── !tables.results!7cYFj7NH2XbHVakm.KU3iNNQaXNxWd1pW.json │ ├── !tables.results!7cYFj7NH2XbHVakm.Lvy2FZFGUV76ygSw.json │ ├── !tables.results!7cYFj7NH2XbHVakm.MPLM8GL7xutEE9pT.json │ ├── !tables.results!7cYFj7NH2XbHVakm.OdIA4PKRWvtivAwm.json │ ├── !tables.results!7cYFj7NH2XbHVakm.QMN97eiH2peFMTYB.json │ ├── !tables.results!7cYFj7NH2XbHVakm.RdbfKHzihEfXpXPb.json │ ├── !tables.results!7cYFj7NH2XbHVakm.S6bisbKOTl24s3B9.json │ ├── !tables.results!7cYFj7NH2XbHVakm.Tbdx6soViBj7QuXf.json │ ├── !tables.results!7cYFj7NH2XbHVakm.VjIWbsa7CErrNBM4.json │ ├── !tables.results!7cYFj7NH2XbHVakm.Vkx3zHrxERFNZP54.json │ ├── !tables.results!7cYFj7NH2XbHVakm.VrbjTaoFpVcD4VB5.json │ ├── !tables.results!7cYFj7NH2XbHVakm.WNgJ566uvdYkIQrO.json │ ├── !tables.results!7cYFj7NH2XbHVakm.WRzqxhPv2c6SgYZp.json │ ├── !tables.results!7cYFj7NH2XbHVakm.Wehb9yuOcCsswvWF.json │ ├── !tables.results!7cYFj7NH2XbHVakm.X4Pgmoyiiwmlx1WE.json │ ├── !tables.results!7cYFj7NH2XbHVakm.Xpw8vW1cY80UADXt.json │ ├── !tables.results!7cYFj7NH2XbHVakm.YWclEcIncRGlC2Ez.json │ ├── !tables.results!7cYFj7NH2XbHVakm.YgHKpCi14txhJTMk.json │ ├── !tables.results!7cYFj7NH2XbHVakm.Zn1Rj6qzMkWgAyR6.json │ ├── !tables.results!7cYFj7NH2XbHVakm.ZqFZ90SumDfy5gDU.json │ ├── !tables.results!7cYFj7NH2XbHVakm.Zxiiw980EqwmV3FI.json │ ├── !tables.results!7cYFj7NH2XbHVakm.aZIxzwIWkjRLY2ZE.json │ ├── !tables.results!7cYFj7NH2XbHVakm.ajAEPo1kBPfJTiT3.json │ ├── !tables.results!7cYFj7NH2XbHVakm.baTv7i1BheHEUvaT.json │ ├── !tables.results!7cYFj7NH2XbHVakm.bkSMgTkclTCNgeOp.json │ ├── !tables.results!7cYFj7NH2XbHVakm.cWGLpSj1FBRvwT4j.json │ ├── !tables.results!7cYFj7NH2XbHVakm.e9iZ34JjFMXEEEM8.json │ ├── !tables.results!7cYFj7NH2XbHVakm.ei05lZVT2uxn9rFC.json │ ├── !tables.results!7cYFj7NH2XbHVakm.gNtYLgdTGhEpDXTT.json │ ├── !tables.results!7cYFj7NH2XbHVakm.gyz17J5Mt45HYMyf.json │ ├── !tables.results!7cYFj7NH2XbHVakm.iduyq6OOXUeUvUu4.json │ ├── !tables.results!7cYFj7NH2XbHVakm.itqI1OfOiLwBhVYs.json │ ├── !tables.results!7cYFj7NH2XbHVakm.jKPpRJADx67vnWmH.json │ ├── !tables.results!7cYFj7NH2XbHVakm.jz4ZQJlncfDGgBPv.json │ ├── !tables.results!7cYFj7NH2XbHVakm.kQUMrwJKRO5Rr1mM.json │ ├── !tables.results!7cYFj7NH2XbHVakm.kuc3nAV4ozoTzggy.json │ ├── !tables.results!7cYFj7NH2XbHVakm.kzuL7VcQsdy4w2os.json │ ├── !tables.results!7cYFj7NH2XbHVakm.lfe12wzfhk9A6W35.json │ ├── !tables.results!7cYFj7NH2XbHVakm.mSKLocdirlnUgIpT.json │ ├── !tables.results!7cYFj7NH2XbHVakm.muPiuBZz7XByhpfP.json │ ├── !tables.results!7cYFj7NH2XbHVakm.n4avGB9ZrwFzzBHL.json │ ├── !tables.results!7cYFj7NH2XbHVakm.nPLOb2XWYwjXuo6F.json │ ├── !tables.results!7cYFj7NH2XbHVakm.nZAT5IYIhcpGpEv3.json │ ├── !tables.results!7cYFj7NH2XbHVakm.p6cDOmUDBLyKUK2j.json │ ├── !tables.results!7cYFj7NH2XbHVakm.pOk2tdy6XBzb8xLC.json │ ├── !tables.results!7cYFj7NH2XbHVakm.piCJ0PoC2UF77jHw.json │ ├── !tables.results!7cYFj7NH2XbHVakm.pjt2aDzK4EUlPHgm.json │ ├── !tables.results!7cYFj7NH2XbHVakm.pkG5w03m17zfS157.json │ ├── !tables.results!7cYFj7NH2XbHVakm.qH93JNvQBZOYNbNb.json │ ├── !tables.results!7cYFj7NH2XbHVakm.qKDfNXAJfY44sj8X.json │ ├── !tables.results!7cYFj7NH2XbHVakm.qgQAkW8M0mWg3VOc.json │ ├── !tables.results!7cYFj7NH2XbHVakm.s4weChq82z0uX8Ry.json │ ├── !tables.results!7cYFj7NH2XbHVakm.sLtgQKQqIUsIvv3G.json │ ├── !tables.results!7cYFj7NH2XbHVakm.se7WEwMvCUSGPUec.json │ ├── !tables.results!7cYFj7NH2XbHVakm.tZlnWtE8MiEcRvgr.json │ ├── !tables.results!7cYFj7NH2XbHVakm.vdWfkGkUZjvXLzoV.json │ ├── !tables.results!7cYFj7NH2XbHVakm.wWtBgJmvstwOz6y0.json │ ├── !tables.results!7cYFj7NH2XbHVakm.wfiv5bXKBslPze7c.json │ ├── !tables.results!7cYFj7NH2XbHVakm.x4Ds1ngjNxSyLWw6.json │ ├── !tables.results!7cYFj7NH2XbHVakm.xO3ygPW4kvcT0aC6.json │ ├── !tables.results!7cYFj7NH2XbHVakm.xnEQEhRY0JCX52Gg.json │ ├── !tables.results!7cYFj7NH2XbHVakm.z8Fh4bj8QB8f2vjc.json │ ├── !tables.results!7cYFj7NH2XbHVakm.zDovFDyeoayDcd4J.json │ ├── !tables.results!8piSI566ZPW7kA87.0HzAqoixC4juRqFc.json │ ├── !tables.results!8piSI566ZPW7kA87.50BtdNjlBy77VnvK.json │ ├── !tables.results!8piSI566ZPW7kA87.9jTVBNV3Mys95S6e.json │ ├── !tables.results!8piSI566ZPW7kA87.A205bYl0kOoEUxfy.json │ ├── !tables.results!8piSI566ZPW7kA87.AaS5ZulkjlbOinMu.json │ ├── !tables.results!8piSI566ZPW7kA87.At9G5H7q9k4Uj9xP.json │ ├── !tables.results!8piSI566ZPW7kA87.Foh9VNGQlBhBnnRu.json │ ├── !tables.results!8piSI566ZPW7kA87.H3VxVLcdFh68qFe8.json │ ├── !tables.results!8piSI566ZPW7kA87.KGVNQLSqnCEb5jFJ.json │ ├── !tables.results!8piSI566ZPW7kA87.NU87l4O8aaQoiLkZ.json │ ├── !tables.results!8piSI566ZPW7kA87.Sd335i1gfTNPXjZa.json │ ├── !tables.results!8piSI566ZPW7kA87.awC49RzaIjSh5iM5.json │ ├── !tables.results!8piSI566ZPW7kA87.ek0JQB28ubJKskAG.json │ ├── !tables.results!8piSI566ZPW7kA87.fos6F7xK6RvVrnFQ.json │ ├── !tables.results!8piSI566ZPW7kA87.gGNUylJoz4c5sxIi.json │ ├── !tables.results!8piSI566ZPW7kA87.nFO6CLacDPwVQVac.json │ ├── !tables.results!8piSI566ZPW7kA87.nMDxeBylOVuoLuCc.json │ ├── !tables.results!8piSI566ZPW7kA87.ushm8QFA9VJnjAZm.json │ ├── !tables.results!8piSI566ZPW7kA87.vBRS0PO7dddUflXr.json │ ├── !tables.results!8piSI566ZPW7kA87.x1WjiYxpegKSi4gn.json │ ├── !tables.results!AsJlWy1q0mmq5caV.0p4ESs1a4bHour21.json │ ├── !tables.results!AsJlWy1q0mmq5caV.3BJFFt3Y5thAtY1e.json │ ├── !tables.results!AsJlWy1q0mmq5caV.57fVYCY7dX6au6Qi.json │ ├── !tables.results!AsJlWy1q0mmq5caV.6dieVjuz7hFiwPQO.json │ ├── !tables.results!AsJlWy1q0mmq5caV.CHGWyZQx7xcNKqMg.json │ ├── !tables.results!AsJlWy1q0mmq5caV.CIiViESbQ1ctBBAU.json │ ├── !tables.results!AsJlWy1q0mmq5caV.E0zhgT9EfOa04zQh.json │ ├── !tables.results!AsJlWy1q0mmq5caV.E4UWb4fgX7DR5Mvp.json │ ├── !tables.results!AsJlWy1q0mmq5caV.FHSIfmrpAfefjy4o.json │ ├── !tables.results!AsJlWy1q0mmq5caV.GJmWju7kGufbpcbU.json │ ├── !tables.results!AsJlWy1q0mmq5caV.GzNKH5LLDNGEt4Br.json │ ├── !tables.results!AsJlWy1q0mmq5caV.Hje0CqMpbp23YnHZ.json │ ├── !tables.results!AsJlWy1q0mmq5caV.Iex54yawTSNJ0v3c.json │ ├── !tables.results!AsJlWy1q0mmq5caV.KkcgKqTJSLD37dGR.json │ ├── !tables.results!AsJlWy1q0mmq5caV.L12Z1kcEJ5aL7l3N.json │ ├── !tables.results!AsJlWy1q0mmq5caV.LEr7Gw3DGpxFLIBR.json │ ├── !tables.results!AsJlWy1q0mmq5caV.LFmIeYo94rsFYSBy.json │ ├── !tables.results!AsJlWy1q0mmq5caV.LVxaBBho5o1TIYYe.json │ ├── !tables.results!AsJlWy1q0mmq5caV.LvBxX0v9cyEcw3Gr.json │ ├── !tables.results!AsJlWy1q0mmq5caV.NyZFCPyd2HqPPa9E.json │ ├── !tables.results!AsJlWy1q0mmq5caV.PdF4AToL8ZAQb52c.json │ ├── !tables.results!AsJlWy1q0mmq5caV.QsGAPDJmyTvbDGFY.json │ ├── !tables.results!AsJlWy1q0mmq5caV.Qv8VvxZBYl260yxk.json │ ├── !tables.results!AsJlWy1q0mmq5caV.RMUaTp3LrjoiEiE9.json │ ├── !tables.results!AsJlWy1q0mmq5caV.RqtaoQ6uqVJ4uKpV.json │ ├── !tables.results!AsJlWy1q0mmq5caV.T6SRNP2CInjAvL91.json │ ├── !tables.results!AsJlWy1q0mmq5caV.TLTGk35UHd3uMBkt.json │ ├── !tables.results!AsJlWy1q0mmq5caV.TxzHIjfBwpR9zEOD.json │ ├── !tables.results!AsJlWy1q0mmq5caV.UvUt8TTmls5dTmbK.json │ ├── !tables.results!AsJlWy1q0mmq5caV.V2tVVcqJZY5U95Jc.json │ ├── !tables.results!AsJlWy1q0mmq5caV.W8jO8CflpeIy3ydF.json │ ├── !tables.results!AsJlWy1q0mmq5caV.WO0CbhX5HLWbXEcA.json │ ├── !tables.results!AsJlWy1q0mmq5caV.ZNfvUJ2xV07xJdSz.json │ ├── !tables.results!AsJlWy1q0mmq5caV.b2eT2zhQJwu2urAV.json │ ├── !tables.results!AsJlWy1q0mmq5caV.beU5b6xxWyMT1Xf3.json │ ├── !tables.results!AsJlWy1q0mmq5caV.clHm2CbFpVjgpdk0.json │ ├── !tables.results!AsJlWy1q0mmq5caV.ejlq2ZQgLCQ0gSza.json │ ├── !tables.results!AsJlWy1q0mmq5caV.gMfUElLovnRx3YQw.json │ ├── !tables.results!AsJlWy1q0mmq5caV.gRWr1QwwtzX0Mc2I.json │ ├── !tables.results!AsJlWy1q0mmq5caV.h6Wezfzzfg17Pwsy.json │ ├── !tables.results!AsJlWy1q0mmq5caV.jsUBxgarSUGl7lf7.json │ ├── !tables.results!AsJlWy1q0mmq5caV.kNzs4KmGULdCiQdd.json │ ├── !tables.results!AsJlWy1q0mmq5caV.kmvRkBlMbl5nddIg.json │ ├── !tables.results!AsJlWy1q0mmq5caV.mSejXpo8mvAOMLYi.json │ ├── !tables.results!AsJlWy1q0mmq5caV.o4coZEgLKnN2ItkO.json │ ├── !tables.results!AsJlWy1q0mmq5caV.svAj8zQE1w4bOT5H.json │ ├── !tables.results!AsJlWy1q0mmq5caV.uHrTK4rupA0fsSXA.json │ ├── !tables.results!AsJlWy1q0mmq5caV.uwZVCntIUK7gftJt.json │ ├── !tables.results!AsJlWy1q0mmq5caV.xVD11I8EAIf73lKD.json │ ├── !tables.results!AsJlWy1q0mmq5caV.y0XJzYsyNk8WvAYl.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.0vpizsGSXpeRk7jy.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.4SjsZkzAomGZmXMB.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.AzBAZN2Hsuuxc0lV.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.EvZuhlC0saCf3nPi.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.MniNmDBnBxeB0MNw.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.MtIRHWvg7wOWr3Qa.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.OdrkbjNHdQ6pGtfz.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.RpVYAgogMjBvcPRp.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.VZKHSjRoCmVAYChI.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.XOCjiG8SzQjPHfsO.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.dvCwO7Qfb0plPt7R.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.kDxmqbsgRA4kbAWB.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.t9Ct9b7jU8P3bMuL.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.vJpSapdoKgCt37za.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.wuQ1aCzvSjVhdRc3.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.xZNgDZ0wtkfXjm0i.json │ ├── !tables.results!CtkKBhsOpV1v5YjX.yrVmDCaus8VH22zE.json │ ├── !tables.results!EmBGQUSaf5L7ojKJ.CB5MfraSvsrf6sV9.json │ ├── !tables.results!IVnsYyvJAM36YQsv.5XYHalSUlIKkl6Vf.json │ ├── !tables.results!IVnsYyvJAM36YQsv.6xWA0VE9nLqr1Qvs.json │ ├── !tables.results!IVnsYyvJAM36YQsv.7iXR2iTAZuMxmjc6.json │ ├── !tables.results!IVnsYyvJAM36YQsv.HjrOMKhyvOSA1Ugu.json │ ├── !tables.results!IVnsYyvJAM36YQsv.JDVZmxJU6LWZ16v9.json │ ├── !tables.results!IVnsYyvJAM36YQsv.KRdSDUWjjU8rzEl6.json │ ├── !tables.results!IVnsYyvJAM36YQsv.PUWhhJoXCzx4rKdD.json │ ├── !tables.results!IVnsYyvJAM36YQsv.UmmdJQdljjVqY0TF.json │ ├── !tables.results!IVnsYyvJAM36YQsv.VD4I9XIEpgRRewnO.json │ ├── !tables.results!IVnsYyvJAM36YQsv.ZFy0g6UEbVF2Tqgq.json │ ├── !tables.results!IVnsYyvJAM36YQsv.ZqxJu8onLmdmshKj.json │ ├── !tables.results!IVnsYyvJAM36YQsv.keVuRfr5t1gIcQ9b.json │ ├── !tables.results!IVnsYyvJAM36YQsv.mz4SAC1WgHjdbq7Z.json │ ├── !tables.results!IVnsYyvJAM36YQsv.nPjMGEyIQIXVnDYq.json │ ├── !tables.results!IVnsYyvJAM36YQsv.p5yFzITuIuKK8Hd7.json │ ├── !tables.results!IVnsYyvJAM36YQsv.sS1n9shjz3QXo0Ut.json │ ├── !tables.results!IVnsYyvJAM36YQsv.t54n1tJ7rPtuAQOK.json │ ├── !tables.results!IVnsYyvJAM36YQsv.tKrHdAEVSxEz1urj.json │ ├── !tables.results!IVnsYyvJAM36YQsv.tkxTNm8X3FISs6mr.json │ ├── !tables.results!IVnsYyvJAM36YQsv.x7aRpSEjf265xvPC.json │ ├── !tables.results!Ji8vkF8Lj0ZFMnBO.0ZrXxySTpXClNOHs.json │ ├── !tables.results!Ji8vkF8Lj0ZFMnBO.4yvnWJ3tbmZXpEpo.json │ ├── !tables.results!Ji8vkF8Lj0ZFMnBO.5K8QyOEp7PuxrlGD.json │ ├── !tables.results!Ji8vkF8Lj0ZFMnBO.E4oWbvCaawSHyN6a.json │ ├── !tables.results!Ji8vkF8Lj0ZFMnBO.GIHOheaoVT4wXZym.json │ ├── !tables.results!Ji8vkF8Lj0ZFMnBO.SnxRN8UgCgmizLci.json │ ├── !tables.results!Ji8vkF8Lj0ZFMnBO.aHTA3iYyiEuI9cUN.json │ ├── !tables.results!Ji8vkF8Lj0ZFMnBO.otUHbdYIKjEpBmFr.json │ ├── !tables.results!Ji8vkF8Lj0ZFMnBO.rLG6ooWohew8fFGP.json │ ├── !tables.results!Ji8vkF8Lj0ZFMnBO.sanrRY839MyOTyTX.json │ ├── !tables.results!Ji8vkF8Lj0ZFMnBO.z7mDMm8UtSi15gXt.json │ ├── !tables.results!Ji8vkF8Lj0ZFMnBO.zYwjhDI2rcphWUO9.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.1DWLP6qu4lWncPgj.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.4QEZAiKdYf1W8ftu.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.5kTRYjkh2Sv4QnLn.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.7W1x6TvODGFC4uzd.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.9NMSMFlB98oGT4EV.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.AIqtDe4fUi67Oqmr.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.B4H6xpSlTsDNCLYz.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.Bj2VjnHRoxXtIZRh.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.Cjh10oelUB3RG1P8.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.Dc50WQCqc87G3eD1.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.EainBx3SmsDrZafc.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.FDuz8VZVNqKa01kG.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.FqQUxlYAvtiRPy2H.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.GNHPpqeTw0Yhfryv.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.IZChEeMtBlQIX5bd.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.IznEzC3q4bZfpBbS.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.NLBs5DZrQoomQih5.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.NZmlOJS6dQJ0CUip.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.OxtbrWHDjIK763N7.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.PUbQnMDHWWwbyUTd.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.QHYJ1w9PoaDg9qqo.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.QJfn5kyj8U4ZMNj0.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.RCV6HvtrGisJ4fLu.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.RRWpYDOPKoWPt5qZ.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.SuMD0iHWC5BRNEsi.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.UcbJZedrl1FInkva.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.V1tXTqx5nqR4m5et.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.V4zcMs8UEs1Z81lX.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.Y0CTCVTFPdS6v9Df.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.dM0U2mgtvBKvUKh4.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.eXvQB96fJIX2TTTU.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.er2Myx3pfBPSR4uq.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.gp4nHWElOIrQVDp1.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.iOsyIjr02kGXfTrJ.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.kgj2Esiwy4YorWNI.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.lUGYyRTv3DekkRUJ.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.liK5UCP9gIbIBbYB.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.lkPhcVn4Cqjo3lXH.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.lvXf0H1a8rjZjEX1.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.m4o9hmboTUcNcQlp.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.mR6TgWY4m7QNgtnY.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.nx5GiVHmncM0KGfJ.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.rsgSnyQDqptZSR15.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.s8Rm4t3Ys9222npg.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.sMxvLDXLOZ2w5Xfs.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.vxW5e24pKfDESToH.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.wkthsQPGmi3aNvuK.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.wrlz4ZRrbJVKKmjn.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.zEdSgu3fYUl75UKB.json │ ├── !tables.results!MlSMyJcXaJWuZ56O.zPXHo3NNCH6RthQB.json │ ├── !tables.results!NiiJKAiBjpPAj5U1.75GJHt36EtuofTvq.json │ ├── !tables.results!NiiJKAiBjpPAj5U1.8wXIzpo54QsbWBxT.json │ ├── !tables.results!NiiJKAiBjpPAj5U1.EI6osFZJ0JTXPNFP.json │ ├── !tables.results!NiiJKAiBjpPAj5U1.FL0DEM3DhRGbv4AG.json │ ├── !tables.results!NiiJKAiBjpPAj5U1.M8VKYie0UBgGPGRB.json │ ├── !tables.results!NiiJKAiBjpPAj5U1.PxVizZdjigztf4UH.json │ ├── !tables.results!NiiJKAiBjpPAj5U1.S2SRrlxctDoHACm1.json │ ├── !tables.results!NiiJKAiBjpPAj5U1.b4iC8LuRcPRGE4at.json │ ├── !tables.results!NiiJKAiBjpPAj5U1.bhGIFPdpt9gUJAny.json │ ├── !tables.results!NiiJKAiBjpPAj5U1.e3Y6IBqetlQqrwnw.json │ ├── !tables.results!NiiJKAiBjpPAj5U1.mSXl6A8WKJmVkGjO.json │ ├── !tables.results!NiiJKAiBjpPAj5U1.t1IT7UBVnDsVcBhm.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.0HzAqoixC4juRqFc.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.50BtdNjlBy77VnvK.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.9jTVBNV3Mys95S6e.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.A205bYl0kOoEUxfy.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.AaS5ZulkjlbOinMu.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.At9G5H7q9k4Uj9xP.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.Foh9VNGQlBhBnnRu.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.H3VxVLcdFh68qFe8.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.KGVNQLSqnCEb5jFJ.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.NU87l4O8aaQoiLkZ.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.Sd335i1gfTNPXjZa.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.awC49RzaIjSh5iM5.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.ek0JQB28ubJKskAG.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.fos6F7xK6RvVrnFQ.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.gGNUylJoz4c5sxIi.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.nFO6CLacDPwVQVac.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.nMDxeBylOVuoLuCc.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.ushm8QFA9VJnjAZm.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.vBRS0PO7dddUflXr.json │ ├── !tables.results!OQWo5AQe0XOcVWjD.x1WjiYxpegKSi4gn.json │ ├── !tables.results!PCDY6HMLaToPHurV.02u3F4H6BdmJ6GnR.json │ ├── !tables.results!PCDY6HMLaToPHurV.07hC2FtKL7J4xyAX.json │ ├── !tables.results!PCDY6HMLaToPHurV.2VO4lQQE8rLYszSi.json │ ├── !tables.results!PCDY6HMLaToPHurV.4vHcsNS6ovJkHKr3.json │ ├── !tables.results!PCDY6HMLaToPHurV.4wpoQyNe8GuQ1Cov.json │ ├── !tables.results!PCDY6HMLaToPHurV.5WnDfr2DU5lVXDUA.json │ ├── !tables.results!PCDY6HMLaToPHurV.5hQn1AQjIVD9AYeA.json │ ├── !tables.results!PCDY6HMLaToPHurV.DYxXYX5BTGQWf5Xl.json │ ├── !tables.results!PCDY6HMLaToPHurV.GAlNquwOjmC2K4OJ.json │ ├── !tables.results!PCDY6HMLaToPHurV.I7tTrq57enqQ2kpa.json │ ├── !tables.results!PCDY6HMLaToPHurV.Kmc66GAnWatYdZyk.json │ ├── !tables.results!PCDY6HMLaToPHurV.LleYPm4ZgPmtI0TT.json │ ├── !tables.results!PCDY6HMLaToPHurV.LqbwoWV3FQMlI13y.json │ ├── !tables.results!PCDY6HMLaToPHurV.YMvlD7h8MLzMa4xI.json │ ├── !tables.results!PCDY6HMLaToPHurV.ZhHVuvwoEqOGc1NI.json │ ├── !tables.results!PCDY6HMLaToPHurV.ktSacWU7kfH1hOfa.json │ ├── !tables.results!PCDY6HMLaToPHurV.q4tuhnaCUIR9RFGb.json │ ├── !tables.results!PCDY6HMLaToPHurV.sbs6be5eE1SxEZcg.json │ ├── !tables.results!PCDY6HMLaToPHurV.seEDUHQUbYnkn3mN.json │ ├── !tables.results!PCDY6HMLaToPHurV.vS3GU3sKBUFtI38Y.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.2mWuQ0w0JWZl7Xpu.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.3pRG7fxQRXBojepq.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.4AUTqIIM1oyuSakC.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.5PnKd7vcRy7OpaTp.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.87Tv3yNl0DlQGdww.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.8vnVSnCaccSGcbxD.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.9DH4iei90ecfMNjb.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.9PXpblnDiaoomi1j.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.9YD7Wi8autHajycy.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.9dEznuemkLTLmhYp.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.9iUqJ0hZWqU3CCmf.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.Aebea7WwN9xB0ajX.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.Ds7n8HhTykEQVYuY.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.ENBMi3hHnPMzE9SM.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.EfaKoCEm6iQUfoI6.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.G1lkaYji8pjRvksh.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.GAseV1QQJjuvRVUI.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.GG63tQrSd7W4hAlU.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.HekPkiaU8FFelCNv.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.JQ8WHrxCabEcJCGV.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.M50NwNTfPgNfz1Gt.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.MNXczdeJO7TWUGAj.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.NSXw2JxCczPZLv9a.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.TQXW7adTiYLTlgO0.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.UbWOa7xk7UTNppVJ.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.VNXLPRaUr8qpXVO2.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.XJdimFuk996dIiov.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.b5BykPXgIz62eE15.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.czdsovaXEkCbHRjY.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.etv8QoKMVul9buwh.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.fYxfqezwrkyWRHZC.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.g1JsCR7uKVnsgaXD.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.h12KW8hoBBdvu2M1.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.hKISMmDaHYV4LR4F.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.kM70wEJSXRdmLSNm.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.kMsydYKwOiwfRaX1.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.loaxCAEIlNdilQky.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.n5zcpLK3OQQGXtBA.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.n6jLyzVlqTuuLKWg.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.qa77AfOdZWxSQF9j.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.rBdSPxlp1M8vYCne.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.rNSFUpyfnVTGACEO.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.rZjEZP25NtK6L62z.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.tDg9Hc7IuVKaUsdS.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.uiEhUtiCcvhlSPtd.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.vK4QZDDD9Oexnpfz.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.w91bQCy7fr2bOBfF.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.xivZgppBNtHQ9jdc.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.xsuj9CjhWcTppTFm.json │ ├── !tables.results!PJmTjgwiPdZcYBYT.z6vxiUlI6PdxPOYC.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.0YodW7OxmfP9Ehq1.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.11p32X5y8Oe7kQ4y.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.39aLYnrm2lZiUn2W.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.4MWmFIvfkjHzXCxZ.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.CmGCHzjY15gr49q1.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.Jz40blnoAc4k8LNA.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.KrHtmdHezfFxbknt.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.NSYbJZJDZbckDQzi.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.O3wnXDlcYG0ciYnr.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.QKG6Assa6z7ClJC1.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.UnScpUE1PeLpYzOY.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.aMDZVlvIcQ3luxfk.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.u2rNcoHFKXGOogXr.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.uNZorUCaIeUByjH4.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.vuMoP92p2ieXSIBM.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.xuDytbHPirYoFumS.json │ ├── !tables.results!PPsLlxyDTbhy1aRI.xzpDP9BdOX2DEDF4.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.0axkkwGmzwlqRhQV.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.3vY1G5QAZTZDEkzJ.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.50Q7fvM4ngHyQ1kS.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.5Ic9epRE3h8ayzXc.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.5uGWJ4xk04sw3x7N.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.7NakkJYO8NxoAUzr.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.7kBxJi6C9iKMhHI1.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.85AGcqLrb72P4510.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.BD0epZPxutVlSylZ.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.BvNitQo5CeXieZWT.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.FRxc7VYylIcFzWnF.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.Gatw5KlYB2U9Jgd1.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.KVv05E480SR9v9BN.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.LC5aGBM1Yj49JKh4.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.LrPulVPODNfN1Sf1.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.OPQdcFIdbJUp2Ax8.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.PkJCUlmMachvlfxR.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.TpxjmlUWD8PYMMx2.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.VTQM1VzjyUkg9uTQ.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.ZQxvZhnETZwwGKvZ.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.aNBvz6nBqwlJOdIb.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.c9gcEhzWpkvAtlJm.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.cFlcnwcIlFq076UW.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.chjnMIgxqAbiDHGo.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.doNy9RhhAkFd2gse.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.dtABLOIvRESdeqqZ.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.f3wJ3dgen61ufMFx.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.fzb1c3wLMiwj8OgC.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.gYe9bAGW9HBk2GIV.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.gw4lEv3jkPRrQnIo.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.hmnynSQOiTp2HF0s.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.ikxfWmHWu4KwvmNe.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.j0Qn8D6wQeECSeKl.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.j0hNR72GEThdqEwL.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.khB4IYxRICpNE2Hg.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.khQvnkUVV3PV4OeN.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.m4ifkL3b7gDzkeCb.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.nMg8xeiVsEr8eiLW.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.pwnLoUbwe1SN8Sty.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.r15yTT1iJVKdW7ew.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.rO6ckWNGfraRCmcn.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.ssXS3ezJda75tWcB.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.ud2fR62FNhIVjRcv.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.vpmh2afw8K2g8Nc9.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.xAfL4betHk7Jv5bR.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.xPmhGAMWKtXZiVIt.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.y3JSH3P3rcTtKnsG.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.yE2NESlZdsLYmAbQ.json │ ├── !tables.results!Pi9nnnLeXpTKCSMY.zFUB8HUkJraB9D3a.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.3MXPUsrmEQc6Dp1D.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.8M33cR9uZSyou0YF.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.9IXhThbhoB6xYT5w.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.EOfjgLxSA5crYgp7.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.Fs4vSCkaLrEDmE5w.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.Jkr5VQ905FqvNPL7.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.NgyUoixPpwppTn4b.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.Pz1vMKyfQao6trjn.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.TlVUTCMj9MkYslL5.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.W9lj1pQjFF3kPj1E.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.aCn3z0dz2nzMestr.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.dxhv5UKKsR1RCiG4.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.rbLOcnEiXU5g5zis.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.wFIoS5Px2qND848U.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.wpSH7Rg7Mf4aZBXP.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.xS3zEeT4N0fEkEns.json │ ├── !tables.results!RQ0vogfVtJGuT9oT.yubg29cdBWLPZ4kj.json │ ├── !tables.results!TJCChWMoFSEf9qhK.AQR8lpoKkOwT29iQ.json │ ├── !tables.results!TJCChWMoFSEf9qhK.qFrbV5pNu2s7mTAQ.json │ ├── !tables.results!TJCChWMoFSEf9qhK.yO1XtT8BhdEIWNkJ.json │ ├── !tables.results!XU4gJD2AK8FCeEZh.3MXPUsrmEQc6Dp1D.json │ ├── !tables.results!XU4gJD2AK8FCeEZh.9IXhThbhoB6xYT5w.json │ ├── !tables.results!XU4gJD2AK8FCeEZh.Fs4vSCkaLrEDmE5w.json │ ├── !tables.results!XU4gJD2AK8FCeEZh.LeTmqA7koPVQqMrK.json │ ├── !tables.results!XU4gJD2AK8FCeEZh.LuLNbGFi5zopC12V.json │ ├── !tables.results!XU4gJD2AK8FCeEZh.NzaAfWy6nUkEyEZM.json │ ├── !tables.results!XU4gJD2AK8FCeEZh.OkJfYdOvb1e596rf.json │ ├── !tables.results!XU4gJD2AK8FCeEZh.PZbDvZp31uP4BnTf.json │ ├── !tables.results!XU4gJD2AK8FCeEZh.T2U2TkW80PM9IpLs.json │ ├── !tables.results!XU4gJD2AK8FCeEZh.W9lj1pQjFF3kPj1E.json │ ├── !tables.results!XU4gJD2AK8FCeEZh.YLYLckGaa3sarU6W.json │ ├── !tables.results!XU4gJD2AK8FCeEZh.qbhpLxSgZe4lAuXa.json │ ├── !tables.results!XU4gJD2AK8FCeEZh.u6qDOyTroWJ9DIwD.json │ ├── !tables.results!XU4gJD2AK8FCeEZh.vDR6Efx8U7O6bJjC.json │ ├── !tables.results!XU4gJD2AK8FCeEZh.wpSH7Rg7Mf4aZBXP.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.18bQq5hng4NVz6og.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.1Lc63WK3AuIgUNNn.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.6d3cgorOipIhFwux.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.9nBG3tCrWmFNrdSd.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.BANltMjrsyW7QtWq.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.FBvvVN3yme3XZOD4.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.HWoejkQFhcTilIlG.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.IIE4ogYfIni5QO0S.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.OCbOXc9nyDqWEH0K.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.OJJDcioE4B6AY2QD.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.Oer06wBRbL0FEuUZ.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.VauVUyLlSNJ3K6KU.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.XR1AwwvAvnaYnJ0t.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.XnaqGikt06Z2FvZG.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.ZqjnA7kgsSlDr7Ch.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.hTjyPfTuwQaASGe8.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.mzLCfDBM1LFD2qvi.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.qtGuX6qZmwzIaohY.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.sZvSEqMTkjKiM56x.json │ ├── !tables.results!ZbrMK1WDNtz1ajJn.tDQYtSfRuGXvCAF4.json │ ├── !tables.results!ZtQzGRfn64Et3yge.6l3l74VzejfP4hGh.json │ ├── !tables.results!ZtQzGRfn64Et3yge.CEMljNFlmAcZgfke.json │ ├── !tables.results!ZtQzGRfn64Et3yge.MU1oTvgGVERiEO1D.json │ ├── !tables.results!ZtQzGRfn64Et3yge.fAP44cylXKhVX7QQ.json │ ├── !tables.results!ZtQzGRfn64Et3yge.oH23VMInibmrVMhb.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.1oXUUUCUtRA69ych.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.836Oph1CKtt4hFlF.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.AH7gNZ6Dbl3auHm5.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.DGu5CRC1Eo1lEoYG.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.KzEyX2UGR5QvBzYJ.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.LHD20XEsmPJ0hRqs.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.NqX6TsqFZOD536NY.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.TeZ2bqDqyjGQm4rA.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.UYo3K2sww5TyAEx0.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.XahsLOINT9EDd58d.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.ZYCqY25sc6kshsSA.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.a9W19GBj955g0jgO.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.gzNttULkkWVoop4t.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.jTMjiZbObhTSedzK.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.miZAM6GO8r1iKHZN.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.nE2mTxQzkTFvEFZk.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.nWhP79wnsgM5xGDY.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.nXvgtdussP6BTJSX.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.r8sOqyMEfJAzoj8l.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.xsko07paPq1LzUIz.json │ ├── !tables.results!ZzffJkaIfmdPzdE7.zeb4gEtpRKUhpcI0.json │ ├── !tables.results!dExHo4P85MgpwHd9.8LSdfwW21HQg1w6J.json │ ├── !tables.results!dExHo4P85MgpwHd9.9IlrJvS6QKcRIMNA.json │ ├── !tables.results!dExHo4P85MgpwHd9.BQuhbE1WIuc5gOto.json │ ├── !tables.results!dExHo4P85MgpwHd9.EEIOWvqRC0GkJhID.json │ ├── !tables.results!dExHo4P85MgpwHd9.R8FNyUaia3vVOhLw.json │ ├── !tables.results!dExHo4P85MgpwHd9.SaEpyAES4PV4EJ4j.json │ ├── !tables.results!dExHo4P85MgpwHd9.T9mZMjD9D4bUaYN5.json │ ├── !tables.results!dExHo4P85MgpwHd9.ULEzJDfOLH0kCCUF.json │ ├── !tables.results!dExHo4P85MgpwHd9.XHZbe1aL3P5G5cDr.json │ ├── !tables.results!dExHo4P85MgpwHd9.c0TkEVs5l6dGu5zB.json │ ├── !tables.results!dExHo4P85MgpwHd9.dQNNsseviKkN9qmx.json │ ├── !tables.results!dExHo4P85MgpwHd9.ighj4SmqJEHOJpWz.json │ ├── !tables.results!dExHo4P85MgpwHd9.mvLwWNxdl4mehomN.json │ ├── !tables.results!dExHo4P85MgpwHd9.syFxHTa5qvdL3org.json │ ├── !tables.results!dExHo4P85MgpwHd9.tKX9Q8iZw0bKeeE1.json │ ├── !tables.results!dExHo4P85MgpwHd9.zPulQ1FoqzVpMOrb.json │ ├── !tables.results!dZI4pD5LANhtod9O.0p4jnOR2byA9vYBm.json │ ├── !tables.results!dZI4pD5LANhtod9O.1cQhUE8nkQiINcha.json │ ├── !tables.results!dZI4pD5LANhtod9O.6Zp3j1iG75d6fDzW.json │ ├── !tables.results!dZI4pD5LANhtod9O.AdDsRK21U3kQRmHS.json │ ├── !tables.results!dZI4pD5LANhtod9O.JY17MyvXNA8UVqjT.json │ ├── !tables.results!dZI4pD5LANhtod9O.SVmht2tV7hLMHLF6.json │ ├── !tables.results!dZI4pD5LANhtod9O.SlGGjdqWvICNIm8o.json │ ├── !tables.results!dZI4pD5LANhtod9O.UR0v5qT5WGnVfsrY.json │ ├── !tables.results!dZI4pD5LANhtod9O.bvgB3HyCshDQLbYA.json │ ├── !tables.results!dZI4pD5LANhtod9O.ojmYXfIDp378LKDC.json │ ├── !tables.results!dZI4pD5LANhtod9O.sYWHR1sWSv9d7BRp.json │ ├── !tables.results!dZI4pD5LANhtod9O.scDhPVRcYecZ0L6w.json │ ├── !tables.results!eIYlfF2074jL0qte.0ZrXxySTpXClNOHs.json │ ├── !tables.results!eIYlfF2074jL0qte.4yvnWJ3tbmZXpEpo.json │ ├── !tables.results!eIYlfF2074jL0qte.5K8QyOEp7PuxrlGD.json │ ├── !tables.results!eIYlfF2074jL0qte.E4oWbvCaawSHyN6a.json │ ├── !tables.results!eIYlfF2074jL0qte.GIHOheaoVT4wXZym.json │ ├── !tables.results!eIYlfF2074jL0qte.SnxRN8UgCgmizLci.json │ ├── !tables.results!eIYlfF2074jL0qte.aHTA3iYyiEuI9cUN.json │ ├── !tables.results!eIYlfF2074jL0qte.otUHbdYIKjEpBmFr.json │ ├── !tables.results!eIYlfF2074jL0qte.rLG6ooWohew8fFGP.json │ ├── !tables.results!eIYlfF2074jL0qte.sanrRY839MyOTyTX.json │ ├── !tables.results!eIYlfF2074jL0qte.z7mDMm8UtSi15gXt.json │ ├── !tables.results!eIYlfF2074jL0qte.zYwjhDI2rcphWUO9.json │ ├── !tables.results!es2O2GjdzKjSCMMG.3u2YlIj853owvMd3.json │ ├── !tables.results!es2O2GjdzKjSCMMG.8SN92yMHjnXrTEyt.json │ ├── !tables.results!es2O2GjdzKjSCMMG.h1Ibq2YKzSGQkSbQ.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.3DaqtfaXKwt0RK01.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.3hBUHVHC1e45QlmH.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.5WPyeZGoaWTPA7DA.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.7W8AFHBDPQawdJBF.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.CgzMhPjwYzldE2Me.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.GPaRJPXAsbqOl1hU.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.H6YK6jFZbNkijWRH.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.HOpuYajHRjlWDGUu.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.NzFnhJCEQgYxUT7K.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.VjUou2PJGJepmhwm.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.YixFM0hGoL4KLmWx.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.bHPgrlVZafc4PigN.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.hFyBJgJCikxmyvEC.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.hMXwSnmUMmvbQCsL.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.kHcQi0XEtFPb9bot.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.pd5V1XfUO15B4edI.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.wMFniFTYBEE2PQSl.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.xE3SIxGZQ6ChpvQm.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.xc34jgWvPoEOrJad.json │ ├── !tables.results!fHZAw0dV5JbDAi7E.z2PdENX5f5NC58Sq.json │ ├── !tables.results!fifOKQmilp9Y45lf.Roo36lxBYamFDePk.json │ ├── !tables.results!fifOKQmilp9Y45lf.d86aVzgECGzB6UuV.json │ ├── !tables.results!hywroIYso1ANoq4N.6pRFf6moKzBWsgkO.json │ ├── !tables.results!hywroIYso1ANoq4N.9aff5gq9VCzuMLgo.json │ ├── !tables.results!hywroIYso1ANoq4N.I9LTWqB3RwHAKBqX.json │ ├── !tables.results!jeMMr372yditrKMj.SIeV3JZmL1Nk1sWD.json │ ├── !tables.results!jeMMr372yditrKMj.dLGxXiUn05KNCf3N.json │ ├── !tables.results!jeMMr372yditrKMj.k0uOd6xLlRz2UwJj.json │ ├── !tables.results!khLpCbi8HThFjy9a.RijZ6fW3PbhBZACp.json │ ├── !tables.results!khLpCbi8HThFjy9a.x7Vyt8GO9a1HgsIU.json │ ├── !tables.results!m44GYY0BRQWdsBN4.3DaqtfaXKwt0RK01.json │ ├── !tables.results!m44GYY0BRQWdsBN4.3hBUHVHC1e45QlmH.json │ ├── !tables.results!m44GYY0BRQWdsBN4.5WPyeZGoaWTPA7DA.json │ ├── !tables.results!m44GYY0BRQWdsBN4.7W8AFHBDPQawdJBF.json │ ├── !tables.results!m44GYY0BRQWdsBN4.CgzMhPjwYzldE2Me.json │ ├── !tables.results!m44GYY0BRQWdsBN4.GPaRJPXAsbqOl1hU.json │ ├── !tables.results!m44GYY0BRQWdsBN4.H6YK6jFZbNkijWRH.json │ ├── !tables.results!m44GYY0BRQWdsBN4.HOpuYajHRjlWDGUu.json │ ├── !tables.results!m44GYY0BRQWdsBN4.NzFnhJCEQgYxUT7K.json │ ├── !tables.results!m44GYY0BRQWdsBN4.VjUou2PJGJepmhwm.json │ ├── !tables.results!m44GYY0BRQWdsBN4.YixFM0hGoL4KLmWx.json │ ├── !tables.results!m44GYY0BRQWdsBN4.bHPgrlVZafc4PigN.json │ ├── !tables.results!m44GYY0BRQWdsBN4.hFyBJgJCikxmyvEC.json │ ├── !tables.results!m44GYY0BRQWdsBN4.hMXwSnmUMmvbQCsL.json │ ├── !tables.results!m44GYY0BRQWdsBN4.kHcQi0XEtFPb9bot.json │ ├── !tables.results!m44GYY0BRQWdsBN4.pd5V1XfUO15B4edI.json │ ├── !tables.results!m44GYY0BRQWdsBN4.wMFniFTYBEE2PQSl.json │ ├── !tables.results!m44GYY0BRQWdsBN4.xE3SIxGZQ6ChpvQm.json │ ├── !tables.results!m44GYY0BRQWdsBN4.xc34jgWvPoEOrJad.json │ ├── !tables.results!m44GYY0BRQWdsBN4.z2PdENX5f5NC58Sq.json │ ├── !tables.results!mi0QYvreMf9j512E.DwiNOG3uBT7nwUDK.json │ ├── !tables.results!mi0QYvreMf9j512E.HTLJU1oZcZidDP0e.json │ ├── !tables.results!mi0QYvreMf9j512E.alxTWycBBuIy9B2I.json │ ├── !tables.results!noInf0ReaXapH7xb.4hp8F6p83CZg4ADg.json │ ├── !tables.results!noInf0ReaXapH7xb.BCY8gl9DOqVLm8UG.json │ ├── !tables.results!noInf0ReaXapH7xb.CZe3Ul9f7BkiwUpx.json │ ├── !tables.results!noInf0ReaXapH7xb.D4sflzHlgbVsMXLU.json │ ├── !tables.results!noInf0ReaXapH7xb.EHYuoDEgntRj0IIq.json │ ├── !tables.results!noInf0ReaXapH7xb.HHH5QLZVITpPvUZk.json │ ├── !tables.results!noInf0ReaXapH7xb.L4X6nEvcEqJlR5Hi.json │ ├── !tables.results!noInf0ReaXapH7xb.OZTutgaufHp07Mp7.json │ ├── !tables.results!noInf0ReaXapH7xb.PWtoHVqZv9wU2LqP.json │ ├── !tables.results!noInf0ReaXapH7xb.QShjfSmYNvQzjmHR.json │ ├── !tables.results!noInf0ReaXapH7xb.UVahNNsuyAhmOnYt.json │ ├── !tables.results!noInf0ReaXapH7xb.YAWGrUZIsO3CewDT.json │ ├── !tables.results!noInf0ReaXapH7xb.goS3cPbqb7bt22Rk.json │ ├── !tables.results!noInf0ReaXapH7xb.hFsTKY9O6fPIVA77.json │ ├── !tables.results!noInf0ReaXapH7xb.o0g4LJgdFXXd1akk.json │ ├── !tables.results!noInf0ReaXapH7xb.o8PfK6C1lzsmzwxY.json │ ├── !tables.results!noInf0ReaXapH7xb.qRgTQpJpXqDXcB7D.json │ ├── !tables.results!noInf0ReaXapH7xb.uT2Dsbp39p2wUr7q.json │ ├── !tables.results!noInf0ReaXapH7xb.wQDBHDZVZRXamhfQ.json │ ├── !tables.results!noInf0ReaXapH7xb.wodWI2jhHXkfpRX0.json │ ├── !tables.results!o3UHKv5XsgEaPuKt.0p4jnOR2byA9vYBm.json │ ├── !tables.results!o3UHKv5XsgEaPuKt.1cQhUE8nkQiINcha.json │ ├── !tables.results!o3UHKv5XsgEaPuKt.6Zp3j1iG75d6fDzW.json │ ├── !tables.results!o3UHKv5XsgEaPuKt.AdDsRK21U3kQRmHS.json │ ├── !tables.results!o3UHKv5XsgEaPuKt.JY17MyvXNA8UVqjT.json │ ├── !tables.results!o3UHKv5XsgEaPuKt.SVmht2tV7hLMHLF6.json │ ├── !tables.results!o3UHKv5XsgEaPuKt.SlGGjdqWvICNIm8o.json │ ├── !tables.results!o3UHKv5XsgEaPuKt.UR0v5qT5WGnVfsrY.json │ ├── !tables.results!o3UHKv5XsgEaPuKt.bvgB3HyCshDQLbYA.json │ ├── !tables.results!o3UHKv5XsgEaPuKt.ojmYXfIDp378LKDC.json │ ├── !tables.results!o3UHKv5XsgEaPuKt.sYWHR1sWSv9d7BRp.json │ ├── !tables.results!o3UHKv5XsgEaPuKt.scDhPVRcYecZ0L6w.json │ ├── !tables.results!oKkk7o3Zhlab2vie.cz4TZBExg4JzpDiG.json │ ├── !tables.results!oKkk7o3Zhlab2vie.oiGOfHAm8buwFfab.json │ ├── !tables.results!owING8sYmiI43Od0.1hRt1E9m3PhzvnTa.json │ ├── !tables.results!owING8sYmiI43Od0.3fC6UOcruuxPv22V.json │ ├── !tables.results!owING8sYmiI43Od0.6Fb8tyC63hJMArDU.json │ ├── !tables.results!owING8sYmiI43Od0.BKkOjRDEZvO2uhcY.json │ ├── !tables.results!owING8sYmiI43Od0.F38ywgpVwKx4Owuj.json │ ├── !tables.results!owING8sYmiI43Od0.FHstLynW2KARM9Oe.json │ ├── !tables.results!owING8sYmiI43Od0.H2w1h5Ghz1jsN4nA.json │ ├── !tables.results!owING8sYmiI43Od0.KAtMauxEQAd7hU4B.json │ ├── !tables.results!owING8sYmiI43Od0.KB9FB7mT9sSTfQFI.json │ ├── !tables.results!owING8sYmiI43Od0.R2F838Z5v7fORmaP.json │ ├── !tables.results!owING8sYmiI43Od0.RpOW91KjuP7h5Ysu.json │ ├── !tables.results!owING8sYmiI43Od0.SBZOdBtSsmgfYcRx.json │ ├── !tables.results!owING8sYmiI43Od0.VUPVqk3P5Qe8Mtc8.json │ ├── !tables.results!owING8sYmiI43Od0.efOHroUKN8eHOSZt.json │ ├── !tables.results!owING8sYmiI43Od0.jdf5yiqR1cGVLN0Y.json │ ├── !tables.results!owING8sYmiI43Od0.pCL5VFTTPzPBfZBw.json │ ├── !tables.results!pQAyZAcfrs9JrG0Q.NfqbCXXGPXAUKb4N.json │ ├── !tables.results!q83PUKIAznuLpqSr.75GJHt36EtuofTvq.json │ ├── !tables.results!q83PUKIAznuLpqSr.8wXIzpo54QsbWBxT.json │ ├── !tables.results!q83PUKIAznuLpqSr.EI6osFZJ0JTXPNFP.json │ ├── !tables.results!q83PUKIAznuLpqSr.FL0DEM3DhRGbv4AG.json │ ├── !tables.results!q83PUKIAznuLpqSr.M8VKYie0UBgGPGRB.json │ ├── !tables.results!q83PUKIAznuLpqSr.PxVizZdjigztf4UH.json │ ├── !tables.results!q83PUKIAznuLpqSr.S2SRrlxctDoHACm1.json │ ├── !tables.results!q83PUKIAznuLpqSr.b4iC8LuRcPRGE4at.json │ ├── !tables.results!q83PUKIAznuLpqSr.bhGIFPdpt9gUJAny.json │ ├── !tables.results!q83PUKIAznuLpqSr.e3Y6IBqetlQqrwnw.json │ ├── !tables.results!q83PUKIAznuLpqSr.mSXl6A8WKJmVkGjO.json │ ├── !tables.results!q83PUKIAznuLpqSr.t1IT7UBVnDsVcBhm.json │ ├── !tables.results!qwzmxwaurxwhTc4f.4jqMymzAFGuhnG6y.json │ ├── !tables.results!qwzmxwaurxwhTc4f.PzjWr4jzsKuv4BZR.json │ ├── !tables.results!qwzmxwaurxwhTc4f.hx5wEmfBi69e9Nbv.json │ ├── !tables.results!r87J1r4hXVNnPDUK.7BChaxkrNLxtppxY.json │ ├── !tables.results!r87J1r4hXVNnPDUK.BQuhbE1WIuc5gOto.json │ ├── !tables.results!r87J1r4hXVNnPDUK.CcQKT4cCH14EwWwl.json │ ├── !tables.results!r87J1r4hXVNnPDUK.QS74FxQxoKBZ3sce.json │ ├── !tables.results!r87J1r4hXVNnPDUK.Yihi2OJgVq2VUskf.json │ ├── !tables.results!r87J1r4hXVNnPDUK.bcoQHsMuFXlCWCzB.json │ ├── !tables.results!r87J1r4hXVNnPDUK.hkxPw16K2sOTKC3S.json │ ├── !tables.results!r87J1r4hXVNnPDUK.ltUdGEgZq18rCsce.json │ ├── !tables.results!r87J1r4hXVNnPDUK.p8QbG7JDIiUgEtHy.json │ ├── !tables.results!r87J1r4hXVNnPDUK.qJAr4xJXj18x27oe.json │ ├── !tables.results!r87J1r4hXVNnPDUK.tA4lGEWDqZX8ujF0.json │ ├── !tables.results!r87J1r4hXVNnPDUK.uuZGp587Ul243hGh.json │ ├── !tables.results!sLMGErVzVfKaLW7r.2YPAg4HFXR5bTA3d.json │ ├── !tables.results!sLMGErVzVfKaLW7r.8JDYgzOtBzFBi7rE.json │ ├── !tables.results!sLMGErVzVfKaLW7r.FZjERZWvdzkXh0pm.json │ ├── !tables.results!sLMGErVzVfKaLW7r.FoCv7nnhi7zlJGSA.json │ ├── !tables.results!sLMGErVzVfKaLW7r.Mwc6UI2IlLA6HFc6.json │ ├── !tables.results!sLMGErVzVfKaLW7r.XmXlyHev31GRRtzl.json │ ├── !tables.results!sLMGErVzVfKaLW7r.aHF2lXpCP89uVetJ.json │ ├── !tables.results!sLMGErVzVfKaLW7r.bB6o7PS1LMq6dXUl.json │ ├── !tables.results!sLMGErVzVfKaLW7r.cpv69uGbloJc1scW.json │ ├── !tables.results!sLMGErVzVfKaLW7r.davCRJhzxzz0zgdR.json │ ├── !tables.results!sLMGErVzVfKaLW7r.gQYerjsfjNR6h9bt.json │ ├── !tables.results!sLMGErVzVfKaLW7r.iGBveH7iL4XVlJpL.json │ ├── !tables.results!sLMGErVzVfKaLW7r.u3h72S63lDUmibhb.json │ ├── !tables.results!sLMGErVzVfKaLW7r.xWNE8wxDJTVlu8FJ.json │ ├── !tables.results!sLMGErVzVfKaLW7r.zpgd0MHPECig6w8d.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.1RvsqGpyjFPC9XWW.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.21lFWr4EAaJrN4PY.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.52tEmCumwpX5RTd4.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.8MqzfRhHNkt3ZaGk.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.8ykkrYPVhYXE3YEj.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.FJEcV4yoDCfWLcw7.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.I3JuQERsvhY9HrEl.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.Ii6Yz9Owtql3lp2h.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.J15Ov1mJkgZCg4nF.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.JpJQ9biuqGNQWZYU.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.RzG4Him1q59Pgudx.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.VIdEkHBgv4y6Gj0u.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.XxJDZyDQHdrJmr4m.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.ZP0KxBOKU0FX4VOw.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.aOOVz2ApXmpELyGe.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.l3mIi4ukkXPgvQFy.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.oSFOnsFDShKT1hvn.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.tCu2xRDJljPhNVZF.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.tcKuWEf8to7wM6sl.json │ ├── !tables.results!swiCqIGo0Bb3sJyI.tr59AE7TrrWtmeFQ.json │ ├── !tables.results!tXhX6Iv3rOc6GlF6.75GJHt36EtuofTvq.json │ ├── !tables.results!tXhX6Iv3rOc6GlF6.8wXIzpo54QsbWBxT.json │ ├── !tables.results!tXhX6Iv3rOc6GlF6.EI6osFZJ0JTXPNFP.json │ ├── !tables.results!tXhX6Iv3rOc6GlF6.FL0DEM3DhRGbv4AG.json │ ├── !tables.results!tXhX6Iv3rOc6GlF6.M8VKYie0UBgGPGRB.json │ ├── !tables.results!tXhX6Iv3rOc6GlF6.PxVizZdjigztf4UH.json │ ├── !tables.results!tXhX6Iv3rOc6GlF6.S2SRrlxctDoHACm1.json │ ├── !tables.results!tXhX6Iv3rOc6GlF6.b4iC8LuRcPRGE4at.json │ ├── !tables.results!tXhX6Iv3rOc6GlF6.bhGIFPdpt9gUJAny.json │ ├── !tables.results!tXhX6Iv3rOc6GlF6.e3Y6IBqetlQqrwnw.json │ ├── !tables.results!tXhX6Iv3rOc6GlF6.mSXl6A8WKJmVkGjO.json │ ├── !tables.results!tXhX6Iv3rOc6GlF6.t1IT7UBVnDsVcBhm.json │ ├── !tables.results!uM6xHa4gqStMgONB.DW2VjzX5VXw3bU8w.json │ ├── !tables.results!uM6xHa4gqStMgONB.hM8FrV5sbQ3AUYAA.json │ ├── !tables.results!uM6xHa4gqStMgONB.j3Ip3ynySLmz0rvF.json │ ├── !tables.results!uM6xHa4gqStMgONB.wW8C7IBCvdCIY8TC.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.163cX7NexgboLoCU.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.1RkGLZQCnmmTQdBc.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.1u6f58tMQG048FqT.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.3deVdC5KNoQsykzJ.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.5KLvQWTzxzq4CJG3.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.5NN4iEWXdwS67cXy.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.5zMBVpcJckAa1zRl.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.6W5r1q1B0aHQWsJH.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.8Dys9HaOlHgDhDvV.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.AROyZyIAJr3VfNRL.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.ApZwvFZanCw2c2nv.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.B3W94CEFi1X8REHs.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.CqoO7JQBRO3aBChZ.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.Hf08sJWUwuQe06J1.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.IdA19Hici26UmyCH.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.KvUfWNBfMdKALdar.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.Luat1HVCDsxTAwjD.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.McPtJhCsQilGfSXP.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.OkHM2AipQ6Ehtw8C.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.Owrslo4qmhIaspuM.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.SkQz9h6dzGHwFpmk.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.URGOZdVQzm4Cfbeu.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.X3wLZ5p0q929pran.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.YM9Dl1jeXDxUaMsp.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.YdS7DxVmTD5grGHk.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.Z4q0ugak19Eh2xgJ.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.ZbhNWwabPCq8fpP8.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.a7JQ6ao7dXkmrkmv.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.aK1qjx7ZQChAGV7A.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.auvlshGIQDLaZ9yw.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.biWM8u6LgPKhReBJ.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.bxbkK7o7tuOV2hlm.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.dDKwL7BZWIkGHMmE.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.eG9XJaM1ths4xgx6.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.eRbCBbRfwNNlH2oO.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.enJwaBgD8AS0C9zV.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.etuwKHdWtFcCIhd0.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.fvfZO826nSjs3OyN.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.gqGz4LbXX6tLvt1N.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.iMlH5wtPO5vDIei2.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.ii3YcmLfPnyssks6.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.kcBitA3yDhkChnj8.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.kztKUwkJtCMrcTIM.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.lM93rzHN8T1mqtwT.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.myKg44TJxNhvZNgr.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.pjJXHISWx2ytOa57.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.rFthcfPZEtxSXZ92.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.u7rGj4zC0re85opG.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.w6GIeqVhNED4iST0.json │ ├── !tables.results!ursSNgr3ExIvXiKJ.y0yf70eAbiZ0dlKp.json │ ├── !tables.results!vPME2uXw5RuoKEP8.QRS77XBEpEzftajc.json │ ├── !tables.results!vPME2uXw5RuoKEP8.azFwWV3SqCidw5Lt.json │ ├── !tables.results!vPME2uXw5RuoKEP8.cAp9nXuAW8LZBPio.json │ ├── !tables.results!vPME2uXw5RuoKEP8.qYr4wtYAZAQkEKjo.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.1dojGWHLBxQNeUEK.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.5rbD846DsFBpYefR.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.APRrMRkyzqs3o05P.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.Aj2zH8HXTxmIZ35h.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.D6F6q4AocMqPBxmX.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.DqhJSHFKJi0jlZcy.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.GuqyNk2hzyoY8aSB.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.MlrTeuQz1Z0lUWPh.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.PZ5LKt9UUZIIRsHd.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.XwW8a9obdxna3skH.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.YR1lZPhiDTvH6IGQ.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.ZFAQzOfYjgSAO1aB.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.nUcmRzRVfq2f7yfi.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.qbbuIiBnCU0cFWbH.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.rv9yEf4MdpJtEH1s.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.seEKNHVPKCCSlbE7.json │ ├── !tables.results!vwwDlzGjfaiM0R4S.wud2AMiwYri3wpw9.json │ ├── !tables.results!wPg13uAPhmRPtd8y.9u8xUnAet44VwUpN.json │ ├── !tables.results!wPg13uAPhmRPtd8y.NKwenMXlBGatzJJF.json │ ├── !tables.results!wPg13uAPhmRPtd8y.YbKodmGiXLxZIIB1.json │ ├── !tables.results!wPg13uAPhmRPtd8y.okGnFgeMZFwnLzkz.json │ ├── !tables.results!wPg13uAPhmRPtd8y.vTXKHPBrmm1BNNFk.json │ ├── !tables.results!wPg13uAPhmRPtd8y.xkzPf9tqzdqjmOqB.json │ ├── !tables.results!xM3hghlK5nvo46Vo.0sch8KZYnpLbEJkz.json │ ├── !tables.results!xM3hghlK5nvo46Vo.PIfJWdijukk0EJG5.json │ ├── !tables.results!xM3hghlK5nvo46Vo.hXzmSLp83enPzqsF.json │ ├── !tables.results!xM3hghlK5nvo46Vo.iscFlZ02gcViCG5D.json │ ├── !tables.results!xM3hghlK5nvo46Vo.oDaofH0CycY2yecg.json │ ├── !tables.results!xM3hghlK5nvo46Vo.xzMXXzgv5KOW79vk.json │ ├── !tables.results!xM3hghlK5nvo46Vo.yMrDW9WT5L6T9ITk.json │ ├── !tables.results!y0TtbiVpG3NBjQjy.0p4jnOR2byA9vYBm.json │ ├── !tables.results!y0TtbiVpG3NBjQjy.1cQhUE8nkQiINcha.json │ ├── !tables.results!y0TtbiVpG3NBjQjy.6Zp3j1iG75d6fDzW.json │ ├── !tables.results!y0TtbiVpG3NBjQjy.AdDsRK21U3kQRmHS.json │ ├── !tables.results!y0TtbiVpG3NBjQjy.JY17MyvXNA8UVqjT.json │ ├── !tables.results!y0TtbiVpG3NBjQjy.SVmht2tV7hLMHLF6.json │ ├── !tables.results!y0TtbiVpG3NBjQjy.SlGGjdqWvICNIm8o.json │ ├── !tables.results!y0TtbiVpG3NBjQjy.UR0v5qT5WGnVfsrY.json │ ├── !tables.results!y0TtbiVpG3NBjQjy.bvgB3HyCshDQLbYA.json │ ├── !tables.results!y0TtbiVpG3NBjQjy.ojmYXfIDp378LKDC.json │ ├── !tables.results!y0TtbiVpG3NBjQjy.sYWHR1sWSv9d7BRp.json │ ├── !tables.results!y0TtbiVpG3NBjQjy.scDhPVRcYecZ0L6w.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.0HzAqoixC4juRqFc.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.50BtdNjlBy77VnvK.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.9jTVBNV3Mys95S6e.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.A205bYl0kOoEUxfy.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.AaS5ZulkjlbOinMu.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.At9G5H7q9k4Uj9xP.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.Foh9VNGQlBhBnnRu.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.H3VxVLcdFh68qFe8.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.KGVNQLSqnCEb5jFJ.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.NU87l4O8aaQoiLkZ.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.Sd335i1gfTNPXjZa.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.awC49RzaIjSh5iM5.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.ek0JQB28ubJKskAG.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.fos6F7xK6RvVrnFQ.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.gGNUylJoz4c5sxIi.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.nFO6CLacDPwVQVac.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.nMDxeBylOVuoLuCc.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.ushm8QFA9VJnjAZm.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.vBRS0PO7dddUflXr.json │ ├── !tables.results!yC1cHYZvhs05Rm1N.x1WjiYxpegKSi4gn.json │ ├── !tables.results!zIJh954RRbmssIFq.5zB01FKKZ8z7caY1.json │ ├── !tables.results!zIJh954RRbmssIFq.7ed943puZWDIh6Kl.json │ ├── !tables.results!zIJh954RRbmssIFq.9CPAszHssUDgiw0B.json │ ├── !tables.results!zIJh954RRbmssIFq.AmfzEz7L9hfqOL44.json │ ├── !tables.results!zIJh954RRbmssIFq.HS0bkm1MhjPOklOR.json │ ├── !tables.results!zIJh954RRbmssIFq.PLG5mQ4PfV62u94e.json │ ├── !tables.results!zIJh954RRbmssIFq.TBZeupq6Yl2A1mQU.json │ ├── !tables.results!zIJh954RRbmssIFq.ULddmA4N3BceGJdO.json │ ├── !tables.results!zIJh954RRbmssIFq.ZlzvdmR8sveeVfPI.json │ ├── !tables.results!zIJh954RRbmssIFq.eQQjMZVQMRM1btn1.json │ ├── !tables.results!zIJh954RRbmssIFq.fWGBeBqo3ts7ZUu6.json │ ├── !tables.results!zIJh954RRbmssIFq.g8RSWNjHlR51QpPe.json │ ├── !tables.results!zIJh954RRbmssIFq.hEquXDlGCRHtddiO.json │ ├── !tables.results!zIJh954RRbmssIFq.npzK6G5FE2NPH3e7.json │ ├── !tables.results!zIJh954RRbmssIFq.oOD4bxazW5ni9pdo.json │ ├── !tables.results!zIJh954RRbmssIFq.tbD3K5wZRwwy5TgD.json │ ├── !tables.results!zIJh954RRbmssIFq.topWwPDD9x4jrCwb.json │ ├── !tables.results!zIJh954RRbmssIFq.v28S4RNYe8o6BIbG.json │ ├── !tables.results!zIJh954RRbmssIFq.vcQTPFbpPbuDXRQo.json │ ├── !tables.results!zIJh954RRbmssIFq.zPj8EPXeFZTXsSSu.json │ ├── _1_ac_dual_wield__3uS5ikvFKm1sS1DN.json │ ├── _1_on_spellcasting_checks__0KkfuxQC2lKy3qye.json │ ├── _1_on_spellcasting_checks__2Mjgqad6n43bRS3k.json │ ├── _1_on_spellcasting_checks__GMo8T9XHQnGAEu02.json │ ├── _1_on_spellcasting_checks__b50PEac019YpvOhS.json │ ├── _1_on_spellcasting_checks__cnb8t7HmymR7uFWg.json │ ├── _1_on_spellcasting_checks__hBfULiC7gVHM8sj5.json │ ├── _1_on_spellcasting_checks__ieja2ee6ZqoThqUq.json │ ├── _1_on_spellcasting_checks__oYZ2KMpJI2ms7U2M.json │ ├── _1_on_spellcasting_checks__rcdVTLVHEuwECIh7.json │ ├── _1_on_spellcasting_checks__tp84WzIeJWKSfuOi.json │ ├── _1_to_ac__a0TxSPzLzNnlyzX2.json │ ├── _1_to_ac__gpwTiAXHbFFcvkJl.json │ ├── _1_to_charisma__1VVIO26M5JokyqN4.json │ ├── _1_to_charisma__dEcKCeDpQuau6m2s.json │ ├── _1_to_charisma__oMqbimLdQIY4YUTj.json │ ├── _1_to_constitution__P8SIXjAyU8uDdmww.json │ ├── _1_to_constitution__tvMZYuFH7v1hSUu5.json │ ├── _1_to_constitution__vyFEkrkXDRvOobul.json │ ├── _1_to_damage__Afe9cjdUJroPDLU7.json │ ├── _1_to_damage__EsjS3q1pCZEN4G2D.json │ ├── _1_to_damage__VdqRXeNrpcGEYX4N.json │ ├── _1_to_damage__Z3Q2TlfoHPfAjuHK.json │ ├── _1_to_dexterity__Dqfqj9XZfpn9GZFY.json │ ├── _1_to_dexterity__heTmtgDVQyGfwFVs.json │ ├── _1_to_dexterity__qdMD3TflCa7aEokQ.json │ ├── _1_to_intelligence__GlXjwH3o7hLDfKop.json │ ├── _1_to_intelligence__ZETK7JBywljD9EFz.json │ ├── _1_to_intelligence__bCFeX9DGivYxibzu.json │ ├── _1_to_magical_dabbler_rolls__7gMw68b5NFPKBl5V.json │ ├── _1_to_magical_dabbler_rolls__hczFItDAlSJ3XhNo.json │ ├── _1_to_melee_and_ranged_attacks__5eCdL2a7RXKeTskU.json │ ├── _1_to_melee_and_ranged_attacks__M2eQyyt0eSP4yAG7.json │ ├── _1_to_melee_and_ranged_attacks__NeLvJsCj8J0dK9CD.json │ ├── _1_to_melee_and_ranged_attacks__PqOhoOBBzmnmpKBX.json │ ├── _1_to_melee_and_ranged_attacks__VJNIPBZFp4FzxDnk.json │ ├── _1_to_melee_and_ranged_attacks__VdqRXeNrpcGEYX4N.json │ ├── _1_to_melee_and_ranged_attacks__VwxBuVQhig3L2ZIX.json │ ├── _1_to_melee_and_ranged_attacks__ZmNNZXGHUy01mLQR.json │ ├── _1_to_melee_and_ranged_attacks__pBkS6NvUCG0Nx0X8.json │ ├── _1_to_melee_attacks__39dfIuez9HPaTZ9w.json │ ├── _1_to_melee_attacks__3MByfBYtzZzMRwyX.json │ ├── _1_to_melee_attacks__4ykXnJvmU4FCBVn9.json │ ├── _1_to_melee_attacks__FRKlezzFZWilBVgh.json │ ├── _1_to_melee_attacks__OWd1FngettRNnVVU.json │ ├── _1_to_melee_attacks__Ok9QceTSSYP7XgSq.json │ ├── _1_to_melee_attacks__P4APwE3PjmK0zZS9.json │ ├── _1_to_melee_attacks__RPesdhBtzQyC2KTy.json │ ├── _1_to_melee_attacks__W5LGUFV5FrY2yqQX.json │ ├── _1_to_melee_attacks__c5EfVLh62DaEj0qZ.json │ ├── _1_to_melee_attacks__gsnPF50fNRzNYiFF.json │ ├── _1_to_melee_attacks__jjdejPcw3N2j4b0V.json │ ├── _1_to_melee_attacks__m7k9rkxtEZOZvvq8.json │ ├── _1_to_melee_attacks__sSgkHTzo6o72VNNT.json │ ├── _1_to_melee_attacks__sl2sZkOfAMaEbjq8.json │ ├── _1_to_melee_attacks__uW6sYsZJAt33Tveq.json │ ├── _1_to_melee_attacks_and_damage__aPklVk1LTYxCECxr.json │ ├── _1_to_melee_attacks_and_damage__mtVNlphACCKudpVh.json │ ├── _1_to_melee_attacks_and_damage__ouO9igdo4GShlpzb.json │ ├── _1_to_melee_damage__3mgb4htWQ8Lyc8ks.json │ ├── _1_to_melee_damage__J28wRkfaZuOACPhT.json │ ├── _1_to_melee_damage__RByrpuv1MSgPrJNr.json │ ├── _1_to_melee_damage__URnN0s5T6KkCUOkc.json │ ├── _1_to_melee_damage__oGH2I1rhY4Xi2YQj.json │ ├── _1_to_ranged_attacks__091l4CxS6HBrbOky.json │ ├── _1_to_ranged_attacks__3ycSx39Jmtbw3PAx.json │ ├── _1_to_ranged_attacks__6kAlgHT0aplp5chB.json │ ├── _1_to_ranged_attacks__GzXlTtJ6u0TMVIJx.json │ ├── _1_to_ranged_attacks__RSNLKHRnuAW3szkJ.json │ ├── _1_to_ranged_attacks__XZzKQOrQXRN7Qou3.json │ ├── _1_to_ranged_attacks__f0Lp4XTZRQ2vqEqD.json │ ├── _1_to_ranged_attacks__iyUzjgnbOlfguGtd.json │ ├── _1_to_ranged_attacks__n7uJpmqV4AiaEhCX.json │ ├── _1_to_ranged_attacks__uWMnDA1RC07jO52V.json │ ├── _1_to_ranged_attacks_and_damage__qaxtytgC14dTLeaE.json │ ├── _1_to_ranged_attacks_and_damage__yyt3RfpUl8h1Ps0n.json │ ├── _1_to_strength__4YPLoRHOy1h63JSm.json │ ├── _1_to_strength__5CBf8sLkJz7DCAw0.json │ ├── _1_to_strength__Q6QwoMmrZS0lISoJ.json │ ├── _1_to_weapon_attacks_and_damage__XV4i3tEetO2Hl6HW.json │ ├── _1_to_weapon_attacks_and_damage__qAj6GETuknSIWdxw.json │ ├── _1_to_wisdom__QPx7FSI1elTogwMF.json │ ├── _1_to_wisdom__hCBhdV1ScYd8rHXi.json │ ├── _1_to_wisdom__rwTxaepcJmcFYxsM.json │ ├── _1_use_per_day_of_petrifying_gaze__50pTtuWRF4mUEIHn.json │ ├── _1_use_per_day_of_petrifying_gaze__Z8V7PxqsBbXK0vYM.json │ ├── _1_xp_for_secrets__CYltJxlhj4697eoE.json │ ├── _1_xp_for_secrets__ting27K52nKeHVFs.json │ ├── _2_to_charisma__9KRMhcAwch5yIcGf.json │ ├── _2_to_charisma__AipGfTboairKszSh.json │ ├── _2_to_charisma__EjYvrIKiECa8nlyr.json │ ├── _2_to_charisma__FVBTenJF0H7TlO1C.json │ ├── _2_to_charisma__JhUoNT5GxYxJnkBW.json │ ├── _2_to_charisma__mRaoKNJIcM65e5P9.json │ ├── _2_to_charisma__zWYEp2vfd4hL0tzf.json │ ├── _2_to_constitution__DcJLusNhfvUcAQLl.json │ ├── _2_to_constitution__I2VZj9sIeqfeBRpO.json │ ├── _2_to_constitution__IBnTy2o2WlNO8diH.json │ ├── _2_to_constitution__ShfsugAB4FBHqExq.json │ ├── _2_to_constitution__V0MKHlUbzH5CU66T.json │ ├── _2_to_constitution__asqi1OvG924Gu5C5.json │ ├── _2_to_constitution__eGx16lzfXof8yKwd.json │ ├── _2_to_constitution__g27db7DK5oReedOu.json │ ├── _2_to_constitution__gooim64jojyJ2W8r.json │ ├── _2_to_constitution__oMz5DCwOgHErsMo7.json │ ├── _2_to_dexterity__4g12hhScQd1QEkQg.json │ ├── _2_to_dexterity__5oJDFWhBzrbLd6ve.json │ ├── _2_to_dexterity__9v8u3oIKb1N0rdRM.json │ ├── _2_to_dexterity__ChsE9hNqm0Ygz9Uf.json │ ├── _2_to_dexterity__PaRSmTRors92vNHj.json │ ├── _2_to_dexterity__RUc1j8LPlIBS61Cs.json │ ├── _2_to_dexterity__ShfsugAB4FBHqExq.json │ ├── _2_to_dexterity__Tg3G6ufaanPKjcto.json │ ├── _2_to_dexterity__Wz5drbq2Jh8fTE1v.json │ ├── _2_to_dexterity__Xx3nkXAuSTGquTWk.json │ ├── _2_to_dexterity__cIXJOUVBkDCB3qKW.json │ ├── _2_to_dexterity__cP5A9kBl3bonbYDt.json │ ├── _2_to_dexterity__hx2GN61yJZvW4nor.json │ ├── _2_to_dexterity__it1KXZxh17RKYsG2.json │ ├── _2_to_dexterity__mjB4wtgSleT8KVT0.json │ ├── _2_to_intelligence__GdBfoWNz5leRfsRQ.json │ ├── _2_to_intelligence__HTzq4FrfzIrG7BoQ.json │ ├── _2_to_intelligence__ONCiXKMdDVi7Z63Q.json │ ├── _2_to_intelligence__dSjjsi3vgVid9vIO.json │ ├── _2_to_intelligence__v2axkaQH8Sjmwbvx.json │ ├── _2_to_strength__C4k5rtaLhMKmMbsi.json │ ├── _2_to_strength__F9x3Mklc87ztqgQQ.json │ ├── _2_to_strength__FLge4r1MAbu3to9p.json │ ├── _2_to_strength__PTFJSiDTH7423FGk.json │ ├── _2_to_strength__RX3hqCehCxrwsYbe.json │ ├── _2_to_strength__VQ7bgxlXSxchYS49.json │ ├── _2_to_strength__blV38C2bmFfkYdpm.json │ ├── _2_to_strength__edJtGmodoQVoyT9E.json │ ├── _2_to_strength__fLazNranC5IjxzHG.json │ ├── _2_to_strength__oerOdfXXWmQkImYI.json │ ├── _2_to_strength__pMCmooKHJh2qb3kD.json │ ├── _2_to_strength__sEoxLO4ToWmPYl3J.json │ ├── _2_to_strength__udQwJeodk1RM2yyr.json │ ├── _2_to_strength__vklY5SecLY8aio0k.json │ ├── _2_to_strength__vrQrsASJK5RmsmZA.json │ ├── _2_to_wisdom__TzEk7T5B85c0fm3C.json │ ├── _2_to_wisdom__bnv5azUa7bkvU2Qn.json │ ├── _2_to_wisdom__hvcXSaYRjUrJEGXK.json │ ├── _2_to_wisdom__pULgtvU9fVoD9p9G.json │ ├── _2_to_wisdom__zBk7BK9ePnEJBcwV.json │ ├── acolyte__pGPttC22wLY7Y27Q.json │ ├── add_wisdom_to_roll__GkV534oHvG2idNp6.json │ ├── add_wisdom_to_roll__gU43cPSE9gE9y5gT.json │ ├── additional_black_lotus_talent__TTKzmcpfzqCFofN8.json │ ├── additional_black_lotus_talent__j2cUqus95ATrII4E.json │ ├── additional_hp__ySv3ENtCInOjxHyD.json │ ├── additional_omen_use__0YTkk05EoXeCb1pW.json │ ├── additional_omen_use__rbLOcnEiXU5g5zis.json │ ├── additional_use_of_charge__34A67VkneCSvDgJA.json │ ├── additional_use_of_charge__y5zWilR7Wo03pk4m.json │ ├── additional_use_of_smoke_step__KC2csh2be1TzEcwq.json │ ├── additional_use_of_smoke_step__X8kbXADMeDvMGVen.json │ ├── advantage_on_melee_attacks__AQPGmxwBqUuQjKWg.json │ ├── advantage_on_melee_attacks__VA9pNnFn3TrNXLo9.json │ ├── adventuring_site_name__name_1__fHZAw0dV5JbDAi7E.json │ ├── adventuring_site_name__name_2__2nHdxMs1BHY1FUhq.json │ ├── adventuring_site_name__name_3__m44GYY0BRQWdsBN4.json │ ├── adventuring_sites__65GsOOv4rt5IUBt7.json │ ├── armor_mastery__oyZa7BdWVE57dt52.json │ ├── armor_mastery__pBkS6NvUCG0Nx0X8.json │ ├── arrows__LAZiIX2IRAjnNrlc.json │ ├── avoid_entrapment_injury__LbWaQWCJF2qKlKuB.json │ ├── background__nkmJy4wfE9Q0VWeY.json │ ├── backstab__1_damage_dice__68IbwXh2ZkIU7M9C.json │ ├── backstab__1_damage_dice__kfgo4HT2WijpjQrV.json │ ├── bag_of_holding__94ieXNNg3I6n8KwY.json │ ├── banished__kj525cAk0PCshvKK.json │ ├── barbarian__X8xZVMHcCutHbcby.json │ ├── bard__0uvYbFK82A1qjIJd.json │ ├── basilisk_egg__AVlxOHvARFVkl0xO.json │ ├── basilisk_egg__pubS2pNjTMlcbfDi.json │ ├── black_lotus_talents__ObIfXvSHGcmkhgzX.json │ ├── black_lotus_talents__PedzlngrlmGSd2AU.json │ ├── black_lotus_talents__pQAyZAcfrs9JrG0Q.json │ ├── caltrops__J0QFVzVFhyfpaFAa.json │ ├── caltrops__xYt0fqKJvBue0VMQ.json │ ├── character_background__dbU918S4CVYyoW7S.json │ ├── character_names__dwarf__IVnsYyvJAM36YQsv.json │ ├── character_names__elf__44P8mz0yaCsTtKeq.json │ ├── character_names__goblin__PCDY6HMLaToPHurV.json │ ├── character_names__half_orc__noInf0ReaXapH7xb.json │ ├── character_names__halfling__zIJh954RRbmssIFq.json │ ├── character_names__human__ZbrMK1WDNtz1ajJn.json │ ├── character_names__kobold__swiCqIGo0Bb3sJyI.json │ ├── chirurgeon__2MCoDg81l58aEa8a.json │ ├── class_talents__bard__ZzffJkaIfmdPzdE7.json │ ├── class_talents__basilisk_warrior__khLpCbi8HThFjy9a.json │ ├── class_talents__desert_rider__vwwDlzGjfaiM0R4S.json │ ├── class_talents__fighter__dExHo4P85MgpwHd9.json │ ├── class_talents__knight_of_st__ydris__vPME2uXw5RuoKEP8.json │ ├── class_talents__nvmUa5zF3reHgMlg.json │ ├── class_talents__pit_fighter__owING8sYmiI43Od0.json │ ├── class_talents__priest__CtkKBhsOpV1v5YjX.json │ ├── class_talents__ranger__PPsLlxyDTbhy1aRI.json │ ├── class_talents__ras_godai__0vRwhfQgvAkzToHN.json │ ├── class_talents__sea_wolf__r87J1r4hXVNnPDUK.json │ ├── class_talents__seer__XU4gJD2AK8FCeEZh.json │ ├── class_talents__thief__sLMGErVzVfKaLW7r.json │ ├── class_talents__warlock__xM3hghlK5nvo46Vo.json │ ├── class_talents__witch__fifOKQmilp9Y45lf.json │ ├── class_talents__wizard__RQ0vogfVtJGuT9oT.json │ ├── club__0IxfP0jcqbK9uvkC.json │ ├── club__BwRuWMdJnsZXa2aV.json │ ├── crowbar__SF6yDgYCHAhzvScQ.json │ ├── crowbar__yc8Hdt0nbh6COpTk.json │ ├── cult_initiate__nAs7C0ThYCoGdOVJ.json │ ├── dagger__mjQZ04kzIjd4YwfC.json │ ├── dagger__uFBctEiObrgOv1EJ.json │ ├── demonic_possession_bonus__6zXWEWiyQlMVRtfx.json │ ├── demonic_possession_bonus__Ynl8eGAB1Ygpie7n.json │ ├── distribute_to_stats__1d6RtQGNQJy3PXvg.json │ ├── distribute_to_stats__1f4XwVZFTX8HGFeu.json │ ├── distribute_to_stats__3PJRotooaESSqjnl.json │ ├── distribute_to_stats__99VfvZ0es75tMHRJ.json │ ├── distribute_to_stats__CfOKDs4Nr4HwevXj.json │ ├── distribute_to_stats__D8sBmPHiSjR9PZ7K.json │ ├── distribute_to_stats__EmBGQUSaf5L7ojKJ.json │ ├── distribute_to_stats__I3x7nI5rOQULCyOu.json │ ├── distribute_to_stats__PGpSTzWj5JhUZoNo.json │ ├── distribute_to_stats__PbUIhOIaxDbQXeWQ.json │ ├── distribute_to_stats__U7KzRcUvfqUGQx5H.json │ ├── distribute_to_stats__ac9IHgnh8ZWYjH5N.json │ ├── distribute_to_stats__dlu32ysGh6A5e5KX.json │ ├── distribute_to_stats__dpeuP5ftKBP86aP1.json │ ├── distribute_to_stats__g66FwWpV9CNiEgSL.json │ ├── distribute_to_stats__j0zaAW1vY7lVA4Vy.json │ ├── distribute_to_stats__kUGQVhomlc6KngXV.json │ ├── distribute_to_stats__oB7EljreQF5o8xGj.json │ ├── distribute_to_stats__uAUyk0eZaIY3ny6b.json │ ├── distribute_to_stats__wz4n6yUzBW6RVZsw.json │ ├── distribute_to_stats__xflr6PDNg3i9tmBw.json │ ├── distribute_to_stats__yGcnNJyu8y2fJT7o.json │ ├── duality__T9mZMjD9D4bUaYN5.json │ ├── duality__f2ChFkhF5dmTNqdo.json │ ├── dungeon_names__name_1__2jy6YrCKfrKewPho.json │ ├── dungeon_names__name_2__1RaFraTFH6enPqOH.json │ ├── dungeon_names__name_3__ursSNgr3ExIvXiKJ.json │ ├── dwarf__p3IHkB8sH7wivTOi.json │ ├── elf__zMbiNixekOSYeO8O.json │ ├── fighter__kiuS4qMhOHC5B8KO.json │ ├── find_a_random_priest_or_wizard_wand__ng4Nw7XFFWgtRFe2.json │ ├── find_a_random_priest_or_wizard_wand__szjvdgiVEu0cuMzr.json │ ├── flint_and_steel__IDXpskSSURpCZMvl.json │ ├── flint_and_steel__plbajel7f7666OTh.json │ ├── force_gm_reroll__rXO49oYGESKugM75.json │ ├── force_gm_reroll__z3JsdSA3yTfGlv56.json │ ├── force_morale_check__jd6V7fRcXbNS8cLk.json │ ├── force_morale_check__sLxf2ugDHsnnIVRP.json │ ├── go_berserk__Dc2IljgTDaMDKhCi.json │ ├── go_berserk__ukAKARj9eP4f17hj.json │ ├── goblin__RlysHyjkyscqlkCA.json │ ├── grappling_hook__Klg9RjgM9Lo25IiF.json │ ├── grappling_hook__kTaj1myMa5e0bXgz.json │ ├── half_orc__alBExel2xk6XVXhW.json │ ├── halfling__rCsmMUY5BfKAemw5.json │ ├── hazard__damage__o3UHKv5XsgEaPuKt.json │ ├── hazard__movement__y0TtbiVpG3NBjQjy.json │ ├── hazard__weaken__dZI4pD5LANhtod9O.json │ ├── hazards__aACN5KwbBOFqwyhJ.json │ ├── herbalism_check_advantage__cRnbilUmms23Xcsf.json │ ├── herbalism_check_advantage__fEmS53UsCeWZxjgW.json │ ├── herbalist__xIdLNiLnlz7XGDlE.json │ ├── hide_from_creature__7vUMMDPTWVLtRSgy.json │ ├── human__I9JFIjkDHy4wKoxN.json │ ├── hypnotize__OjESzhXmkRXRptqc.json │ ├── hypnotize__kNHLU5Jg5fuOZhyo.json │ ├── ignore_all_damage__kuWuSjzaPliAeUPh.json │ ├── ignore_all_damage__ojjtt091udS568qk.json │ ├── immunity_to_acid__1jUduG2tw1T3GDmS.json │ ├── immunity_to_acid__qvP1Dwr8kCNhQOeY.json │ ├── immunity_to_cold__7Cv53DjIjA10IvPD.json │ ├── immunity_to_cold__oeelo59UjQgIYUEy.json │ ├── immunity_to_poison__FMPnW7JNBIoW2pGi.json │ ├── immunity_to_poison__cnBphjA6fwkKiUq8.json │ ├── improved_presence_dc__P4U9xBHYWX7t3Pqc.json │ ├── improved_presence_dc__gmFVDABLTgEKl2gF.json │ ├── increased_flourish_heal__eneJ7c3K7CbHSiSH.json │ ├── increased_flourish_heal__fHDWqshxkTH2SKuf.json │ ├── increased_weapon_damage_die__5xQWKV5ac03PC7bT.json │ ├── increased_weapon_damage_die__6YHmI605gJPGbb58.json │ ├── initiative_advantage__DrOU62qVXJX3yvvW.json │ ├── initiative_advantage__RyE0dwylYBmsCHoY.json │ ├── initiative_advantage__ViXM05e2G0HdeEzP.json │ ├── initiative_advantage__yePwQIk9PROkQknC.json │ ├── iron_spikes__JfzXxuU3fqs2WXr2.json │ ├── iron_spikes__zhnzob9UP8Axzq7c.json │ ├── jeweler__WPgP68L9S5KdUyCl.json │ ├── learn_a_wizard_spell__J5BrOWEBfnGz6TOl.json │ ├── learn_a_wizard_spell__pjJcSMrBg1IhEAHo.json │ ├── learn_melee_weapon__1ahzLslWnLCuC8n5.json │ ├── learn_melee_weapon__9cSiZiY5rzMZdT8S.json │ ├── learn_seer_spell__4Ayj6lcLPGHeF04I.json │ ├── learn_seer_spell__F60d0n152Jo4Tb6T.json │ ├── learn_to_wield_a_longbow__EIESJe7TYSrPR7Lf.json │ ├── learn_to_wield_a_longbow__maQT0ylt6hkVAygR.json │ ├── learn_witch_spell__qXC8AXuEpbiV313J.json │ ├── learn_witch_spell__z4acXCaOMGvZa9I6.json │ ├── learn_wizard_spell__VLpQP94IrpWG9XJG.json │ ├── learn_wizard_spell__vCbCPGgWoc5Zw4G6.json │ ├── magic_item__eZvcd6Fq9DlXrSQx.json │ ├── magic_item__name_1__8piSI566ZPW7kA87.json │ ├── magic_item__name_2__OQWo5AQe0XOcVWjD.json │ ├── magic_item__name_3__yC1cHYZvhs05Rm1N.json │ ├── magic_resistance__EbXl9TXkEochjEzH.json │ ├── magic_resistance__RrzLf4WgWJQB21WQ.json │ ├── make_a_random_magic_item__4Ayj6lcLPGHeF04I.json │ ├── make_a_random_magic_item__Lnb4CN0ULKs0IFoa.json │ ├── max_2_hp_rolls__cLtfiCeSIB7Wdp9Y.json │ ├── mercenary__iVwJqv2Zpyupbl0w.json │ ├── minstrel__a3UPaoqobbp8WI08.json │ ├── morale_checks_at_dc_18__umg3Dq89glm1NVNb.json │ ├── names__sI1gi6J1ZhWrUq26.json │ ├── noble__5Bnxb4teq8EYAvmO.json │ ├── oil__flask__1LobxByvvgQSx3WF.json │ ├── oil__flask__Cx6EwJ0mMlyTCOfa.json │ ├── oracle__es2O2GjdzKjSCMMG.json │ ├── orphaned__mhZvx0dMXRQnbogs.json │ ├── paralyze_a_target__TtjJRgZPSoNpR7bN.json │ ├── patron_boons__CKyT2XJsdWmcwbhX.json │ ├── patron_boons__almazzat__hywroIYso1ANoq4N.json │ ├── patron_boons__kytheros__3pf5QyJjatNkylNv.json │ ├── patron_boons__mugdulblub__uM6xHa4gqStMgONB.json │ ├── patron_boons__shune_the_vile__oKkk7o3Zhlab2vie.json │ ├── patron_boons__the_willowman__jeMMr372yditrKMj.json │ ├── patron_boons__titania__mi0QYvreMf9j512E.json │ ├── poisons_training__JtyvVAqYv6AOTZAG.json │ ├── poisons_training__U6dngSSFFxKUNeKU.json │ ├── pole__SPRr5Jubauy8JlX1.json │ ├── pole__gV2XYot2bvjvLfNr.json │ ├── potion_of_invisibility__nLjfBMOP3PPs1sYK.json │ ├── priest__nmG7aQMo0pbvJ9oK.json │ ├── prompts__noun__7cYFj7NH2XbHVakm.json │ ├── prompts__verb__1xuTMmp7d9BKkAgk.json │ ├── random_alignment__9GrvqyPrqFuLM46C.json │ ├── random_alignment__TJCChWMoFSEf9qhK.json │ ├── random_ancestry__EJSTyXp75GftHgdd.json │ ├── random_ancestry__ljbaTPUHqeNzyM2b.json │ ├── random_class__fWby9eYWxd1XneDg.json │ ├── random_class__mMgcf5V3voQSvrdr.json │ ├── random_encounter__activity__wPg13uAPhmRPtd8y.json │ ├── random_encounter__distance__qwzmxwaurxwhTc4f.json │ ├── random_encounter__reaction__ZtQzGRfn64Et3yge.json │ ├── random_encounters__SAEiHpeFbNgajWFE.json │ ├── random_gear__2Jz1fWhg7q4wZ36K.json │ ├── random_gear__B8b2l91u8CPbWQt1.json │ ├── random_gear__EfwFok43qDHvPy1a.json │ ├── random_gear__kO1DsufGDcafDCNl.json │ ├── random_gear__o8B8hNVMHWYpd2L8.json │ ├── random_gear__obKp6AhLDL4H0uB5.json │ ├── random_gear__yVogBTQYwjpWB7YI.json │ ├── random_gear_rolls__3158XkwQAHF20RJQ.json │ ├── random_gear_rolls__bTx7SDbteDwOT0wj.json │ ├── ranger__8oqyPUaTzgOvwmh4.json │ ├── ranger__gEPeiWY29oTRWqDG.json │ ├── rations__qypCpu6ORzYHlcr7.json │ ├── read_mind_of_creature__YYdtqKeiDCgowBHw.json │ ├── read_mind_of_creature__sUBmDCtzTCoAeRGi.json │ ├── ride_any_creature__8YhOPdAEUXy9Xcjx.json │ ├── ride_any_creature__pKpX3qGc8mjartGu.json │ ├── roll_random_character__IHpIMJy4xdXZnPFy.json │ ├── rope__60___1XZGsRp8MfQYJbFa.json │ ├── rope__60___mbuYiywUGKlxDlfL.json │ ├── ruin_encounters__PJmTjgwiPdZcYBYT.json │ ├── ruin_encounters__bzOTVXRwSmc4TBit.json │ ├── rumors__MlSMyJcXaJWuZ56O.json │ ├── sailor__EMYJeabWr0Y4YxC0.json │ ├── scholar__WqXw3khBjvofxLkm.json │ ├── scout__Nfduqv15bQZmmmgl.json │ ├── shortbow__iwnV4dX7QBCt94QW.json │ ├── sleep_a_creature__CTzOVFHEqNWfQtcD.json │ ├── slime_form__eGG99yjTr69ERyvB.json │ ├── slime_form__iakzDPNnfN3TnLVc.json │ ├── soldier__STwtg8sVt0Fa30SS.json │ ├── solodark__hdsENCkIGkVbAojZ.json │ ├── something_happens___AsJlWy1q0mmq5caV.json │ ├── spellcasting_advantage__0U8Cm0adaqdF9KIn.json │ ├── spellcasting_advantage__FrNDXcvWB0zOoEGe.json │ ├── spellcasting_advantage__MhA5KpaNRoG5SE7i.json │ ├── spellcasting_advantage__eeyOtYdm7Axjl6SS.json │ ├── spellcasting_advantage__hgnirTxvrLNk5Wmo.json │ ├── spellcasting_advantage__raSEcK1nQbbnn3Zi.json │ ├── starting_gear__level_0___6f3Uvv4Q2RmydfBE.json │ ├── starting_gear__level_0___AfLibZH2R2Cly3BH.json │ ├── starting_gear__level_0___EOr6HKQIQVuR35Ry.json │ ├── starting_gear__level_0___Wwce5chUrii2Tji3.json │ ├── starting_gear__level_0___daG7xIVFbKgwTuvb.json │ ├── starting_gear__level_0__rolls__WKVfMaGkoXe3DGub.json │ ├── teleport__Hf3DleWOFlQGEiaY.json │ ├── teleport__epGQM54jf64rTnjS.json │ ├── teleport_to_familiar__hDzWbaWnguLypaXC.json │ ├── teleport_to_familiar__knFZyF6b2lxXItDP.json │ ├── thief__96c0uKgE0peeK5Vf.json │ ├── thieves__guild__ZUzCIIiZP1g9Y8yc.json │ ├── torch__TDFRGkDSkVeMHC0c.json │ ├── torch__XaDZvcrIQ6UAnFwq.json │ ├── trap__damage_or_effect__Ji8vkF8Lj0ZFMnBO.json │ ├── trap__trap__eIYlfF2074jL0qte.json │ ├── trap__trigger__5NMEXYjDS4C8Tm3n.json │ ├── traps__xG0964oUh9qHNcUX.json │ ├── treasure_0_3__Pi9nnnLeXpTKCSMY.json │ ├── triple_damage_assassin__Wj2OfiFNMjl9TjJ4.json │ ├── upgrade_destined_die__Alur3IGlxMoYUZ3P.json │ ├── upgrade_destined_die__liA8g4eM7qXQeJHh.json │ ├── urchin__H34XhYf7tITyByRX.json │ ├── walk_on_sheer_surfaces__8tkys1MHoifyP1ON.json │ ├── walk_on_water__N6pZUno6wJh8lHze.json │ ├── wanted__qdMp9MEjGO4BBVu7.json │ ├── weapon_mastery__4GZNG0SHARmikiQb.json │ ├── weapon_mastery__ukAKARj9eP4f17hj.json │ ├── wizard__YZUd4kEBfUPUKVlb.json │ ├── wizard_mishap_tier_1_2__NiiJKAiBjpPAj5U1.json │ ├── wizard_mishap_tier_1_2__nJ0VC8CPWGRjVnGf.json │ ├── wizard_mishap_tier_1_2__y1lafduW3hINmggm.json │ ├── wizard_mishap_tier_3_4__tXhX6Iv3rOc6GlF6.json │ ├── wizard_mishap_tier_3_4__uOhW3dzdLm2mgFYA.json │ ├── wizard_mishap_tier_3_4__y1lafduW3hINmggm.json │ ├── wizard_mishap_tier_5__nJ0VC8CPWGRjVnGf.json │ ├── wizard_mishap_tier_5__q83PUKIAznuLpqSr.json │ ├── wizard_mishap_tier_5__y1lafduW3hINmggm.json │ └── wizard_s_apprentice__MGcwWsCUoMl86Wke.json │ ├── solodark-journals.db │ ├── dungeon_names__2hm2G47Y69nylaYO.json │ ├── getting_started__vsthxuoG5GvWqtpf.json │ ├── i_need_a_____dscUke3ZT7BFz9JF.json │ ├── oracle__u6LGPPlB9xrxN8IA.json │ ├── prompts__TJBUn8ozrbSNX8c6.json │ ├── solo_examples__nN7AIx7MUHjoXdWc.json │ ├── solo_gameplay__kU0YxkLbQhgjCEZx.json │ └── solodark__469zWLv72rp2LMiA.json │ ├── spell-effects.db │ ├── ac_bonus__GKcLELNdIj1o3OX3.json │ ├── acid_arrow__xJe5blefAwRNfYJk.json │ ├── alter_self__W3lcwErj4xWLokVF.json │ ├── anima__LPNXfI1s4dWE9gjl.json │ ├── asleep__qohPOvbaVcxpRumR.json │ ├── barkskin__critical___goCqveYikTO4tTA0.json │ ├── barkskin__goCqveYikTO4tTA0.json │ ├── berserk__kYzSScmkTg4o1DKM.json │ ├── blind__ItjPVhv2obp0MEhy.json │ ├── breath__cBbGoho9OMDVIR8n.json │ ├── broomstick__gbIJz5HZymMEOrpU.json │ ├── cast_out__rRaOIGFZ6RzYlvUI.json │ ├── cat_s_eye__4v6DbfBT6c4qzSEc.json │ ├── chanting__4v6DbfBT6c4qzSEc.json │ ├── charmed__6ILACQIHM3Gp8EVG.json │ ├── cleansing_weapon__MA4nY85bYnfw0Kah.json │ ├── cloak_of_night__441BBv90QacBfojj.json │ ├── cloak_of_night__LTmspz6ojZ8MtHnL.json │ ├── commanded__xJe5blefAwRNfYJk.json │ ├── confused__rRaOIGFZ6RzYlvUI.json │ ├── controlled__3Pnp7zzDGQb638LU.json │ ├── deaf__xJe5blefAwRNfYJk.json │ ├── detecting_magic__4v6DbfBT6c4qzSEc.json │ ├── dire_wolf__vMxGVAApQXuIeBXk.json │ ├── divine_vengeance__RftwcR3tZiYQwCZy.json │ ├── enchanted__qohPOvbaVcxpRumR.json │ ├── envenomed__441BBv90QacBfojj.json │ ├── eyebit__ayif1AZ50Ji9yhIi.json │ ├── feeble__cha___441BBv90QacBfojj.json │ ├── feeble__con___441BBv90QacBfojj.json │ ├── feeble__dex___441BBv90QacBfojj.json │ ├── feeble__int___441BBv90QacBfojj.json │ ├── feeble__str___441BBv90QacBfojj.json │ ├── feeble__wis___441BBv90QacBfojj.json │ ├── floating__3Pnp7zzDGQb638LU.json │ ├── floating_disk__yp7OciSIM5iKgRlU.json │ ├── flying__gbIJz5HZymMEOrpU.json │ ├── fragile__xJe5blefAwRNfYJk.json │ ├── freya_s_omen__71bMZvK0yxmAAcUL.json │ ├── gaseous__zwulssk0c4SQwWbC.json │ ├── hallucinating__rRaOIGFZ6RzYlvUI.json │ ├── holding_portal__4OcH6wsgdH5jqY0k.json │ ├── hypnotized__rRaOIGFZ6RzYlvUI.json │ ├── instill__ZdO7fIT4Y62U19ut.json │ ├── invisible__LmXXpHviIuB684gX.json │ ├── laughing__pTKFUJ3czAqssXCu.json │ ├── locusts__SeGDXtfZW1ZclMlC.json │ ├── mage_armor__441BBv90QacBfojj.json │ ├── mage_armor__gyGa1ckOLwWnF86M.json │ ├── magnetize__ENBQPzsgEeuzEYvU.json │ ├── melee_attack_roll_bonus__YWdkfrbwnxtT4nUY.json │ ├── melee_damage_bonus__o3dQi9gdFgWhDNJg.json │ ├── mirror_image__P1QXkErKypSKB6bl.json │ ├── oak__ash__thorn__1OnR6BmpQBNIxZYK.json │ ├── odin_s_wisdom__71bMZvK0yxmAAcUL.json │ ├── paralyzed__6sDtwzG4ddaew8SZ.json │ ├── paralyzed__QXmMqpV6wqoS6fd5.json │ ├── pin_doll__xJe5blefAwRNfYJk.json │ ├── polymorphed__71bMZvK0yxmAAcUL.json │ ├── protection_from_cold__tRdfqDgHVkm9KicF.json │ ├── protection_from_electricity__Jg6Jkbl7zFxeQvW5.json │ ├── protection_from_evil__1OnR6BmpQBNIxZYK.json │ ├── protection_from_fire__Ivoesj08KB4Fg49z.json │ ├── puppeted__ItjPVhv2obp0MEhy.json │ ├── raging__gbIJz5HZymMEOrpU.json │ ├── ranged_attack_roll_bonus__eoN2RYcXriSBtzDB.json │ ├── ranged_damage_bonus__1gLcCayYRfDAAQYB.json │ ├── reviled__qohPOvbaVcxpRumR.json │ ├── shapechanged__vMxGVAApQXuIeBXk.json │ ├── soulbound__rRaOIGFZ6RzYlvUI.json │ ├── spell_effect__acid_arrow__NXZlCiZI9X3AJc4m.json │ ├── spell_effect__alter_self__f2RsbovyTLEZvxuF.json │ ├── spell_effect__anathema__vApjjHkL9nghvbQT.json │ ├── spell_effect__anima__dc6hmJeeFqTACiQO.json │ ├── spell_effect__barkskin__7GAeLAX0xl65gxer.json │ ├── spell_effect__barkskin__critical___qbCPO5ftwWImjRIG.json │ ├── spell_effect__befriend__sfdfNQO4nk7oURSA.json │ ├── spell_effect__berserk__sfeg7jRt0oW5qXO4.json │ ├── spell_effect__blind__SOkcvkzrGMGQKhmk.json │ ├── spell_effect__bogboil__VOx6yLlQ23XwVvuG.json │ ├── spell_effect__breath__9fGlLVuMyuJeOHRU.json │ ├── spell_effect__broomstick__23KrUIOKwPNwVSCh.json │ ├── spell_effect__cacklerot__9E4RVp3xfAK1uxrl.json │ ├── spell_effect__cast_out__8vSJhm0X9PRdKTyX.json │ ├── spell_effect__cat_s_eye__jKkFbA7VzDfOKvN5.json │ ├── spell_effect__chant__ZLO5oq3gTJ762o3F.json │ ├── spell_effect__charm_person__Z0YwWUGs3WYC6OGn.json │ ├── spell_effect__cleansing_weapon__7hKYL9hdnsvCUM9c.json │ ├── spell_effect__cloak_of_night__3viSgI4JpKsXdaFd.json │ ├── spell_effect__cloak_of_night__critical___vP9UrCnOXOe2ViZU.json │ ├── spell_effect__command__y7UlIRecQ47S8qCy.json │ ├── spell_effect__confusion__T0Lrknq9zQry0wwR.json │ ├── spell_effect__deaf__aAdqy5QwVJrT8JWE.json │ ├── spell_effect__detect_magic__74WjFjHmUmLAiNGC.json │ ├── spell_effect__divine_vengeance__o74l0TnCb0E2fAKp.json │ ├── spell_effect__enfeeble__cha___OTHSzCFY9zLlwzFF.json │ ├── spell_effect__enfeeble__con___Eojo6v3WsiHEDcKm.json │ ├── spell_effect__enfeeble__dex___1PzBYve4rd4MH6K2.json │ ├── spell_effect__enfeeble__int___0DDkeYKSrNj6JG1l.json │ ├── spell_effect__enfeeble__str___Ya5tD4kFDne19zZO.json │ ├── spell_effect__enfeeble__wis___Jlv9MzbDrXu92djm.json │ ├── spell_effect__evoke_rage__79D3CwKRi78k9BM7.json │ ├── spell_effect__eyebite__0RrksUfAZkp4LpGe.json │ ├── spell_effect__floating_disk__VMkeCfccn7zp2up7.json │ ├── spell_effect__fly__IzCONbtholryomxC.json │ ├── spell_effect__freya_s_omen__HBIVwYRcojImlOOx.json │ ├── spell_effect__gaseous_form__u6apLIMU1w4EIW06.json │ ├── spell_effect__glassbones__qNd9stCSD6ZJyoOj.json │ ├── spell_effect__hallucinate__PLPiCgwZaEetlx5O.json │ ├── spell_effect__hold_monster__PUFCnXLjvBQSM2YO.json │ ├── spell_effect__hold_person__SN9lU9LUViWo1Plm.json │ ├── spell_effect__hold_portal__q109XEqMceJBEX7m.json │ ├── spell_effect__holy_weapon__r2JNgS2474vuq9oy.json │ ├── spell_effect__hypnotize__6wfBZBYV85NQTcJz.json │ ├── spell_effect__instill__tplKQpO6Q94eMnGI.json │ ├── spell_effect__invisibility__SMXbMbXcj5hLvTjY.json │ ├── spell_effect__levitate__sLb9GOXx9F6XCb2o.json │ ├── spell_effect__locusts__S56vv5Gz3Pcy4DxZ.json │ ├── spell_effect__mage_armor__critical___Gyol5I0ZdApO8MPe.json │ ├── spell_effect__mage_armor__h9MTxzrrPmyhEmRL.json │ ├── spell_effect__magnetize__LyVUb5XbziOGsLXM.json │ ├── spell_effect__mirror_image__vI70AaskCqH9tKJ7.json │ ├── spell_effect__mistletoe__CFnP5fuBHsNZzrkY.json │ ├── spell_effect__oak__ash__thorn__88nOOPKvH7t6mhVu.json │ ├── spell_effect__odin_s_wisdom__1zAGVkhuWYmSaxgy.json │ ├── spell_effect__pillar_of_salt__6yYj2FkmYppGAl9N.json │ ├── spell_effect__pin_doll__zjm48oHhbVG4XeoB.json │ ├── spell_effect__polymorph__Hc3xUBBlZLxWNKYV.json │ ├── spell_effect__protection_from_energy__cold___8mFFTIDKLulz3Yp6.json │ ├── spell_effect__protection_from_energy__electricity___HxMd3lV8CPpvL3my.json │ ├── spell_effect__protection_from_energy__fire___KXfv6edqcRQdnc7m.json │ ├── spell_effect__protection_from_evil__H7v5Izebo8O45DXB.json │ ├── spell_effect__puppet__Cu3dona3PiHxO1lK.json │ ├── spell_effect__rebuke_unholy__aQfBagCGogkjgCS8.json │ ├── spell_effect__shapechanger__F89CJeindj8k8oiC.json │ ├── spell_effect__shield_of_faith__4dCcpPeyRKWt9XkC.json │ ├── spell_effect__sleep__FrFilluk4S5VaWut.json │ ├── spell_effect__soulbind__z7X1jRQHFTnSXpds.json │ ├── spell_effect__spidersilk__4UAVHmqFCt47sh7D.json │ ├── spell_effect__stoneskin__critical___5rK6guXTllcryhLv.json │ ├── spell_effect__stoneskin__deNtIVyGoXaDPrmJ.json │ ├── spell_effect__summon_storm__wr0hnCfjAaNiTGkU.json │ ├── spell_effect__treeshape__rgfyqmZvgYX1PWqw.json │ ├── spell_effect__turn_undead__T4LUCIffieQPMGsN.json │ ├── spell_effect__void_stare__nctlTXcIkACzb0yd.json │ ├── spell_effect__web__28PPFz1MYTsfPwzh.json │ ├── spell_effect__wolfshape__dire_wolf___3vCyl2kqfz31N1yP.json │ ├── spell_effect__wolfshape__winter_wolf___cC4hF54uctVhvvCo.json │ ├── spell_effect__wolfshape__wolf___B9ChlhtUjECrLlre.json │ ├── spell_effect__world_serpent__sZ6msFePi3R6DUju.json │ ├── spell_effect__world_tree__FDyJAnR0Fk9cZZEf.json │ ├── spell_effect__wrath__pKu2XsypNq65vkbV.json │ ├── spell_effect__zone_of_truth__cL5aPfXcad9FtHoK.json │ ├── spidersilk__3Pnp7zzDGQb638LU.json │ ├── stoneskin__441BBv90QacBfojj.json │ ├── stoneskin__JiT09XfIkqCuIOiD.json │ ├── stuck__VHYrzR2yKp3dWr5N.json │ ├── stuck__pTKFUJ3czAqssXCu.json │ ├── summon_storm__uhBasLNp1gdVJtjj.json │ ├── treeshape__BE3TXDe8GjBaucS0.json │ ├── truthful__tx8UjK6umZHVyLJ6.json │ ├── turned__Z8y5ZzvVyfE2irPi.json │ ├── turned__pTKFUJ3czAqssXCu.json │ ├── turned_to_salt__rRaOIGFZ6RzYlvUI.json │ ├── weapon_attack_damage_bonus__NkSmeb5HU8lr5BrM.json │ ├── weapon_attack_roll_bonus__b8uxcNgfUqCghh65.json │ ├── winter_wolf__vMxGVAApQXuIeBXk.json │ ├── wolf__vMxGVAApQXuIeBXk.json │ ├── world_tree__IVfimqsISUjg71IF.json │ └── wrath__RftwcR3tZiYQwCZy.json │ ├── spells.db │ ├── acid_arrow__16XuBF2xjUnoepyp.json │ ├── alarm__dBBfp7KpHXBcSEjg.json │ ├── alter_self__XqmdS3rvMT9LlznC.json │ ├── alter_self__ojJm3ByDjjHefy2u.json │ ├── anathema__cjMeJWmom6jpB2JA.json │ ├── animate_dead__M702ErO4KOtMJzsK.json │ ├── antimagic_shell__DIqnzk2352ycs9e6.json │ ├── arcane_eye__CAVHqukh4EsioLQI.json │ ├── augury__3yI7Ejl7UrYMMdTe.json │ ├── augury__aAtNTK2HLJ77HB3z.json │ ├── beguile__TDfCS0FVOPCogm4A.json │ ├── bless__IaY71lOkmpEJpUSi.json │ ├── blind_deafen__ItoZZ0nli29N5d7G.json │ ├── bogboil__bBpkTU6jTEg75Xpg.json │ ├── broomstick__IKeJTVUWWMWy9Rvp.json │ ├── burning_hands__ItN82uLU3PhJFLNm.json │ ├── cacklerot__y1nnbCGFwg31zZHk.json │ ├── cast_out__OcB5595AAIzchHfl.json │ ├── cat_s_eye__LT35njlHjofzgDMl.json │ ├── cauldron__TEPKpwnZcxSQt0tj.json │ ├── chant__KkJffGRbdKjIhwLr.json │ ├── charm_person__0VCMisYBNpLkx28M.json │ ├── charm_person__9MlXio0rabdfEgIr.json │ ├── cleansing_weapon__2v8sc7cnMSzpECyi.json │ ├── cloak_of_night__z3IMRW7fOvhdBCKH.json │ ├── cloud_kill__ssnOQiOeqkdVPHn3.json │ ├── command__KiQcQ3BlmlSpRi5s.json │ ├── commune__ImNCjjU9ewcFDQO2.json │ ├── confusion__tUUeGZQvWQMRmOVE.json │ ├── control_water__0Gp5pSzPcelJVp3T.json │ ├── control_water__TKDuwFu1hP2lX549.json │ ├── coven__22pcP3fv7Mz1vJSs.json │ ├── create_undead__uNxbpd7fENzDUxfd.json │ ├── cure_wounds__N9NvonT0RL6PyiiV.json │ ├── curse__QE2CBnD3Vegkn5cR.json │ ├── detect_magic__Rt1sdRbZ43mfec1t.json │ ├── detect_thoughts__XBt4wA37ypUiXkp6.json │ ├── dimension_door__UWGzL8qsentdrvar.json │ ├── dimension_door__gxSxaMo8eh8mLYYH.json │ ├── disintegrate__pgK3RSSsg6CrReDr.json │ ├── dispel_magic__6N33hyLWYZCRgkeX.json │ ├── divination__1dQg691JnfczSzIe.json │ ├── divination__vJpDgIOWYiUYX5jv.json │ ├── divine_vengeance__c3AotHi0DiEMVoIg.json │ ├── dominion__RQGpRHGd04HiuI2Q.json │ ├── dreamwalk__UM8jX1AsGm1FQVs2.json │ ├── enfeeble__4VD0Q8x9Lw0VpbaH.json │ ├── evoke_rage__jGBrG0nNtz3a0pVu.json │ ├── eyebite__YPS5BHJdHe3rDIWE.json │ ├── fabricate__1kZcu5aIUsIUbJzM.json │ ├── fate__KQ3l8nmg6WShKdMj.json │ ├── feather_fall__0ejsM2UIZDHs5u2f.json │ ├── finger_of_death__d95yPyWc4MoHvRSc.json │ ├── fireball__j2gvzfnMGQwxqgGg.json │ ├── fixed_object__oeJmT9gfvZ5Ha19w.json │ ├── flame_strike__DnPIdKsSRUj623pi.json │ ├── floating_disk__3nOduBggYvyIPykI.json │ ├── fly__RqVDf7YqZ6AfNFck.json │ ├── fog__07syJLlt7uUSQgct.json │ ├── freya_s_omen__eQnV4AQwj9kOkGmn.json │ ├── frog_rain__MLC3FZLhUafLk4Pt.json │ ├── gaseous_form__DrwHiFrcGjIBJNQF.json │ ├── glassbones__eaQU9WEyceXc5WVS.json │ ├── hallucinate__IDKMzqjvNbBvWcES.json │ ├── heal__u8WU3mY6O498LDsQ.json │ ├── hold_monster__Z8NfrRd9udGR3ClT.json │ ├── hold_person__9gjMszk1mGwEcSo6.json │ ├── hold_portal__q600IZtPTAgkz6vB.json │ ├── holy_weapon__55VYMMlUp2BhYyeR.json │ ├── howl__r8c7cKBH7C2ZeKCF.json │ ├── hypnotize__Udd1so1LKvek6Z3P.json │ ├── illusion__oWLFhPwhdJKAJAmP.json │ ├── invisibility__PZ0qPp6lG9SVMoAr.json │ ├── invisibility__eKnWZ0LDw93oEqFt.json │ ├── judgment__k8rxMuOr28JyTeuH.json │ ├── knock__SHQa9bCk8v8wQweV.json │ ├── lay_to_rest__qwNa8DeMPxSofiML.json │ ├── levitate__cGsiYBXDxKLvYEK0.json │ ├── light__N4v17mtxJlVBbgpn.json │ ├── light__WCWsRH7oi6ARjE6F.json │ ├── lightning_bolt__7uTblEDfklCO1et7.json │ ├── loki_s_trickery__zT2CPkcKOyhLaDMJ.json │ ├── mage_armor__5238nq4yqxIA53wL.json │ ├── magic_circle__H1FzDvXkyv1rScmR.json │ ├── magic_missile__T17hSoJlvZ9kfvNY.json │ ├── mass_cure__ECq0V2V5QnsHfBWG.json │ ├── mirror_image__Fm29B4cFuPRGGBNK.json │ ├── mistletoe__T8NL6GglkMi1FmVr.json │ ├── misty_step__3wYzASfDHA4FKGH3.json │ ├── moonbeam__EQNDaZJ71fyOYCHb.json │ ├── mother_of_night__NdxoRY1HUpq3aD1V.json │ ├── nightmare__oxISN13brsvDOJl1.json │ ├── oak__ash__thorn__kIhOl6LmoqN8OkkG.json │ ├── odin_s_wisdom__tJQXcMSwWK7RJ2ka.json │ ├── passwall__R2wsJJPkIQwLa6Ea.json │ ├── pillar_of_salt__lZgyICYRkzScPVDU.json │ ├── pin_doll__USZdyAHWo75zcgIX.json │ ├── plane_shift__WlnajkFi0WquohS1.json │ ├── plane_shift__ed4uEm53IRBonnxY.json │ ├── poison__RbTZZt6qa2MAQz96.json │ ├── polymorph__1ZAZQsFvPBEZPkVP.json │ ├── polymorph__b1ZHAbGQRFPqgLMv.json │ ├── potion__471T74oeeDcmvzOM.json │ ├── power_word_kill__ttcu6Hcf7zUzxJmk.json │ ├── priest__htDVby4gaC0CHzhQ.json │ ├── prismatic_orb__71VbHnopcTmRXz47.json │ ├── prophecy__GzUzNLgHDaSfLqT4.json │ ├── protection_from_energy__P9LFIH0PW4Zlx3RG.json │ ├── protection_from_evil__CH5fnXxghhGQlr7h.json │ ├── protection_from_evil__ZNBBGiXdR7bEpE79.json │ ├── puppet__JuO97AW78TLywZKW.json │ ├── ragnarok__bfsyqJoukCiEdl8o.json │ ├── raven__MkpBTRyylYi3oQr6.json │ ├── read_the_runes__h0v78fVEcl2Ms5x3.json │ ├── rebuke_unholy__hhCpwnqFy8ntO0jU.json │ ├── regenerate__CawYInZc9iM0jBOj.json │ ├── resilient_sphere__B091clRxdPW3SQ4G.json │ ├── restoration__RA0fvMGZEepFAV2L.json │ ├── sacrifice__v1JCvx3zgq5OEGv9.json │ ├── scrying__FrdLzy8cWPcVS2Mz.json │ ├── scrying__Pc1xrhY9eutcralv.json │ ├── seer__9C2cQu0j0CsK8usR.json │ ├── sending__AnJVapep2NJoicUP.json │ ├── shadowdance__tYAZnAhSqz7ly6Om.json │ ├── shapechanger__524WqghzcYDMxaPo.json │ ├── shapechanger__qz6bKMyDaGyifklx.json │ ├── shield_of_faith__fWuTV4r9FIUDe1EX.json │ ├── silence__1kzQiWXZDs6BOVxs.json │ ├── sleep__n1I5OLR6M2e0jLbi.json │ ├── smite__XDCTxgslSO8DnEBa.json │ ├── soul_jar__P44kXQZ8PDtOWzag.json │ ├── soulbind__wKrVyVF3ey5suZeA.json │ ├── speak_with_dead__3U4gQZLbhYtkEcej.json │ ├── speak_with_dead__mSj7rWHDvhIIBsAm.json │ ├── speak_with_dead__u5L1U39xj8Jfdl8A.json │ ├── spidersilk__7Z57aIE3y6ym1f56.json │ ├── stoneskin__B6aferQ27yPEF4C7.json │ ├── summon_extraplanar__ahqUZZwx5YLL44tn.json │ ├── swarm__M7RO2ZWyGbujabbr.json │ ├── telekinesis__AZo6rYWOo0SHvpxZ.json │ ├── teleport__F9tt99DLLvAGukpg.json │ ├── thor_s_thunder__1bakBCbVDXHiRvTN.json │ ├── tier_1__7DWu9AynRV2zb9Rw.json │ ├── tier_1__G4Rg3SiJ4c0vIpqq.json │ ├── tier_1__Gi0Kjg7bAAVEqjvM.json │ ├── tier_1__bstYVdHWm575lPri.json │ ├── tier_2__0CqAJEHgk6zHXr8Y.json │ ├── tier_2__CA2RNQkxe3h4GdI1.json │ ├── tier_2__IqNdoEHw03QSMA55.json │ ├── tier_2__riXhNqeauiWpVKAz.json │ ├── tier_3__DzARPzBmfc6ssBqS.json │ ├── tier_3__JWPZqQ3Dk9n1iW1g.json │ ├── tier_3__lvvfGVYh4oLZsbpP.json │ ├── tier_3__sE2Ooa1HgAMXmCra.json │ ├── tier_4__24bp7luJolmj7e9e.json │ ├── tier_4__EDfN0tPLXXsmyaEn.json │ ├── tier_4__GjEoxJ1IlFDjGKIa.json │ ├── tier_4__czS3CsyEqdZdRBcr.json │ ├── tier_5__8JSBHA3M9HLBIWmB.json │ ├── tier_5__S2MLlGpmsIRnqf6Z.json │ ├── tier_5__a6WcvmZpOASURb60.json │ ├── tier_5__ggJPmGKdO4BGhp6U.json │ ├── toadstool__YDZEbLXu1PJrPAdY.json │ ├── trance__sFAGFCh8390dnfi2.json │ ├── turn_undead__mByUvcHIVEPWscfH.json │ ├── valkyrie__uQT1o2UAJ9KbVrsv.json │ ├── void_stare__8vzMZpe3czsy8lLl.json │ ├── wall_of_force__uHAZVTt5bXwQvhFy.json │ ├── web__JwaJs0s9eVpPHgA3.json │ ├── whisper__ESN7yIHq9KrItCI8.json │ ├── willowman__QTJ2o32K9NE0GCVF.json │ ├── wish__hMGQuETjBxuMwjsR.json │ ├── witch__TJ8YKTX68K0ndHkB.json │ ├── witchlight__Dk64m8eDsEx235lo.json │ ├── wizard__YGOrVRHhN2cFCR7E.json │ ├── wolfshape__loUHimH1DsDtiImF.json │ ├── world_serpent__dcJYXGh3oSYl7rlH.json │ ├── world_tree__UnuvZF7OhxP4W1WW.json │ ├── wrath__Bu0YbZfePyD4dCBr.json │ └── zone_of_truth__rbxbreRgifutM9by.json │ └── talents.db │ ├── _1_ac_dual_wield__cGGttIknipaR4UIo.json │ ├── _1_ac_dual_wield__quYUUqTTAX3QlAGa.json │ ├── _1_on_spellcasting_checks__0WmG5j0Wv685YTqO.json │ ├── _1_to_ac__aFltU1eRz4bmIlbj.json │ ├── _1_to_charisma__5INkcbMVFxK6cW5Z.json │ ├── _1_to_constitution__8SXPsiWvG2UcXGgW.json │ ├── _1_to_damage__38PGv4JtkfDumLDu.json │ ├── _1_to_dexterity__eJHwfYQZ9LmLQeSn.json │ ├── _1_to_intelligence__LDJCx5syOcenLMZf.json │ ├── _1_to_magical_dabbler_rolls__x4xTNUsimUpO3JBt.json │ ├── _1_to_melee_and_ranged_attacks__WSm6JESNoyFBnkW2.json │ ├── _1_to_melee_attacks__93QoQQ6cI7xa4TCm.json │ ├── _1_to_melee_attacks_and_damage__0yk16c9qcJ9vCekD.json │ ├── _1_to_melee_damage__S4zOvXqPlLLNmGKl.json │ ├── _1_to_ranged_attacks__Y3Ytsye5zrP43w70.json │ ├── _1_to_ranged_attacks_and_damage__2IfYKGhWxyd3Ldr5.json │ ├── _1_to_strength__IDGFaxKnYJWWuWQ7.json │ ├── _1_to_weapon_attacks_and_damage__ON5zVUv1xVbHRhbf.json │ ├── _1_to_wisdom__vRW8GSIKWXyOAKbw.json │ ├── _1_use_per_day_of_petrifying_gaze__YCI8gRcCC4fA79uS.json │ ├── _1_xp_for_secrets__9K2XPwkAA7BYZQrW.json │ ├── _2_to_charisma__UE2xABVKD0oCDtdx.json │ ├── _2_to_constitution__ZfaFn8TDum3NXYZN.json │ ├── _2_to_dexterity__vIbwotCa1eqCVZMU.json │ ├── _2_to_intelligence__aRY0hjpvzYpdRbfR.json │ ├── _2_to_strength__6t06nSjj1hd6o5SV.json │ ├── _2_to_wisdom__excvhYcpm1qd09IV.json │ ├── ability_score_improvement__cha___hkfq4SGF4mkDjQmt.json │ ├── ability_score_improvement__cha___pBT8eBhcaKSnzbcq.json │ ├── ability_score_improvement__con___CUwCZOHDW1XRT1ce.json │ ├── ability_score_improvement__con___R6opds1dM2LQdca1.json │ ├── ability_score_improvement__dex___sx2uVw9MzQNA7mnd.json │ ├── ability_score_improvement__int___7ADLFBANMORl70Nm.json │ ├── ability_score_improvement__int___lSaJHBE00pEuwfOx.json │ ├── ability_score_improvement__str___jzxgJvPfazpI6udq.json │ ├── ability_score_improvement__str___peAz8xVvIeZ6SLHd.json │ ├── ability_score_improvement__wis___isMVMARzqqQVLmZ4.json │ ├── ability_score_improvement__wis___rG2EB3u5Q4eUDash.json │ ├── abilityimprovement__GJXEM96MY9ydNQ47.json │ ├── add_wisdom_to_roll__FIHNdRhD6DHFxSkC.json │ ├── additional_backstab_die__AmcPerJgnykmMwVA.json │ ├── additional_black_lotus_talent__yPHtmJsHRFQs3sID.json │ ├── additional_hp__Z7og9OPv8PKFuWmQ.json │ ├── additional_omen_use__2RSpr5vnNgaFCbZJ.json │ ├── additional_use_of_charge__rR2cWiNEmjVLzSnb.json │ ├── additional_use_of_smoke_step__t7aT7LapP8xm9LX4.json │ ├── advantage_on_melee_attacks__6iJ6ETUAKC7DR0aT.json │ ├── ambitious__DYWFJu5XeazJYc0P.json │ ├── ancestry__MFeFmA2ubOJxaTwm.json │ ├── armor_mastery__0g9MUhj9Tr3AWRXl.json │ ├── armor_mastery__BsRPGhKXYwJBI9ex.json │ ├── avoid_entrapment_injury__gaJf2pvxfJVuCeZq.json │ ├── backstab__1_damage_dice__HzzgAIdhoAyfeItJ.json │ ├── backstab__KLDZKFY6SrqQKSva.json │ ├── bardic_arts__j7nfbsMivwfCVkN0.json │ ├── basilisk_blood__BarVISFqT8lpSQ0W.json │ ├── basilisk_egg__gJoFdBNHWVutU68y.json │ ├── black_lotus__mOje5GCpl0pQ9WdM.json │ ├── bonus_spellcasting_class__XlKUkXYPhdOGlU9v.json │ ├── charge__6tUOlXmD8WspE6UI.json │ ├── class__8t1Gmpgn1Q6HXJAz.json │ ├── deity__QxhyKNW4aDQqolMi.json │ ├── demonic_possession__59TWYCe5pl1P6Znj.json │ ├── demonic_possession_bonus__y3QGGarLOmrJX31P.json │ ├── destined__Az2fXCwgo5C3x2X7.json │ ├── duality__tfM77lqANyzu0kMy.json │ ├── extra_hp_max__qIFVq4PAB70lPkf9.json │ ├── familiar__uO91xIibpFDLiPSF.json │ ├── farsight__ranged___dTEZW21LUNoYL3JU.json │ ├── farsight__spell___E3EcGGdGYuEWWj47.json │ ├── find_a_random_priest_or_wizard_wand__Myeeux8x1WqytayQ.json │ ├── flourish__T0wlSdIulbrDOKoZ.json │ ├── force_gm_reroll__vWtHRiL8lNiisrXy.json │ ├── force_morale_check__H6gRb0879zMVYdiO.json │ ├── go_berserk__1TGfDukF1dkrJXpm.json │ ├── grit__dexterity___DGZqkVUtcmxejdm1.json │ ├── grit__strength___F0NXUJcnBOYKzhMi.json │ ├── hauler__7JTDRLtHc6FOrIEc.json │ ├── hauler__rqplFhIShnvmV0U4.json │ ├── herbalism__ZjCvQZ7k4hBa9y2I.json │ ├── herbalism_check_advantage__p4Zh8LNyBp8UwhRD.json │ ├── hide_from_creature__qmK8gzmaAcowPP4f.json │ ├── hp_roll_advantage__0rcSjPSjHdvGwtOu.json │ ├── hypnotize__rtCyEISzbgf6ZuJb.json │ ├── ignore_all_damage__sp8lphDMg3vOGHex.json │ ├── immunity_to_acid__71NHQE8WsxOe9ShC.json │ ├── immunity_to_cold__cOIRoHL3D9zGpOyX.json │ ├── immunity_to_poison__Ovw15rq5cAfDMe1t.json │ ├── implacable__oB9wBu7jggoRpHcK.json │ ├── improved_presence_dc__gRyFoUtbbnkwcxy9.json │ ├── increased_flourish_heal__gJDAfJhKIXyvlI6B.json │ ├── increased_weapon_damage_die__98HEgBRJSED5epGt.json │ ├── initiative_advantage__UVsf7VJCOrBm42Yz.json │ ├── initiative_advantage__k9wVrL0gDKPn2rNt.json │ ├── keen_senses__Gf5dApLfOorbQn4R.json │ ├── knack__luck___VjrDCzm64JmpoqjL.json │ ├── knack__spellcasting___GVAi0l6mfRillxwZ.json │ ├── knack__spellcasting___OU9XGvWpbh2ADVNy.json │ ├── last_stand__bOzxndFquBDYnQRz.json │ ├── learn_a_wizard_spell__mgRrWET5MEaGLVNo.json │ ├── learn_extra_spell__Ey3P0EplF5SHIdey.json │ ├── learn_melee_weapon__BOOWJDqwiHN5BdxF.json │ ├── learn_melee_weapon__cCz1g6lENouunQcI.json │ ├── learn_seer_spell__LaRNVk9FZkrM1nSJ.json │ ├── learn_to_wield_a_longbow__j4a9tc7JoXyVObkZ.json │ ├── learn_witch_spell__ZYZkbENdQAiNsEL6.json │ ├── learn_wizard_spell__T5nkdUM75LSnDpu5.json │ ├── learning_spells__LFMT8qZ6ZL3LvYFM.json │ ├── level__Z4zDnZoxthjHXo5V.json │ ├── magic_missile_advantage__VRZxd1xswPr1GaKs.json │ ├── magic_resistance__52dWOJ8zzxCwfM1B.json │ ├── magical_dabbler__Om7QWre7U4Tbh84B.json │ ├── magical_dabbler_bonus__QBX0EGnKmDfPJ8gQ.json │ ├── make_a_random_magic_item__Brm7tpVnXnx0ZpND.json │ ├── max_2_hp_rolls__8x1pq8tUSbf4UH8G.json │ ├── melee_attack_roll_bonus__ZTDD2HwlrjLbEIQp.json │ ├── melee_attack_roll_bonus__c7CGt0FBJHv5BtpM.json │ ├── melee_attack_roll_bonus__iR3hHoX6W9VOCfy0.json │ ├── melee_attack_roll_bonus__y00ihJhSPjoGVmKZ.json │ ├── melee_damage_bonus__9LnTbRJXNUH9wLTy.json │ ├── melee_damage_bonus__JOP97BP4aJ0kjcgL.json │ ├── melee_damage_bonus__cefeWMKoAqHxuuU1.json │ ├── melee_damage_bonus__wryUreqZgIx22crJ.json │ ├── mighty__LR6h4lXVXwx7AFQ6.json │ ├── morale_checks_at_dc_18__Ahy2OiGL4B51Y4vQ.json │ ├── mount__fXOG1tWCuBTQdgEl.json │ ├── old_gods__A8Siwy6S27LwEkx5.json │ ├── omen__SsgeL6OKpvpltElv.json │ ├── paralyze_a_target__otS81dwxCjBjxPLa.json │ ├── patron__4pcEgD8oLA5euovK.json │ ├── patron_boon__QqkXMqBROibRbKd3.json │ ├── patron_boon__TcpWrnecaN2k2gYr.json │ ├── petrifying_gaze__sb3i47Vr6bthh48x.json │ ├── poisons_training__dWqqxABbZKmJLnff.json │ ├── presence__J4KYu5M32T81yE1f.json │ ├── prolific__3gJPMZ8M4paFtm1n.json │ ├── ranged_attack_roll_bonus__ODBe0yE8vkVOD2qZ.json │ ├── ranged_attack_roll_bonus__OQQ5fxWh3zBw8W5O.json │ ├── ranged_attack_roll_bonus__njtjaSNJ4WQCV7n5.json │ ├── ranged_attack_roll_bonus__p0eEwLNQh9oSEtEj.json │ ├── ranged_damage_bonus__V7hLOyXMBijj06wB.json │ ├── ranged_damage_bonus__lodEOfzuI5jDWc4h.json │ ├── read_mind_of_creature__IbWH7TwcOPMJt842.json │ ├── relentless__bjZGm9FtinFh2ltV.json │ ├── ride_any_creature__Mg57SzfhUKFMO9vH.json │ ├── seafarer__0xDRcHPPcmO5NHOG.json │ ├── shadowdark_item_effect_predefined_effect_weapondamagedied12__UGQKMdNcgb1O8qwy.json │ ├── shield_wall__KMMpRWDsIybiDW7u.json │ ├── sleep_a_creature__279opQ7jDyCaRGAu.json │ ├── slime_form__A9nJ9MYVegFPDwva.json │ ├── smoke_step__CpNGUp8xcCZZpeS2.json │ ├── spellcasting__knight_of_st__ydris___XRW3jhpTni15hwFc.json │ ├── spellcasting__priest___EYRxfb5BUEzH1w3b.json │ ├── spellcasting__seer___Qu0KqU3KzzRS1oer.json │ ├── spellcasting__witch___7XtnCM9VdxVmh6D3.json │ ├── spellcasting__wizard___Td6iQW4hVJLZLVLi.json │ ├── spellcasting_advantage__IZZnFjWhZurAIZPP.json │ ├── spellcasting_advantage_on_spell__ZjpQVS9L1baZZ2PF.json │ ├── spellcasting_advantage_on_spell__oEZ9BldTmIl6AS31.json │ ├── spellcasting_check_bonus__QBX0EGnKmDfPJ8gQ.json │ ├── spellcasting_check_bonus__etJKhGLqpcKvyloB.json │ ├── stealthy__zkOiprnKS5uttiO6.json │ ├── stone_skin__RyaDaPST58N9e7aJ.json │ ├── stone_skin_talent__4CAhqfyLJIkeEoPW.json │ ├── stout__MW43tnJr6lqE1Ty8.json │ ├── teleport__EUE1pFpmreF9ZMKx.json │ ├── teleport_to_familiar__iLyOJbUwWHObtBQG.json │ ├── thievery__TiaXUSTLoJpjfyxD.json │ ├── trained_assassin__pOuKrF2CMkxt7EQG.json │ ├── triple_damage_assassin__JBRFuGnXShMO834j.json │ ├── turn_undead__LfHTnYW8I65x8Y31.json │ ├── upgrade_destined_die__kX94lNYCOdjAuSYx.json │ ├── walk_on_sheer_surfaces__oLk969u726Pfpx1W.json │ ├── walk_on_water__FB0SAwy4ybT19nFV.json │ ├── wayfinder__cUz7U8n0amQd5QQM.json │ ├── weapon_attack_damage_bonus__euq7Ta3QDNubqAf6.json │ ├── weapon_attack_roll_bonus__1YLz0hdFJKXemMz7.json │ ├── weapon_mastery__5bpWuaT0KTNzuzCu.json │ └── weaponmastery__E7SwrOhzSAyMZ1Ec.json ├── gulpfile.mjs ├── i18n ├── de.yaml ├── en.yaml ├── es.yaml ├── fi.yaml ├── fr.yaml ├── ko.yaml ├── pt_BR.yaml ├── ru.yaml ├── sv.yaml └── zh-Hant.yaml ├── package.json ├── scss ├── abstracts │ ├── _colours.scss │ ├── _fonts.scss │ └── _index.scss ├── apps │ ├── _active-effects.scss │ ├── _character-generator.scss │ ├── _compendium-item-selector.scss │ ├── _effect-panel.scss │ ├── _index.scss │ ├── _item-properties.scss │ ├── _level-up.scss │ ├── _light-tracker.scss │ ├── _loading-spinner.scss │ ├── _module-art-config.scss │ └── _shadowdarkling-importer.scss ├── base │ ├── _chat.scss │ ├── _components.scss │ ├── _dialog.scss │ ├── _foundry.scss │ ├── _index.scss │ ├── _journal.scss │ └── _reset.scss ├── mixins │ ├── _flex.scss │ ├── _grid.scss │ ├── _index.scss │ ├── _p-reset.scss │ └── _progress-clock.scss ├── shadowdark.scss └── sheets │ ├── _actor.scss │ ├── _index.scss │ ├── _item.scss │ ├── _sheet.scss │ └── actors │ ├── _index.scss │ ├── _npc.scss │ └── _player.scss ├── system ├── assets │ ├── artwork │ │ ├── GM_Screen_Final_Drawing_Elongated.jpg │ │ ├── GM_Screen_Final_Drawing_Elongated.webp │ │ ├── title_left.png │ │ └── title_right.png │ ├── logo │ │ └── arcane-library-logo.webp │ ├── mappings │ │ ├── map-light-sources.json │ │ ├── map-shadowdark.json │ │ └── map-shadowdarkling.json │ ├── quickstart │ │ ├── pregens │ │ │ ├── Creeg_Greythorn-portrait.webp │ │ │ ├── Creeg_Greythorn.webp │ │ │ ├── Creeg_Greythorn_token.webp │ │ │ ├── Elbin_Grizzlegut.webp │ │ │ ├── Elbin_Grizzlegut_portrait.webp │ │ │ ├── Elbin_Grizzlegut_token.webp │ │ │ ├── Iraga_Draguul.webp │ │ │ ├── Iraga_Draguul_portrait.webp │ │ │ ├── Iraga_Draguul_token.webp │ │ │ ├── Jorbin_Ironhelm.webp │ │ │ ├── Jorbin_Ironhelm_portrait.webp │ │ │ ├── Jorbin_Ironhelm_token.webp │ │ │ ├── Martin_Rast.webp │ │ │ ├── Martin_Rast_portrait.webp │ │ │ ├── Martin_Rast_token.webp │ │ │ ├── Ralina_Biggins.webp │ │ │ ├── Ralina_Biggins_portrait.webp │ │ │ ├── Ralina_Biggins_token.webp │ │ │ ├── Yriel_Lirandar.webp │ │ │ ├── Yriel_Lirandar_portrait.webp │ │ │ ├── Yriel_Lirandar_token.webp │ │ │ ├── Zaldini_the_Red.webp │ │ │ ├── Zaldini_the_Red_portrait.webp │ │ │ └── Zaldini_the_Red_token.webp │ │ └── the-lost-citadel │ │ │ ├── lost-citadel-of-the-scarlet-minotaur__banner.webp │ │ │ └── the-lost-citadel-by-Futurewolf.webp │ ├── scenes │ │ └── meMau7PRNLPMhWtA-thumb.webp │ └── tokens │ │ ├── cowled_token.webp │ │ ├── cowled_token_green.webp │ │ └── cowled_token_red.webp ├── fonts │ ├── JBLACK.TTF │ ├── JBLACK.TXT │ ├── Montserrat-Bold.ttf │ ├── Montserrat-Medium.ttf │ ├── Montserrat-SemiBold.ttf │ ├── OFL.txt │ ├── Old Newspaper Font.ttf │ └── old_newspaper_font.jpg ├── shadowdark.mjs ├── src │ ├── apps │ │ ├── CharacterGeneratorSD.mjs │ │ ├── CompendiumItemSelector.mjs │ │ ├── CompendiumItemSelectors │ │ │ ├── AncestrySelector.mjs │ │ │ ├── ArmorPropertySelector.mjs │ │ │ ├── BackgroundSelector.mjs │ │ │ ├── ClassSelector.mjs │ │ │ ├── DeitySelector.mjs │ │ │ ├── LanguageSelector.mjs │ │ │ ├── PatronSelector.mjs │ │ │ ├── WeaponPropertySelector.mjs │ │ │ └── _module.mjs │ │ ├── EffectPanelSD.mjs │ │ ├── GemBagSD.mjs │ │ ├── ItemImporterSD.mjs │ │ ├── ItemPropertiesSD.mjs │ │ ├── LevelUpSD.mjs │ │ ├── LightSourceTrackerSD.mjs │ │ ├── LoadingSD.mjs │ │ ├── MonsterImporterSD.mjs │ │ ├── NpcAttackRangesSD.mjs │ │ ├── RealTimeSD.mjs │ │ ├── RequestCheckSD.mjs │ │ ├── ShadowdarklingImporterSD.mjs │ │ ├── SoloDarkSD.mjs │ │ ├── SourceFilterSettings.mjs │ │ ├── SpellBookSD.mjs │ │ ├── SpellImporterSD.mjs │ │ └── _module.mjs │ ├── chat │ │ ├── _module.mjs │ │ ├── hooks.mjs │ │ └── messages.mjs │ ├── config.mjs │ ├── dice │ │ ├── RollSD.mjs │ │ └── _module.mjs │ ├── documents │ │ ├── ActorSD.mjs │ │ ├── CompendiumsSD.mjs │ │ ├── EncounterSD.mjs │ │ ├── ItemSD.mjs │ │ └── _module.mjs │ ├── enrichers.mjs │ ├── handlebars.mjs │ ├── hooks.mjs │ ├── hooks │ │ ├── canvas.mjs │ │ ├── chat-messages.mjs │ │ ├── drop-lightsource-on-scene.mjs │ │ ├── effect-panel.mjs │ │ ├── effects.mjs │ │ ├── hotbar.mjs │ │ ├── light-source-tracker.mjs │ │ ├── npc.mjs │ │ ├── sd-apps-buttons.mjs │ │ └── targeting.mjs │ ├── macro.mjs │ ├── migration.mjs │ ├── migrations │ │ ├── MigrationRunnerSD.mjs │ │ ├── UpdateBaseSD.mjs │ │ └── updates │ │ │ ├── Update_230325_1.mjs │ │ │ ├── Update_230328_1.mjs │ │ │ ├── Update_230329_1.mjs │ │ │ ├── Update_230403_1.mjs │ │ │ ├── Update_230417_2.mjs │ │ │ ├── Update_230418_1.mjs │ │ │ ├── Update_230419_1.mjs │ │ │ ├── Update_230910_1.mjs │ │ │ ├── Update_230910_2.mjs │ │ │ ├── Update_230911_1.mjs │ │ │ ├── Update_230914_1.mjs │ │ │ ├── Update_230915_1.mjs │ │ │ ├── Update_230915_2.mjs │ │ │ ├── Update_230916_1.mjs │ │ │ ├── Update_230920_1.mjs │ │ │ ├── Update_230922_1.mjs │ │ │ ├── Update_230923_1.mjs │ │ │ ├── Update_230923_2.mjs │ │ │ ├── Update_231020_1.mjs │ │ │ ├── Update_231025_1.mjs │ │ │ ├── Update_231112_1.mjs │ │ │ ├── Update_231125_1.mjs │ │ │ ├── Update_231216_1.mjs │ │ │ ├── Update_240910_1.mjs │ │ │ ├── Update_241020_1.mjs │ │ │ ├── Update_241028_1.mjs │ │ │ └── _module.mjs │ ├── settings.mjs │ ├── sheets │ │ ├── ActorSheetSD.mjs │ │ ├── ItemSheetSD.mjs │ │ ├── LightSheetSD.mjs │ │ ├── NpcSheetSD.mjs │ │ ├── PlayerSheetSD.mjs │ │ └── _module.mjs │ ├── socket.mjs │ ├── system │ │ ├── ActiveEffectsSD.mjs │ │ └── ChatSD.mjs │ ├── templates.mjs │ └── utils │ │ ├── Logger.mjs │ │ └── UtilitySD.mjs ├── system.json ├── template.json └── templates │ ├── _partials │ ├── details │ │ ├── armor.hbs │ │ ├── default.hbs │ │ ├── effect.hbs │ │ ├── spell.hbs │ │ └── weapon.hbs │ ├── npc-attack.hbs │ ├── npc-special-attack.hbs │ ├── predefined-effects-selector.hbs │ └── weapon-attack.hbs │ ├── actors │ ├── _partials │ │ ├── effects.hbs │ │ └── effects │ │ │ ├── active-effect.hbs │ │ │ ├── active-effects.hbs │ │ │ └── effects-and-conditions.hbs │ ├── light.hbs │ ├── npc.hbs │ ├── npc │ │ ├── abilities.hbs │ │ ├── abilities │ │ │ ├── attacks.hbs │ │ │ ├── features.hbs │ │ │ └── specials.hbs │ │ ├── description.hbs │ │ ├── partials │ │ │ ├── ability-scores.hbs │ │ │ ├── ac.hbs │ │ │ ├── hp.hbs │ │ │ └── level.hbs │ │ └── spells.hbs │ ├── player.hbs │ └── player │ │ ├── abilities.hbs │ │ ├── abilities │ │ ├── ac.hbs │ │ ├── attacks.hbs │ │ ├── class.hbs │ │ ├── hp.hbs │ │ ├── luck.hbs │ │ └── stats.hbs │ │ ├── details.hbs │ │ ├── details │ │ ├── alignment.hbs │ │ ├── ancestry.hbs │ │ ├── background.hbs │ │ ├── boons.hbs │ │ ├── class.hbs │ │ ├── deity.hbs │ │ ├── languages.hbs │ │ ├── level.hbs │ │ ├── patron.hbs │ │ ├── title.hbs │ │ └── xp.hbs │ │ ├── inventory.hbs │ │ ├── inventory │ │ ├── carried-gear.hbs │ │ ├── coins.hbs │ │ ├── equipped-gear.hbs │ │ ├── gems.hbs │ │ ├── item.hbs │ │ ├── slots.hbs │ │ ├── stashed-gear.hbs │ │ └── treasure.hbs │ │ ├── notes.hbs │ │ ├── spells.hbs │ │ └── talents.hbs │ ├── apps │ ├── active-effects.hbs │ ├── character-generator.hbs │ ├── character-generator │ │ ├── alignment.hbs │ │ ├── ancestry.hbs │ │ ├── background.hbs │ │ ├── class.hbs │ │ ├── deity.hbs │ │ ├── details.hbs │ │ ├── details │ │ │ ├── ancestry-talents.hbs │ │ │ ├── ancestry-talents │ │ │ │ ├── choice-edit.hbs │ │ │ │ ├── choice-view.hbs │ │ │ │ ├── choice.hbs │ │ │ │ └── fixed.hbs │ │ │ ├── armor.hbs │ │ │ ├── class-description.hbs │ │ │ ├── class-talents.hbs │ │ │ ├── class-talents │ │ │ │ ├── choice-edit.hbs │ │ │ │ ├── choice-view.hbs │ │ │ │ ├── choice.hbs │ │ │ │ └── fixed.hbs │ │ │ ├── gear.hbs │ │ │ ├── languages.hbs │ │ │ ├── languages │ │ │ │ ├── edit.hbs │ │ │ │ ├── language-choice.hbs │ │ │ │ └── view.hbs │ │ │ ├── patron.hbs │ │ │ ├── patron │ │ │ │ ├── edit.hbs │ │ │ │ └── view.hbs │ │ │ └── weapons.hbs │ │ ├── gear.hbs │ │ ├── gold.hbs │ │ ├── hit-points.hbs │ │ ├── name.hbs │ │ ├── stats.hbs │ │ └── type.hbs │ ├── compendium-item-selector.hbs │ ├── effect-panel.hbs │ ├── gem-bag.hbs │ ├── item-importer.hbs │ ├── item-properties.hbs │ ├── level-up.hbs │ ├── level-up │ │ ├── hp.hbs │ │ ├── spells.hbs │ │ └── talents.hbs │ ├── light-tracker.hbs │ ├── loading.hbs │ ├── module-art-config.hbs │ ├── monster-importer.hbs │ ├── request-check.hbs │ ├── shadowdarkling-importer.hbs │ ├── solodark.hbs │ ├── source-filter.hbs │ ├── spell-book.hbs │ └── spell-importer.hbs │ ├── chat │ ├── ability-card.hbs │ ├── general.hbs │ ├── item-card.hbs │ ├── item │ │ ├── armor.hbs │ │ ├── default.hbs │ │ ├── effect.hbs │ │ ├── spell.hbs │ │ └── weapon.hbs │ ├── lightsource-drop.hbs │ ├── lightsource-toggle-gm.hbs │ ├── lightsource-toggle.hbs │ ├── potion-used.hbs │ ├── roll-card.hbs │ ├── roll-d20-card.hbs │ ├── roll-hp.hbs │ ├── roll-request.hbs │ ├── solodark-card.hbs │ ├── solodark-prompt-card.hbs │ ├── spell-learn.hbs │ ├── use-ability.hbs │ └── welcome-message.hbs │ ├── dialog │ ├── are-you-sure.hbs │ ├── assign-picked-up-lightsource.hbs │ ├── choose-spellbook.hbs │ ├── confirm-learn-spell.hbs │ ├── confirm-use-potion.hbs │ ├── create-item-from-spell.hbs │ ├── create-new-boon.hbs │ ├── create-new-item.hbs │ ├── create-new-treasure.hbs │ ├── delete-item.hbs │ ├── effect-list-choice.hbs │ ├── roll-ability-check-dialog.hbs │ ├── roll-dialog.hbs │ ├── roll-item-dialog.hbs │ ├── roll-npc-attack-dialog.hbs │ ├── roll-spell-dialog.hbs │ ├── sell-all-items.hbs │ └── sell-item.hbs │ ├── items │ ├── _partials │ │ ├── choice-selector.hbs │ │ ├── cost.hbs │ │ ├── description-tab.hbs │ │ ├── duration.hbs │ │ ├── effects-tab.hbs │ │ ├── effects │ │ │ ├── active-effect.hbs │ │ │ └── active-effects-list.hbs │ │ ├── header.hbs │ │ ├── item-properties │ │ │ ├── ammunition.hbs │ │ │ ├── equipped.hbs │ │ │ ├── light-source.hbs │ │ │ ├── magic-item.hbs │ │ │ └── treasure.hbs │ │ ├── slots.hbs │ │ ├── source-tab.hbs │ │ └── spell.hbs │ ├── ancestry.hbs │ ├── ancestry │ │ ├── _partials │ │ │ ├── character-generator.hbs │ │ │ ├── languages.hbs │ │ │ └── talents.hbs │ │ └── details-tab.hbs │ ├── armor.hbs │ ├── armor │ │ ├── _partials │ │ │ ├── armor-properties.hbs │ │ │ ├── armor.hbs │ │ │ └── item-properties.hbs │ │ └── details-tab.hbs │ ├── background.hbs │ ├── basic.hbs │ ├── basic │ │ ├── _partials │ │ │ ├── item-properties.hbs │ │ │ ├── light-template.hbs │ │ │ └── light-timer.hbs │ │ ├── details-tab.hbs │ │ └── light-tab.hbs │ ├── boon.hbs │ ├── boon │ │ └── details-tab.hbs │ ├── class-ability.hbs │ ├── class-ability │ │ ├── _partials │ │ │ ├── ability-check.hbs │ │ │ ├── ability-group.hbs │ │ │ └── options.hbs │ │ └── details-tab.hbs │ ├── class.hbs │ ├── class │ │ ├── _partials │ │ │ ├── class-abilities.hbs │ │ │ ├── details.hbs │ │ │ ├── equipment.hbs │ │ │ ├── languages.hbs │ │ │ ├── patron.hbs │ │ │ └── talents.hbs │ │ ├── details-tab.hbs │ │ ├── spells-known-tab.hbs │ │ └── titles-tab.hbs │ ├── deity.hbs │ ├── deity │ │ └── details-tab.hbs │ ├── effect.hbs │ ├── effect │ │ ├── _partials │ │ │ ├── category.hbs │ │ │ ├── duration.hbs │ │ │ └── properties.hbs │ │ └── details-tab.hbs │ ├── gem.hbs │ ├── gem │ │ └── details-tab.hbs │ ├── language.hbs │ ├── language │ │ └── details-tab.hbs │ ├── npc-attack.hbs │ ├── npc-attack │ │ └── details-tab.hbs │ ├── npc-feature.hbs │ ├── npc-special-attack.hbs │ ├── npc-special-attack │ │ └── details-tab.hbs │ ├── npc-spell.hbs │ ├── npc-spell │ │ └── details-tab.hbs │ ├── patron.hbs │ ├── patron │ │ └── details-tab.hbs │ ├── potion.hbs │ ├── potion │ │ └── details-tab.hbs │ ├── property.hbs │ ├── property │ │ └── details-tab.hbs │ ├── scroll.hbs │ ├── scroll │ │ └── details-tab.hbs │ ├── spell.hbs │ ├── spell │ │ └── details-tab.hbs │ ├── talent.hbs │ ├── talent │ │ └── details-tab.hbs │ ├── wand.hbs │ ├── wand │ │ └── details-tab.hbs │ ├── weapon.hbs │ └── weapon │ │ ├── _partials │ │ ├── item-properties.hbs │ │ ├── weapon-properties.hbs │ │ └── weapon.hbs │ │ └── details-tab.hbs │ └── ui │ ├── sd-apps-buttons.hbs │ ├── sd-box.hbs │ ├── sd-hideable-header.hbs │ └── sd-hideable-section.hbs └── utils ├── css.mjs ├── javascript.mjs ├── lang.mjs ├── lib ├── commands │ ├── pack.mjs │ └── unpack.mjs ├── logger.mjs └── pack-handler.mjs ├── notes.mjs ├── packs.mjs └── smelter.mjs /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/.editorconfig -------------------------------------------------------------------------------- /.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/.eslintrc.json -------------------------------------------------------------------------------- /.github/workflows/npm-gulp.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/.github/workflows/npm-gulp.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/i18n-ally-custom-framework.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/.vscode/i18n-ally-custom-framework.yml -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/README.md -------------------------------------------------------------------------------- /RELEASE_NOTES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/RELEASE_NOTES.md -------------------------------------------------------------------------------- /crowdin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/crowdin.yml -------------------------------------------------------------------------------- /data/images/cowled.afdesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/images/cowled.afdesign -------------------------------------------------------------------------------- /data/images/cowled.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/images/cowled.pdn -------------------------------------------------------------------------------- /data/images/cowled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/images/cowled.png -------------------------------------------------------------------------------- /data/images/cowled.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/images/cowled.webp -------------------------------------------------------------------------------- /data/macros/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/README.md -------------------------------------------------------------------------------- /data/macros/draw-hazard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/draw-hazard.js -------------------------------------------------------------------------------- /data/macros/draw-ruin-encounter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/draw-ruin-encounter.js -------------------------------------------------------------------------------- /data/macros/draw-rumor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/draw-rumor.js -------------------------------------------------------------------------------- /data/macros/draw-something-happens.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/draw-something-happens.js -------------------------------------------------------------------------------- /data/macros/draw-trap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/draw-trap.js -------------------------------------------------------------------------------- /data/macros/drawCarousing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/drawCarousing.js -------------------------------------------------------------------------------- /data/macros/generate-random-magic-item-name.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/generate-random-magic-item-name.js -------------------------------------------------------------------------------- /data/macros/initialize-luck.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/initialize-luck.js -------------------------------------------------------------------------------- /data/macros/light-tracker-ui-toggle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/light-tracker-ui-toggle.js -------------------------------------------------------------------------------- /data/macros/open-character-generator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/open-character-generator.js -------------------------------------------------------------------------------- /data/macros/open-item-importer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/open-item-importer.js -------------------------------------------------------------------------------- /data/macros/open-monster-importer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/open-monster-importer.js -------------------------------------------------------------------------------- /data/macros/open-spell-importer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/open-spell-importer.js -------------------------------------------------------------------------------- /data/macros/random-adventuring-site-name.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/random-adventuring-site-name.js -------------------------------------------------------------------------------- /data/macros/random-encounter-info.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/random-encounter-info.js -------------------------------------------------------------------------------- /data/macros/request-a-check.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/request-a-check.js -------------------------------------------------------------------------------- /data/macros/solodark-dungeon-name.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/solodark-dungeon-name.js -------------------------------------------------------------------------------- /data/macros/solodark-oracle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/macros/solodark-oracle.js -------------------------------------------------------------------------------- /data/packs/ancestries.db/elf__mpqXJtii4nj4ukKk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/ancestries.db/elf__mpqXJtii4nj4ukKk.json -------------------------------------------------------------------------------- /data/packs/classes.db/bard__112M28Tvi2ju06BE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/classes.db/bard__112M28Tvi2ju06BE.json -------------------------------------------------------------------------------- /data/packs/classes.db/priest__oZWzXx1WRLg286zD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/classes.db/priest__oZWzXx1WRLg286zD.json -------------------------------------------------------------------------------- /data/packs/classes.db/ranger__SIEizdu3Jv9DHY1m.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/classes.db/ranger__SIEizdu3Jv9DHY1m.json -------------------------------------------------------------------------------- /data/packs/classes.db/seer__xdjod5gPhNPIkLth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/classes.db/seer__xdjod5gPhNPIkLth.json -------------------------------------------------------------------------------- /data/packs/classes.db/thief__C6wkCa2w5dlgSq7f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/classes.db/thief__C6wkCa2w5dlgSq7f.json -------------------------------------------------------------------------------- /data/packs/classes.db/witch__KGnBAFiTiLHZJUND.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/classes.db/witch__KGnBAFiTiLHZJUND.json -------------------------------------------------------------------------------- /data/packs/classes.db/wizard__035nuVkU9q2wtMPs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/classes.db/wizard__035nuVkU9q2wtMPs.json -------------------------------------------------------------------------------- /data/packs/gear.db/armor__np4FRJ73NRBEQKnS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/armor__np4FRJ73NRBEQKnS.json -------------------------------------------------------------------------------- /data/packs/gear.db/arrows__XXwA9ZWajYEDmcea.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/arrows__XXwA9ZWajYEDmcea.json -------------------------------------------------------------------------------- /data/packs/gear.db/arrows__tDNafhuDDdiVNUMy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/arrows__tDNafhuDDdiVNUMy.json -------------------------------------------------------------------------------- /data/packs/gear.db/backpack__oSnfz4qcWlUL6cDZ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/backpack__oSnfz4qcWlUL6cDZ.json -------------------------------------------------------------------------------- /data/packs/gear.db/blowgun__FkcwP4cmpdM5pcOm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/blowgun__FkcwP4cmpdM5pcOm.json -------------------------------------------------------------------------------- /data/packs/gear.db/bolas__iMu2tHuqGfJ7XjsS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/bolas__iMu2tHuqGfJ7XjsS.json -------------------------------------------------------------------------------- /data/packs/gear.db/boomerang__dILnVh0uKk3lRjbH.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/boomerang__dILnVh0uKk3lRjbH.json -------------------------------------------------------------------------------- /data/packs/gear.db/bottle__bGrhQMkhE2qwjL4j.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/bottle__bGrhQMkhE2qwjL4j.json -------------------------------------------------------------------------------- /data/packs/gear.db/caltrops__SzpjMuJrhF5nMJ7H.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/caltrops__SzpjMuJrhF5nMJ7H.json -------------------------------------------------------------------------------- /data/packs/gear.db/chainmail__DeqtKQQzI6HTYvV0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/chainmail__DeqtKQQzI6HTYvV0.json -------------------------------------------------------------------------------- /data/packs/gear.db/club__JM2XN855QYNhgtre.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/club__JM2XN855QYNhgtre.json -------------------------------------------------------------------------------- /data/packs/gear.db/crossbow__eeVEJexfirwWzOVu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/crossbow__eeVEJexfirwWzOVu.json -------------------------------------------------------------------------------- /data/packs/gear.db/crowbar__GbO6CggW71qMkgrG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/crowbar__GbO6CggW71qMkgrG.json -------------------------------------------------------------------------------- /data/packs/gear.db/curative__VjFsjhM6CZjZ04RT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/curative__VjFsjhM6CZjZ04RT.json -------------------------------------------------------------------------------- /data/packs/gear.db/dagger__C3mc5OlKPSJNMrng.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/dagger__C3mc5OlKPSJNMrng.json -------------------------------------------------------------------------------- /data/packs/gear.db/flask__W2fFimb0y85wmOMb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/flask__W2fFimb0y85wmOMb.json -------------------------------------------------------------------------------- /data/packs/gear.db/foebane__FeoRamUTz5jakMJ8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/foebane__FeoRamUTz5jakMJ8.json -------------------------------------------------------------------------------- /data/packs/gear.db/greataxe__9Pnhl6SOsbf6qDmt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/greataxe__9Pnhl6SOsbf6qDmt.json -------------------------------------------------------------------------------- /data/packs/gear.db/handaxe__3DxwBvjceq0FxcsC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/handaxe__3DxwBvjceq0FxcsC.json -------------------------------------------------------------------------------- /data/packs/gear.db/javelin__B3ZPeUtbChN8lrDm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/javelin__B3ZPeUtbChN8lrDm.json -------------------------------------------------------------------------------- /data/packs/gear.db/lantern__lCWOUkVp4N1geMRt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/lantern__lCWOUkVp4N1geMRt.json -------------------------------------------------------------------------------- /data/packs/gear.db/longbow__GzA5T0aewhouRsa3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/longbow__GzA5T0aewhouRsa3.json -------------------------------------------------------------------------------- /data/packs/gear.db/longsword__ZPUhNMmwXXrtbCXi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/longsword__ZPUhNMmwXXrtbCXi.json -------------------------------------------------------------------------------- /data/packs/gear.db/mace__jGZyVuFJnW7QcBFX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/mace__jGZyVuFJnW7QcBFX.json -------------------------------------------------------------------------------- /data/packs/gear.db/mirror__GUqtnSXkcytZnNiO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/mirror__GUqtnSXkcytZnNiO.json -------------------------------------------------------------------------------- /data/packs/gear.db/pike__4nmzFv43ua8nZDS7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/pike__4nmzFv43ua8nZDS7.json -------------------------------------------------------------------------------- /data/packs/gear.db/pole__15X5GTX96y339EKY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/pole__15X5GTX96y339EKY.json -------------------------------------------------------------------------------- /data/packs/gear.db/rations__GX6OmWQiE7MzTmjX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/rations__GX6OmWQiE7MzTmjX.json -------------------------------------------------------------------------------- /data/packs/gear.db/rope__60___6ZRwVHFlh5QiyZWC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/rope__60___6ZRwVHFlh5QiyZWC.json -------------------------------------------------------------------------------- /data/packs/gear.db/salve__m857P6MI00wAONTp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/salve__m857P6MI00wAONTp.json -------------------------------------------------------------------------------- /data/packs/gear.db/scimitar__DKBDkJ3LcRv8scLv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/scimitar__DKBDkJ3LcRv8scLv.json -------------------------------------------------------------------------------- /data/packs/gear.db/shield__UWp4WkkiaBMSXYPE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/shield__UWp4WkkiaBMSXYPE.json -------------------------------------------------------------------------------- /data/packs/gear.db/shortbow__UfHAWj5weH111Bea.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/shortbow__UfHAWj5weH111Bea.json -------------------------------------------------------------------------------- /data/packs/gear.db/shuriken__sDHZZx1xaCRPmhXY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/shuriken__sDHZZx1xaCRPmhXY.json -------------------------------------------------------------------------------- /data/packs/gear.db/sling__FWgFPQDKkBiTMYhd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/sling__FWgFPQDKkBiTMYhd.json -------------------------------------------------------------------------------- /data/packs/gear.db/spear__brIFMH0sOVmqX02N.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/spear__brIFMH0sOVmqX02N.json -------------------------------------------------------------------------------- /data/packs/gear.db/staff__9eTpsuEuzL3Vaxge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/staff__9eTpsuEuzL3Vaxge.json -------------------------------------------------------------------------------- /data/packs/gear.db/stave__P4aAkDkgwR9zcATw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/stave__P4aAkDkgwR9zcATw.json -------------------------------------------------------------------------------- /data/packs/gear.db/stimulant__dBQr9YPyhvwyPm0g.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/stimulant__dBQr9YPyhvwyPm0g.json -------------------------------------------------------------------------------- /data/packs/gear.db/torch__z3xc7HGysC4ZCU8e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/torch__z3xc7HGysC4ZCU8e.json -------------------------------------------------------------------------------- /data/packs/gear.db/warhammer__z98LNu4yOIe1B1eg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/warhammer__z98LNu4yOIe1B1eg.json -------------------------------------------------------------------------------- /data/packs/gear.db/weapons__LVzvIhYHieRT4O6q.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/weapons__LVzvIhYHieRT4O6q.json -------------------------------------------------------------------------------- /data/packs/gear.db/whip__GgSheZNm2cOQYpZP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/gear.db/whip__GgSheZNm2cOQYpZP.json -------------------------------------------------------------------------------- /data/packs/languages.db/rare__PSy2VLMOiI1jkUmn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/languages.db/rare__PSy2VLMOiI1jkUmn.json -------------------------------------------------------------------------------- /data/packs/monsters.db/agony__sGH7InjtyO0HFXSk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/agony__sGH7InjtyO0HFXSk.json -------------------------------------------------------------------------------- /data/packs/monsters.db/alert__xdOyijpUs8aevgHe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/alert__xdOyijpUs8aevgHe.json -------------------------------------------------------------------------------- /data/packs/monsters.db/alert__yIIm0z82gLEEix7n.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/alert__yIIm0z82gLEEix7n.json -------------------------------------------------------------------------------- /data/packs/monsters.db/ape__52p2phLsOZiNFTFS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/ape__52p2phLsOZiNFTFS.json -------------------------------------------------------------------------------- /data/packs/monsters.db/azer__rEhCGVPPzY0R18oJ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/azer__rEhCGVPPzY0R18oJ.json -------------------------------------------------------------------------------- /data/packs/monsters.db/barb__GSEP18yzChIAQVx1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/barb__GSEP18yzChIAQVx1.json -------------------------------------------------------------------------------- /data/packs/monsters.db/beak__ER3cAHcECScSdQKw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/beak__ER3cAHcECScSdQKw.json -------------------------------------------------------------------------------- /data/packs/monsters.db/beak__Lqr84D2qN3tyKfqy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/beak__Lqr84D2qN3tyKfqy.json -------------------------------------------------------------------------------- /data/packs/monsters.db/beak__VMGgz84UEcNczdI9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/beak__VMGgz84UEcNczdI9.json -------------------------------------------------------------------------------- /data/packs/monsters.db/beak__aTnqB0marf2L8StW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/beak__aTnqB0marf2L8StW.json -------------------------------------------------------------------------------- /data/packs/monsters.db/beak__w3uakml7wG2hD3EO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/beak__w3uakml7wG2hD3EO.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bind__CZ592wkDvsAE6NJn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bind__CZ592wkDvsAE6NJn.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__1zzeuv4tQ0Jktt1z.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__1zzeuv4tQ0Jktt1z.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__2OcXPjE20AzxypDF.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__2OcXPjE20AzxypDF.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__2hmdMZkfU7VVmGH3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__2hmdMZkfU7VVmGH3.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__37gYWFTVLzM3a2Xi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__37gYWFTVLzM3a2Xi.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__5xj31nwOvZ6V362V.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__5xj31nwOvZ6V362V.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__6J76xURqbHWdBA56.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__6J76xURqbHWdBA56.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__85Q2R6Yq41pn5iqr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__85Q2R6Yq41pn5iqr.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__8CF6pvqVg9xTCln4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__8CF6pvqVg9xTCln4.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__8N5wZXOtnPIVMLL6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__8N5wZXOtnPIVMLL6.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__AmWCKITBAjY4tCVB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__AmWCKITBAjY4tCVB.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__AzHoBLfQWBDLfZ7Q.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__AzHoBLfQWBDLfZ7Q.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__BUuKs8hTY8U9ZBib.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__BUuKs8hTY8U9ZBib.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__C7AUGwfLQ2rsySd3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__C7AUGwfLQ2rsySd3.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__D4RoVsRHaykNnxUC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__D4RoVsRHaykNnxUC.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__DivIksnn0KWe5H5x.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__DivIksnn0KWe5H5x.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__E7NzhjK50gsoMZSj.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__E7NzhjK50gsoMZSj.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__EjwpeWfdriBfwAEG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__EjwpeWfdriBfwAEG.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__FRAVYx91rYLWhOdI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__FRAVYx91rYLWhOdI.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__FixJtqloQqlqwmgW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__FixJtqloQqlqwmgW.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__HYGtfQWvcSGmuC9P.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__HYGtfQWvcSGmuC9P.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__ItAclbcKTFRDYy1Y.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__ItAclbcKTFRDYy1Y.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__IxTXcPu1GvN6TkzS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__IxTXcPu1GvN6TkzS.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__Kk2SQxS6yOSsEu3x.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__Kk2SQxS6yOSsEu3x.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__KxpJo8EXS2ozGmTR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__KxpJo8EXS2ozGmTR.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__LPmF2pWpKmvcmKNa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__LPmF2pWpKmvcmKNa.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__MqD64Vu6fE3cdAUZ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__MqD64Vu6fE3cdAUZ.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__OoYICPce8MHqlCtF.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__OoYICPce8MHqlCtF.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__Ot1XCsafkF5u2bpq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__Ot1XCsafkF5u2bpq.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__P9dsZdpLxqiF5eX6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__P9dsZdpLxqiF5eX6.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__PRvgKj4m92kEWZAV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__PRvgKj4m92kEWZAV.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__QWAQ9GrapE37XP8R.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__QWAQ9GrapE37XP8R.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__Ri50BHLzF06uBp09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__Ri50BHLzF06uBp09.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__TyT2VPgFIM9WCdIV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__TyT2VPgFIM9WCdIV.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__UE7SCYTgphd1uJT7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__UE7SCYTgphd1uJT7.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__VmymzxaDwpimNcjI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__VmymzxaDwpimNcjI.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__VoHcSLOoNEj46lsR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__VoHcSLOoNEj46lsR.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__YdgZaxR6z8ELwLrA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__YdgZaxR6z8ELwLrA.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__ZC95BFw8R5JD61SJ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__ZC95BFw8R5JD61SJ.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__aXvGGcPTfJWLDS2K.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__aXvGGcPTfJWLDS2K.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__bMfDXQsp9K12V12q.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__bMfDXQsp9K12V12q.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__bpUlB6vl6FOXXGmV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__bpUlB6vl6FOXXGmV.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__bsPv0AykcFxtHiNw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__bsPv0AykcFxtHiNw.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__btcuaDSwbbLS1Dxj.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__btcuaDSwbbLS1Dxj.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__cjMd01EpbiijXfxV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__cjMd01EpbiijXfxV.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__cxEeogA0M8MfO01H.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__cxEeogA0M8MfO01H.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__dGYeUyXhJpmO6ChQ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__dGYeUyXhJpmO6ChQ.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__dJmT1eytBUgGUxbj.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__dJmT1eytBUgGUxbj.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__ejrmOnSJ1sqjTQcl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__ejrmOnSJ1sqjTQcl.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__fNRoIDmc6O3aVTOz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__fNRoIDmc6O3aVTOz.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__gMt1IFMUkyDpl4sS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__gMt1IFMUkyDpl4sS.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__gnUvnCN25iosuxZh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__gnUvnCN25iosuxZh.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__h3hcYlggXJFutOXM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__h3hcYlggXJFutOXM.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__hExVJZEo2cNYdxyD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__hExVJZEo2cNYdxyD.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__hhkN0EkQbBFGgJfr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__hhkN0EkQbBFGgJfr.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__jq4mRJ9sfp0vMMxy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__jq4mRJ9sfp0vMMxy.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__ljSLGHcTgI9PZOCt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__ljSLGHcTgI9PZOCt.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__lmShxUhv8sfEjWqp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__lmShxUhv8sfEjWqp.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__mHIDj2lMpRWRdAIs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__mHIDj2lMpRWRdAIs.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__mM5S3xcUecwBkf8P.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__mM5S3xcUecwBkf8P.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__ncoGAYv0LDwN1mPp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__ncoGAYv0LDwN1mPp.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__o3MZGJPrFNg0JyvA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__o3MZGJPrFNg0JyvA.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__oxJezzcxi7WDrwxZ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__oxJezzcxi7WDrwxZ.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__q9cwPT0Pk2rRH9ej.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__q9cwPT0Pk2rRH9ej.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__rlU2agifQd6yqh2f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__rlU2agifQd6yqh2f.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__s9btaNojNtzEbYDW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__s9btaNojNtzEbYDW.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__tSyfWA9UbkRaLnm1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__tSyfWA9UbkRaLnm1.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__tXVMF5GZAv6NRjxe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__tXVMF5GZAv6NRjxe.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__uGBqPwXAd5ntrzlg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__uGBqPwXAd5ntrzlg.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__ukvy36rvxDWTJyYH.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__ukvy36rvxDWTJyYH.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__uzQh5r9z2SlQKu7A.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__uzQh5r9z2SlQKu7A.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__w2igMkqTp3BedqhF.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__w2igMkqTp3BedqhF.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__xnhTUbXJzckTpKIw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__xnhTUbXJzckTpKIw.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bite__zAhL5o70BvvJ712x.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bite__zAhL5o70BvvJ712x.json -------------------------------------------------------------------------------- /data/packs/monsters.db/blast__8r1TNTc5kE1agSyg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/blast__8r1TNTc5kE1agSyg.json -------------------------------------------------------------------------------- /data/packs/monsters.db/blast__mzUWxBVxs2Q3ENCU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/blast__mzUWxBVxs2Q3ENCU.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bless__jvtk9aqMgWMfst0N.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bless__jvtk9aqMgWMfst0N.json -------------------------------------------------------------------------------- /data/packs/monsters.db/blind__dZwEa52FIWfTHOQH.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/blind__dZwEa52FIWfTHOQH.json -------------------------------------------------------------------------------- /data/packs/monsters.db/boar__bXYsB2bHIdtOsZgV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/boar__bXYsB2bHIdtOsZgV.json -------------------------------------------------------------------------------- /data/packs/monsters.db/bound__89iCU6eRSUBUhsor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/bound__89iCU6eRSUBUhsor.json -------------------------------------------------------------------------------- /data/packs/monsters.db/camel__JO2HwD53QhEuV3W9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/camel__JO2HwD53QhEuV3W9.json -------------------------------------------------------------------------------- /data/packs/monsters.db/charm__0aLFEGglOehZZfnT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/charm__0aLFEGglOehZZfnT.json -------------------------------------------------------------------------------- /data/packs/monsters.db/charm__6YCyLoLyW57jRgrB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/charm__6YCyLoLyW57jRgrB.json -------------------------------------------------------------------------------- /data/packs/monsters.db/charm__NEI62ofA7ClbRoyM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/charm__NEI62ofA7ClbRoyM.json -------------------------------------------------------------------------------- /data/packs/monsters.db/charm__O9alWxnUwP76u3cA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/charm__O9alWxnUwP76u3cA.json -------------------------------------------------------------------------------- /data/packs/monsters.db/charm__kOFFYAB50N6vLH8G.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/charm__kOFFYAB50N6vLH8G.json -------------------------------------------------------------------------------- /data/packs/monsters.db/charm__xii04KaH82Q3bOPv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/charm__xii04KaH82Q3bOPv.json -------------------------------------------------------------------------------- /data/packs/monsters.db/chuul__4v8PY6yOUcQOTWWo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/chuul__4v8PY6yOUcQOTWWo.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__5vLK20Bpvm8S7y4e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__5vLK20Bpvm8S7y4e.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__5y3k27qVEVtOR7Ir.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__5y3k27qVEVtOR7Ir.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__6PkRdrpmc2advbpC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__6PkRdrpmc2advbpC.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__6k5scNMfMikbEdry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__6k5scNMfMikbEdry.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__9FTiIVwaCmY2KWpr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__9FTiIVwaCmY2KWpr.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__BbPD1F5sIwfS6cWF.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__BbPD1F5sIwfS6cWF.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__DKXUNixkzE5DanTG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__DKXUNixkzE5DanTG.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__FJTUfMezAqPRYLX1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__FJTUfMezAqPRYLX1.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__PqO3XqqruGy67IZZ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__PqO3XqqruGy67IZZ.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__Ri5kDnlD6L9FdgEl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__Ri5kDnlD6L9FdgEl.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__XDFKCOvROFA8PkHU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__XDFKCOvROFA8PkHU.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__YEKYWOhBDYxIgIil.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__YEKYWOhBDYxIgIil.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__aHHqGsiMotau1JGp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__aHHqGsiMotau1JGp.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__ayVtdSkCj8Vu00ph.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__ayVtdSkCj8Vu00ph.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__fPDHgJIOaNWO2uuK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__fPDHgJIOaNWO2uuK.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__mBQXRAHBMPdGyhHr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__mBQXRAHBMPdGyhHr.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__p3PX6dOkW6sH8C5m.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__p3PX6dOkW6sH8C5m.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__q9Q0JqmkiOQsTesv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__q9Q0JqmkiOQsTesv.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__qxzkmV2fG7ooZ49T.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__qxzkmV2fG7ooZ49T.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__uMuRLjO24GioGYOX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__uMuRLjO24GioGYOX.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__vr9oWV81pz1Tv2Iq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__vr9oWV81pz1Tv2Iq.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__wj7RB95zMyQZ02rN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__wj7RB95zMyQZ02rN.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__wjxajauIJesUjHH4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__wjxajauIJesUjHH4.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__wtSjDlj7CTUQ73rR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__wtSjDlj7CTUQ73rR.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claw__zBDX7Pwyrhm2FMhZ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claw__zBDX7Pwyrhm2FMhZ.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claws__TRzVT9hSasp73Hjh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claws__TRzVT9hSasp73Hjh.json -------------------------------------------------------------------------------- /data/packs/monsters.db/claws__UviG2pQp4W7BpD9k.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/claws__UviG2pQp4W7BpD9k.json -------------------------------------------------------------------------------- /data/packs/monsters.db/club__3DtlC7L1PrMFyn7n.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/club__3DtlC7L1PrMFyn7n.json -------------------------------------------------------------------------------- /data/packs/monsters.db/club__3lXHowUf5iRIClao.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/club__3lXHowUf5iRIClao.json -------------------------------------------------------------------------------- /data/packs/monsters.db/club__BlZ98rjbcbpnZPii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/club__BlZ98rjbcbpnZPii.json -------------------------------------------------------------------------------- /data/packs/monsters.db/club__CNjmcq9VGFmAcTMC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/club__CNjmcq9VGFmAcTMC.json -------------------------------------------------------------------------------- /data/packs/monsters.db/club__TGyIidAaaKzSKy4T.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/club__TGyIidAaaKzSKy4T.json -------------------------------------------------------------------------------- /data/packs/monsters.db/club__p8wh9KDmBnNbSZSa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/club__p8wh9KDmBnNbSZSa.json -------------------------------------------------------------------------------- /data/packs/monsters.db/club__yTqc9nnvxwlQs2PF.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/club__yTqc9nnvxwlQs2PF.json -------------------------------------------------------------------------------- /data/packs/monsters.db/crush__7bu0LzdVrlfCTohS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/crush__7bu0LzdVrlfCTohS.json -------------------------------------------------------------------------------- /data/packs/monsters.db/crush__8sVlJsvtiDDPBlw0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/crush__8sVlJsvtiDDPBlw0.json -------------------------------------------------------------------------------- /data/packs/monsters.db/crush__TOovftdtF5yJJyUx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/crush__TOovftdtF5yJJyUx.json -------------------------------------------------------------------------------- /data/packs/monsters.db/crush__Ta8WdtnDD73VUSTo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/crush__Ta8WdtnDD73VUSTo.json -------------------------------------------------------------------------------- /data/packs/monsters.db/crush__XJljWfi71QkE1a00.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/crush__XJljWfi71QkE1a00.json -------------------------------------------------------------------------------- /data/packs/monsters.db/crush__YKRZYh2WYMzDgLv8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/crush__YKRZYh2WYMzDgLv8.json -------------------------------------------------------------------------------- /data/packs/monsters.db/crush__xdRu81pnwUc53ZEV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/crush__xdRu81pnwUc53ZEV.json -------------------------------------------------------------------------------- /data/packs/monsters.db/curse__GlEUmXQMesA6DeWE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/curse__GlEUmXQMesA6DeWE.json -------------------------------------------------------------------------------- /data/packs/monsters.db/curse__K7XsT3il0oHal1ti.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/curse__K7XsT3il0oHal1ti.json -------------------------------------------------------------------------------- /data/packs/monsters.db/curse__mddDFLdkX8qzSfWS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/curse__mddDFLdkX8qzSfWS.json -------------------------------------------------------------------------------- /data/packs/monsters.db/curse__tu5XMDakF2Ug0MLC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/curse__tu5XMDakF2Ug0MLC.json -------------------------------------------------------------------------------- /data/packs/monsters.db/dart__IUrnLndeWpiJJQ0j.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/dart__IUrnLndeWpiJJQ0j.json -------------------------------------------------------------------------------- /data/packs/monsters.db/dart__f8wKgMP0XbD2Wejw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/dart__f8wKgMP0XbD2Wejw.json -------------------------------------------------------------------------------- /data/packs/monsters.db/dodge__CnFo8rDkhXsljGee.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/dodge__CnFo8rDkhXsljGee.json -------------------------------------------------------------------------------- /data/packs/monsters.db/dodge__i81oxRCwc4YoQkXq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/dodge__i81oxRCwc4YoQkXq.json -------------------------------------------------------------------------------- /data/packs/monsters.db/dodge__vzMbPRLpKUePJU9A.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/dodge__vzMbPRLpKUePJU9A.json -------------------------------------------------------------------------------- /data/packs/monsters.db/drain__CmOIbqyF6fMvO1Dh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/drain__CmOIbqyF6fMvO1Dh.json -------------------------------------------------------------------------------- /data/packs/monsters.db/drain__QuKuNS7TzQQaDjsO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/drain__QuKuNS7TzQQaDjsO.json -------------------------------------------------------------------------------- /data/packs/monsters.db/drow__OQKt55SQZZUZhlNq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/drow__OQKt55SQZZUZhlNq.json -------------------------------------------------------------------------------- /data/packs/monsters.db/druid__xwdLsiejN4nayUR5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/druid__xwdLsiejN4nayUR5.json -------------------------------------------------------------------------------- /data/packs/monsters.db/dryad__vXaqgfDykZPdXnIm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/dryad__vXaqgfDykZPdXnIm.json -------------------------------------------------------------------------------- /data/packs/monsters.db/elf__GvxrOdZ1MejJL8DV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/elf__GvxrOdZ1MejJL8DV.json -------------------------------------------------------------------------------- /data/packs/monsters.db/fade__pJVRurHOdHPsdDwn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/fade__pJVRurHOdHPsdDwn.json -------------------------------------------------------------------------------- /data/packs/monsters.db/fairy__RAEbIzHkREYWKvLh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/fairy__RAEbIzHkREYWKvLh.json -------------------------------------------------------------------------------- /data/packs/monsters.db/fist__0x4Z1OY7xUpmpP5S.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/fist__0x4Z1OY7xUpmpP5S.json -------------------------------------------------------------------------------- /data/packs/monsters.db/fist__AtJ3OHqEK4xzFi8c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/fist__AtJ3OHqEK4xzFi8c.json -------------------------------------------------------------------------------- /data/packs/monsters.db/float__wxmHnTbYkDu0Iyqt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/float__wxmHnTbYkDu0Iyqt.json -------------------------------------------------------------------------------- /data/packs/monsters.db/gas__g5tUfZrRzPhiKHqB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/gas__g5tUfZrRzPhiKHqB.json -------------------------------------------------------------------------------- /data/packs/monsters.db/gate__18ypdfjjU5kcPTAB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/gate__18ypdfjjU5kcPTAB.json -------------------------------------------------------------------------------- /data/packs/monsters.db/gate__zb8caawb7FMCpDu2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/gate__zb8caawb7FMCpDu2.json -------------------------------------------------------------------------------- /data/packs/monsters.db/ghast__XNiuEhf8QpfOnVCJ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/ghast__XNiuEhf8QpfOnVCJ.json -------------------------------------------------------------------------------- /data/packs/monsters.db/ghost__LV2ZWlK1qUQz5J4K.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/ghost__LV2ZWlK1qUQz5J4K.json -------------------------------------------------------------------------------- /data/packs/monsters.db/ghoul__aJPxeuzZ597SWMES.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/ghoul__aJPxeuzZ597SWMES.json -------------------------------------------------------------------------------- /data/packs/monsters.db/gnoll__d2dPYSjcZhR5psLj.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/gnoll__d2dPYSjcZhR5psLj.json -------------------------------------------------------------------------------- /data/packs/monsters.db/golem__CXArphxjriKmOxCO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/golem__CXArphxjriKmOxCO.json -------------------------------------------------------------------------------- /data/packs/monsters.db/golem__W2WBFwGRwZdLoczY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/golem__W2WBFwGRwZdLoczY.json -------------------------------------------------------------------------------- /data/packs/monsters.db/golem__YnbHXlNqcxkObmCd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/golem__YnbHXlNqcxkObmCd.json -------------------------------------------------------------------------------- /data/packs/monsters.db/golem__oySxFnphWlWj2S0x.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/golem__oySxFnphWlWj2S0x.json -------------------------------------------------------------------------------- /data/packs/monsters.db/golem__ttQVTrjLDE5DP1rQ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/golem__ttQVTrjLDE5DP1rQ.json -------------------------------------------------------------------------------- /data/packs/monsters.db/gore__5RWnCkmbyJNrN0bc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/gore__5RWnCkmbyJNrN0bc.json -------------------------------------------------------------------------------- /data/packs/monsters.db/gore__8ro31FXMOL1BQLeA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/gore__8ro31FXMOL1BQLeA.json -------------------------------------------------------------------------------- /data/packs/monsters.db/gore__QVAp3tqdm8QoszIP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/gore__QVAp3tqdm8QoszIP.json -------------------------------------------------------------------------------- /data/packs/monsters.db/grab__4Lkf0XBALE0VF2fj.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/grab__4Lkf0XBALE0VF2fj.json -------------------------------------------------------------------------------- /data/packs/monsters.db/grab__7QuhLVnledWbETj9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/grab__7QuhLVnledWbETj9.json -------------------------------------------------------------------------------- /data/packs/monsters.db/grab__KE4OAoAaH7iT0ORR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/grab__KE4OAoAaH7iT0ORR.json -------------------------------------------------------------------------------- /data/packs/monsters.db/grab__MLJYdnU1x4ExRF6W.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/grab__MLJYdnU1x4ExRF6W.json -------------------------------------------------------------------------------- /data/packs/monsters.db/grab__N8oyIsMpLptBAxbS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/grab__N8oyIsMpLptBAxbS.json -------------------------------------------------------------------------------- /data/packs/monsters.db/grab__SJeC4yaR5o5hq0cV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/grab__SJeC4yaR5o5hq0cV.json -------------------------------------------------------------------------------- /data/packs/monsters.db/grab__bxIItkpH2Cix9D0q.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/grab__bxIItkpH2Cix9D0q.json -------------------------------------------------------------------------------- /data/packs/monsters.db/grab__lgOTiUpoDRhYY7ED.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/grab__lgOTiUpoDRhYY7ED.json -------------------------------------------------------------------------------- /data/packs/monsters.db/grab__mmUvkBu6yarcYl4c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/grab__mmUvkBu6yarcYl4c.json -------------------------------------------------------------------------------- /data/packs/monsters.db/grab__pL0pj5NHWX85KO00.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/grab__pL0pj5NHWX85KO00.json -------------------------------------------------------------------------------- /data/packs/monsters.db/grick__Jn5JjEPCUT86txAg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/grick__Jn5JjEPCUT86txAg.json -------------------------------------------------------------------------------- /data/packs/monsters.db/guard__unySR92Si932s01C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/guard__unySR92Si932s01C.json -------------------------------------------------------------------------------- /data/packs/monsters.db/harpy__CsQXDNmBDfao8hij.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/harpy__CsQXDNmBDfao8hij.json -------------------------------------------------------------------------------- /data/packs/monsters.db/heads__YPK9WrDIMTqGMXSZ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/heads__YPK9WrDIMTqGMXSZ.json -------------------------------------------------------------------------------- /data/packs/monsters.db/hiss__ZiEf4YjkZUhYrOWt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/hiss__ZiEf4YjkZUhYrOWt.json -------------------------------------------------------------------------------- /data/packs/monsters.db/hoof__Ato63b0JE174gkKv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/hoof__Ato63b0JE174gkKv.json -------------------------------------------------------------------------------- /data/packs/monsters.db/horn__AJvIHbkNc1FYAP9n.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/horn__AJvIHbkNc1FYAP9n.json -------------------------------------------------------------------------------- /data/packs/monsters.db/horn__d9d7nFVuNyHJivZo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/horn__d9d7nFVuNyHJivZo.json -------------------------------------------------------------------------------- /data/packs/monsters.db/horn__e6LNCOBBYt6NnV3C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/horn__e6LNCOBBYt6NnV3C.json -------------------------------------------------------------------------------- /data/packs/monsters.db/horn__li5WO5TO9K1JNurG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/horn__li5WO5TO9K1JNurG.json -------------------------------------------------------------------------------- /data/packs/monsters.db/horns__Ag019spAbwwDbhSZ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/horns__Ag019spAbwwDbhSZ.json -------------------------------------------------------------------------------- /data/packs/monsters.db/horns__M1BK6I0AnWsb8SoT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/horns__M1BK6I0AnWsb8SoT.json -------------------------------------------------------------------------------- /data/packs/monsters.db/horns__b25hJyHzBb4swKqo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/horns__b25hJyHzBb4swKqo.json -------------------------------------------------------------------------------- /data/packs/monsters.db/horse__olqRJQaOKMLkESQN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/horse__olqRJQaOKMLkESQN.json -------------------------------------------------------------------------------- /data/packs/monsters.db/hydra__hr2wYwBcd0WuJWK8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/hydra__hr2wYwBcd0WuJWK8.json -------------------------------------------------------------------------------- /data/packs/monsters.db/imbue__ZMdHgi20AFwacrbA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/imbue__ZMdHgi20AFwacrbA.json -------------------------------------------------------------------------------- /data/packs/monsters.db/ink__PocUS1Ct2HYh8w6m.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/ink__PocUS1Ct2HYh8w6m.json -------------------------------------------------------------------------------- /data/packs/monsters.db/kiss__hZk7pEWkhv6XA3GA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/kiss__hZk7pEWkhv6XA3GA.json -------------------------------------------------------------------------------- /data/packs/monsters.db/knock__FOpL4BeAdJcgriOe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/knock__FOpL4BeAdJcgriOe.json -------------------------------------------------------------------------------- /data/packs/monsters.db/knock__weIDcJAt1hdml23N.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/knock__weIDcJAt1hdml23N.json -------------------------------------------------------------------------------- /data/packs/monsters.db/lash__EAeJ1Uunoet9Xbcc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/lash__EAeJ1Uunoet9Xbcc.json -------------------------------------------------------------------------------- /data/packs/monsters.db/latch__yleJaQMbBi2Nvj8z.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/latch__yleJaQMbBi2Nvj8z.json -------------------------------------------------------------------------------- /data/packs/monsters.db/latch__zu47R0LLpuiqpW9b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/latch__zu47R0LLpuiqpW9b.json -------------------------------------------------------------------------------- /data/packs/monsters.db/leap__U8waMQHk76FJcLyF.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/leap__U8waMQHk76FJcLyF.json -------------------------------------------------------------------------------- /data/packs/monsters.db/lich__sncxcSi6ziTStjAh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/lich__sncxcSi6ziTStjAh.json -------------------------------------------------------------------------------- /data/packs/monsters.db/lion__3InGAUnBJixja6ld.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/lion__3InGAUnBJixja6ld.json -------------------------------------------------------------------------------- /data/packs/monsters.db/lop__vxH8CyxeuugTF4gQ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/lop__vxH8CyxeuugTF4gQ.json -------------------------------------------------------------------------------- /data/packs/monsters.db/mace__QtWUbHZYarIiJg9G.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/mace__QtWUbHZYarIiJg9G.json -------------------------------------------------------------------------------- /data/packs/monsters.db/mace__RBZywe38fyR6pm36.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/mace__RBZywe38fyR6pm36.json -------------------------------------------------------------------------------- /data/packs/monsters.db/mace__gZ5D9N6OsdgutW6k.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/mace__gZ5D9N6OsdgutW6k.json -------------------------------------------------------------------------------- /data/packs/monsters.db/mage__manaoose71vhAWCT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/mage__manaoose71vhAWCT.json -------------------------------------------------------------------------------- /data/packs/monsters.db/meld__iRC6Jk66uxbIWOlP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/meld__iRC6Jk66uxbIWOlP.json -------------------------------------------------------------------------------- /data/packs/monsters.db/meld__uDqKreLkC9dEb47t.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/meld__uDqKreLkC9dEb47t.json -------------------------------------------------------------------------------- /data/packs/monsters.db/melt__lhVHd55Sv34V9v9O.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/melt__lhVHd55Sv34V9v9O.json -------------------------------------------------------------------------------- /data/packs/monsters.db/mimic__LFx9hb8JlEfGxDaI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/mimic__LFx9hb8JlEfGxDaI.json -------------------------------------------------------------------------------- /data/packs/monsters.db/mist__rULAz5UY2rVTEK7W.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/mist__rULAz5UY2rVTEK7W.json -------------------------------------------------------------------------------- /data/packs/monsters.db/moose__tfoTO9pQhnS0RAOH.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/moose__tfoTO9pQhnS0RAOH.json -------------------------------------------------------------------------------- /data/packs/monsters.db/mummy__kY87zSryGuQ963Ba.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/mummy__kY87zSryGuQ963Ba.json -------------------------------------------------------------------------------- /data/packs/monsters.db/naga__UDGXIj9pB0TdWPA6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/naga__UDGXIj9pB0TdWPA6.json -------------------------------------------------------------------------------- /data/packs/monsters.db/null__J3Bw7kmCE9ugjIDJ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/null__J3Bw7kmCE9ugjIDJ.json -------------------------------------------------------------------------------- /data/packs/monsters.db/oath__4uIQLGgxD2nobby9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/oath__4uIQLGgxD2nobby9.json -------------------------------------------------------------------------------- /data/packs/monsters.db/oath__U39w1wDSpFmCS4IV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/oath__U39w1wDSpFmCS4IV.json -------------------------------------------------------------------------------- /data/packs/monsters.db/ogre__VrYTiPjDOH1LIEBr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/ogre__VrYTiPjDOH1LIEBr.json -------------------------------------------------------------------------------- /data/packs/monsters.db/omens__uudmOkjRnW2kgeSq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/omens__uudmOkjRnW2kgeSq.json -------------------------------------------------------------------------------- /data/packs/monsters.db/oni__yMyZ18conSZhwlpg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/oni__yMyZ18conSZhwlpg.json -------------------------------------------------------------------------------- /data/packs/monsters.db/orc__Rq4WF5z0ZBFHNLub.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/orc__Rq4WF5z0ZBFHNLub.json -------------------------------------------------------------------------------- /data/packs/monsters.db/parry__YQWljJQn2i9YVY7I.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/parry__YQWljJQn2i9YVY7I.json -------------------------------------------------------------------------------- /data/packs/monsters.db/phase__2maDvZhepRcEY7qX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/phase__2maDvZhepRcEY7qX.json -------------------------------------------------------------------------------- /data/packs/monsters.db/phase__yfCtLgcRbpf5btUc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/phase__yfCtLgcRbpf5btUc.json -------------------------------------------------------------------------------- /data/packs/monsters.db/pick__5jGvTfWAI7idu1Rg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/pick__5jGvTfWAI7idu1Rg.json -------------------------------------------------------------------------------- /data/packs/monsters.db/pick__bzjdODudUbBAg2ue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/pick__bzjdODudUbBAg2ue.json -------------------------------------------------------------------------------- /data/packs/monsters.db/pull__YjMpJ1zNJbUYAA7g.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/pull__YjMpJ1zNJbUYAA7g.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rage__00ijMACrxnoWM6Ki.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rage__00ijMACrxnoWM6Ki.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rage__8cO7OhorrKhNy7cO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rage__8cO7OhorrKhNy7cO.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rage__Qr3xHbBXYrlbq4us.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rage__Qr3xHbBXYrlbq4us.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rage__b4WIIcGmlomGTR4j.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rage__b4WIIcGmlomGTR4j.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rage__pxKYNW2Nw0lBULEk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rage__pxKYNW2Nw0lBULEk.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rage__soxbBzGYSGv91imw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rage__soxbBzGYSGv91imw.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rat__kRjM8lPIVu1b5b3g.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rat__kRjM8lPIVu1b5b3g.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__1LntjL3QKBeBbh6O.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__1LntjL3QKBeBbh6O.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__931m2Kc48qceNz1M.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__931m2Kc48qceNz1M.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__CoSFHY4JpXsvYBR6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__CoSFHY4JpXsvYBR6.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__G86NuRRjUOoOePCb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__G86NuRRjUOoOePCb.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__I16S7Qr8xkFs3ZQU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__I16S7Qr8xkFs3ZQU.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__JGH8cAiLsNIWeAFJ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__JGH8cAiLsNIWeAFJ.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__JmhrT599Gl8jHJjV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__JmhrT599Gl8jHJjV.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__JxHIAf1qmP4l2fd5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__JxHIAf1qmP4l2fd5.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__MIvx663bMPXQ4Sxs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__MIvx663bMPXQ4Sxs.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__UQelQDU1idMuxA0K.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__UQelQDU1idMuxA0K.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__VnRQJLDfGFEqAXlb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__VnRQJLDfGFEqAXlb.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__XMSpqvo4rvTXoYTs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__XMSpqvo4rvTXoYTs.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__aEtF9gdLjr1V2yIj.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__aEtF9gdLjr1V2yIj.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__cyQ6W58kD3hSe5Yf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__cyQ6W58kD3hSe5Yf.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__iKN7Nwlqkt7ACNYC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__iKN7Nwlqkt7ACNYC.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__l6IJYTlOm4cYAsJt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__l6IJYTlOm4cYAsJt.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__n5AyU8MSI5xOFDT6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__n5AyU8MSI5xOFDT6.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__t6ZdJ0Z112Elpa2k.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__t6ZdJ0Z112Elpa2k.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__tBn7SazFzkQlsWve.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__tBn7SazFzkQlsWve.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rend__zUjWRYO78HeEWzoC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rend__zUjWRYO78HeEWzoC.json -------------------------------------------------------------------------------- /data/packs/monsters.db/roar__5wuTo8S0MrSTs8ZC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/roar__5wuTo8S0MrSTs8ZC.json -------------------------------------------------------------------------------- /data/packs/monsters.db/roar__rF8vHz3pjxVOhsDK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/roar__rF8vHz3pjxVOhsDK.json -------------------------------------------------------------------------------- /data/packs/monsters.db/roc__39kt1XjVZ4JZSdEj.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/roc__39kt1XjVZ4JZSdEj.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rock__B2Qn6WZFgakf0kGt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rock__B2Qn6WZFgakf0kGt.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rock__Bdq531Yzhj5NTMpK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rock__Bdq531Yzhj5NTMpK.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rock__KF3kqkGbKyQeVQqK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rock__KF3kqkGbKyQeVQqK.json -------------------------------------------------------------------------------- /data/packs/monsters.db/rock__TQE4s9NIjrsi1AGy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/rock__TQE4s9NIjrsi1AGy.json -------------------------------------------------------------------------------- /data/packs/monsters.db/roper__C0CuPZJOFDmuplw8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/roper__C0CuPZJOFDmuplw8.json -------------------------------------------------------------------------------- /data/packs/monsters.db/sever__1kU8AAci7PORvsIu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/sever__1kU8AAci7PORvsIu.json -------------------------------------------------------------------------------- /data/packs/monsters.db/shark__MQ6bhM8xiI39ziUU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/shark__MQ6bhM8xiI39ziUU.json -------------------------------------------------------------------------------- /data/packs/monsters.db/siren__iaP5JVmGCrkkTAzO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/siren__iaP5JVmGCrkkTAzO.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__7nP4nbtuF7Azy8WE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__7nP4nbtuF7Azy8WE.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__9IWXVCF23d5Lti4C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__9IWXVCF23d5Lti4C.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__K48WuLPyHACSFAOs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__K48WuLPyHACSFAOs.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__LPGRx54MnY2JNuKs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__LPGRx54MnY2JNuKs.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__NSdIcNb6ZZD9V4Ze.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__NSdIcNb6ZZD9V4Ze.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__SpFRen4TFTs7cXBv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__SpFRen4TFTs7cXBv.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__U8lZ1t0klxae6Hvg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__U8lZ1t0klxae6Hvg.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__V4Tfh4OLwgxOPuOG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__V4Tfh4OLwgxOPuOG.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__Y9E6Qzz05KPTdroV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__Y9E6Qzz05KPTdroV.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__ZgKVX4frwYP9V2zT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__ZgKVX4frwYP9V2zT.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__clGxoosfP9zcToSL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__clGxoosfP9zcToSL.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__hIKix8Xgyo3ueGWA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__hIKix8Xgyo3ueGWA.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__kIQ3Pv5amSp3l1xY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__kIQ3Pv5amSp3l1xY.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__nOcmXjfISkQVoT3z.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__nOcmXjfISkQVoT3z.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__p7CEaJZyaol9ZSKJ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__p7CEaJZyaol9ZSKJ.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__rtpif1RNYV3kzcwZ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__rtpif1RNYV3kzcwZ.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slam__vnJRNN8GIvFeTaq6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slam__vnJRNN8GIvFeTaq6.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slow__WCgeRKkVzpcLQ4h9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slow__WCgeRKkVzpcLQ4h9.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slow__Xdqp9RpogEYCs7eT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slow__Xdqp9RpogEYCs7eT.json -------------------------------------------------------------------------------- /data/packs/monsters.db/slow__qvTLXopfPX4SvMTr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/slow__qvTLXopfPX4SvMTr.json -------------------------------------------------------------------------------- /data/packs/monsters.db/snare__bGfubpAAJE3ccLnY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/snare__bGfubpAAJE3ccLnY.json -------------------------------------------------------------------------------- /data/packs/monsters.db/snuff__DFEKtzDMACzvHFPY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/snuff__DFEKtzDMACzvHFPY.json -------------------------------------------------------------------------------- /data/packs/monsters.db/song__4mlrXcRGjlZTjGad.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/song__4mlrXcRGjlZTjGad.json -------------------------------------------------------------------------------- /data/packs/monsters.db/song__BpR7pjqEIyqP3cC5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/song__BpR7pjqEIyqP3cC5.json -------------------------------------------------------------------------------- /data/packs/monsters.db/spear__4vlFF9RY0RInh7uU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/spear__4vlFF9RY0RInh7uU.json -------------------------------------------------------------------------------- /data/packs/monsters.db/spear__EpUPTa1MAI285c9h.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/spear__EpUPTa1MAI285c9h.json -------------------------------------------------------------------------------- /data/packs/monsters.db/spear__IVCWcaHh8Qt6TAg2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/spear__IVCWcaHh8Qt6TAg2.json -------------------------------------------------------------------------------- /data/packs/monsters.db/spear__N2evUM7u3KBVIfpP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/spear__N2evUM7u3KBVIfpP.json -------------------------------------------------------------------------------- /data/packs/monsters.db/spear__RBkr6qRVbfIczEHt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/spear__RBkr6qRVbfIczEHt.json -------------------------------------------------------------------------------- /data/packs/monsters.db/spear__a6FcQhRFBKdPEsPY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/spear__a6FcQhRFBKdPEsPY.json -------------------------------------------------------------------------------- /data/packs/monsters.db/spear__fEYzesjOoLqZ8dwB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/spear__fEYzesjOoLqZ8dwB.json -------------------------------------------------------------------------------- /data/packs/monsters.db/spear__gk23Rtky5XHlr6FK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/spear__gk23Rtky5XHlr6FK.json -------------------------------------------------------------------------------- /data/packs/monsters.db/spear__jYOW3O1c6ZuvNssB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/spear__jYOW3O1c6ZuvNssB.json -------------------------------------------------------------------------------- /data/packs/monsters.db/spear__mUVW8eFqfv9kTNE5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/spear__mUVW8eFqfv9kTNE5.json -------------------------------------------------------------------------------- /data/packs/monsters.db/spear__mrufe2QvglHyLVNN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/spear__mrufe2QvglHyLVNN.json -------------------------------------------------------------------------------- /data/packs/monsters.db/spear__spZ8IjKPNGO7QcPB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/spear__spZ8IjKPNGO7QcPB.json -------------------------------------------------------------------------------- /data/packs/monsters.db/spear__vAc8puqan18YGPNM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/spear__vAc8puqan18YGPNM.json -------------------------------------------------------------------------------- /data/packs/monsters.db/spine__zSKqMgPAavhuBSQT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/spine__zSKqMgPAavhuBSQT.json -------------------------------------------------------------------------------- /data/packs/monsters.db/spit__eeAf9RqXk6z1wT89.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/spit__eeAf9RqXk6z1wT89.json -------------------------------------------------------------------------------- /data/packs/monsters.db/split__RdRiN1ZsfjQf8leu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/split__RdRiN1ZsfjQf8leu.json -------------------------------------------------------------------------------- /data/packs/monsters.db/split__tQALSbY1bERwiD2a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/split__tQALSbY1bERwiD2a.json -------------------------------------------------------------------------------- /data/packs/monsters.db/staff__eUzu9yoKiawo2RNU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/staff__eUzu9yoKiawo2RNU.json -------------------------------------------------------------------------------- /data/packs/monsters.db/staff__igOJlhoq9a5aw9VO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/staff__igOJlhoq9a5aw9VO.json -------------------------------------------------------------------------------- /data/packs/monsters.db/staff__vvy0cnx9Rh4tr2m4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/staff__vvy0cnx9Rh4tr2m4.json -------------------------------------------------------------------------------- /data/packs/monsters.db/staff__wS9IFxJXD7TaVlDM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/staff__wS9IFxJXD7TaVlDM.json -------------------------------------------------------------------------------- /data/packs/monsters.db/stick__YnXcKIFkw6Wrk5aq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/stick__YnXcKIFkw6Wrk5aq.json -------------------------------------------------------------------------------- /data/packs/monsters.db/sting__0sulpsldvpJkHCcx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/sting__0sulpsldvpJkHCcx.json -------------------------------------------------------------------------------- /data/packs/monsters.db/sting__Y98sKVfhsQKXJpPr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/sting__Y98sKVfhsQKXJpPr.json -------------------------------------------------------------------------------- /data/packs/monsters.db/sting__dkanlu9pdFkrdhgs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/sting__dkanlu9pdFkrdhgs.json -------------------------------------------------------------------------------- /data/packs/monsters.db/sting__jFBmPpZieqYV1v8T.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/sting__jFBmPpZieqYV1v8T.json -------------------------------------------------------------------------------- /data/packs/monsters.db/sting__kREXO5dl92rMkpjv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/sting__kREXO5dl92rMkpjv.json -------------------------------------------------------------------------------- /data/packs/monsters.db/sting__wOwzRoklC3gVpvmG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/sting__wOwzRoklC3gVpvmG.json -------------------------------------------------------------------------------- /data/packs/monsters.db/sting__xRf8DFXmVXi3DBiU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/sting__xRf8DFXmVXi3DBiU.json -------------------------------------------------------------------------------- /data/packs/monsters.db/stomp__TMw71LhhzHaf7qTd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/stomp__TMw71LhhzHaf7qTd.json -------------------------------------------------------------------------------- /data/packs/monsters.db/storm__Mb8MZkBRVKppwtFy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/storm__Mb8MZkBRVKppwtFy.json -------------------------------------------------------------------------------- /data/packs/monsters.db/tail__7lFoUqbnliBmAYzt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/tail__7lFoUqbnliBmAYzt.json -------------------------------------------------------------------------------- /data/packs/monsters.db/tail__cJUFx3sjkNUUzxKW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/tail__cJUFx3sjkNUUzxKW.json -------------------------------------------------------------------------------- /data/packs/monsters.db/tear__6b1kheTbEeRSjpUW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/tear__6b1kheTbEeRSjpUW.json -------------------------------------------------------------------------------- /data/packs/monsters.db/thief__Ap1b6HrZLpeRMvGp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/thief__Ap1b6HrZLpeRMvGp.json -------------------------------------------------------------------------------- /data/packs/monsters.db/thug__zQMZlqx02eiQwbhV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/thug__zQMZlqx02eiQwbhV.json -------------------------------------------------------------------------------- /data/packs/monsters.db/touch__NvaLdTF8DSe66MwF.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/touch__NvaLdTF8DSe66MwF.json -------------------------------------------------------------------------------- /data/packs/monsters.db/touch__fKQoLPkp3lPIlrz5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/touch__fKQoLPkp3lPIlrz5.json -------------------------------------------------------------------------------- /data/packs/monsters.db/touch__q4mU95m9HrePCYML.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/touch__q4mU95m9HrePCYML.json -------------------------------------------------------------------------------- /data/packs/monsters.db/touch__w5Ili1AOm8hEmX5A.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/touch__w5Ili1AOm8hEmX5A.json -------------------------------------------------------------------------------- /data/packs/monsters.db/web__mohcAqC1At1TVnFw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/monsters.db/web__mohcAqC1At1TVnFw.json -------------------------------------------------------------------------------- /data/packs/spells.db/alarm__dBBfp7KpHXBcSEjg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/alarm__dBBfp7KpHXBcSEjg.json -------------------------------------------------------------------------------- /data/packs/spells.db/bless__IaY71lOkmpEJpUSi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/bless__IaY71lOkmpEJpUSi.json -------------------------------------------------------------------------------- /data/packs/spells.db/chant__KkJffGRbdKjIhwLr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/chant__KkJffGRbdKjIhwLr.json -------------------------------------------------------------------------------- /data/packs/spells.db/coven__22pcP3fv7Mz1vJSs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/coven__22pcP3fv7Mz1vJSs.json -------------------------------------------------------------------------------- /data/packs/spells.db/curse__QE2CBnD3Vegkn5cR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/curse__QE2CBnD3Vegkn5cR.json -------------------------------------------------------------------------------- /data/packs/spells.db/fate__KQ3l8nmg6WShKdMj.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/fate__KQ3l8nmg6WShKdMj.json -------------------------------------------------------------------------------- /data/packs/spells.db/fly__RqVDf7YqZ6AfNFck.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/fly__RqVDf7YqZ6AfNFck.json -------------------------------------------------------------------------------- /data/packs/spells.db/fog__07syJLlt7uUSQgct.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/fog__07syJLlt7uUSQgct.json -------------------------------------------------------------------------------- /data/packs/spells.db/heal__u8WU3mY6O498LDsQ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/heal__u8WU3mY6O498LDsQ.json -------------------------------------------------------------------------------- /data/packs/spells.db/howl__r8c7cKBH7C2ZeKCF.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/howl__r8c7cKBH7C2ZeKCF.json -------------------------------------------------------------------------------- /data/packs/spells.db/knock__SHQa9bCk8v8wQweV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/knock__SHQa9bCk8v8wQweV.json -------------------------------------------------------------------------------- /data/packs/spells.db/light__N4v17mtxJlVBbgpn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/light__N4v17mtxJlVBbgpn.json -------------------------------------------------------------------------------- /data/packs/spells.db/light__WCWsRH7oi6ARjE6F.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/light__WCWsRH7oi6ARjE6F.json -------------------------------------------------------------------------------- /data/packs/spells.db/raven__MkpBTRyylYi3oQr6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/raven__MkpBTRyylYi3oQr6.json -------------------------------------------------------------------------------- /data/packs/spells.db/seer__9C2cQu0j0CsK8usR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/seer__9C2cQu0j0CsK8usR.json -------------------------------------------------------------------------------- /data/packs/spells.db/sleep__n1I5OLR6M2e0jLbi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/sleep__n1I5OLR6M2e0jLbi.json -------------------------------------------------------------------------------- /data/packs/spells.db/smite__XDCTxgslSO8DnEBa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/smite__XDCTxgslSO8DnEBa.json -------------------------------------------------------------------------------- /data/packs/spells.db/swarm__M7RO2ZWyGbujabbr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/swarm__M7RO2ZWyGbujabbr.json -------------------------------------------------------------------------------- /data/packs/spells.db/web__JwaJs0s9eVpPHgA3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/web__JwaJs0s9eVpPHgA3.json -------------------------------------------------------------------------------- /data/packs/spells.db/wish__hMGQuETjBxuMwjsR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/wish__hMGQuETjBxuMwjsR.json -------------------------------------------------------------------------------- /data/packs/spells.db/witch__TJ8YKTX68K0ndHkB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/witch__TJ8YKTX68K0ndHkB.json -------------------------------------------------------------------------------- /data/packs/spells.db/wrath__Bu0YbZfePyD4dCBr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/spells.db/wrath__Bu0YbZfePyD4dCBr.json -------------------------------------------------------------------------------- /data/packs/talents.db/omen__SsgeL6OKpvpltElv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/data/packs/talents.db/omen__SsgeL6OKpvpltElv.json -------------------------------------------------------------------------------- /gulpfile.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/gulpfile.mjs -------------------------------------------------------------------------------- /i18n/de.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/i18n/de.yaml -------------------------------------------------------------------------------- /i18n/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/i18n/en.yaml -------------------------------------------------------------------------------- /i18n/es.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/i18n/es.yaml -------------------------------------------------------------------------------- /i18n/fi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/i18n/fi.yaml -------------------------------------------------------------------------------- /i18n/fr.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/i18n/fr.yaml -------------------------------------------------------------------------------- /i18n/ko.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/i18n/ko.yaml -------------------------------------------------------------------------------- /i18n/pt_BR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/i18n/pt_BR.yaml -------------------------------------------------------------------------------- /i18n/ru.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/i18n/ru.yaml -------------------------------------------------------------------------------- /i18n/sv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/i18n/sv.yaml -------------------------------------------------------------------------------- /i18n/zh-Hant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/i18n/zh-Hant.yaml -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/package.json -------------------------------------------------------------------------------- /scss/abstracts/_colours.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/abstracts/_colours.scss -------------------------------------------------------------------------------- /scss/abstracts/_fonts.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/abstracts/_fonts.scss -------------------------------------------------------------------------------- /scss/abstracts/_index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/abstracts/_index.scss -------------------------------------------------------------------------------- /scss/apps/_active-effects.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/apps/_active-effects.scss -------------------------------------------------------------------------------- /scss/apps/_character-generator.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/apps/_character-generator.scss -------------------------------------------------------------------------------- /scss/apps/_compendium-item-selector.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/apps/_compendium-item-selector.scss -------------------------------------------------------------------------------- /scss/apps/_effect-panel.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/apps/_effect-panel.scss -------------------------------------------------------------------------------- /scss/apps/_index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/apps/_index.scss -------------------------------------------------------------------------------- /scss/apps/_item-properties.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/apps/_item-properties.scss -------------------------------------------------------------------------------- /scss/apps/_level-up.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/apps/_level-up.scss -------------------------------------------------------------------------------- /scss/apps/_light-tracker.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/apps/_light-tracker.scss -------------------------------------------------------------------------------- /scss/apps/_loading-spinner.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/apps/_loading-spinner.scss -------------------------------------------------------------------------------- /scss/apps/_module-art-config.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/apps/_module-art-config.scss -------------------------------------------------------------------------------- /scss/apps/_shadowdarkling-importer.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/apps/_shadowdarkling-importer.scss -------------------------------------------------------------------------------- /scss/base/_chat.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/base/_chat.scss -------------------------------------------------------------------------------- /scss/base/_components.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/base/_components.scss -------------------------------------------------------------------------------- /scss/base/_dialog.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/base/_dialog.scss -------------------------------------------------------------------------------- /scss/base/_foundry.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/base/_foundry.scss -------------------------------------------------------------------------------- /scss/base/_index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/base/_index.scss -------------------------------------------------------------------------------- /scss/base/_journal.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/base/_journal.scss -------------------------------------------------------------------------------- /scss/base/_reset.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/base/_reset.scss -------------------------------------------------------------------------------- /scss/mixins/_flex.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/mixins/_flex.scss -------------------------------------------------------------------------------- /scss/mixins/_grid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/mixins/_grid.scss -------------------------------------------------------------------------------- /scss/mixins/_index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/mixins/_index.scss -------------------------------------------------------------------------------- /scss/mixins/_p-reset.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/mixins/_p-reset.scss -------------------------------------------------------------------------------- /scss/mixins/_progress-clock.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/mixins/_progress-clock.scss -------------------------------------------------------------------------------- /scss/shadowdark.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/shadowdark.scss -------------------------------------------------------------------------------- /scss/sheets/_actor.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/sheets/_actor.scss -------------------------------------------------------------------------------- /scss/sheets/_index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/sheets/_index.scss -------------------------------------------------------------------------------- /scss/sheets/_item.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/sheets/_item.scss -------------------------------------------------------------------------------- /scss/sheets/_sheet.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/sheets/_sheet.scss -------------------------------------------------------------------------------- /scss/sheets/actors/_index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/sheets/actors/_index.scss -------------------------------------------------------------------------------- /scss/sheets/actors/_npc.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/sheets/actors/_npc.scss -------------------------------------------------------------------------------- /scss/sheets/actors/_player.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/scss/sheets/actors/_player.scss -------------------------------------------------------------------------------- /system/assets/artwork/title_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/assets/artwork/title_left.png -------------------------------------------------------------------------------- /system/assets/artwork/title_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/assets/artwork/title_right.png -------------------------------------------------------------------------------- /system/assets/logo/arcane-library-logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/assets/logo/arcane-library-logo.webp -------------------------------------------------------------------------------- /system/assets/mappings/map-light-sources.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/assets/mappings/map-light-sources.json -------------------------------------------------------------------------------- /system/assets/mappings/map-shadowdark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/assets/mappings/map-shadowdark.json -------------------------------------------------------------------------------- /system/assets/mappings/map-shadowdarkling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/assets/mappings/map-shadowdarkling.json -------------------------------------------------------------------------------- /system/assets/quickstart/pregens/Martin_Rast.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/assets/quickstart/pregens/Martin_Rast.webp -------------------------------------------------------------------------------- /system/assets/scenes/meMau7PRNLPMhWtA-thumb.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/assets/scenes/meMau7PRNLPMhWtA-thumb.webp -------------------------------------------------------------------------------- /system/assets/tokens/cowled_token.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/assets/tokens/cowled_token.webp -------------------------------------------------------------------------------- /system/assets/tokens/cowled_token_green.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/assets/tokens/cowled_token_green.webp -------------------------------------------------------------------------------- /system/assets/tokens/cowled_token_red.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/assets/tokens/cowled_token_red.webp -------------------------------------------------------------------------------- /system/fonts/JBLACK.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/fonts/JBLACK.TTF -------------------------------------------------------------------------------- /system/fonts/JBLACK.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/fonts/JBLACK.TXT -------------------------------------------------------------------------------- /system/fonts/Montserrat-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/fonts/Montserrat-Bold.ttf -------------------------------------------------------------------------------- /system/fonts/Montserrat-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/fonts/Montserrat-Medium.ttf -------------------------------------------------------------------------------- /system/fonts/Montserrat-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/fonts/Montserrat-SemiBold.ttf -------------------------------------------------------------------------------- /system/fonts/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/fonts/OFL.txt -------------------------------------------------------------------------------- /system/fonts/Old Newspaper Font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/fonts/Old Newspaper Font.ttf -------------------------------------------------------------------------------- /system/fonts/old_newspaper_font.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/fonts/old_newspaper_font.jpg -------------------------------------------------------------------------------- /system/shadowdark.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/shadowdark.mjs -------------------------------------------------------------------------------- /system/src/apps/CharacterGeneratorSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/CharacterGeneratorSD.mjs -------------------------------------------------------------------------------- /system/src/apps/CompendiumItemSelector.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/CompendiumItemSelector.mjs -------------------------------------------------------------------------------- /system/src/apps/EffectPanelSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/EffectPanelSD.mjs -------------------------------------------------------------------------------- /system/src/apps/GemBagSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/GemBagSD.mjs -------------------------------------------------------------------------------- /system/src/apps/ItemImporterSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/ItemImporterSD.mjs -------------------------------------------------------------------------------- /system/src/apps/ItemPropertiesSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/ItemPropertiesSD.mjs -------------------------------------------------------------------------------- /system/src/apps/LevelUpSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/LevelUpSD.mjs -------------------------------------------------------------------------------- /system/src/apps/LightSourceTrackerSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/LightSourceTrackerSD.mjs -------------------------------------------------------------------------------- /system/src/apps/LoadingSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/LoadingSD.mjs -------------------------------------------------------------------------------- /system/src/apps/MonsterImporterSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/MonsterImporterSD.mjs -------------------------------------------------------------------------------- /system/src/apps/NpcAttackRangesSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/NpcAttackRangesSD.mjs -------------------------------------------------------------------------------- /system/src/apps/RealTimeSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/RealTimeSD.mjs -------------------------------------------------------------------------------- /system/src/apps/RequestCheckSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/RequestCheckSD.mjs -------------------------------------------------------------------------------- /system/src/apps/ShadowdarklingImporterSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/ShadowdarklingImporterSD.mjs -------------------------------------------------------------------------------- /system/src/apps/SoloDarkSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/SoloDarkSD.mjs -------------------------------------------------------------------------------- /system/src/apps/SourceFilterSettings.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/SourceFilterSettings.mjs -------------------------------------------------------------------------------- /system/src/apps/SpellBookSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/SpellBookSD.mjs -------------------------------------------------------------------------------- /system/src/apps/SpellImporterSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/SpellImporterSD.mjs -------------------------------------------------------------------------------- /system/src/apps/_module.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/apps/_module.mjs -------------------------------------------------------------------------------- /system/src/chat/_module.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/chat/_module.mjs -------------------------------------------------------------------------------- /system/src/chat/hooks.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/chat/hooks.mjs -------------------------------------------------------------------------------- /system/src/chat/messages.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/chat/messages.mjs -------------------------------------------------------------------------------- /system/src/config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/config.mjs -------------------------------------------------------------------------------- /system/src/dice/RollSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/dice/RollSD.mjs -------------------------------------------------------------------------------- /system/src/dice/_module.mjs: -------------------------------------------------------------------------------- 1 | export {default as DiceSD} from "./RollSD.mjs"; 2 | -------------------------------------------------------------------------------- /system/src/documents/ActorSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/documents/ActorSD.mjs -------------------------------------------------------------------------------- /system/src/documents/CompendiumsSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/documents/CompendiumsSD.mjs -------------------------------------------------------------------------------- /system/src/documents/EncounterSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/documents/EncounterSD.mjs -------------------------------------------------------------------------------- /system/src/documents/ItemSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/documents/ItemSD.mjs -------------------------------------------------------------------------------- /system/src/documents/_module.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/documents/_module.mjs -------------------------------------------------------------------------------- /system/src/enrichers.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/enrichers.mjs -------------------------------------------------------------------------------- /system/src/handlebars.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/handlebars.mjs -------------------------------------------------------------------------------- /system/src/hooks.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/hooks.mjs -------------------------------------------------------------------------------- /system/src/hooks/canvas.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/hooks/canvas.mjs -------------------------------------------------------------------------------- /system/src/hooks/chat-messages.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/hooks/chat-messages.mjs -------------------------------------------------------------------------------- /system/src/hooks/drop-lightsource-on-scene.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/hooks/drop-lightsource-on-scene.mjs -------------------------------------------------------------------------------- /system/src/hooks/effect-panel.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/hooks/effect-panel.mjs -------------------------------------------------------------------------------- /system/src/hooks/effects.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/hooks/effects.mjs -------------------------------------------------------------------------------- /system/src/hooks/hotbar.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/hooks/hotbar.mjs -------------------------------------------------------------------------------- /system/src/hooks/light-source-tracker.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/hooks/light-source-tracker.mjs -------------------------------------------------------------------------------- /system/src/hooks/npc.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/hooks/npc.mjs -------------------------------------------------------------------------------- /system/src/hooks/sd-apps-buttons.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/hooks/sd-apps-buttons.mjs -------------------------------------------------------------------------------- /system/src/hooks/targeting.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/hooks/targeting.mjs -------------------------------------------------------------------------------- /system/src/macro.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/macro.mjs -------------------------------------------------------------------------------- /system/src/migration.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migration.mjs -------------------------------------------------------------------------------- /system/src/migrations/MigrationRunnerSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/MigrationRunnerSD.mjs -------------------------------------------------------------------------------- /system/src/migrations/UpdateBaseSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/UpdateBaseSD.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230325_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230325_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230328_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230328_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230329_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230329_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230403_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230403_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230417_2.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230417_2.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230418_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230418_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230419_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230419_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230910_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230910_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230910_2.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230910_2.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230911_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230911_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230914_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230914_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230915_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230915_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230915_2.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230915_2.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230916_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230916_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230920_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230920_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230922_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230922_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230923_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230923_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_230923_2.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_230923_2.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_231020_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_231020_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_231025_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_231025_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_231112_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_231112_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_231125_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_231125_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_231216_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_231216_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_240910_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_240910_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_241020_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_241020_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/Update_241028_1.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/Update_241028_1.mjs -------------------------------------------------------------------------------- /system/src/migrations/updates/_module.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/migrations/updates/_module.mjs -------------------------------------------------------------------------------- /system/src/settings.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/settings.mjs -------------------------------------------------------------------------------- /system/src/sheets/ActorSheetSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/sheets/ActorSheetSD.mjs -------------------------------------------------------------------------------- /system/src/sheets/ItemSheetSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/sheets/ItemSheetSD.mjs -------------------------------------------------------------------------------- /system/src/sheets/LightSheetSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/sheets/LightSheetSD.mjs -------------------------------------------------------------------------------- /system/src/sheets/NpcSheetSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/sheets/NpcSheetSD.mjs -------------------------------------------------------------------------------- /system/src/sheets/PlayerSheetSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/sheets/PlayerSheetSD.mjs -------------------------------------------------------------------------------- /system/src/sheets/_module.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/sheets/_module.mjs -------------------------------------------------------------------------------- /system/src/socket.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/socket.mjs -------------------------------------------------------------------------------- /system/src/system/ActiveEffectsSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/system/ActiveEffectsSD.mjs -------------------------------------------------------------------------------- /system/src/system/ChatSD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/system/ChatSD.mjs -------------------------------------------------------------------------------- /system/src/templates.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/templates.mjs -------------------------------------------------------------------------------- /system/src/utils/Logger.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/utils/Logger.mjs -------------------------------------------------------------------------------- /system/src/utils/UtilitySD.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/src/utils/UtilitySD.mjs -------------------------------------------------------------------------------- /system/system.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/system.json -------------------------------------------------------------------------------- /system/template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/template.json -------------------------------------------------------------------------------- /system/templates/_partials/details/armor.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/_partials/details/armor.hbs -------------------------------------------------------------------------------- /system/templates/_partials/details/default.hbs: -------------------------------------------------------------------------------- 1 | {{{description}}} 2 | -------------------------------------------------------------------------------- /system/templates/_partials/details/effect.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/_partials/details/effect.hbs -------------------------------------------------------------------------------- /system/templates/_partials/details/spell.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/_partials/details/spell.hbs -------------------------------------------------------------------------------- /system/templates/_partials/details/weapon.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/_partials/details/weapon.hbs -------------------------------------------------------------------------------- /system/templates/_partials/npc-attack.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/_partials/npc-attack.hbs -------------------------------------------------------------------------------- /system/templates/_partials/npc-special-attack.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/_partials/npc-special-attack.hbs -------------------------------------------------------------------------------- /system/templates/_partials/weapon-attack.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/_partials/weapon-attack.hbs -------------------------------------------------------------------------------- /system/templates/actors/_partials/effects.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/_partials/effects.hbs -------------------------------------------------------------------------------- /system/templates/actors/light.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/light.hbs -------------------------------------------------------------------------------- /system/templates/actors/npc.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/npc.hbs -------------------------------------------------------------------------------- /system/templates/actors/npc/abilities.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/npc/abilities.hbs -------------------------------------------------------------------------------- /system/templates/actors/npc/abilities/attacks.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/npc/abilities/attacks.hbs -------------------------------------------------------------------------------- /system/templates/actors/npc/description.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/npc/description.hbs -------------------------------------------------------------------------------- /system/templates/actors/npc/partials/ac.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/npc/partials/ac.hbs -------------------------------------------------------------------------------- /system/templates/actors/npc/partials/hp.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/npc/partials/hp.hbs -------------------------------------------------------------------------------- /system/templates/actors/npc/partials/level.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/npc/partials/level.hbs -------------------------------------------------------------------------------- /system/templates/actors/npc/spells.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/npc/spells.hbs -------------------------------------------------------------------------------- /system/templates/actors/player.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/abilities.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/abilities.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/abilities/ac.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/abilities/ac.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/abilities/hp.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/abilities/hp.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/abilities/luck.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/abilities/luck.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/details.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/details.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/details/boons.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/details/boons.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/details/class.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/details/class.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/details/deity.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/details/deity.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/details/level.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/details/level.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/details/patron.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/details/patron.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/details/title.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/details/title.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/details/xp.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/details/xp.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/inventory.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/inventory.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/inventory/gems.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/inventory/gems.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/inventory/item.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/inventory/item.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/notes.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/notes.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/spells.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/spells.hbs -------------------------------------------------------------------------------- /system/templates/actors/player/talents.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/actors/player/talents.hbs -------------------------------------------------------------------------------- /system/templates/apps/active-effects.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/active-effects.hbs -------------------------------------------------------------------------------- /system/templates/apps/character-generator.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/character-generator.hbs -------------------------------------------------------------------------------- /system/templates/apps/effect-panel.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/effect-panel.hbs -------------------------------------------------------------------------------- /system/templates/apps/gem-bag.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/gem-bag.hbs -------------------------------------------------------------------------------- /system/templates/apps/item-importer.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/item-importer.hbs -------------------------------------------------------------------------------- /system/templates/apps/item-properties.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/item-properties.hbs -------------------------------------------------------------------------------- /system/templates/apps/level-up.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/level-up.hbs -------------------------------------------------------------------------------- /system/templates/apps/level-up/hp.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/level-up/hp.hbs -------------------------------------------------------------------------------- /system/templates/apps/level-up/spells.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/level-up/spells.hbs -------------------------------------------------------------------------------- /system/templates/apps/level-up/talents.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/level-up/talents.hbs -------------------------------------------------------------------------------- /system/templates/apps/light-tracker.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/light-tracker.hbs -------------------------------------------------------------------------------- /system/templates/apps/loading.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/loading.hbs -------------------------------------------------------------------------------- /system/templates/apps/module-art-config.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/module-art-config.hbs -------------------------------------------------------------------------------- /system/templates/apps/monster-importer.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/monster-importer.hbs -------------------------------------------------------------------------------- /system/templates/apps/request-check.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/request-check.hbs -------------------------------------------------------------------------------- /system/templates/apps/shadowdarkling-importer.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/shadowdarkling-importer.hbs -------------------------------------------------------------------------------- /system/templates/apps/solodark.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/solodark.hbs -------------------------------------------------------------------------------- /system/templates/apps/source-filter.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/source-filter.hbs -------------------------------------------------------------------------------- /system/templates/apps/spell-book.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/spell-book.hbs -------------------------------------------------------------------------------- /system/templates/apps/spell-importer.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/apps/spell-importer.hbs -------------------------------------------------------------------------------- /system/templates/chat/ability-card.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/ability-card.hbs -------------------------------------------------------------------------------- /system/templates/chat/general.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/general.hbs -------------------------------------------------------------------------------- /system/templates/chat/item-card.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/item-card.hbs -------------------------------------------------------------------------------- /system/templates/chat/item/armor.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/item/armor.hbs -------------------------------------------------------------------------------- /system/templates/chat/item/default.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/item/default.hbs -------------------------------------------------------------------------------- /system/templates/chat/item/effect.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/item/effect.hbs -------------------------------------------------------------------------------- /system/templates/chat/item/spell.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/item/spell.hbs -------------------------------------------------------------------------------- /system/templates/chat/item/weapon.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/item/weapon.hbs -------------------------------------------------------------------------------- /system/templates/chat/lightsource-drop.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/lightsource-drop.hbs -------------------------------------------------------------------------------- /system/templates/chat/lightsource-toggle-gm.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/lightsource-toggle-gm.hbs -------------------------------------------------------------------------------- /system/templates/chat/lightsource-toggle.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/lightsource-toggle.hbs -------------------------------------------------------------------------------- /system/templates/chat/potion-used.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/potion-used.hbs -------------------------------------------------------------------------------- /system/templates/chat/roll-card.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/roll-card.hbs -------------------------------------------------------------------------------- /system/templates/chat/roll-d20-card.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/roll-d20-card.hbs -------------------------------------------------------------------------------- /system/templates/chat/roll-hp.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/roll-hp.hbs -------------------------------------------------------------------------------- /system/templates/chat/roll-request.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/roll-request.hbs -------------------------------------------------------------------------------- /system/templates/chat/solodark-card.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/solodark-card.hbs -------------------------------------------------------------------------------- /system/templates/chat/solodark-prompt-card.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/solodark-prompt-card.hbs -------------------------------------------------------------------------------- /system/templates/chat/spell-learn.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/spell-learn.hbs -------------------------------------------------------------------------------- /system/templates/chat/use-ability.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/use-ability.hbs -------------------------------------------------------------------------------- /system/templates/chat/welcome-message.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/chat/welcome-message.hbs -------------------------------------------------------------------------------- /system/templates/dialog/are-you-sure.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/dialog/are-you-sure.hbs -------------------------------------------------------------------------------- /system/templates/dialog/choose-spellbook.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/dialog/choose-spellbook.hbs -------------------------------------------------------------------------------- /system/templates/dialog/confirm-learn-spell.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/dialog/confirm-learn-spell.hbs -------------------------------------------------------------------------------- /system/templates/dialog/confirm-use-potion.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/dialog/confirm-use-potion.hbs -------------------------------------------------------------------------------- /system/templates/dialog/create-new-boon.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/dialog/create-new-boon.hbs -------------------------------------------------------------------------------- /system/templates/dialog/create-new-item.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/dialog/create-new-item.hbs -------------------------------------------------------------------------------- /system/templates/dialog/create-new-treasure.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/dialog/create-new-treasure.hbs -------------------------------------------------------------------------------- /system/templates/dialog/delete-item.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/dialog/delete-item.hbs -------------------------------------------------------------------------------- /system/templates/dialog/effect-list-choice.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/dialog/effect-list-choice.hbs -------------------------------------------------------------------------------- /system/templates/dialog/roll-dialog.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/dialog/roll-dialog.hbs -------------------------------------------------------------------------------- /system/templates/dialog/roll-item-dialog.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/dialog/roll-item-dialog.hbs -------------------------------------------------------------------------------- /system/templates/dialog/roll-spell-dialog.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/dialog/roll-spell-dialog.hbs -------------------------------------------------------------------------------- /system/templates/dialog/sell-all-items.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/dialog/sell-all-items.hbs -------------------------------------------------------------------------------- /system/templates/dialog/sell-item.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/dialog/sell-item.hbs -------------------------------------------------------------------------------- /system/templates/items/_partials/cost.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/_partials/cost.hbs -------------------------------------------------------------------------------- /system/templates/items/_partials/duration.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/_partials/duration.hbs -------------------------------------------------------------------------------- /system/templates/items/_partials/effects-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/_partials/effects-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/_partials/header.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/_partials/header.hbs -------------------------------------------------------------------------------- /system/templates/items/_partials/slots.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/_partials/slots.hbs -------------------------------------------------------------------------------- /system/templates/items/_partials/source-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/_partials/source-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/_partials/spell.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/_partials/spell.hbs -------------------------------------------------------------------------------- /system/templates/items/ancestry.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/ancestry.hbs -------------------------------------------------------------------------------- /system/templates/items/ancestry/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/ancestry/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/armor.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/armor.hbs -------------------------------------------------------------------------------- /system/templates/items/armor/_partials/armor.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/armor/_partials/armor.hbs -------------------------------------------------------------------------------- /system/templates/items/armor/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/armor/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/background.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/background.hbs -------------------------------------------------------------------------------- /system/templates/items/basic.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/basic.hbs -------------------------------------------------------------------------------- /system/templates/items/basic/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/basic/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/basic/light-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/basic/light-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/boon.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/boon.hbs -------------------------------------------------------------------------------- /system/templates/items/boon/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/boon/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/class-ability.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/class-ability.hbs -------------------------------------------------------------------------------- /system/templates/items/class.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/class.hbs -------------------------------------------------------------------------------- /system/templates/items/class/_partials/patron.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/class/_partials/patron.hbs -------------------------------------------------------------------------------- /system/templates/items/class/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/class/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/class/spells-known-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/class/spells-known-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/class/titles-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/class/titles-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/deity.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/deity.hbs -------------------------------------------------------------------------------- /system/templates/items/deity/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/deity/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/effect.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/effect.hbs -------------------------------------------------------------------------------- /system/templates/items/effect/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/effect/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/gem.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/gem.hbs -------------------------------------------------------------------------------- /system/templates/items/gem/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/gem/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/language.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/language.hbs -------------------------------------------------------------------------------- /system/templates/items/language/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/language/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/npc-attack.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/npc-attack.hbs -------------------------------------------------------------------------------- /system/templates/items/npc-attack/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/npc-attack/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/npc-feature.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/npc-feature.hbs -------------------------------------------------------------------------------- /system/templates/items/npc-special-attack.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/npc-special-attack.hbs -------------------------------------------------------------------------------- /system/templates/items/npc-spell.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/npc-spell.hbs -------------------------------------------------------------------------------- /system/templates/items/npc-spell/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/npc-spell/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/patron.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/patron.hbs -------------------------------------------------------------------------------- /system/templates/items/patron/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/patron/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/potion.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/potion.hbs -------------------------------------------------------------------------------- /system/templates/items/potion/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/potion/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/property.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/property.hbs -------------------------------------------------------------------------------- /system/templates/items/property/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/property/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/scroll.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/scroll.hbs -------------------------------------------------------------------------------- /system/templates/items/scroll/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/scroll/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/spell.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/spell.hbs -------------------------------------------------------------------------------- /system/templates/items/spell/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/spell/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/talent.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/talent.hbs -------------------------------------------------------------------------------- /system/templates/items/talent/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/talent/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/wand.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/wand.hbs -------------------------------------------------------------------------------- /system/templates/items/wand/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/wand/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/items/weapon.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/weapon.hbs -------------------------------------------------------------------------------- /system/templates/items/weapon/details-tab.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/items/weapon/details-tab.hbs -------------------------------------------------------------------------------- /system/templates/ui/sd-apps-buttons.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/ui/sd-apps-buttons.hbs -------------------------------------------------------------------------------- /system/templates/ui/sd-box.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/ui/sd-box.hbs -------------------------------------------------------------------------------- /system/templates/ui/sd-hideable-header.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/ui/sd-hideable-header.hbs -------------------------------------------------------------------------------- /system/templates/ui/sd-hideable-section.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/system/templates/ui/sd-hideable-section.hbs -------------------------------------------------------------------------------- /utils/css.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/utils/css.mjs -------------------------------------------------------------------------------- /utils/javascript.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/utils/javascript.mjs -------------------------------------------------------------------------------- /utils/lang.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/utils/lang.mjs -------------------------------------------------------------------------------- /utils/lib/commands/pack.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/utils/lib/commands/pack.mjs -------------------------------------------------------------------------------- /utils/lib/commands/unpack.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/utils/lib/commands/unpack.mjs -------------------------------------------------------------------------------- /utils/lib/logger.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/utils/lib/logger.mjs -------------------------------------------------------------------------------- /utils/lib/pack-handler.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/utils/lib/pack-handler.mjs -------------------------------------------------------------------------------- /utils/notes.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/utils/notes.mjs -------------------------------------------------------------------------------- /utils/packs.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/utils/packs.mjs -------------------------------------------------------------------------------- /utils/smelter.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muttley/foundryvtt-shadowdark/HEAD/utils/smelter.mjs --------------------------------------------------------------------------------